Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_parser.c328 } http_strerror_tab[] = { variable
2353 __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()