Home
last modified time | relevance | path

Searched refs:pcre_compile2 (Results 1 – 10 of 10) sorted by relevance

/external/pcre/dist/
DMakefile.am29 doc/html/pcre_compile2.html \
685 doc/pcre_compile2.3 \
734 ln -sf pcre_compile2.3 $(DESTDIR)$(man3dir)/pcre16_compile2.3
760 ln -sf pcre_compile2.3 $(DESTDIR)$(man3dir)/pcre32_compile2.3
Dpcreposix.c284 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr, in regcomp()
Dpcregexp.pas341 function pcre_compile2( const pattern : PChar; options : integer; in pcre_compile2() function
Dpcre.h.in546 PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **,
Dpcre.h.generic546 PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **,
DMakefile.in927 doc/html/pcre_compile2.html \
1238 doc/pcre_compile2.3 \
3170 ln -sf pcre_compile2.3 $(DESTDIR)$(man3dir)/pcre16_compile2.3
3196 ln -sf pcre_compile2.3 $(DESTDIR)$(man3dir)/pcre32_compile2.3
Dpcre_compile.c8761 return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables); in pcre_compile()
8772 pcre_compile2(const char *pattern, int options, int *errorcodeptr, in pcre_compile2() function
DChangeLog3680 24. The man pages for pcrepartial, pcreprecompile, and pcre_compile2 were
3934 15. Added a second compiling function called pcre_compile2(). The only
/external/pcre/
Dpcre.h546 PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **,
/external/pcre/dist/doc/
Dpcre.txt1584 pcre *pcre_compile2(const char *pattern, int options,
1731 The functions pcre_compile(), pcre_compile2(), pcre_study(), and
2022 pcre *pcre_compile2(const char *pattern, int options,
2027 Either of the functions pcre_compile() or pcre_compile2() can be called
2029 the two interfaces is that pcre_compile2() has an additional argument,
2032 the information applies equally to pcre_compile2().
2076 If pcre_compile2() is used instead of pcre_compile(), and the error-
2399 pcre_compile2(), along with the error messages that may be returned by