/external/pcre/ |
pcregexp.pas | 337 function pcre_compile( const pattern : PChar; options : integer;
function 486 RegExpC := pcre_compile( pRegExp,
|
pcre.h.generic | 282 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
|
pcre.h.in | 282 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
|
pcredemo.c | 99 re = pcre_compile(
|
NEWS | 95 potential buffer overflow problem in pcre_compile() when run in UTF-8 mode. In 476 pcre_compile() function. An additional argument has been added to make it
|
pcrecpp.cc | 132 re = pcre_compile(pattern_.c_str(), pcre_options, 140 re = pcre_compile(wrapped.c_str(), pcre_options,
|
Makefile.in | 116 am_libpcre_la_OBJECTS = pcre_compile.lo pcre_config.lo \ 390 doc/html/pcre_compile.html \ 491 pcre_compile.c \ 544 DLL_OBJS = pcre_compile.o pcre_config.o \ 560 doc/pcre_compile.3 \ 818 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_compile.Plo@am__quote@ [all...] |
pcregrep.c | [all...] |
CMakeLists.txt | 304 pcre_compile.c
|
HACKING | 78 depth of parentheses was removed. However, there is a downside: pcre_compile()
|
NON-UNIX-USE | 100 pcre_compile.c
|
pcretest.c | 129 pcre_compile.c when that module is compiled with debugging enabled. It needs to [all...] |
pcre_internal.h | 187 /* When checking for integer overflow in pcre_compile(), we need to handle [all...] |
/external/pcre/doc/ |
pcrepattern.3 | [all...] |
pcre.3 | |
pcrebuild.3 | |
pcretest.txt | 265 locale, and this is then passed to pcre_compile() when compiling the 277 cific set of built-in character tables to be passed to pcre_compile(). [all...] |
/external/pcre/doc/html/ |
pcretest.html | 199 <b>pcre_compile()</b> is called. These four modifier letters have the same 324 locale, and this is then passed to <b>pcre_compile()</b> when compiling the 340 set of built-in character tables to be passed to <b>pcre_compile()</b>. It is [all...] |
pcredemo.html | 116 re = pcre_compile(
|
pcrepattern.html | 66 <b>pcre_compile()</b> or <b>pcre_compile2()</b> with the PCRE_UTF8 option. There 131 These override the default and the options given to <b>pcre_compile()</b> or 511 These override the default and the options given to <b>pcre_compile()</b> or 759 PCRE_UCP option for <b>pcre_compile()</b> or by starting the pattern with [all...] |
pcrebuild.html | 82 have to set the PCRE_UTF8 option when you call the <b>pcre_compile()</b>
|
/external/bluetooth/glib/build/win32/vs8/ |
glib.vcproj | 481 RelativePath="..\..\..\glib\pcre\pcre_compile.c"
|
/external/webkit/Source/JavaScriptCore/ |
ChangeLog-2007-10-14 | 58 * pcre/pcre_compile.c: [all...] |
ChangeLog-2003-10-25 | [all...] |
/external/bluetooth/glib/build/win32/vs9/ |
glib.vcproj | 665 RelativePath="..\..\..\glib\pcre\pcre_compile.c"
|