Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc113 re_partial_ = NULL; in Init()
120 re_partial_ = Compile(UNANCHORED); in Init()
121 if (re_partial_ != NULL) { in Init()
151 if (re_partial_ != NULL) pcre_free(re_partial_); in ~PCRE()
517 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; in TryMatch()
749 if (re_partial_ == NULL) return -1; in NumberOfCapturingGroups()
752 int rc = pcre_fullinfo(re_partial_, // The regular expression object in NumberOfCapturingGroups()
Dpcre.h498 pcre* re_partial_; // For partial matches variable