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

  /external/pcre/dist/
Makefile.am 32 doc/html/pcre_copy_substring.html \
688 doc/pcre_copy_substring.3 \
737 ln -sf pcre_copy_substring.3 $(DESTDIR)$(man3dir)/pcre16_copy_substring.3
763 ln -sf pcre_copy_substring.3 $(DESTDIR)$(man3dir)/pcre32_copy_substring.3
pcre_get.c 335 pcre_copy_substring(const char *subject, int *ovector, int stringcount, function
408 return pcre_copy_substring(subject, ovector, stringcount, n, buffer, size);
pcre.h.generic 561 PCRE_EXP_DECL int pcre_copy_substring(const char *, int *, int, int,
pcre.h.in 561 PCRE_EXP_DECL int pcre_copy_substring(const char *, int *, int, int,
pcregexp.pas 355 function pcre_copy_substring( const subject : pchar; var ovector : integer; function
pcretest.c 251 rc = pcre_copy_substring((char *)bptr, offsets, count, i, cbuffer, size)
585 #define PCRE_COPY_SUBSTRING(rc, bptr, offsets, count, i, cbuffer, size) \
808 #define PCRE_COPY_SUBSTRING(rc, bptr, offsets, count, i, cbuffer, size) \
810 G(PCRE_COPY_SUBSTRING,BITONE)(rc, bptr, offsets, count, i, cbuffer, size); \
812 G(PCRE_COPY_SUBSTRING,BITTWO)(rc, bptr, offsets, count, i, cbuffer, size)
    [all...]

Completed in 298 milliseconds