Searched defs:pcre_extra (Results 1 – 2 of 2) sorted by relevance
/third_party/glib/glib/pcre/ |
D | pcre.h | 311 typedef struct pcre_extra { struct 320 } pcre_extra; argument
|
/third_party/re2/util/ |
D | pcre.cc | 47 struct pcre_extra { struct 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()
|