Searched refs:pcre_compile (Results 1 - 17 of 17) sorted by relevance

/external/pcre/
H A DAndroid.mk6 dist/pcre_compile.c \
H A Dpcre.h108 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 *,
/external/pcre/dist/
H A DMakefile.am28 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
H A Dpcredemo.c99 re = pcre_compile(
H A Dpcrecpp.cc133 re = pcre_compile(pattern_.c_str(), pcre_options,
141 re = pcre_compile(wrapped.c_str(), pcre_options,
H A Dpcregexp.pas337 function pcre_compile( const pattern : PChar; options : integer; function
486 RegExpC := pcre_compile( pRegExp,
H A Dpcre.h.generic108 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 *,
H A Dpcre.h.in108 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 *,
H A Dpcre_jit_test.c859 regex = pcre_compile(null_str, 0, &errorptr, &erroroffset, NULL);
1225 re8 = pcre_compile(current->pattern,
H A Dpcregrep.c2507 p->compiled = pcre_compile(buffer, options, &error, &errptr, pcretables);
H A Dpcretest.c41 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)
2359 compiled re, which is the first store request that pcre_compile() makes. The
H A Dpcre_compile.c41 /* This module contains the external function pcre_compile(), along with
8960 pcre_compile(const char *pattern, int options, const char **errorptr, function
9732 /* End of pcre_compile.c */
/external/libselinux/src/
H A Dlabel_file.h361 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf,
/external/selinux/libselinux/src/
H A Dlabel_file.h358 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf,
/external/regex-re2/util/
H A Dpcre.h183 #define pcre_compile(a,b,c,d,e) ({ (void)(a); (void)(b); *(c)=""; *(d)=0; (void)(e); ((pcre*)0); })
H A Dpcre.cc120 re = pcre_compile(pattern_.c_str(),
129 re = pcre_compile(wrapped.c_str(),
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstrans.c978 *r = pcre_compile(buffer, PCRE_CASELESS, &error, &error_offset, NULL);

Completed in 1135 milliseconds