Searched refs:pcre_get_substring (Results 1 – 12 of 12) sorted by relevance
/external/pcre/dist/ |
D | Makefile.am | 42 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
|
D | pcre_get.c | 544 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()
|
D | pcregexp.pas | 398 function pcre_get_substring( const subject : pchar; var ovector : integer; in pcre_get_substring() function
|
D | pcre.h.in | 615 PCRE_EXP_DECL int pcre_get_substring(const char *, int *, int, int,
|
D | pcre.h.generic | 615 PCRE_EXP_DECL int pcre_get_substring(const char *, int *, int, int,
|
D | Makefile.in | 940 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
|
D | README | 711 pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error
|
D | pcretest.c | 281 rc = pcre_get_substring((char *)bptr, offsets, count, i, subsptr)
|
/external/pcre/ |
D | pcre.h | 615 PCRE_EXP_DECL int pcre_get_substring(const char *, int *, int, int,
|
/external/selinux/policycoreutils/mcstrans/src/ |
D | mcstrans.c | 1126 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/ |
D | pcre.txt | 1626 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/ |
D | README.txt | 711 pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error
|