Searched refs:PUT2INC (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c5718 PUT2INC(code, 0, repeat_max);
5736 PUT2INC(code, 0, repeat_max - 1);
5746 PUT2INC(code, 0, repeat_min);
5804 PUT2INC(code, 0, repeat_max);
5858 PUT2INC(code, 0, repeat_min);
5860 PUT2INC(code, 0, repeat_max);
6495 PUT2INC(code, 0, oc->number);
7183 PUT2INC(code, 0, index);
7184 PUT2INC(code, 0, count);
7803 PUT2INC(cod
[all...]
H A Dpcre_internal.h574 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE macro

Completed in 59 milliseconds