Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_get.c83 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringnumber()
93 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringnumber()
103 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringnumber()
166 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringtable_entries()
176 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringtable_entries()
186 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringtable_entries()
H A Dpcre_fullinfo.c192 case PCRE_INFO_NAMECOUNT: in pcre_fullinfo()
H A Dpcredemo.c190 PCRE_INFO_NAMECOUNT, /* number of named substrings */ in main()
H A Dpcre.h266 #define PCRE_INFO_NAMECOUNT 8 macro
H A DChangeLog4948 PCRE_INFO_NAMECOUNT yields the number of entries
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c577 rc = pcre_fullinfo(re, extra, PCRE_INFO_NAMECOUNT, &new_entry.name_count); in pcre_get_compiled_regex_cache()
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt2896 PCRE_INFO_NAMECOUNT
2910 The map consists of a number of fixed-size entries. PCRE_INFO_NAMECOUNT

Completed in 46 milliseconds