Searched refs:http_status_map_len (Results 1 – 2 of 2) sorted by relevance
78 static const size_t http_status_map_len = (sizeof(http_status_map) / sizeof(http_response_status_co… variable
301 result = bsearch(&needle, http_status_map, http_status_map_len, sizeof(needle), status_comp); in get_status_string()
Completed in 31 milliseconds