Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_get.c89 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 Dpcre_fullinfo.c196 case PCRE_INFO_NAMETABLE: in pcre_fullinfo()
H A Dpcredemo.c204 PCRE_INFO_NAMETABLE, /* address of the table */ in main()
H A Dpcre.h267 #define PCRE_INFO_NAMETABLE 9 macro
H A DChangeLog4949 PCRE_INFO_NAMETABLE yields a pointer to the map.
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c275 rc1 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMETABLE, &name_table); in make_subpats_table()
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2898 PCRE_INFO_NAMETABLE
2913 depends on the length of the longest name. PCRE_INFO_NAMETABLE returns

Completed in 60 milliseconds