Searched refs:IMM2_SIZE (Results 1 - 8 of 8) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_printint.c434 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, ut
[all...]
H A Dpcre_study.c93 *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...]
H A Dpcre_dfa_exec.c130 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, /* NO
[all...]
H A Dpcre_get.c121 (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;
H A Dpcre_compile.c1748 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd);
1782 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd);
1855 cc += 2 + IMM2_SIZE;
1863 if (cc[1 + IMM2_SIZE] == OP_PROP || cc[1 + IMM2_SIZE] == OP_NOTPROP)
1865 cc += 1 + IMM2_SIZE + 1;
1929 if (GET2(cc,1) != GET2(cc,1+IMM2_SIZE)) return -1;
1931 cc += 1 + 2 * IMM2_SIZE;
2111 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE]
[all...]
H A Dpcre_internal.h537 #define IMM2_SIZE 2 macro
552 #define IMM2_SIZE 1 macro
562 #define IMM2_SIZE 1 macro
574 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE
2202 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto, minupto ** mode */ \
2203 2+IMM2_SIZE, /* exact */ \
2204 2, 2, 2, 2+IMM2_SIZE, /* *+, ++, ?+, upto+ */ \
2206 2+IMM2_SIZE, 2+IMM2_SIZE, /* upt
[all...]
H A Dpcre_exec.c1359 int count = GET2(ecode, 1 + IMM2_SIZE);
1378 int count = GET2(ecode, 1 + IMM2_SIZE);
1479 ecode += 1 + IMM2_SIZE;
2701 int count = GET2(ecode, 1+IMM2_SIZE);
2703 ecode += 1 + 2*IMM2_SIZE;
2728 ecode += 1 + IMM2_SIZE;
2756 max = GET2(ecode, 1 + IMM2_SIZE);
2758 ecode += 1 + 2 * IMM2_SIZE;
2902 max = GET2(ecode, 1 + IMM2_SIZE);
2904 ecode += 1 + 2 * IMM2_SIZE;
[all...]
H A Dpcre_jit_compile.c802 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...]

Completed in 80 milliseconds