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

  /external/pcre/dist/doc/
pcre_get_substring.3 1 .TH PCRE_GET_SUBSTRING 3 "24 June 2012" "PCRE 8.30"
10 .B int pcre_get_substring(const char *\fIsubject\fP, int *\fIovector\fP,
index.html.src 148 <tr><td><a href="pcre_get_substring.html">pcre_get_substring</a></td>
pcreapi.3 61 .B int pcre_get_substring(const char *\fIsubject\fP, int *\fIovector\fP,
    [all...]
pcre.txt     [all...]
  /external/pcre/dist/doc/html/
pcre_get_substring.html 3 <title>pcre_get_substring specification</title>
6 <h1>pcre_get_substring man page</h1>
22 <b>int pcre_get_substring(const char *<i>subject</i>, int *<i>ovector</i>,</b>
index.html 148 <tr><td><a href="pcre_get_substring.html">pcre_get_substring</a></td>
pcreapi.html 103 <b>int pcre_get_substring(const char *<i>subject</i>, int *<i>ovector</i>,</b>
275 <b>pcre_get_substring()</b>
    [all...]
README.txt 711 pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error
    [all...]
  /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()
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...]
pcregexp.pas 398 function pcre_get_substring( const subject : pchar; var ovector : integer; function
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,
Makefile.in     [all...]
README 711 pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error
    [all...]
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 1126 pcre_get_substring(work, ovector, rc, 0, &match);
1192 pcre_get_substring(s, ovector, rc, 0, &match);
    [all...]

Completed in 353 milliseconds