Home
last modified time | relevance | path

Searched refs:pcre_get_substring_list (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist/
DMakefile.am43 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
Dpcre_get.c441 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, in pcre_get_substring_list() function
Dpcregexp.pas401 function pcre_get_substring_list( const subject : pchar; var ovector : integer; in pcre_get_substring_list() function
Dpcre.h.in621 PCRE_EXP_DECL int pcre_get_substring_list(const char *, int *, int,
Dpcre.h.generic621 PCRE_EXP_DECL int pcre_get_substring_list(const char *, int *, int,
DMakefile.in941 doc/html/pcre_get_substring_list.html \
1252 doc/pcre_get_substring_list.3 \
3184 ln -sf pcre_get_substring_list.3 $(DESTDIR)$(man3dir)/pcre16_get_substring_list.3
3210 ln -sf pcre_get_substring_list.3 $(DESTDIR)$(man3dir)/pcre32_get_substring_list.3
DREADME711 pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error
Dpcretest.c284 rc = pcre_get_substring_list((const char *)bptr, offsets, count, listptr)
/external/pcre/
Dpcre.h621 PCRE_EXP_DECL int pcre_get_substring_list(const char *, int *, int,
/external/pcre/dist/doc/html/
DREADME.txt711 pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error
/external/pcre/dist/doc/
Dpcre.txt1630 int pcre_get_substring_list(const char *subject,
1769 pcre_get_substring_list()
3641 and pcre_get_substring_list() functions (see below). It is never
3859 int pcre_get_substring_list(const char *subject,
3874 string(). Unfortunately, the interface to pcre_get_substring_list() is
3907 The pcre_get_substring_list() function extracts all available sub-
3928 call of pcre_get_substring() or pcre_get_substring_list(), respec-