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

  /external/pcre/dist/
Makefile.am 39 doc/html/pcre_get_named_substring.html \
695 doc/pcre_get_named_substring.3 \
744 ln -sf pcre_get_named_substring.3 $(DESTDIR)$(man3dir)/pcre16_get_named_substring.3
770 ln -sf pcre_get_named_substring.3 $(DESTDIR)$(man3dir)/pcre32_get_named_substring.3
pcre_get.c 607 pcre_get_named_substring(const pcre *code, const char *subject, function
pcre.h.generic 600 PCRE_EXP_DECL int pcre_get_named_substring(const pcre *, const char *,
pcre.h.in 600 PCRE_EXP_DECL int pcre_get_named_substring(const pcre *, const char *,
pcregexp.pas 386 function pcre_get_named_substring( const code : pointer {pcre}; function
pcretest.c 274 rc = pcre_get_named_substring(re, (char *)bptr, offsets, count, \
641 #define PCRE_GET_NAMED_SUBSTRING(rc, re, bptr, offsets, count, \
850 #define PCRE_GET_NAMED_SUBSTRING(rc, re, bptr, offsets, count, \
853 G(PCRE_GET_NAMED_SUBSTRING,BITONE)(rc, re, bptr, offsets, count, \
856 G(PCRE_GET_NAMED_SUBSTRING,BITTWO)(rc, re, bptr, offsets, count, \
    [all...]

Completed in 219 milliseconds