Searched refs:http_strerror_tab (Results 1 – 1 of 1) sorted by relevance
336 } http_strerror_tab[] = { variable2527 __ASSERT_NO_MSG(((size_t) err) < ARRAY_SIZE(http_strerror_tab)); in http_errno_name()2529 return http_strerror_tab[err].name; in http_errno_name()2534 __ASSERT_NO_MSG(((size_t) err) < ARRAY_SIZE(http_strerror_tab)); in http_errno_description()2536 return http_strerror_tab[err].description; in http_errno_description()