Searched refs:pcre_copy_named_substring (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist/ |
D | Makefile.am | 31 doc/html/pcre_copy_named_substring.html \ 687 doc/pcre_copy_named_substring.3 \ 736 ln -sf pcre_copy_named_substring.3 $(DESTDIR)$(man3dir)/pcre16_copy_named_substring.3 762 ln -sf pcre_copy_named_substring.3 $(DESTDIR)$(man3dir)/pcre32_copy_named_substring.3
|
D | pcre_get.c | 390 pcre_copy_named_substring(const pcre *code, const char *subject, in pcre_copy_named_substring() function
|
D | pcregexp.pas | 348 function pcre_copy_named_substring( const code : pointer {pcre}; in pcre_copy_named_substring() function
|
D | pcre.h.generic | 555 PCRE_EXP_DECL int pcre_copy_named_substring(const pcre *, const char *,
|
D | pcre.h.in | 555 PCRE_EXP_DECL int pcre_copy_named_substring(const pcre *, const char *,
|
D | Makefile.in | 941 doc/html/pcre_copy_named_substring.html \ 1252 doc/pcre_copy_named_substring.3 \ 3185 ln -sf pcre_copy_named_substring.3 $(DESTDIR)$(man3dir)/pcre16_copy_named_substring.3 3211 ln -sf pcre_copy_named_substring.3 $(DESTDIR)$(man3dir)/pcre32_copy_named_substring.3
|
D | pcretest.c | 247 rc = pcre_copy_named_substring(re, (char *)bptr, offsets, count, \
|
/external/pcre/ |
D | pcre.h | 555 PCRE_EXP_DECL int pcre_copy_named_substring(const pcre *, const char *,
|
/external/pcre/dist/doc/ |
D | pcre.txt | 1617 int pcre_copy_named_substring(const pcre *code, 1777 pcre_copy_named_substring() 3953 int pcre_copy_named_substring(const pcre *code, 3979 Most of the arguments of pcre_copy_named_substring() and 4019 When duplicates are present, pcre_copy_named_substring() and
|