Lines Matching defs:methods
1000 static const unsigned char methods[] = {
1069 for (m = 0; m < LWS_ARRAY_SIZE(methods); m++)
1070 if (ah->parser_state == methods[m])
1072 if (m == LWS_ARRAY_SIZE(methods))
1073 /* it was not any of the methods */
1313 * unknown methods...
1322 for (m = 0; m < LWS_ARRAY_SIZE(methods); m++)
1323 if (ah->frag_index[methods[m]]) {
1335 if (m != LWS_ARRAY_SIZE(methods)) {
1390 for (m = 0; m < LWS_ARRAY_SIZE(methods); m++)
1391 if (n == methods[m] &&
1392 ah->frag_index[methods[m]]) {