Home
last modified time | relevance | path

Searched refs:http_status_map_len (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/main/
H A Dhttp_status_codes.h80 static const size_t http_status_map_len = (sizeof(http_status_map) / sizeof(http_response_status_co… variable
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c302 result = bsearch(&needle, http_status_map, http_status_map_len, sizeof(needle), status_comp); in get_status_string()

Completed in 12 milliseconds