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

  /external/pcre/dist/
pcre_study.c 237 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2;
257 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0);
263 case OP_NOTPROP:
313 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2;
321 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2;
857 case OP_NOTPROP:
886 point in recognizing them for OP_NOTPROP. */
    [all...]
pcre_printint.c 495 if (code[1] == OP_PROP || code[1] == OP_NOTPROP)
529 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP)
632 case OP_NOTPROP:
pcre_compile.c     [all...]
pcre_exec.c     [all...]
pcre_dfa_exec.c 723 case OP_NOTPROP:
    [all...]
pcre_jit_compile.c 606 case OP_NOTPROP:
    [all...]

Completed in 369 milliseconds