Searched refs:re_partial_ (Results 1 – 2 of 2) sorted by relevance
62 re_partial_ = NULL; in Init()64 re_partial_ = Compile(UNANCHORED); in Init()65 if (re_partial_ != NULL) { in Init()72 if (re_partial_ != NULL) pcre2_code_free(re_partial_); in Cleanup()311 pcre2_code* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; in TryMatch()454 if (re_partial_ == NULL) return -1; in NumberOfCapturingGroups()457 int pcre_retval = pcre2_pattern_info(re_partial_, PCRE2_INFO_CAPTURECOUNT, in NumberOfCapturingGroups()
691 pcre2_code* re_partial_; // For partial matches variable