Home
last modified time | relevance | path

Searched refs:OP_NOTEXACT (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist/
Dpcre_byte_order.c247 case OP_NOTEXACT: in pcre_pattern_to_host_byte_order()
Dpcre_printint.c584 case OP_NOTEXACT: in pcre_printint()
591 if (*code != OP_NOTEXACT && *code != OP_NOTEXACTI) fprintf(f, "0,"); in pcre_printint()
Dpcre_study.c250 case OP_NOTEXACT: in find_minlength()
878 case OP_NOTEXACT: in set_start_bits()
Dpcre_compile.c1878 case OP_NOTEXACT: in find_fixedlength()
2166 case OP_NOTEXACT: in PRIV()
2311 case OP_NOTEXACT: in find_recurse()
2630 case OP_NOTEXACT: in could_be_empty_branch()
3861 case OP_NOTEXACT: in auto_possessify()
6403 case OP_NOTEXACT: in compile_branch()
Dpcre_internal.h1982 OP_NOTEXACT, /* 67 Exactly n matches */ enumerator
Dpcre_dfa_exec.c2452 case OP_NOTEXACT: in internal_dfa_exec()
Dpcre_jit_compile.c715 case OP_NOTEXACT: in next_opcode()
1388 case OP_NOTEXACT: in get_framesize()
3442 case OP_NOTEXACT: in scan_prefix()
8381 case OP_NOTEXACT: in compile_matchingpath()
9527 case OP_NOTEXACT: in compile_backtrackingpath()
Dpcretest.c2610 case OP_NOTEXACT: in regexflip8_or_16()
Dpcre_exec.c3712 case OP_NOTEXACT: in match()