HomeSort by relevance Sort by last modified time
    Searched full:pcre_compile (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/pcre/dist/
makevp_c.txt 3 pcre_compile.c
makevp_l.txt 3 +pcre_compile.obj &
pcre16_compile.c 43 #include "pcre_compile.c"
pcre32_compile.c 43 #include "pcre_compile.c"
ucp.h 17 called catposstab in pcre_compile.c. */
Makefile.am 28 doc/html/pcre_compile.html \
229 pcre_compile.c \
648 DLL_OBJS= pcre_byte_order.o pcre_compile.o pcre_config.o \
684 doc/pcre_compile.3 \
733 ln -sf pcre_compile.3 $(DESTDIR)$(man3dir)/pcre16_compile.3
759 ln -sf pcre_compile.3 $(DESTDIR)$(man3dir)/pcre32_compile.3
pcre.h.generic 108 Some options for pcre_compile() change its behaviour but do not affect the
111 behaviour of pcre_compile().
113 Options that can be passed to pcre_compile() are tagged Cx below, with these
124 from pcre_compile(). Those that are compatible with JIT execution are flagged
540 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
pcre.h.in 108 Some options for pcre_compile() change its behaviour but do not affect the
111 behaviour of pcre_compile().
113 Options that can be passed to pcre_compile() are tagged Cx below, with these
124 from pcre_compile(). Those that are compatible with JIT execution are flagged
540 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
ChangeLog 92 pcre_compile() to run for a very long time.
630 14. The code in pcre_compile.c for creating the table of named capturing groups
    [all...]
PrepareRelease 210 pcre_compile.c \
  /external/pcre/dist/doc/
pcre_compile.3 1 .TH PCRE_COMPILE 3 "01 October 2013" "PCRE 8.34"
10 .B pcre *pcre_compile(const char *\fIpattern\fP, int \fIoptions\fP,
pcre_compile2.3 
index.html.src 104 <tr><td><a href="pcre_compile.html">pcre_compile</a></td>
pcreapi.3 12 .B pcre *pcre_compile(const char *\fIpattern\fP, int \fIoptions\fP,
511 .B pcre *pcre_compile(const char *\fIpattern\fP, int \fIoptions\fP,
588 re = pcre_compile(
    [all...]
pcreunicode.3 
pcreprecompile.3 45 re = pcre_compile("my pattern", 0, &error, &erroroffset, NULL);
  /external/pcre/dist/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>
92 PCRE_UTF8 Run in <b>pcre_compile()</b> UTF-8 mode
pcreunicode.html 29 <a href="pcre_compile.html"><b>pcre_compile()</b></a>
116 Note that passing PCRE_NO_UTF8_CHECK to <b>pcre_compile()</b> just disables the
index.html 104 <tr><td><a href="pcre_compile.html">pcre_compile</a></td>
pcreapi.html 48 <b>pcre *pcre_compile(const char *<i>pattern</i>, int <i>options</i>,</b>
232 The functions <b>pcre_compile()</b>, <b>pcre_compile2()</b>, <b>pcre_study()</b>,
286 in the current locale for passing to <b>pcre_compile()</b>, <b>pcre_exec()</b>,
359 argument of <b>pcre_compile()</b>, or it can be specified by special text at the
534 <b>pcre *pcre_compile(const char *<i>pattern</i>, int <i>options</i>,</b>
545 Either of the functions <b>pcre_compile()</b> or <b>pcre_compile2()</b> can be
549 too much repetition, we refer just to <b>pcre_compile()</b> below, but the
581 If <i>errptr</i> is NULL, <b>pcre_compile()</b> returns NULL immediately.
582 Otherwise, if compilation of a pattern fails, <b>pcre_compile()</b> returns
598 If <b>pcre_compile2()</b> is used instead of <b>pcre_compile()</b>, and th
    [all...]
pcre_compile2.html 96 PCRE_UTF8 Run <b>pcre_compile()</b> in UTF-8 mode
  /external/pcre/
Android.mk 6 dist/pcre_compile.c \
pcre.h 108 Some options for pcre_compile() change its behaviour but do not affect the
111 behaviour of pcre_compile().
113 Options that can be passed to pcre_compile() are tagged Cx below, with these
124 from pcre_compile(). Those that are compatible with JIT execution are flagged
540 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
  /prebuilts/go/darwin-x86/test/bench/shootout/
regex-dna.c 91 if (!(re = pcre_compile(p, PCRE_CASELESS, &re_e, &re_eo, NULL))) exit(1);
116 if (!(re = pcre_compile(p, PCRE_CASELESS, &re_e, &re_eo, NULL))) exit(1);
  /prebuilts/go/linux-x86/test/bench/shootout/
regex-dna.c 91 if (!(re = pcre_compile(p, PCRE_CASELESS, &re_e, &re_eo, NULL))) exit(1);
116 if (!(re = pcre_compile(p, PCRE_CASELESS, &re_e, &re_eo, NULL))) exit(1);

Completed in 199 milliseconds

1 2 3