Searched refs:OP_NOTSTAR (Results 1 - 9 of 9) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_find_bracket.c174 case OP_NOTSTAR:
H A Dpcre2_auto_possess.c279 (c >= OP_NOTSTAR)? OP_NOTSTAR :
347 case OP_NOTSTAR:
1254 case OP_NOTSTAR:
H A Dpcre2_pattern_info.c314 case OP_NOTSTAR:
H A Dpcre2_dfa_match.c2271 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
2314 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
2339 case OP_NOTSTAR:
2355 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
2388 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
2428 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
H A Dpcre2_study.c638 case OP_NOTSTAR:
959 case OP_NOTSTAR:
H A Dpcre2_printint.c548 case OP_NOTSTAR:
H A Dpcre2_compile.c1208 case OP_NOTSTAR:
1677 case OP_NOTSTAR:
2564 case OP_NOTSTAR:
5196 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break;
H A Dpcre2_jit_compile.c739 case OP_NOTSTAR:
968 case OP_NOTSTAR:
1261 case OP_NOTSTAR: \
8675 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO)
8679 *opcode -= OP_NOTSTAR - OP_STAR;
9425 case OP_NOTSTAR:
10558 case OP_NOTSTAR:
H A Dpcre2_match.c3850 case OP_NOTSTAR:
3862 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR);

Completed in 97 milliseconds