Searched refs:http_header_str_to_code (Results 1 – 4 of 4) sorted by relevance
108 int http_header_str_to_code (const char * const s);
862 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()
137 int http_header_str_to_code (const char * const s) in http_header_str_to_code() function
3349 if (vb && (x = http_header_str_to_code(vb->ptr)) != -1) in magnet_attract_array()