Lines Matching refs:parser_state
855 ah->parser_state = 255;
1050 ah->parser_state = WSI_TOKEN_NAME_PART;
1059 n = ah->parser_state;
1180 * in wsi->parser_state
1230 lwsl_header("wsi->parser_state: %d\n",
1231 ah->parser_state);
1233 if (ah->parser_state == WSI_TOKEN_NAME_PART) {
1241 if (ah->parser_state == WSI_TOKEN_NAME_PART ||
1243 ah->parser_state == WSI_TOKEN_UNKNOWN_VALUE_PART ||
1245 ah->parser_state == WSI_TOKEN_SKIPPING) {
1247 ah->parser_state = 0xff;
1290 m = ah->parser_state;
1292 ah->parser_state == WSI_TOKEN_NAME_PART ||
1293 ah->parser_state == WSI_TOKEN_SKIPPING) {
1297 ah->parser_state,
1334 m = ah->parser_state;