Searched refs:possessive (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_exec.c494 BOOL minimize, possessive; /* Quantifier options */ local
719 minimize = possessive = FALSE;
916 /* Handle a capturing bracket, other than those that are possessive with an
1010 /* Non-capturing or atomic group, except for possessive with unlimited
1088 /* Handle possessive capturing brackets with an unlimited repeat. We come
1105 printf("start possessive bracket %d\n", number);
1193 /* Non-capturing possessive bracket with unlimited repeat. We come here
1858 /* BRAPOSZERO occurs before a possessive bracket group. Don't do anything
1981 /* OP_KETRPOS is a possessive repeating ket. Remember the current position,
3255 possessive
[all...]
H A Dpcre_jit_compile.c403 /* Two local variables for possessive quantifiers (char1 cannot use them). */
795 BOOL possessive = FALSE; local
802 possessive = TRUE;
859 if (SLJIT_UNLIKELY(possessive) && length == 3)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_exec.c494 BOOL minimize, possessive; /* Quantifier options */ local
719 minimize = possessive = FALSE;
916 /* Handle a capturing bracket, other than those that are possessive with an
1010 /* Non-capturing or atomic group, except for possessive with unlimited
1088 /* Handle possessive capturing brackets with an unlimited repeat. We come
1105 printf("start possessive bracket %d\n", number);
1193 /* Non-capturing possessive bracket with unlimited repeat. We come here
1858 /* BRAPOSZERO occurs before a possessive bracket group. Don't do anything
1981 /* OP_KETRPOS is a possessive repeating ket. Remember the current position,
3255 possessive
[all...]
H A Dpcre_jit_compile.c403 /* Two local variables for possessive quantifiers (char1 cannot use them). */
795 BOOL possessive = FALSE; local
802 possessive = TRUE;
859 if (SLJIT_UNLIKELY(possessive) && length == 3)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_exec.c494 BOOL minimize, possessive; /* Quantifier options */ local
719 minimize = possessive = FALSE;
916 /* Handle a capturing bracket, other than those that are possessive with an
1010 /* Non-capturing or atomic group, except for possessive with unlimited
1088 /* Handle possessive capturing brackets with an unlimited repeat. We come
1105 printf("start possessive bracket %d\n", number);
1193 /* Non-capturing possessive bracket with unlimited repeat. We come here
1858 /* BRAPOSZERO occurs before a possessive bracket group. Don't do anything
1981 /* OP_KETRPOS is a possessive repeating ket. Remember the current position,
3255 possessive
[all...]
H A Dpcre_jit_compile.c403 /* Two local variables for possessive quantifiers (char1 cannot use them). */
795 BOOL possessive = FALSE; local
802 possessive = TRUE;
859 if (SLJIT_UNLIKELY(possessive) && length == 3)

Completed in 216 milliseconds