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

/httpd/modules/lua/test/htdocs/
H A Dtest.lua79 local function pf(name) function
83 pf("status")
85 pf("status")
88 pf("content_type")
90 pf("content_type")
93 pf("method")
94 pf("protocol")
95 pf("assbackwards")
96 pf("the_request")
97 pf("rang
[all...]
/httpd/include/
H A Dhttp_request.h457 * @param pf An access_checker hook function
467 AP_DECLARE(void) ap_hook_check_access(ap_HOOK_access_checker_t *pf,
475 * @param pf An access_checker_ex hook function
485 AP_DECLARE(void) ap_hook_check_access_ex(ap_HOOK_access_checker_ex_t *pf,
494 * @param pf A check_user_id hook function
504 AP_DECLARE(void) ap_hook_check_authn(ap_HOOK_check_user_id_t *pf,
512 * @param pf An auth_checker hook function
522 AP_DECLARE(void) ap_hook_check_authz(ap_HOOK_auth_checker_t *pf,
/httpd/modules/apreq/
H A Dfilter.c149 apreq_parser_function_t pf = apreq_parser(ct_header); local
151 if (pf != NULL) {
152 ctx->parser = apreq_parser_make(r->pool, ba, ct_header, pf,
/httpd/server/
H A Drequest.c2063 AP_DECLARE(void) ap_hook_check_access(ap_HOOK_access_checker_t *pf, argument
2072 ap_hook_access_checker(pf, aszPre, aszSucc, nOrder);
2075 AP_DECLARE(void) ap_hook_check_access_ex(ap_HOOK_access_checker_ex_t *pf, argument
2084 ap_hook_access_checker_ex(pf, aszPre, aszSucc, nOrder);
2087 AP_DECLARE(void) ap_hook_check_authn(ap_HOOK_check_user_id_t *pf, argument
2096 ap_hook_check_user_id(pf, aszPre, aszSucc, nOrder);
2099 AP_DECLARE(void) ap_hook_check_authz(ap_HOOK_auth_checker_t *pf, argument
2108 ap_hook_auth_checker(pf, aszPre, aszSucc, nOrder);
H A Dapreq_module_cgi.c378 apreq_parser_function_t pf = apreq_parser(ct_header); local
380 if (pf != NULL) {
384 pf,

Completed in 1431 milliseconds