Searched refs:get_first_set (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_get.c57 /* 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
262 get_first_set(const pcre *code, const char *stringname, int *ovector, function
266 get_first_set(const pcre16 *code, PCRE_SPTR16 stringname, int *ovector,
270 get_first_set(const pcre32 *code, PCRE_SPTR32 stringname, int *ovector,
409 int n = get_first_set(code, stringname, ovector, stringcount);
629 int n = get_first_set(code, stringname, ovector, stringcount);

Completed in 29 milliseconds