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

/httpd/modules/dav/main/
H A Dutil.c193 apr_uri_t comp; local
198 if (apr_uri_parse(r->pool, uri, &comp) != APR_SUCCESS) {
205 if (comp.scheme == NULL && must_be_absolute) {
212 if (comp.query != NULL || comp.fragment != NULL) {
228 if (comp.scheme != NULL || comp.port != 0 || must_be_absolute)
236 if (comp.port == 0)
237 comp.port = apr_uri_port_of_scheme(comp
[all...]
/httpd/modules/filters/
H A Dmod_deflate.c555 const char *comp; local
558 comp = mod_deflate_ssl_var(r->pool, r->server, r->connection, r,
560 if (comp == NULL || *comp == '\0' || strcmp(comp, "NULL") == 0)

Completed in 2013 milliseconds