Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/
Dlejp.c29 static const char * const parser_errs[] = { variable
882 if (e >= (int)LWS_ARRAY_SIZE(parser_errs))
885 return parser_errs[e];
Dlecp.c37 static const char * const parser_errs[] = { variable
98 if (e >= (int)LWS_ARRAY_SIZE(parser_errs)) in lecp_error_to_string()
101 return parser_errs[e]; in lecp_error_to_string()