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

  /external/pcre/dist/
Makefile.am 42 doc/html/pcre_get_substring.html \
698 doc/pcre_get_substring.3 \
747 ln -sf pcre_get_substring.3 $(DESTDIR)$(man3dir)/pcre16_get_substring.3
773 ln -sf pcre_get_substring.3 $(DESTDIR)$(man3dir)/pcre32_get_substring.3
pcre_get.c 544 pcre_get_substring(const char *subject, int *ovector, int stringcount, function
625 return pcre_get_substring(subject, ovector, stringcount, n, stringptr);
644 Argument: the result of a previous pcre_get_substring()
pcre.h.generic 615 PCRE_EXP_DECL int pcre_get_substring(const char *, int *, int, int,
pcre.h.in 615 PCRE_EXP_DECL int pcre_get_substring(const char *, int *, int, int,
pcregexp.pas 398 function pcre_get_substring( const subject : pchar; var ovector : integer; function
pcretest.c 281 rc = pcre_get_substring((char *)bptr, offsets, count, i, subsptr)
661 #define PCRE_GET_SUBSTRING(rc, bptr, use_offsets, count, i, subsptr) \
865 #define PCRE_GET_SUBSTRING(rc, bptr, use_offsets, count, i, subsptr) \
867 G(PCRE_GET_SUBSTRING,BITONE)(rc, bptr, use_offsets, count, i, subsptr); \
869 G(PCRE_GET_SUBSTRING,BITTWO)(rc, bptr, use_offsets, count, i, subsptr)
    [all...]

Completed in 111 milliseconds