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

  /external/pcre/
Android.mk 6 dist/pcre_compile.c \
  /external/pcre/dist/
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
pcredemo.c 99 re = pcre_compile(
pcrecpp.cc 133 re = pcre_compile(pattern_.c_str(), pcre_options,
141 re = pcre_compile(wrapped.c_str(), pcre_options,
pcregexp.pas 337 function pcre_compile( const pattern : PChar; options : integer; function
486 RegExpC := pcre_compile( pRegExp,
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 *,
pcre_jit_test.c     [all...]
pcregrep.c     [all...]
pcretest.c 41 such as pcre_compile.c in the library itself, which are compiled separately for
42 each mode. If two modes are enabled, for example, pcre_compile.c is compiled
146 8-, 16- or 32-bit mode, and (b) it can be #included directly in pcre_compile.c
243 re = pcre_compile((char *)pat, options, error, erroffset, tables)
563 #define PCRE_COMPILE(re, pat, options, error, erroffset, tables) \
791 #define PCRE_COMPILE(re, pat, options, error, erroffset, tables) \
793 G(PCRE_COMPILE,BITONE)(re, pat, options, error, erroffset, tables); \
795 G(PCRE_COMPILE,BITTWO)(re, pat, options, error, erroffset, tables)
    [all...]
pcre_compile.c 41 /* This module contains the external function pcre_compile(), along with
8748 pcre_compile(const char *pattern, int options, const char **errorptr, function
    [all...]
  /external/chromium_org/third_party/re2/util/
pcre.h 184 #define pcre_compile(a,b,c,d,e) ({ (void)(a); (void)(b); *(c)=""; *(d)=0; (void)(e); ((pcre*)0); })
188 #define pcre_compile(a,b,c,d,e) NULL
pcre.cc 125 re = pcre_compile(pattern_.c_str(),
134 re = pcre_compile(wrapped.c_str(),
    [all...]
  /external/regex-re2/util/
pcre.h 183 #define pcre_compile(a,b,c,d,e) ({ (void)(a); (void)(b); *(c)=""; *(d)=0; (void)(e); ((pcre*)0); })
pcre.cc 120 re = pcre_compile(pattern_.c_str(),
129 re = pcre_compile(wrapped.c_str(),
    [all...]
  /external/libselinux/src/
label_file.c 259 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf, &erroff, NULL);

Completed in 2959 milliseconds