Searched refs:PCRE_INFO_NAMECOUNT (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_get.c | 83 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 D | pcre_fullinfo.c | 192 case PCRE_INFO_NAMECOUNT: in pcre_fullinfo()
|
H A D | pcredemo.c | 190 PCRE_INFO_NAMECOUNT, /* number of named substrings */ in main()
|
H A D | pcre.h | 266 #define PCRE_INFO_NAMECOUNT 8 macro
|
H A D | ChangeLog | 4948 PCRE_INFO_NAMECOUNT yields the number of entries
|
/PHP-7.0/ext/pcre/ |
H A D | php_pcre.c | 577 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 D | pcre.txt | 2896 PCRE_INFO_NAMECOUNT 2910 The map consists of a number of fixed-size entries. PCRE_INFO_NAMECOUNT
|
Completed in 47 milliseconds