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

  /external/pcre/dist/doc/
pcre_get_substring_list.3 1 .TH PCRE_GET_SUBSTRING_LIST 3 "24 June 2012" "PCRE 8.30"
10 .B int pcre_get_substring_list(const char *\fIsubject\fP,
index.html.src 151 <tr><td><a href="pcre_get_substring_list.html">pcre_get_substring_list</a></td>
pcreapi.3 65 .B int pcre_get_substring_list(const char *\fIsubject\fP,
    [all...]
pcre.txt     [all...]
  /external/pcre/dist/doc/html/
pcre_get_substring_list.html 3 <title>pcre_get_substring_list specification</title>
6 <h1>pcre_get_substring_list man page</h1>
22 <b>int pcre_get_substring_list(const char *<i>subject</i>,</b>
index.html 151 <tr><td><a href="pcre_get_substring_list.html">pcre_get_substring_list</a></td>
pcreapi.html 108 <b>int pcre_get_substring_list(const char *<i>subject</i>,</b>
277 <b>pcre_get_substring_list()</b>
    [all...]
README.txt 711 pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error
    [all...]
  /external/pcre/dist/
Makefile.am 43 doc/html/pcre_get_substring_list.html \
699 doc/pcre_get_substring_list.3 \
748 ln -sf pcre_get_substring_list.3 $(DESTDIR)$(man3dir)/pcre16_get_substring_list.3
774 ln -sf pcre_get_substring_list.3 $(DESTDIR)$(man3dir)/pcre32_get_substring_list.3
pcre_get.c 441 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, function
497 Argument: the result of a previous pcre_get_substring_list()
pcretest.c 284 rc = pcre_get_substring_list((const char *)bptr, offsets, count, listptr)
669 #define PCRE_GET_SUBSTRING_LIST(rc, bptr, offsets, count, listptr) \
871 #define PCRE_GET_SUBSTRING_LIST(rc, bptr, offsets, count, listptr) \
873 G(PCRE_GET_SUBSTRING_LIST,BITONE)(rc, bptr, offsets, count, listptr); \
875 G(PCRE_GET_SUBSTRING_LIST,BITTWO)(rc, bptr, offsets, count, listptr)
    [all...]
pcregexp.pas 401 function pcre_get_substring_list( const subject : pchar; var ovector : integer; function
pcre.h.generic 621 PCRE_EXP_DECL int pcre_get_substring_list(const char *, int *, int,
pcre.h.in 621 PCRE_EXP_DECL int pcre_get_substring_list(const char *, int *, int,
Makefile.in     [all...]
README 711 pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error
    [all...]

Completed in 134 milliseconds