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

/httpd/modules/http/
H A Dhttp_protocol.c382 const char *if_nonematch, *etag; local
384 if_nonematch = apr_table_get(r->headers_in, "If-None-Match");
385 if (if_nonematch != NULL) {
387 if (if_nonematch[0] == '*') {
398 if (ap_find_etag_strong(r->pool, if_nonematch, etag)) {
403 if (ap_find_etag_weak(r->pool, if_nonematch, etag)) {
411 && ap_find_etag_strong(r->pool, if_nonematch, etag)) {

Completed in 1991 milliseconds