Searched refs:lookup (Results 1 - 5 of 5) sorted by relevance

/httpd/modules/dav/main/
H A Dmod_dav.c99 /* 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...]
/httpd/modules/generators/
H A Dmod_info.c381 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 Dmod_cache.c83 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 Dmod_lua.c1266 static int lua_quick_harness(request_rec *r, int lookup) argument
1268 if (lookup) {
/httpd/server/
H A Dconfig.c172 AP_IMPLEMENT_HOOK_RUN_FIRST(int, quick_handler, (request_rec *r, int lookup),
173 (r, lookup), DECLINED)

Completed in 84 milliseconds