Home
last modified time | relevance | path

Searched refs:PCRE_INFO_NAMECOUNT (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/pcre/
Dpcre_get.c80 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()
Dpcre_fullinfo.c167 case PCRE_INFO_NAMECOUNT: in pcre_fullinfo()
Dpcre.h228 #define PCRE_INFO_NAMECOUNT 8 macro