Searched refs:re_full_ (Results 1 – 4 of 4) sorted by relevance
91 re_full_ = NULL; in Init()96 re_full_ = Compile(ANCHOR_BOTH); in Init()101 if (re_full_ != NULL) (*pcre_free)(re_full_); in Cleanup()508 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; in TryMatch()
703 pcre* re_full_; // For full matches variable
60 re_full_ = NULL; in Init()70 re_full_ = Compile(ANCHOR_BOTH); in Init()98 if (re_full_ != NULL) pcre_free(re_full_); in ~PCRE()463 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; in TryMatch()
506 pcre* re_full_; // For full matches variable