Searched refs:AP_SOCACHE_FLAG_NOTMPSAFE (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_scache.c133 if (mc->sesscache->flags & AP_SOCACHE_FLAG_NOTMPSAFE) {
140 if (mc->sesscache->flags & AP_SOCACHE_FLAG_NOTMPSAFE) {
156 if (mc->sesscache->flags & AP_SOCACHE_FLAG_NOTMPSAFE) {
163 if (mc->sesscache->flags & AP_SOCACHE_FLAG_NOTMPSAFE) {
181 if (mc->sesscache->flags & AP_SOCACHE_FLAG_NOTMPSAFE) {
187 if (mc->sesscache->flags & AP_SOCACHE_FLAG_NOTMPSAFE) {
211 if (mc->sesscache->flags & AP_SOCACHE_FLAG_NOTMPSAFE) {
217 if (mc->sesscache->flags & AP_SOCACHE_FLAG_NOTMPSAFE) {
H A Dssl_engine_mutex.c42 || (mc->sesscache->flags & AP_SOCACHE_FLAG_NOTMPSAFE) == 0) {
66 || (mc->sesscache->flags & AP_SOCACHE_FLAG_NOTMPSAFE) == 0) {
/macosx-10.10/apache-793/httpd/include/
H A Dap_socache.h46 #define AP_SOCACHE_FLAG_NOTMPSAFE (0x0001) macro
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_socache_dbm.c566 AP_SOCACHE_FLAG_NOTMPSAFE,
H A Dmod_socache_shmcb.c1008 AP_SOCACHE_FLAG_NOTMPSAFE,
H A Dmod_cache_socache.c1407 & AP_SOCACHE_FLAG_NOTMPSAFE) {

Completed in 131 milliseconds