OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MATCH_LIMIT
(Results
1 - 8
of
8
) sorted by null
/external/pcre/dist2/src/
config.h.generic
24
as
MATCH_LIMIT
, whose actual value is relevant, have defaults defined, but are
157
/* The value of
MATCH_LIMIT
determines the default number of times the
164
#ifndef
MATCH_LIMIT
165
#define
MATCH_LIMIT
10000000
173
must be less than the value of
MATCH_LIMIT
. The default is to use the same
174
value as
MATCH_LIMIT
. There is a runtime method for setting a different
179
#define MATCH_LIMIT_DEPTH
MATCH_LIMIT
pcre2_jit_match.c
138
arguments.limit_match = (mcontext->
match_limit
< re->limit_match)?
139
mcontext->
match_limit
: re->limit_match;
150
arguments.limit_match = (
MATCH_LIMIT
< re->limit_match)?
151
MATCH_LIMIT
: re->limit_match;
pcre2_config.c
168
*((uint32_t *)where) =
MATCH_LIMIT
;
config.h.in
24
as
MATCH_LIMIT
, whose actual value is relevant, have defaults defined, but are
150
/* The value of
MATCH_LIMIT
determines the default number of times the
157
#undef
MATCH_LIMIT
164
must be less than the value of
MATCH_LIMIT
. The default is to use the same
165
value as
MATCH_LIMIT
. There is a runtime method for setting a different
pcre2_context.c
173
MATCH_LIMIT
,
416
mcontext->
match_limit
= limit;
/external/pcre/include_internal/
config.h
25
as
MATCH_LIMIT
, whose actual value is relevant, have defaults defined, but are
151
/* The value of
MATCH_LIMIT
determines the default number of times the
158
#define
MATCH_LIMIT
10000000
165
must be less than the value of
MATCH_LIMIT
. The default is to use the same
166
value as
MATCH_LIMIT
. There is a runtime method for setting a different
170
#define MATCH_LIMIT_DEPTH
MATCH_LIMIT
/external/pcre/dist2/
config-cmake.h.in
41
#define
MATCH_LIMIT
@PCRE2_MATCH_LIMIT@
configure
[
all
...]
Completed in 124 milliseconds