Home
last modified time | relevance | path

Searched refs:http_pathquery (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.sbin/httpd/
H A Dhttp.h232 struct kv http_pathquery; member
234 #define http_path http_pathquery.kv_key
235 #define http_query http_pathquery.kv_value
236 #define http_rescode http_pathquery.kv_key
237 #define http_resmesg http_pathquery.kv_value
H A Dserver_fcgi.c658 if (kv_setkey(&resp->http_pathquery, "%u", code) == -1 || in server_fcgi_header()
659 kv_set(&resp->http_pathquery, "%s", error) == -1) in server_fcgi_header()
H A Dserver_http.c1557 if (kv_setkey(&resp->http_pathquery, "%u", code) == -1 || in server_response_http()
1558 kv_set(&resp->http_pathquery, "%s", error) == -1) in server_response_http()
/openbsd-src/usr.sbin/relayd/
H A Dhttp.h233 struct kv http_pathquery; member
235 #define http_path http_pathquery.kv_key
236 #define http_query http_pathquery.kv_value
237 #define http_rescode http_pathquery.kv_key
238 #define http_resmesg http_pathquery.kv_value
H A Drelay_http.c1590 struct kv *match = &desc->http_pathquery; in relay_httpheader_test()
1619 struct kv *match = &desc->http_pathquery;