Home
last modified time | relevance | path

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

/external/pcre/
Dpcrecpp.cc91 re_partial_ = NULL; in Init()
93 re_partial_ = Compile(UNANCHORED); in Init()
94 if (re_partial_ != NULL) { in Init()
101 if (re_partial_ != NULL) (*pcre_free)(re_partial_); in Cleanup()
509 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; in TryMatch()
647 if (re_partial_ == NULL) return -1; in NumberOfCapturingGroups()
650 int pcre_retval = pcre_fullinfo(re_partial_, // The regular expression object in NumberOfCapturingGroups()
Dpcrecpp.h704 pcre* re_partial_; // For partial matches variable