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

  /external/pcre/
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;
353 // Only 9 modifiers, plus match_limit and match_limit_recursion,
373 int match_limit() const { return match_limit_; }; function in class:pcrecpp::RE_Options
pcregrep.c 169 static unsigned long int match_limit = 0; variable
242 { OP_LONGNUMBER, N_M_LIMIT, &match_limit, "match-limit=number", "set PCRE match limit option" },
    [all...]
pcre_internal.h 1700 unsigned long int match_limit; \/* As it says *\/ member in struct:match_data
    [all...]

Completed in 150 milliseconds