Home
last modified time | relevance | path

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

/civetweb-2.7.6/
Dappveyor.yml33 no_caching: NO
45 no_caching: NO
58 no_caching: NO
70 no_caching: NO
83 no_caching: NO
95 no_caching: NO
108 no_caching: YES
120 no_caching: YeS
133 no_caching: NO
145 no_caching: NO
[all …]
D.travis.yml85 -DCIVETWEB_DISABLE_CACHING=${NO_CACHING}
197 NO_CACHING=NO
231 NO_CACHING=NO
232 NO_CACHING=NO
266 NO_CACHING=NO
300 NO_CACHING=YES
334 NO_CACHING=YES
359 NO_CACHING=NO
384 NO_CACHING=YES
410 NO_CACHING=YES
[all …]
DMakefile265 @echo " NO_CACHING disable caching (useful for systems without timegm())"
DRELEASE_NOTES.md185 - Add NO_CACHING compile option
/civetweb-2.7.6/resources/
Dused_defines.txt41 NO_CACHING
/civetweb-2.7.6/docs/api/
Dmg_check_feature.md32 | **128** | NO_CACHING | *Support for caching*. The webserver will support caching, if it has not b…
Dmg_init_library.md37 | **128** | NO_CACHING | *Support for caching*. The webserver will support caching, if it has not b…
/civetweb-2.7.6/docs/
DBuilding.md155 | `NO_CACHING` | disable caching functionality |
/civetweb-2.7.6/unittest/
Dprivate.c807 #if !defined(NO_CACHING) in START_TEST()
1042 #if !defined(NO_CACHING) in START_TEST()
Dpublic_func.c94 #if !defined(NO_CACHING) in START_TEST()
Dpublic_server.c3134 #if !defined(NO_CACHING) in START_TEST()
4409 #if !defined(NO_CACHING) in START_TEST()
/civetweb-2.7.6/include/
Dcivetweb.h90 /* Will only work, if NO_CACHING is not set. */
1465 128 support caching (NO_CACHING not set)
/civetweb-2.7.6/src/
Dcivetweb.c2247 #if !defined(NO_CACHING)
2260 #endif /* !NO_CACHING */
2440 #if !defined(NO_CACHING)
2556 #if !defined(NO_CACHING)
4348 #if !defined(NO_CACHING)
4370 #else /* NO_CACHING */
4372 #endif /* !NO_CACHING */
7745 #if !defined(NO_CACHING)
7822 #endif /* !NO_CACHING */
9938 #if !defined(NO_CACHING)
[all …]