/external/pcre/ |
makevp_c.txt | 2 pcre_compile.c
|
makevp_l.txt | 2 +pcre_compile.obj &
|
Makefile.am | 21 doc/html/pcre_compile.html \ 168 pcre_compile.c \ 320 DLL_OBJS= pcre_compile.o pcre_config.o \ 346 doc/pcre_compile.3 \
|
Android.mk | 46 pcre_compile.c \
|
ChangeLog | 83 places in pcre_compile(). 85 7. Related to (6) above, when pcre_compile() was skipping #-introduced 156 pcre_compile(). 221 14. Extended the "auto-possessify" feature of pcre_compile(). It now recognizes 295 9. Error texts for pcre_compile() are held as one long string to avoid too 317 time error "recursive call could loop indefinitely" because pcre_compile() 337 the pattern is reset in the first branch, pcre_compile() failed with 366 (b) In pcre_compile(), rename the member of the "branch_chain" structure 374 8. In pcre_compile() there are some checks for integer overflows that used to 459 1. The table for translating pcre_compile() error codes into POSIX error code [all...] |
README | 544 pcre_compile(). 609 pcre_compile() function is a pointer to a block of memory containing the 611 of tables in the current locale. If the final argument for pcre_compile() is 673 pcre_compile.c ) 693 ) and can also be #included in pcre_compile() [all...] |
PrepareRelease | 194 pcre_compile.c \
|
pcre_printint.src | 45 (1) It is #included by pcre_compile.c when it is compiled in debugging mode 200 when building pcre_compile.c with PCRE_DEBUG set, because it doesn't then
|
/external/pcre/doc/ |
pcre_maketables.3 | |
pcre_compile.3 | 1 .TH PCRE_COMPILE 3 10 .B pcre *pcre_compile(const char *\fIpattern\fP, int \fIoptions\fP,
|
pcreprecompile.3 | 39 re = pcre_compile("my pattern", 0, &error, &erroroffset, NULL);
|
pcre_compile2.3 | |
pcreapi.3 | 10 .B pcre *pcre_compile(const char *\fIpattern\fP, int \fIoptions\fP, 387 .B pcre *pcre_compile(const char *\fIpattern\fP, int \fIoptions\fP, 467 re = pcre_compile( [all...] |
index.html.src | 83 <tr><td><a href="pcre_compile.html">pcre_compile</a></td>
|
pcrecallout.3 | |
pcre.txt | 141 support in the code, and, in addition, you must call pcre_compile() 329 have have to set the PCRE_UTF8 option when you call the pcre_compile() [all...] |
pcretest.1 | |
/external/pcre/doc/html/ |
pcre_compile.html | 3 <title>pcre_compile specification</title> 6 <h1>pcre_compile man page</h1> 22 <b>pcre *pcre_compile(const char *<i>pattern</i>, int <i>options</i>,</b>
|
pcre_maketables.html | 29 256. These can be passed to <b>pcre_compile()</b> to override PCRE's internal,
|
pcreprecompile.html | 43 The value returned by <b>pcre_compile()</b> points to a single block of memory 54 re = pcre_compile("my pattern", 0, &error, &erroroffset, NULL); 101 was compiled (the <i>tableptr</i> argument of <b>pcre_compile()</b>), you must
|
pcre_compile2.html | 32 same as <b>pcre_compile()</b>, except for the addition of the <i>errorcodeptr</i>
|
index.html | 83 <tr><td><a href="pcre_compile.html">pcre_compile</a></td>
|
pcreapi.html | 44 <b>pcre *pcre_compile(const char *<i>pattern</i>, int <i>options</i>,</b> 171 The functions <b>pcre_compile()</b>, <b>pcre_compile2()</b>, <b>pcre_study()</b>, 210 in the current locale for passing to <b>pcre_compile()</b>, <b>pcre_exec()</b>, 276 argument of <b>pcre_compile()</b>, or it can be specified by special text at the 398 <b>pcre *pcre_compile(const char *<i>pattern</i>, int <i>options</i>,</b> 407 Either of the functions <b>pcre_compile()</b> or <b>pcre_compile2()</b> can be 411 too much repetition, we refer just to <b>pcre_compile()</b> below, but the 443 If <i>errptr</i> is NULL, <b>pcre_compile()</b> returns NULL immediately. 444 Otherwise, if compilation of a pattern fails, <b>pcre_compile()</b> returns 460 If <b>pcre_compile2()</b> is used instead of <b>pcre_compile()</b>, and th [all...] |
pcrecallout.html | 42 If the PCRE_AUTO_CALLOUT option bit is set when <b>pcre_compile()</b> or 84 option to <b>pcre_compile()</b>, <b>pcre_exec()</b>, or <b>pcre_dfa_exec()</b>,
|
pcre.html | 163 <a href="pcre_compile.html"><b>pcre_compile()</b></a>
|