Searched defs:mismatch (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/cache/
H A Dcache_storage.c251 int mismatch = 0; local
300 r, APLOGNO(00694) "cache_select(): Vary header mismatch.");
301 mismatch = 1;
308 if (mismatch) {
333 mismatch = 1;
337 if (mismatch || !cache_check_freshness(h, cache, r)) {
355 if (!mismatch) {
/httpd/modules/dav/main/
H A Dutil.c1082 int mismatch; local
1102 mismatch = strcmp(given_etag, current_etag);
1104 if (state_list->condition == DAV_IF_COND_NORMAL && mismatch) {
1116 && !mismatch) {
/httpd/modules/proxy/
H A Dmod_proxy.c608 int mismatch = 0; local
628 mismatch = 1;
669 mismatch = 1;
675 if (mismatch) {
687 if (nocanon && !mismatch) {

Completed in 1080 milliseconds