HomeSort by relevance Sort by last modified time
    Searched refs:pcre_copy_named_substring (Results 1 - 6 of 6) sorted by null

  /external/pcre/dist/
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
pcre_get.c 390 pcre_copy_named_substring(const pcre *code, const char *subject, function
pcre.h.generic 555 PCRE_EXP_DECL int pcre_copy_named_substring(const pcre *, const char *,
pcre.h.in 555 PCRE_EXP_DECL int pcre_copy_named_substring(const pcre *, const char *,
pcregexp.pas 348 function pcre_copy_named_substring( const code : pointer {pcre}; function
pcretest.c 247 rc = pcre_copy_named_substring(re, (char *)bptr, offsets, count, \
573 #define PCRE_COPY_NAMED_SUBSTRING(rc, re, bptr, offsets, count, \
799 #define PCRE_COPY_NAMED_SUBSTRING(rc, re, bptr, offsets, count, \
802 G(PCRE_COPY_NAMED_SUBSTRING,BITONE)(rc, re, bptr, offsets, count, \
805 G(PCRE_COPY_NAMED_SUBSTRING,BITTWO)(rc, re, bptr, offsets, count, \
    [all...]

Completed in 559 milliseconds