Home
last modified time | relevance | path

Searched full:no_files (Results 1 – 14 of 14) sorted by relevance

/civetweb-2.7.6/
Dappveyor.yml28 no_files: NO
40 no_files: NO
53 no_files: NO
65 no_files: NO
78 no_files: NO
90 no_files: NO
103 no_files: YES
115 no_files: YES
128 no_files: NO
140 no_files: NO
[all …]
D.travis.yml76 -DCIVETWEB_SERVE_NO_FILES=${NO_FILES}
189 NO_FILES=YES
223 NO_FILES=NO
258 NO_FILES=NO
292 NO_FILES=NO
326 NO_FILES=NO
351 NO_FILES=NO
376 NO_FILES=NO
402 NO_FILES=NO
441 NO_FILES=NO
[all …]
DMakefile264 @echo " NO_FILES do not serve files from a directory"
/civetweb-2.7.6/VisualStudio/upload/
Dupload.vcxproj99 …<PreprocessorDefinitions>NO_FILES;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefi…
113 …<PreprocessorDefinitions>NO_FILES;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefi…
129 …<PreprocessorDefinitions>NO_FILES;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefi…
147 …<PreprocessorDefinitions>NO_FILES;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefi…
/civetweb-2.7.6/unittest/
Dpublic_server.c351 #if !defined(NO_FILES) in test_mg_start_stop_http_server_impl()
439 #if defined(NO_FILES) in test_mg_start_stop_http_server_impl()
470 #if defined(NO_FILES) in test_mg_start_stop_http_server_impl()
593 #if !defined(NO_FILES) in START_TEST()
675 #if defined(NO_FILES) in START_TEST()
730 #if !defined(NO_FILES) in START_TEST()
804 #if defined(NO_FILES) in START_TEST()
1229 #if !defined(NO_FILES) in START_TEST()
1528 #if defined(NO_FILES) in START_TEST()
1574 #if !defined(NO_CGI) && !defined(NO_FILES) && !defined(_WIN32) in START_TEST()
[all …]
Dpublic_func.c73 #if !defined(NO_FILES) in START_TEST()
/civetweb-2.7.6/docs/
DBuilding.md151 | `NO_FILES` | do not serve files from a directory |
152 | `NO_FILESYSTEMS` | comletely disable filesystems usage (requires NO_FILES) |
/civetweb-2.7.6/resources/
Dused_defines.txt43 NO_FILES
/civetweb-2.7.6/examples/embedded_cpp/
Dembedded_cpp.cpp409 #ifdef NO_FILES in main()
412 * NO_FILES should be set. */ in main()
/civetweb-2.7.6/docs/api/
Dmg_check_feature.md25 | **1** | NO_FILES | *Able to serve files*. If this feature is available, the webserver is able to…
Dmg_init_library.md30 | **1** | NO_FILES | *Able to serve files*. If this feature is available, the webserver is able to…
/civetweb-2.7.6/src/
Dcivetweb.c144 #if defined(NO_FILESYSTEMS) && !defined(NO_FILES)
145 #error "Inconsistent build flags, NO_FILESYSTEMS requires NO_FILES"
7315 #if !defined(NO_FILES)
7419 #if !defined(NO_FILES)
7433 (void)filename_buf_len; /* unused if NO_FILES is defined */
7449 #if !defined(NO_FILES)
7453 #endif /* !NO_FILES */
7466 #if !defined(NO_FILES)
7688 #endif /* !defined(NO_FILES) */
7691 #if !defined(NO_FILES)
[all …]
/civetweb-2.7.6/include/
Dcivetweb.h60 /* Will only work, if NO_FILES is not set. */
1458 1 serve files (NO_FILES not set)
/civetweb-2.7.6/examples/embedded_c/
Dembedded_c.c959 #if !defined(NO_FILES) in main()