Searched refs:OP_ALT (Results 1 - 6 of 6) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_study.c | 114 if (*cs != OP_ALT) 136 do cc += GET(cc, 1); while (*cc == OP_ALT); 152 case OP_ALT: 160 if (op != OP_ALT) return length; 172 do cc += GET(cc, 1); while (*cc == OP_ALT); 204 do cc += GET(cc, 1); while (*cc == OP_ALT); 395 do ce += GET(ce, 1); while (*ce == OP_ALT); 420 do ce += GET(ce, 1); while (*ce == OP_ALT); 476 do ce += GET(ce, 1); while (*ce == OP_ALT); 935 do tcode += GET(tcode, 1); while (*tcode == OP_ALT); [all...] |
H A D | pcre_exec.c | 889 (*ecode == OP_ALT || *next == OP_ALT)) 897 while (*ecode == OP_ALT); 901 if (*ecode != OP_ONCE_NC && *ecode != OP_ALT) RRETURN(MATCH_NOMATCH); 906 do ecode += GET(ecode, 1); while (*ecode == OP_ALT); 991 with OP_ALT), we have reached the limit of THEN's action, so convert 1002 (*ecode == OP_ALT || *next == OP_ALT)) 1012 if (*ecode != OP_ALT) break; 1070 else if (!md->hasthen && ecode[GET(ecode, 1)] != OP_ALT) [all...] |
H A D | pcre_dfa_exec.c | 482 while (*end_code == OP_ALT); 528 while (*end_code == OP_ALT); 545 do { end_code += GET(end_code, 1); } while (*end_code == OP_ALT); 565 while (*end_code == OP_ALT); 818 case OP_ALT: 819 do { code += GET(code, 1); } while (*code == OP_ALT); 831 while (*code == OP_ALT); 839 while (*code == OP_ALT) 851 while (*code == OP_ALT) code += GET(code, 1); 858 while (*code == OP_ALT) cod [all...] |
H A D | pcre_compile.c | 1664 do code += GET(code, 1); while (*code == OP_ALT); 1751 do cc += GET(cc, 1); while (*cc == OP_ALT); 1761 case OP_ALT: 1768 if (*cc != OP_ALT) return length; 1780 do ce += GET(ce, 1); while (*ce == OP_ALT); /* End subpattern */ 1794 do cc += GET(cc, 1); while (*cc == OP_ALT); 2366 do code += GET(code, 1); while (*code == OP_ALT); 2401 do endgroup += GET(endgroup, 1); while (*endgroup == OP_ALT); 2427 while (*scode == OP_ALT); 2439 do code += GET(code, 1); while (*code == OP_ALT); [all...] |
H A D | pcre_printint.c | 407 case OP_ALT:
|
H A D | pcre_jit_compile.c | 551 do cc += GET(cc, 1); while (*cc == OP_ALT); 566 while (*cc == OP_ALT); 640 case OP_ALT: 1980 BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT; 1999 if (*cc == OP_ALT && has_alternatives) 3277 case OP_ALT: 3288 while (*alternative == OP_ALT) 6516 if (*ccbegin == OP_ALT) 6612 if (*cc != OP_ALT) 6922 (|) OP_*BRA | OP_ALT [all...] |
Completed in 208 milliseconds