Searched refs:get_first_set (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_get.c | 259 get_first_set(const pcre *code, const char *stringname, int *ovector) in get_first_set() function 262 get_first_set(const pcre16 *code, PCRE_SPTR16 stringname, int *ovector) in get_first_set() 265 get_first_set(const pcre32 *code, PCRE_SPTR32 stringname, int *ovector) in get_first_set() 403 int n = get_first_set(code, stringname, ovector); in pcre_copy_named_substring() 620 int n = get_first_set(code, stringname, ovector); in pcre_get_named_substring()
|
Completed in 11 milliseconds