Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_get.c89 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringnumber()
99 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringnumber()
109 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringnumber()
172 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringtable_entries()
182 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringtable_entries()
192 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringtable_entries()
H A Dpcre_fullinfo.c190 case PCRE_INFO_NAMEENTRYSIZE: in pcre_fullinfo()
H A Dpcredemo.c210 PCRE_INFO_NAMEENTRYSIZE, /* size of each entry in the table */ in main()
H A Dpcre.h265 #define PCRE_INFO_NAMEENTRYSIZE 7 macro
H A DChangeLog4947 PCRE_INFO_NAMEENTRYSIZE yields the size of each entry in the map
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c204 rc2 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMEENTRYSIZE, &name_size); in make_subpats_table()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2897 PCRE_INFO_NAMEENTRYSIZE
2911 gives the number of entries, and PCRE_INFO_NAMEENTRYSIZE gives the size

Completed in 58 milliseconds