Searched defs:search (Results 1 - 6 of 6) sorted by relevance
/httpd/modules/filters/ |
H A D | sed0.c | 37 static sed_label_t *search(sed_commands_t *commands); 346 if ((lpt = search(commands)) != NULL) { 457 if ((lpt = search(commands)) != NULL) { 905 * search 907 static sed_label_t *search(sed_commands_t *commands) function
|
/httpd/modules/proxy/ |
H A D | mod_proxy_ajp.c | 33 char *search = NULL; local 49 * We break the URL into host, port, path, search 61 * now parse path/search args, according to rfc1738: 71 search = r->args; 86 "/", path, (search) ? "?" : "", 87 (search) ? search : "", NULL);
|
H A D | mod_proxy_wstunnel.c | 208 char *search = NULL; local 233 * We break the URL into host, port, path, search 243 * now parse path/search args, according to rfc1738: 253 search = r->args; 265 "/", path, (search) ? "?" : "", 266 (search) ? search : "", NULL);
|
H A D | mod_proxy_balancer.c | 61 char *search = NULL; local 76 * We break the URL into host, port, path, search 86 * now parse path/search args, according to rfc1738: 96 search = r->args; 102 "/", path, (search) ? "?" : "", (search) ? search : "", NULL); 467 * If balancer is already provided skip the search
|
H A D | mod_proxy_http.c | 40 char *search = NULL; local 63 * We break the URL into host, port, path, search 73 * now parse path/search args, according to rfc1738: 89 search = r->args; 109 "/", path, (search) ? "?" : "", (search) ? search : "", NULL); 585 "search for temporary directory failed");
|
/httpd/modules/dav/main/ |
H A D | mod_dav.h | 607 const dav_hooks_search *search; member in struct:__anon123 1489 ** The search begins at the specified <start_resource> and the lock 2403 /* search provider hooks */
|
Completed in 45 milliseconds