Searched refs:http_strerror_tab (Results 1 – 1 of 1) sorted by relevance
328 } http_strerror_tab[] = { variable2353 __ASSERT_NO_MSG(((size_t) err) < ARRAY_SIZE(http_strerror_tab)); in http_errno_name()2355 return http_strerror_tab[err].name; in http_errno_name()2360 __ASSERT_NO_MSG(((size_t) err) < ARRAY_SIZE(http_strerror_tab)); in http_errno_description()2362 return http_strerror_tab[err].description; in http_errno_description()