Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dhttp_header.h108 int http_header_str_to_code (const char * const s);
H A Dhttp-header-glue.c862 int status = http_header_str_to_code(s+9); in http_response_process_headers()
910 int status = http_header_str_to_code(value); in http_response_process_headers()
934 int status = http_header_str_to_code(value); in http_response_process_headers()
H A Dhttp_header.c137 int http_header_str_to_code (const char * const s) in http_header_str_to_code() function
H A Dmod_magnet.c3349 if (vb && (x = http_header_str_to_code(vb->ptr)) != -1) in magnet_attract_array()