Home
last modified time | relevance | path

Searched refs:chk_encoded_slash (Results 1 – 7 of 7) sorted by relevance

/dports/devel/vstr/vstr-1.0.15/examples/
H A Dhttpd_conf_main.h122 unsigned int chk_encoded_slash : 1; member
H A Dhttpd.h138 unsigned int chk_encoded_slash : 1; member
H A Dhttpd_policy.h162 req->chk_encoded_slash = policy->chk_encoded_slash; in httpd_policy_change_req()
H A Dhttpd_policy.c461 opts->chk_encoded_slash = HTTPD_CONF_USE_CHK_ENCODED_SLASH; in httpd_policy_init()
580 HTTPD_POLICY_CP_VAL(chk_encoded_slash); in httpd_policy_copy()
H A Dhttpd_conf_req.c113 if (req->chk_encoded_slash && req->chk_encoded_dot) in httpd__build_path()
H A Dhttpd_conf_main.c696 OPT_SERV_X_TOGGLE(opts->chk_encoded_slash); in httpd__conf_main_policy_http_d1()
H A Dhttpd.c3632 if (req->chk_encoded_slash && in http_req_make_path()