OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MATCH_LIMIT_RECURSION
(Results
1 - 6
of
6
) sorted by null
/external/pcre/dist/
config.h.generic
185
used. The value of
MATCH_LIMIT_RECURSION
applies only to recursive calls of
189
#ifndef
MATCH_LIMIT_RECURSION
190
#define
MATCH_LIMIT_RECURSION
MATCH_LIMIT
config-cmake.h.in
51
#define
MATCH_LIMIT_RECURSION
@PCRE_MATCH_LIMIT_RECURSION@
pcre_config.c
173
*((unsigned long int *)where) =
MATCH_LIMIT_RECURSION
;
config.h.in
178
used. The value of
MATCH_LIMIT_RECURSION
applies only to recursive calls of
182
#undef
MATCH_LIMIT_RECURSION
pcre_exec.c
725
if (rdepth >= md->
match_limit_recursion
) RRETURN(PCRE_ERROR_RECURSIONLIMIT);
[
all
...]
/external/pcre/
config.h
179
used. The value of
MATCH_LIMIT_RECURSION
applies only to recursive calls of
183
#define
MATCH_LIMIT_RECURSION
MATCH_LIMIT
Completed in 953 milliseconds