Searched refs:re_full_ (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcrecpp.cc91 re_full_ = NULL;
96 re_full_ = Compile(ANCHOR_BOTH);
101 if (re_full_ != NULL) (*pcre_free)(re_full_);
508 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
H A Dpcrecpp.h703 pcre* re_full_; // For full matches member in class:pcrecpp::RE
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcrecpp.cc91 re_full_ = NULL;
96 re_full_ = Compile(ANCHOR_BOTH);
101 if (re_full_ != NULL) (*pcre_free)(re_full_);
508 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
H A Dpcrecpp.h703 pcre* re_full_; // For full matches member in class:pcrecpp::RE
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcrecpp.cc91 re_full_ = NULL;
96 re_full_ = Compile(ANCHOR_BOTH);
101 if (re_full_ != NULL) (*pcre_free)(re_full_);
508 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
H A Dpcrecpp.h703 pcre* re_full_; // For full matches member in class:pcrecpp::RE

Completed in 133 milliseconds