Home
last modified time | relevance | path

Searched refs:http_header_str_to_code (Results 1 – 4 of 4) sorted by relevance

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dhttp_header.h106 int http_header_str_to_code (const char * const s);
H A Dhttp-header-glue.c863 int status = http_header_str_to_code(s+9); in http_response_process_headers()
911 int status = http_header_str_to_code(value); in http_response_process_headers()
935 int status = http_header_str_to_code(value); in http_response_process_headers()
H A Dhttp_header.c136 int http_header_str_to_code (const char * const s) in http_header_str_to_code() function
H A Dmod_magnet.c2455 if (vb && (x = http_header_str_to_code(vb->ptr)) != -1) in magnet_attract_array()