Searched refs:PCRE_INFO_NAMETABLE (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_get.c | 89 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringnumber() 99 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringnumber() 109 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringnumber() 172 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringtable_entries() 182 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringtable_entries() 192 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringtable_entries()
|
H A D | pcre_fullinfo.c | 196 case PCRE_INFO_NAMETABLE: in pcre_fullinfo()
|
H A D | pcredemo.c | 204 PCRE_INFO_NAMETABLE, /* address of the table */ in main()
|
H A D | pcre.h | 267 #define PCRE_INFO_NAMETABLE 9 macro
|
H A D | ChangeLog | 4949 PCRE_INFO_NAMETABLE yields a pointer to the map.
|
/PHP-7.0/ext/pcre/ |
H A D | php_pcre.c | 257 rc1 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMETABLE, &name_table); in make_subpats_table()
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2898 PCRE_INFO_NAMETABLE 2913 depends on the length of the longest name. PCRE_INFO_NAMETABLE returns
|
Completed in 86 milliseconds