/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);
|
/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 8960 pcre_compile(const char *pattern, int options, const char **errorptr, function [all...] |
/external/libselinux/src/ |
label_file.h | 361 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf,
|
/external/selinux/libselinux/src/ |
label_file.h | 358 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf,
|
/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...] |
/system/sepolicy/tools/ |
check_seapp.c | 344 km->regex.compiled = pcre_compile(anchored, PCRE_DOTALL, errbuf, erroff,
|
/external/selinux/policycoreutils/mcstrans/src/ |
mcstrans.c | 978 *r = pcre_compile(buffer, PCRE_CASELESS, &error, &error_offset, NULL); [all...] |