Searched refs:parser_errs (Results 1 – 2 of 2) sorted by relevance
29 static const char * const parser_errs[] = { variable882 if (e >= (int)LWS_ARRAY_SIZE(parser_errs))885 return parser_errs[e];
37 static const char * const parser_errs[] = { variable98 if (e >= (int)LWS_ARRAY_SIZE(parser_errs)) in lecp_error_to_string()101 return parser_errs[e]; in lecp_error_to_string()