Lines Matching defs:uri
141 const char *uri;
596 static const char *set_uri_list(cmd_parms *cmd, void *config, const char *uri)
601 c->uri_list = apr_pstrcat(cmd->pool, c->uri_list, " ", uri, "\"", NULL);
604 c->uri_list = apr_pstrcat(cmd->pool, ", domain=\"", uri, "\"", NULL);
957 else if (!strcasecmp(key, "uri"))
958 resp->uri = apr_pstrdup(r->pool, value);
973 if (!resp->username || !resp->realm || !resp->nonce || !resp->uri
994 * convenient place to get the request-uri (before any subrequests etc
1448 resp->uri, NULL));
1463 a2 = apr_pstrcat(r->pool, resp->method, ":", resp->uri, NULL);
1549 "need AuthName: %s", r->uri);
1580 resp->scheme, r->uri);
1584 "missing user, realm, nonce, uri, digest, "
1586 r->uri);
1598 if (strcmp(resp->uri, resp->raw_request_uri)) {
1600 * request-uri), so lets do a more sophisticated match
1605 if (apr_uri_parse(r->pool, resp->uri, &d_uri) != APR_SUCCESS) {
1607 "invalid uri <%s> in Authorization header",
1608 resp->uri);
1624 * include the query string in the uri Authorization component
1627 * result. however, the uri from the request line won't match
1628 * the uri Authorization component since the header lacks the
1643 "to uri <%s>", resp->raw_request_uri);
1650 if (!r_uri.hostinfo || strcmp(resp->uri, r_uri.hostinfo)) {
1652 "uri mismatch - <%s> does not match "
1653 "request-uri <%s>", resp->uri, r_uri.hostinfo);
1680 "uri mismatch - <%s> does not match "
1681 "request-uri <%s>", resp->uri, resp->raw_request_uri);
1714 resp->algorithm, r->uri);
1724 r->user, conf->realm, r->uri);
1735 r->user, conf->realm, r->uri);
1755 r->uri);
1777 resp->message_qop, r->uri);
1790 r->uri);
1868 a2 = apr_pstrcat(r->pool, ":", resp->uri, NULL);