Lines Matching defs:url
185 * we are the first to try and cache this url. if we fail,
187 * url, and we should just let the request through to the
235 r, APLOGNO(00752) "Cache locked for url, not caching "
484 * we are the first to try and cache this url. if we fail,
486 * url, and we should just let the request through to the
557 r, APLOGNO(00760) "Cache locked for url, not caching "
1344 "cache: Caching url: %s", r->unparsed_uri);
1536 * the body it is safe to try and remove the url from the cache.
1541 "Removing cached url.");
1549 "cache: attempt to remove url from cache unsuccessful.");
2216 const char *url)
2230 "provider (%s) starts with a '/'. Are url and provider switched?",
2234 if (!url) {
2235 url = parms->path;
2237 if (!url) {
2241 if (parms->path && strncmp(parms->path, url, strlen(parms->path))) {
2259 if (apr_uri_parse(parms->pool, url, &(new->url))) {
2262 if (new->url.path) {
2263 new->pathlen = strlen(new->url.path);
2266 new->url.path = "/";
2272 const char *url)
2289 if (!strcasecmp(url, "on")) {
2299 if (!url || (url[0] != '/' && !ap_strchr_c(url, ':'))) {
2304 if (apr_uri_parse(parms->pool, url, &(new->url))) {
2307 if (new->url.path) {
2308 new->pathlen = strlen(new->url.path);
2311 new->url.path = "/";