Home
last modified time | relevance | path

Searched defs:pcre (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/glib/pcre/
Dmeson.build25 libpcre = static_library('pcre', build
50 pcre = declare_dependency(link_with : libpcre) variable
Dpcre.h277 typedef struct real_pcre pcre; typedef
/third_party/glib/glib/
Dmeson.build7 subdir('pcre') subdir
/third_party/re2/util/
Dpcre.cc69 int pcre_exec(const pcre*, const pcre_extra*, const char*, int, int, int, int*, int) { in pcre_exec()
73 int pcre_fullinfo(const pcre*, const pcre_extra*, int, void*) { in pcre_fullinfo()