Searched refs:get_first_set (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | pcre_get.c | 262 get_first_set(const pcre *code, const char *stringname, int *ovector, in get_first_set() function 266 get_first_set(const pcre16 *code, PCRE_SPTR16 stringname, int *ovector, in get_first_set() 270 get_first_set(const pcre32 *code, PCRE_SPTR32 stringname, int *ovector, in get_first_set() 409 int n = get_first_set(code, stringname, ovector, stringcount); in pcre_copy_named_substring() 629 int n = get_first_set(code, stringname, ovector, stringcount); in pcre_get_named_substring()
|
Completed in 5 milliseconds