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.in | 555 PCRE_EXP_DECL int pcre_copy_named_substring(const pcre *, const char *,
|
D | pcre.h.generic | 555 PCRE_EXP_DECL int pcre_copy_named_substring(const pcre *, const char *,
|
D | Makefile.in | 929 doc/html/pcre_copy_named_substring.html \ 1240 doc/pcre_copy_named_substring.3 \ 3172 ln -sf pcre_copy_named_substring.3 $(DESTDIR)$(man3dir)/pcre16_copy_named_substring.3 3198 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 | 1606 int pcre_copy_named_substring(const pcre *code, 1766 pcre_copy_named_substring() 3942 int pcre_copy_named_substring(const pcre *code, 3968 Most of the arguments of pcre_copy_named_substring() and 4008 When duplicates are present, pcre_copy_named_substring() and
|