Searched refs:pcre_compile2 (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist/ |
D | Makefile.am | 29 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
|
D | pcreposix.c | 284 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr, in regcomp()
|
D | pcregexp.pas | 341 function pcre_compile2( const pattern : PChar; options : integer; in pcre_compile2() function
|
D | pcre.h.in | 546 PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **,
|
D | pcre.h.generic | 546 PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **,
|
D | Makefile.in | 927 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
|
D | pcre_compile.c | 8761 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
|
D | ChangeLog | 3680 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/ |
D | pcre.h | 546 PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **,
|
/external/pcre/dist/doc/ |
D | pcre.txt | 1584 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
|