Searched refs:http_rescode (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.sbin/httpd/ |
H A D | http.h | 236 #define http_rescode http_pathquery.kv_key macro
|
H A D | server_http.c | 1634 desc->http_rescode, desc->http_resmesg); in server_writeresponse_http() 1638 server_bufferevent_print(clt, desc->http_rescode) == -1 || in server_writeresponse_http()
|
/openbsd/usr.sbin/relayd/ |
H A D | http.h | 237 #define http_rescode http_pathquery.kv_key macro
|
H A D | relay_http.c | 298 desc->http_rescode = strdup(value); in relay_read_http() 299 if (desc->http_rescode == NULL) { in relay_read_http() 303 desc->http_resmesg = strchr(desc->http_rescode, in relay_read_http() 315 desc->http_status = strtonum(desc->http_rescode, in relay_read_http() 320 __func__, desc->http_rescode, errno, in relay_read_http() 327 desc->http_rescode, desc->http_resmesg); in relay_read_http() 1401 desc->http_rescode, desc->http_resmesg); in relay_writeresponse_http() 1405 relay_bufferevent_print(dst, desc->http_rescode) == -1 || in relay_writeresponse_http()
|