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

/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c526 BOOL minimize, possessive; /* Quantifier options */ local
751 minimize = possessive = FALSE;
2746 minimize = (c & 1) != 0;
2754 minimize = (*ecode == OP_CRMINRANGE);
2804 if (minimize)
2889 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0;
2899 minimize = (*ecode == OP_CRMINRANGE);
2964 if (minimize)
3116 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0;
3126 minimize
[all...]
H A Dpcre_jit_compile.c6043 BOOL minimize; local
6054 minimize = (type & 0x1) != 0;
6086 if (!minimize)

Completed in 59 milliseconds