Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_get.c85 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringnumber()
95 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringnumber()
105 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringnumber()
168 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringtable_entries()
178 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringtable_entries()
188 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringtable_entries()
H A Dpcre_fullinfo.c194 case PCRE_INFO_NAMECOUNT: in pcre_fullinfo()
H A Dpcredemo.c190 PCRE_INFO_NAMECOUNT, /* number of named substrings */ in main()
H A Dpcre.h255 #define PCRE_INFO_NAMECOUNT 8 macro
H A DChangeLog4011 PCRE_INFO_NAMECOUNT yields the number of entries
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c193 rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMECOUNT, &name_cnt); in make_subpats_table()
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2725 PCRE_INFO_NAMECOUNT
2739 The map consists of a number of fixed-size entries. PCRE_INFO_NAMECOUNT

Completed in 71 milliseconds