Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/
H A Dlejp.c29 static const char * const parser_errs[] = { variable
882 if (e >= (int)LWS_ARRAY_SIZE(parser_errs)) in lejp_error_to_string()
885 return parser_errs[e]; in lejp_error_to_string()
H A 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()

Completed in 3 milliseconds