Home
last modified time | relevance | path

Searched refs:match_limit_recursion_ (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist/
Dpcrecpp.h358 RE_Options() : match_limit_(0), match_limit_recursion_(0), all_options_(0) {} in RE_Options()
368 RE_Options(int option_flags) : match_limit_(0), match_limit_recursion_(0), in RE_Options()
379 int match_limit_recursion() const { return match_limit_recursion_; }; in match_limit_recursion()
381 match_limit_recursion_ = limit; in set_match_limit_recursion()
460 int match_limit_recursion_; variable