OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:match_limit_recursion
(Results
26 - 34
of
34
) sorted by null
1
2
/external/pcre/dist/doc/
pcreapi.3
[
all
...]
pcre.txt
[
all
...]
/external/pcre/dist/
CMakeLists.txt
143
"Default limit on internal recursion. See
MATCH_LIMIT_RECURSION
in config.h.in for details.")
[
all
...]
pcre_exec.c
725
if (rdepth >= md->
match_limit_recursion
) RRETURN(PCRE_ERROR_RECURSIONLIMIT);
[
all
...]
pcretest.c
[
all
...]
pcre_internal.h
2516
unsigned long int
match_limit_recursion
; \/* As it says *\/
member in struct:match_data
[
all
...]
ChangeLog
[
all
...]
/external/regex-re2/util/
pcre.cc
486
extra.
match_limit_recursion
= stack_limit / kPCREFrameSize;
[
all
...]
pcre.h
173
struct pcre_extra { int flags, match_limit,
match_limit_recursion
; };
Completed in 908 milliseconds
1
2