Searched defs:pcre (Results 1 – 4 of 4) sorted by relevance
/third_party/glib/glib/pcre/ |
D | meson.build | 25 libpcre = static_library('pcre', build 50 pcre = declare_dependency(link_with : libpcre) variable
|
D | pcre.h | 277 typedef struct real_pcre pcre; typedef
|
/third_party/glib/glib/ |
D | meson.build | 7 subdir('pcre') subdir
|
/third_party/re2/util/ |
D | pcre.cc | 69 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()
|