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

/external/pcre/dist2/src/
H A Dpcre2_dfa_match.c2808 BOOL allow_zero; local
2812 allow_zero = TRUE;
2815 else allow_zero = FALSE;
2855 if (matched_count > 0 || allow_zero)
H A Dpcre2_match.c729 #define allow_zero cur_is_word macro
1147 here from BRAZERO with allow_zero set TRUE. The ovector values are
1157 allow_zero = FALSE;
1227 if (allow_zero || matched_once)
1235 from BRAZERO with allow_zero = TRUE. The code is similar to the above,
1241 allow_zero = FALSE;
1285 if (matched_once || allow_zero)
1972 here; just jump to the group, with allow_zero set TRUE. */
1976 allow_zero = TRUE;

Completed in 194 milliseconds