D | pcre.cc | 63 pcre* pcre_compile(const char*, int, const char**, int*, const unsigned char*) { in pcre_compile() 67 int pcre_exec(const pcre*, const pcre_extra*, const char*, int, int, int, int*, int) { in pcre_exec() argument 71 int pcre_fullinfo(const pcre*, const pcre_extra*, int, void*) { in pcre_fullinfo() argument 155 pcre* PCRE::Compile(Anchor anchor) { in Compile() 170 pcre* re; in Compile() 517 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; in TryMatch()
|