Searched refs:pcre_get_stringtable_entries (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/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 284 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-5.4/main/ |
H A D | php_compat.h | 58 #define pcre_get_stringtable_entries php_pcre_get_stringtable_entries macro
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1623 int pcre_get_stringtable_entries(const pcre *code, 1771 pcre_get_stringtable_entries() 3995 int pcre_get_stringtable_entries(const pcre *code, 4016 name, you must use the pcre_get_stringtable_entries() function. The
|
Completed in 38 milliseconds