HomeSort by relevance Sort by last modified time
    Searched full:match_limit_recursion (Results 1 - 25 of 34) sorted by null

1 2

  /external/pcre/dist/
config-cmake.h.in 51 #define MATCH_LIMIT_RECURSION @PCRE_MATCH_LIMIT_RECURSION@
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
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.h.generic 382 unsigned long int match_limit_recursion; /* Max recursive calls to match() */
395 unsigned long int match_limit_recursion; /* Max recursive calls to match() */
408 unsigned long int match_limit_recursion; /* Max recursive calls to match() */
pcre.h.in 382 unsigned long int match_limit_recursion; /* Max recursive calls to match() */
395 unsigned long int match_limit_recursion; /* Max recursive calls to match() */
408 unsigned long int match_limit_recursion; /* Max recursive calls to match() */
pcrecpp.cc 519 if (options_.match_limit_recursion() > 0) {
521 extra.match_limit_recursion = options_.match_limit_recursion();
pcrecpp.h 211 // disable match limiting. Alternately, you can set match_limit_recursion()
353 // Only 9 modifiers, plus match_limit and match_limit_recursion,
379 int match_limit_recursion() const { return match_limit_recursion_; }; function in class:pcrecpp::RE_Options
configure.ac 292 # Note: In config.h, the default is to define MATCH_LIMIT_RECURSION
294 # value (e.g. 10000000). MATCH_LIMIT_RECURSION can otherwise be set to some
817 AC_DEFINE_UNQUOTED([MATCH_LIMIT_RECURSION], [$with_match_limit_recursion], [
823 MATCH_LIMIT_RECURSION applies only to recursive calls of match(). To
    [all...]
pcregrep.c 183 static unsigned long int match_limit_recursion = 0; variable
363 { OP_LONGNUMBER, N_M_LIMIT_REC, &match_limit_recursion, "recursion-limit=number", "set PCRE match recursion limit option" },
    [all...]
pcregexp.pas 273 match_limit_recursion: longint; { Max recursive calls to match() }
  /external/pcre/dist/doc/html/
pcre_dfa_exec.html 108 <i>match_limit_recursion</i> Limit on internal recursion depth
117 matching function, the <i>match_limit</i> and <i>match_limit_recursion</i> fields
pcre_exec.html 93 <i>match_limit_recursion</i> Limit on internal recursion depth
pcre_jit_exec.html 90 <i>match_limit_recursion</i> Limit on internal recursion depth
pcrecpp.html 225 match limiting. Alternatively, you can call <b>match_limit_recursion()</b>
228 <b>match_limit_recursion()</b> limits the depth of internal recursion, and
pcretest.html 183 PCRE to discover the minimum MATCH_LIMIT and MATCH_LIMIT_RECURSION settings by
    [all...]
pcreapi.html     [all...]
  /external/pcre/dist/doc/
pcre_dfa_exec.3 
pcre_exec.3 
pcre_jit_exec.3 
pcrecpp.3 
pcretest.1 153 PCRE to discover the minimum MATCH_LIMIT and MATCH_LIMIT_RECURSION settings by
714 MATCH_LIMIT_RECURSION settings
    [all...]
pcretest.txt 137 MATCH_LIMIT_RECURSION settings by calling pcre[16|32]_exec()
    [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
pcre.h 382 unsigned long int match_limit_recursion; /* Max recursive calls to match() */ member in struct:pcre_extra
395 unsigned long int match_limit_recursion; /* Max recursive calls to match() */ member in struct:pcre16_extra
408 unsigned long int match_limit_recursion; /* Max recursive calls to match() */ member in struct:pcre32_extra

Completed in 338 milliseconds

1 2