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

  /external/pcre/dist2/src/
pcre2_find_bracket.c 129 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP)
pcre2_printint.c 414 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE;
417 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE));
431 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE;
434 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE));
501 extra = print_char(f, code + 1 + IMM2_SIZE, utf);
513 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP)
515 print_prop(f, code + IMM2_SIZE + 1, " ", " ");
518 else fprintf(f, " %s", OP_names[code[1 + IMM2_SIZE]]);
573 extra = print_char(f, code + 1 + IMM2_SIZE, utf)
    [all...]
pcre2_study.c 123 if (*code == OP_CBRA || *code == OP_CBRAPOS) cc += IMM2_SIZE;
321 cc += 2 + IMM2_SIZE;
329 cc += 2 + IMM2_SIZE + ((cc[1 + IMM2_SIZE] == OP_PROP
330 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0);
393 if (cc[1 + IMM2_SIZE] == OP_PROP
394 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2;
435 cc += 1 + 2 * IMM2_SIZE;
463 int count = GET2(cc, 1+IMM2_SIZE);
520 cc += 1 + 2*IMM2_SIZE;
    [all...]
pcre2_dfa_match.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...]
pcre2_substring.c 492 int c = PRIV(strcmp)(stringname, entry + IMM2_SIZE);
502 if (PRIV(strcmp)(stringname, (first - entrysize + IMM2_SIZE)) != 0) break;
507 if (PRIV(strcmp)(stringname, (last + entrysize + IMM2_SIZE)) != 0) break;
pcre2_auto_possess.c 332 code += IMM2_SIZE;
485 end += 1 + 2 * IMM2_SIZE;
    [all...]
pcre2_intmodedep.h 71 #undef IMM2_SIZE
193 #define IMM2_SIZE 2
198 #define IMM2_SIZE 1
549 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE
    [all...]
pcre2_match.c     [all...]
pcre2_jit_compile.c 875 cc += 1 + IMM2_SIZE;
881 cc += 1 + LINK_SIZE + IMM2_SIZE;
895 cc += 1 + IMM2_SIZE;
901 count = GET2(cc, 1 + IMM2_SIZE);
908 cc += 1 + 2 * IMM2_SIZE;
1085 cc += IMM2_SIZE;
1117 cc += 1 + LINK_SIZE + ((*cc == OP_CBRA) ? IMM2_SIZE : 0);
1182 max = GET2(cc, 1 + IMM2_SIZE);
    [all...]
pcre2_serialize.c 233 dst_re->name_entry_size > MAX_NAME_SIZE + IMM2_SIZE + 1 ||
pcre2_compile.c     [all...]

Completed in 76 milliseconds