Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c336 } http_strerror_tab[] = { variable
2527 __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()