Lines Matching refs:str_match_pos
160 unsigned int str_match_pos;
658 if (t->str_match_pos) {
687 t->str_match_pos = 1;
762 if (t->str_match_pos) {
780 if (c == t->parser->suffix[t->str_match_pos++]) {
781 if (t->str_match_pos < t->parser->suffix_len)
789 t->str_match_pos = 0;
811 if (t->str_match_pos == 2)
814 t->parser->suffix_len = t->str_match_pos - 1;
835 osuff[t->str_match_pos - 1], t->parser);
877 if (t->str_match_pos != olen) {
879 e->suffix = &osuff[t->str_match_pos - 1];
880 e->suffix_len = olen - (t->str_match_pos - 1);
919 t->str_match_pos = 0;
1040 lwsl_err(" %s %d\n", ne, t->str_match_pos);
1047 t->str_match_pos = 0;