Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_get.c87 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringnumber()
97 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringnumber()
107 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringnumber()
170 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringtable_entries()
180 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringtable_entries()
190 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringtable_entries()
H A Dpcre_fullinfo.c188 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-7.1/ext/pcre/
H A Dphp_pcre.c276 rc2 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMEENTRYSIZE, &name_size); in make_subpats_table()
/PHP-7.1/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 90 milliseconds