Searched defs:get_first_set (Results 1 - 1 of 1) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_get.c | 57 /* This function is used by the get_first_set() function below, as well 135 /* This is used by the get_first_set() function below, as well as being 261 get_first_set(const pcre *code, const char *stringname, int *ovector) function 264 get_first_set(const pcre16 *code, PCRE_SPTR16 stringname, int *ovector) 267 get_first_set(const pcre32 *code, PCRE_SPTR32 stringname, int *ovector) 405 int n = get_first_set(code, stringname, ovector); 622 int n = get_first_set(code, stringname, ovector);
|
Completed in 52 milliseconds