HomeSort by relevance Sort by last modified time
    Searched refs:OP_MINUPTO (Results 1 - 9 of 9) sorted by null

  /external/pcre/dist2/src/
pcre2_find_bracket.c 164 case OP_MINUPTO:
pcre2_auto_possess.c 331 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO)
1079 end = (c <= OP_MINUPTO) ?
    [all...]
pcre2_pattern_info.c 295 case OP_MINUPTO:
pcre2_printint.c 499 case OP_MINUPTO:
506 if (*code == OP_MINUPTO || *code == OP_MINUPTOI) fprintf(f, "?");
pcre2_study.c 627 case OP_MINUPTO:
1118 case OP_MINUPTO:
    [all...]
pcre2_jit_compile.c 720 case OP_MINUPTO:
1215 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO;
    [all...]
pcre2_compile.c     [all...]
pcre2_dfa_match.c     [all...]
pcre2_match.c     [all...]

Completed in 58 milliseconds