Searched defs:lookup (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/generators/ |
H A D | mod_info.c | 381 hook_lookup_t * lookup, int *comma) 383 if (module_find_hook(modp, lookup->get)) { 387 ap_rvputs(r, "<tt>", lookup->name, "</tt>", NULL); 379 module_participate(request_rec * r, module * modp, hook_lookup_t * lookup, int *comma) argument
|
/httpd/modules/cache/ |
H A D | mod_cache.c | 83 static int cache_quick_handler(request_rec *r, int lookup) argument 182 if (!lookup) { 265 /* if we are a lookup, we are exiting soon one way or another; Restore 267 if (lookup) { 277 /* If we are a lookup, we have to return DECLINED as we have no 280 if (lookup) { 288 /* If we're a lookup, we can exit now instead of serving the content. */ 289 if (lookup) {
|
/httpd/modules/lua/ |
H A D | mod_lua.c | 1266 static int lua_quick_harness(request_rec *r, int lookup) argument 1268 if (lookup) {
|
/httpd/modules/dav/main/ |
H A D | mod_dav.c | 99 /* forward-declare for use in configuration lookup */ 261 /* lookup and cache the actual provider now */ 2628 dav_lookup_result lookup; local 2674 lookup = dav_lookup_uri(dest, r, 1 /* must_be_absolute */); 2675 if (lookup.rnew == NULL) { 2676 if (lookup.err.status == HTTP_BAD_REQUEST) { 2679 "%s", lookup.err.desc); 2686 return dav_error_response(r, lookup.err.status, lookup.err.desc); 2688 if (lookup 3777 dav_lookup_result lookup; local 4313 dav_lookup_result lookup; local 4443 dav_lookup_result lookup; local [all...] |
Completed in 1874 milliseconds