Searched refs:pcre_get_stringtable_entries (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | pcre_get.c | 150 pcre_get_stringtable_entries(const pcre *code, const char *stringname, in pcre_get_stringtable_entries() function 288 entrysize = pcre_get_stringtable_entries(code, stringname, &first, &last); in get_first_set()
|
H A D | pcre.h | 609 PCRE_EXP_DECL int pcre_get_stringtable_entries(const pcre *, const char *,
|
/PHP-7.2/main/ |
H A D | php_compat.h | 58 #define pcre_get_stringtable_entries php_pcre_get_stringtable_entries macro
|
/PHP-7.2/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1634 int pcre_get_stringtable_entries(const pcre *code, 1782 pcre_get_stringtable_entries() 4005 int pcre_get_stringtable_entries(const pcre *code, 4026 name, you must use the pcre_get_stringtable_entries() function. The
|
Completed in 41 milliseconds