Searched refs:search (Results 1 - 8 of 8) sorted by relevance

/httpd/build/
H A DNWGNUscripts.inc9 @echo $(DL)# search add SYS:/$(BASEDIR)$(DL)>> $@
20 @echo $(DL)# search add SYS:/$(BASEDIR)$(DL)>> $@
/httpd/modules/proxy/
H A Dmod_proxy_ajp.c33 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 Dmod_proxy_wstunnel.c208 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 Dmod_proxy_balancer.c61 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 Dmod_proxy_http.c40 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/filters/
H A Dsed0.c37 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/dav/main/
H A Dmod_dav.h607 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 */
H A Dmod_dav.c239 return dav_get_provider(r)->search;
1543 /* If no search provider, decline the request */
1573 /* okay... time to search the content */
1801 /* If there is a search provider, set SEARCH in option */
1853 /* If there is search set_option_head function, set head */

Completed in 1983 milliseconds