Home
last modified time | relevance | path

Searched refs:regerror (Results 1 – 25 of 31) sorted by last modified time

12

/PHP-5.5/win32/
H A Dphp5dll.dsp728 SOURCE=..\regex\regerror.c
H A Dphp5dllts.dsp672 SOURCE=..\regex\regerror.c
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c210 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) in regerror() function
H A Dpcreposix.h139 PCREPOSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t);
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9525 size_t regerror(int errcode, const regex_t *preg,
9743 The regerror() function maps a non-zero errorcode from either regcomp()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c80 int errsize = regerror(reg_err, comp_regex, NULL, 0); in blacklist_report_regexp_error()
86 regerror(reg_err, comp_regex, errbuf, errsize); in blacklist_report_regexp_error()
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dtestc.c45 regerror(r, &reg, buf, sizeof(buf)); in xx()
53 regerror(r, &reg, buf, sizeof(buf)); in xx()
H A DMakefile32 onigobjs = reggnu.obj regerror.obj regparse.obj regext.obj regcomp.obj \
58 onigsources = regerror.c regparse.c regext.c regcomp.c regexec.c regenc.c \
103 regerror.obj: regerror.c regint.h regenc.h oniguruma.h config.h
177 $(CP) regerror.c $(RUBYDIR)
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregposerr.c72 regerror(int posix_ecode, const regex_t* reg ARG_UNUSED, char* buf, in regerror() function
H A Dtestc.c45 regerror(r, &reg, buf, sizeof(buf)); in xx()
53 regerror(r, &reg, buf, sizeof(buf)); in xx()
H A Dtestu.c73 regerror(r, &reg, buf, sizeof(buf)); in xx()
81 regerror(r, &reg, buf, sizeof(buf)); in xx()
H A Donigposix.h157 ONIG_EXTERN size_t regerror P_((int code, const regex_t* reg, char* buf, size_t size));
H A DHISTORY1798 to regerror.c regposix.c.
1856 2003/01/10: [bug] local variable name was wrong. buf -> tbuf (regerror())
1884 2002/12/11: [impl] add regerror.c
H A DREADME122 regerror.c error message function
H A DREADME.ja128 regerror.c ���顼��å������ؿ�
/PHP-5.5/ext/mbstring/
H A Dmbstring.dsp942 SOURCE=.\oniguruma\regerror.c
H A Dconfig.m4122 oniguruma/regerror.c
H A Dconfig.w3287 ADD_SOURCES("ext/mbstring/oniguruma", "regcomp.c regerror.c \
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2178 - (void)regerror(rc, &rx, errmsg, sizeof(errmsg));
2969 - (void)regerror(rc, &rx, errmsg, sizeof(errmsg));
3383 - (void)regerror(rc, &rx, errmsg, sizeof(errmsg));
3555 - (void)regerror(rc, &rx, errmsg, sizeof(errmsg));
/PHP-5.5/ext/ereg/regex/
H A Dregex.h64 API_EXPORT(size_t) regerror(int, const regex_t *, char *, size_t);
H A Dregex.dsp95 SOURCE=.\regerror.c
H A Dregex.mak50 -@erase "$(INTDIR)\regerror.obj"
71 "$(INTDIR)\regerror.obj" \
101 -@erase "$(INTDIR)\regerror.obj"
102 -@erase "$(INTDIR)\regerror.sbr"
123 "$(INTDIR)\regerror.sbr" \
136 "$(INTDIR)\regerror.obj" \
213 SOURCE=.\regerror.c
218 ".\regerror.ih"\
223 "$(INTDIR)\regerror.obj" : $(SOURCE) $(DEP_CPP_REGER) "$(INTDIR)"
229 ".\regerror.ih"\
[all …]
H A DREADME19 and regerror.o (the actual routines), bundle them together into a test
/PHP-5.5/ext/ereg/
H A Dereg.c256 buf_len = regerror(REG_ITOA | err, re, NULL, 0); in php_ereg_eprint()
261 regerror(REG_ITOA | err, re, buf, buf_len); in php_ereg_eprint()
266 len = regerror(err, re, NULL, 0); in php_ereg_eprint()
277 regerror(err, re, message + buf_len, len); in php_ereg_eprint()
H A Dphp_regex.h33 #define regerror php_regerror macro

Completed in 127 milliseconds

12