Searched refs:PCRE_INFO_NAMECOUNT (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/glib/pcre/ |
D | pcre_get.c | 80 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringnumber() 90 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringnumber() 149 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringtable_entries() 159 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringtable_entries()
|
D | pcre_fullinfo.c | 167 case PCRE_INFO_NAMECOUNT: in pcre_fullinfo()
|
D | pcre.h | 228 #define PCRE_INFO_NAMECOUNT 8 macro
|