HomeSort by relevance Sort by last modified time
    Searched defs:match_limit (Results 1 - 4 of 4) sorted by null

  /external/pcre/pcrecpp/include/
pcrecpp.h 206 // set_match_limit() and match_limit() member functions.
207 // Setting match_limit to a non-zero value will limit the executation of
210 // stack blowup in a 2MB thread stack. Setting match_limit to zero will
213 // recurses. match_limit() caps the number of matches pcre does;
356 // Only 9 modifiers, plus match_limit and match_limit_recursion,
385 int match_limit() const { return match_limit_; }; function in class:pcrecpp::RE_Options
  /external/pcre/dist2/src/
pcre2_intmodedep.h 585 uint32_t match_limit; member in struct:pcre2_real_match_context
781 uint32_t match_limit; /* As it says */ member in struct:match_block
    [all...]
pcre2grep.c 198 static uint32_t match_limit = 0; variable
382 { OP_U32NUMBER, N_M_LIMIT, &match_limit, "match-limit=number", "set PCRE match limit option" },
    [all...]
pcre2test.c 577 { "match_limit", MOD_CTM, MOD_INT, 0, MO(match_limit) },
3867 match_limit, minlength, nameentrysize, namecount, newline_convention, local
    [all...]

Completed in 81 milliseconds