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

  /external/pcre/dist/
pcre_printint.c 434 IMM2_SIZE;
437 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE));
452 IMM2_SIZE;
455 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE));
517 extra = print_char(f, code + 1 + IMM2_SIZE, utf);
529 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP)
531 print_prop(f, code + IMM2_SIZE + 1, " ", " ");
534 else fprintf(f, " %s", priv_OP_names[code[1 + IMM2_SIZE]]);
589 extra = print_char(f, code + 1 + IMM2_SIZE, utf)
    [all...]
pcre_study.c 93 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE;
248 cc += 2 + IMM2_SIZE;
256 cc += 2 + IMM2_SIZE + ((cc[1 + IMM2_SIZE] == OP_PROP
257 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0);
320 if (cc[1 + IMM2_SIZE] == OP_PROP
321 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2;
362 cc += 1 + 2 * IMM2_SIZE;
387 int count = GET2(cc, 1+IMM2_SIZE);
411 cc += 1 + 2*IMM2_SIZE;
    [all...]
pcre_internal.h 537 #define IMM2_SIZE 2
552 #define IMM2_SIZE 1
562 #define IMM2_SIZE 1
574 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE
    [all...]
pcre_dfa_exec.c 130 1+IMM2_SIZE, 1+IMM2_SIZE, /* upto, minupto */
131 1+IMM2_SIZE, /* exact */
132 1, 1, 1, 1+IMM2_SIZE, /* *+, ++, ?+, upto+ */
134 1+IMM2_SIZE, 1+IMM2_SIZE, /* upto I, minupto I */
135 1+IMM2_SIZE, /* exact I */
136 1, 1, 1, 1+IMM2_SIZE, /* *+I, ++I, ?+I, upto+I */
139 1+IMM2_SIZE, 1+IMM2_SIZE, /* NOT upto, minupto *
    [all...]
pcre_get.c 121 (pcre_uchar *)(entry + IMM2_SIZE));
205 (pcre_uchar *)(entry + IMM2_SIZE));
213 (pcre_uchar *)(first - entrysize + IMM2_SIZE)) != 0) break;
219 (pcre_uchar *)(last + entrysize + IMM2_SIZE)) != 0) break;
pcre_jit_compile.c 802 cc += 1 + IMM2_SIZE;
812 cc += 1 + LINK_SIZE + (*cc == OP_CBRA || *cc == OP_SCBRA ? IMM2_SIZE : 0);
818 cc += 1 + LINK_SIZE + IMM2_SIZE;
832 cc += 1 + IMM2_SIZE;
838 count = GET2(cc, 1 + IMM2_SIZE);
845 cc += 1 + 2 * IMM2_SIZE;
928 if (GET2(cc, 1) == GET2(cc, 1 + IMM2_SIZE))
1130 bracketlen = 1 + LINK_SIZE + IMM2_SIZE;
1150 bracketlen = 1 + LINK_SIZE + IMM2_SIZE;
1165 size = -(2 + IMM2_SIZE);
    [all...]
pcre_compile.c     [all...]
pcre_exec.c     [all...]
pcretest.c 4201 int imm2_size = pcre_mode == PCRE8_MODE ? 2 : 1; local
    [all...]

Completed in 1029 milliseconds