OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MATCH_LIMIT
(Results
1 - 7
of
7
) sorted by null
/external/pcre/dist/
config.h.generic
24
MATCH_LIMIT
, whose actual value is relevant, have defaults defined, but are
172
/* The value of
MATCH_LIMIT
determines the default number of times the
178
#ifndef
MATCH_LIMIT
179
#define
MATCH_LIMIT
10000000
188
MATCH_LIMIT
. The default is to use the same value as
MATCH_LIMIT
. There is
191
#define MATCH_LIMIT_RECURSION
MATCH_LIMIT
config-cmake.h.in
50
#define
MATCH_LIMIT
@PCRE_MATCH_LIMIT@
pcre_config.c
169
*((unsigned long int *)where) =
MATCH_LIMIT
;
config.h.in
24
MATCH_LIMIT
, whose actual value is relevant, have defaults defined, but are
167
/* The value of
MATCH_LIMIT
determines the default number of times the
173
#undef
MATCH_LIMIT
181
MATCH_LIMIT
. The default is to use the same value as
MATCH_LIMIT
. There is
pcre_exec.c
724
if (md->match_call_count++ >= md->
match_limit
) RRETURN(PCRE_ERROR_MATCHLIMIT);
[
all
...]
configure
[
all
...]
pcre_jit_compile.c
[
all
...]
Completed in 444 milliseconds