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

/httpd/modules/http/
H A Dhttp_protocol.c312 const char *if_match, *etag; local
317 if ((if_match = apr_table_get(r->headers_in, "If-Match")) != NULL) {
318 if (if_match[0] == '*'
320 && ap_find_etag_strong(r->pool, if_match, etag))) {
/httpd/modules/dav/main/
H A Dutil.c1451 const char *if_match, *if_none_match; local
1456 if ((if_match = apr_table_get(r->headers_in, "If-Match")) != NULL) {
1457 if (if_match[0] == '*' && resource_state != DAV_RESOURCE_EXISTS)

Completed in 2155 milliseconds