OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_call_count
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist2/src/
pcre2_intmodedep.h
780
uint32_t
match_call_count
; /* As it says */
member in struct:match_block
[
all
...]
pcre2_match.c
770
if (mb->
match_call_count
++ >= mb->match_limit) RRETURN(PCRE2_ERROR_MATCHLIMIT);
[
all
...]
Completed in 231 milliseconds