Lines Matching refs:parser_state
97 ah->parser_state = WSI_TOKEN_NAME_PART;
786 (long)wsi->http.ah->parser_state,
1032 switch (ah->parser_state) {
1041 ah->parser_state = WSI_TOKEN_NAME_PART;
1061 lwsl_parser("WSI_TOK_(%d) '%c'\n", ah->parser_state, c);
1065 if (!ah->frags[ah->frag_index[ah->parser_state]].len &&
1070 if (ah->parser_state == methods[m])
1107 ah->parser_state = WSI_TOKEN_HTTP;
1126 if (ah->parser_state != WSI_TOKEN_CHALLENGE &&
1133 ah->parser_state = WSI_TOKEN_NAME_PART;
1137 ah->parser_state = WSI_TOKEN_SKIPPING_SAW_CR;
1147 ah->parser_state = WSI_TOKEN_SKIPPING;
1155 if (!c && ah->parser_state != WSI_TOKEN_HTTP_URI_ARGS)
1163 if (ah->parser_state == WSI_TOKEN_CHALLENGE)
1255 ah->parser_state = WSI_TOKEN_UNKNOWN_VALUE_PART;
1328 ah->parser_state = WSI_TOKEN_SKIPPING;
1331 ah->parser_state = WSI_TOKEN_SKIPPING;
1379 ah->parser_state = WSI_TOKEN_SKIPPING;
1416 ah->parser_state = (uint8_t)
1423 ah->parser_state];
1428 if (ah->parser_state == WSI_TOKEN_CHALLENGE)
1437 //ah->parser_state = WSI_TOKEN_SKIPPING;
1456 n = ah->frag_index[ah->parser_state];
1458 ah->frag_index[ah->parser_state] = ah->nfrag;
1459 ah->hdr_token_idx = ah->parser_state;
1477 ah->parser_state = WSI_TOKEN_NAME_PART;
1483 ah->parser_state = WSI_TOKEN_SKIPPING_SAW_CR;
1491 ah->parser_state = WSI_TOKEN_NAME_PART;
1495 ah->parser_state = WSI_TOKEN_SKIPPING;
1521 ah->parser_state = WSI_PARSING_COMPLETE;