Home
last modified time | relevance | path

Searched refs:pcre_get_substring (Results 1 – 12 of 12) sorted by relevance

/external/pcre/dist/
DMakefile.am42 doc/html/pcre_get_substring.html \
698 doc/pcre_get_substring.3 \
747 ln -sf pcre_get_substring.3 $(DESTDIR)$(man3dir)/pcre16_get_substring.3
773 ln -sf pcre_get_substring.3 $(DESTDIR)$(man3dir)/pcre32_get_substring.3
Dpcre_get.c544 pcre_get_substring(const char *subject, int *ovector, int stringcount, in pcre_get_substring() function
625 return pcre_get_substring(subject, ovector, stringcount, n, stringptr); in pcre_get_named_substring()
Dpcregexp.pas398 function pcre_get_substring( const subject : pchar; var ovector : integer; in pcre_get_substring() function
Dpcre.h.in615 PCRE_EXP_DECL int pcre_get_substring(const char *, int *, int, int,
Dpcre.h.generic615 PCRE_EXP_DECL int pcre_get_substring(const char *, int *, int, int,
DMakefile.in940 doc/html/pcre_get_substring.html \
1251 doc/pcre_get_substring.3 \
3183 ln -sf pcre_get_substring.3 $(DESTDIR)$(man3dir)/pcre16_get_substring.3
3209 ln -sf pcre_get_substring.3 $(DESTDIR)$(man3dir)/pcre32_get_substring.3
DREADME711 pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error
Dpcretest.c281 rc = pcre_get_substring((char *)bptr, offsets, count, i, subsptr)
/external/pcre/
Dpcre.h615 PCRE_EXP_DECL int pcre_get_substring(const char *, int *, int, int,
/external/selinux/policycoreutils/mcstrans/src/
Dmcstrans.c1126 pcre_get_substring(work, ovector, rc, 0, &match); in compute_raw_from_trans()
1192 pcre_get_substring(s, ovector, rc, 0, &match); in compute_raw_from_trans()
/external/pcre/dist/doc/
Dpcre.txt1626 int pcre_get_substring(const char *subject, int *ovector,
1767 pcre_get_substring()
3640 This error is used by the pcre_copy_substring(), pcre_get_substring(),
3855 int pcre_get_substring(const char *subject, int *ovector,
3864 pcre_copy_substring(), pcre_get_substring(), and pcre_get_sub-
3888 The functions pcre_copy_substring() and pcre_get_substring() extract a
3893 buffersize, while for pcre_get_substring() a new block of memory is
3901 get memory failed for pcre_get_substring().
3928 call of pcre_get_substring() or pcre_get_substring_list(), respec-
3980 then call pcre_copy_substring() or pcre_get_substring(), as appropri-
/external/pcre/dist/doc/html/
DREADME.txt711 pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error