Home
last modified time | relevance | path

Searched full:no_cgi (Results 1 – 13 of 13) sorted by relevance

/civetweb-2.7.6/
Dappveyor.yml32 no_cgi: NO
44 no_cgi: NO
57 no_cgi: NO
69 no_cgi: NO
82 no_cgi: NO
94 no_cgi: NO
107 no_cgi: YES
119 no_cgi: YES
132 no_cgi: NO
144 no_cgi: NO
[all …]
D.travis.yml75 -DCIVETWEB_DISABLE_CGI=${NO_CGI}
191 NO_CGI=YES
225 NO_CGI=NO
260 NO_CGI=NO
294 NO_CGI=NO
328 NO_CGI=NO
353 NO_CGI=NO
378 NO_CGI=NO
404 NO_CGI=NO
443 NO_CGI=NO
[all …]
DMakefile261 @echo " NO_CGI disable CGI support"
/civetweb-2.7.6/resources/
Dused_defines.txt42 NO_CGI
/civetweb-2.7.6/test/
Dall_build_flags.pl3 @flags = ("NO_POPEN", "NO_SSL", "NDEBUG", "DEBUG", "NO_CGI");
/civetweb-2.7.6/docs/api/
Dmg_check_feature.md27 | **4** | NO_CGI | *Support for CGI*. If this feature is available, external CGI scripts can be cal…
Dmg_init_library.md32 | **4** | NO_CGI | *Support for CGI*. If this feature is available, external CGI scripts can be cal…
/civetweb-2.7.6/docs/
DBuilding.md154 | `NO_CGI` | disable CGI support |
DEmbedding.md95 …`#define USE_LUA` (-DUSE_LUA), to build without CGI support set `#define NO_CGI` (-DNO_CGI). A lis…
/civetweb-2.7.6/include/
Dcivetweb.h70 /* Will only work, if NO_CGI is not set. */
1460 4 support CGI (NO_CGI not set)
/civetweb-2.7.6/unittest/
Dpublic_func.c79 #if !defined(NO_CGI) in START_TEST()
Dpublic_server.c1574 #if !defined(NO_CGI) && !defined(NO_FILES) && !defined(_WIN32) in START_TEST()
1636 #if !defined(NO_CGI) in START_TEST()
/civetweb-2.7.6/src/
Dcivetweb.c161 #define NO_CGI /* CGI is not supported */ macro
521 #define NO_CGI /* WinCE has no pipes */ macro
5647 #if !defined(NO_CGI)
5851 #endif /* !NO_CGI */
5998 #if !defined(NO_CGI)
6093 #endif /* !NO_CGI */
7322 #if !defined(NO_CGI)
7427 #if !defined(NO_CGI) || defined(USE_LUA) || defined(USE_DUKTAPE)
7589 #if !defined(NO_CGI) || defined(USE_LUA) || defined(USE_DUKTAPE)
7687 #endif /* !defined(NO_CGI) || defined(USE_LUA) || defined(USE_DUKTAPE) */
[all …]