HomeSort by relevance Sort by last modified time
    Searched refs:pcre_get_substring_list (Results 1 - 7 of 7) sorted by null

  /external/pcre/dist/
Makefile.am 43 doc/html/pcre_get_substring_list.html \
699 doc/pcre_get_substring_list.3 \
748 ln -sf pcre_get_substring_list.3 $(DESTDIR)$(man3dir)/pcre16_get_substring_list.3
774 ln -sf pcre_get_substring_list.3 $(DESTDIR)$(man3dir)/pcre32_get_substring_list.3
pcre_get.c 441 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, function
497 Argument: the result of a previous pcre_get_substring_list()
pcre.h.generic 621 PCRE_EXP_DECL int pcre_get_substring_list(const char *, int *, int,
pcre.h.in 621 PCRE_EXP_DECL int pcre_get_substring_list(const char *, int *, int,
pcregexp.pas 401 function pcre_get_substring_list( const subject : pchar; var ovector : integer; function
pcretest.c 284 rc = pcre_get_substring_list((const char *)bptr, offsets, count, listptr)
669 #define PCRE_GET_SUBSTRING_LIST(rc, bptr, offsets, count, listptr) \
871 #define PCRE_GET_SUBSTRING_LIST(rc, bptr, offsets, count, listptr) \
873 G(PCRE_GET_SUBSTRING_LIST,BITONE)(rc, bptr, offsets, count, listptr); \
875 G(PCRE_GET_SUBSTRING_LIST,BITTWO)(rc, bptr, offsets, count, listptr)
    [all...]
  /external/pcre/
pcre.h 621 PCRE_EXP_DECL int pcre_get_substring_list(const char *, int *, int,

Completed in 167 milliseconds