HomeSort by relevance Sort by last modified time
    Searched full:get_first_set (Results 1 - 1 of 1) sorted by null

  /external/pcre/dist/
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 50 milliseconds