Searched refs:lextable_h1 (Results 1 – 1 of 1) sorted by relevance
27 static const unsigned char lextable_h1[] = { variable1263 if (lextable_h1[pos] & (1 << 7)) { in lws_parse()1265 if ((lextable_h1[pos] & 0x7f) != c) { in lws_parse()1272 if (lextable_h1[pos] == FAIL_CHAR) in lws_parse()1279 if (lextable_h1[pos] == FAIL_CHAR) in lws_parse()1283 if (lextable_h1[pos] < FAIL_CHAR) { in lws_parse()1299 if (lextable_h1[pos] == c) { /* goto */ in lws_parse()1301 (lextable_h1[pos + 1]) + in lws_parse()1302 (lextable_h1[pos + 2] << 8)); in lws_parse()1383 if (lextable_h1[ah->lextable_pos] < FAIL_CHAR) { in lws_parse()[all …]