D | pcre.cc | 41 PCRE::Arg PCRE::no_more_args((void*)NULL); 43 const PCRE::PartialMatchFunctor PCRE::PartialMatch = { }; 44 const PCRE::FullMatchFunctor PCRE::FullMatch = { } ; 45 const PCRE::ConsumeFunctor PCRE::Consume = { }; 46 const PCRE::FindAndConsumeFunctor PCRE::FindAndConsume = { }; 51 void PCRE::Init(const char* pattern, Option options, int match_limit, in Init() 75 PCRE::PCRE(const char* pattern) { in PCRE() function in re2::PCRE 78 PCRE::PCRE(const char* pattern, Option option) { in PCRE() function in re2::PCRE 81 PCRE::PCRE(const string& pattern) { in PCRE() function in re2::PCRE 84 PCRE::PCRE(const string& pattern, Option option) { in PCRE() function in re2::PCRE [all …]
|