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

/external/pcre/dist/
H A Dpcre_compile.c5714 PUT2INC(code, 0, repeat_max);
5732 PUT2INC(code, 0, repeat_max - 1);
5742 PUT2INC(code, 0, repeat_min);
5800 PUT2INC(code, 0, repeat_max);
5854 PUT2INC(code, 0, repeat_min);
5856 PUT2INC(code, 0, repeat_max);
6491 PUT2INC(code, 0, oc->number);
7179 PUT2INC(code, 0, index);
7180 PUT2INC(code, 0, count);
7799 PUT2INC(cod
[all...]
H A Dpcre_internal.h574 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE macro

Completed in 139 milliseconds