Lines Matching defs:url
414 char *url;
459 url = apr_palloc(p, len + 1);
460 url[len] = 0;
462 if (apr_file_read_full(fd, url, len, &len)
510 url,
556 url);
1230 static apr_status_t delete_url(apr_pool_t *pool, const char *proxypath, const char *url)
1241 apr_md5_update(&context, (const unsigned char *) url, strlen(url));
1325 " attributes in the following order: url, header size, body size," NL