e                 183 Zend/zend_operators.h 					const char *e = ptr + 1;
e                 185 Zend/zend_operators.h 					if (*e == '-' || *e == '+') {
e                 186 Zend/zend_operators.h 						ptr = e++;
e                 188 Zend/zend_operators.h 					if (ZEND_IS_DIGIT(*e)) {
e                 308 Zend/zend_operators.h 	register const unsigned char *e;
e                 314 Zend/zend_operators.h 	for (e = (const unsigned char *)s + n - 1; e >= (const unsigned char *)s; e--) {
e                 315 Zend/zend_operators.h 		if (*e == (const unsigned char)c) {
e                 316 Zend/zend_operators.h 			return (const void *)e;
e                  71 Zend/zend_stack.c 	int *e;
e                  73 Zend/zend_stack.c 	if (zend_stack_top(stack, (void **) &e) == FAILURE) {
e                  76 Zend/zend_stack.c 		return *e;
e                1028 Zend/zend_strtod.c (a, e) Bigint *a; int *e;
e                1030 Zend/zend_strtod.c (Bigint *a, int *e)
e                1050 Zend/zend_strtod.c 	*e = 32 - k;
e                1096 Zend/zend_strtod.c static Bigint * d2b(double _d, int *e, int *bits)
e                1198 Zend/zend_strtod.c 		*e = (de - Bias - (P-1) << 2) + k;
e                1201 Zend/zend_strtod.c 		*e = de - Bias - (P-1) + k;
e                1206 Zend/zend_strtod.c 		*e = de - Bias - (P-1) + 1 + k;
e                2042 Zend/zend_strtod.c 		e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign;
e                2118 Zend/zend_strtod.c 	e = 0;
e                2144 Zend/zend_strtod.c 					e = 19999; /* safe for 16 bit ints */
e                2146 Zend/zend_strtod.c 					e = (int)L;
e                2148 Zend/zend_strtod.c 					e = -e;
e                2151 Zend/zend_strtod.c 				e = 0;
e                2161 Zend/zend_strtod.c 	e1 = e -= nf;
e                2180 Zend/zend_strtod.c 		if (!e)
e                2182 Zend/zend_strtod.c 		if (e > 0) {
e                2183 Zend/zend_strtod.c 			if (e <= Ten_pmax) {
e                2188 Zend/zend_strtod.c 						tens[e]);
e                2193 Zend/zend_strtod.c 			if (e <= Ten_pmax + i) {
e                2197 Zend/zend_strtod.c 				e -= i;
e                2206 Zend/zend_strtod.c 						tens[e]);
e                2213 Zend/zend_strtod.c 						tens[e]);
e                2219 Zend/zend_strtod.c 		else if (e >= -Ten_pmax) {
e                2221 Zend/zend_strtod.c 					tens[-e]);
e                2321 Zend/zend_strtod.c 		if (e >= 0) {
e                2323 Zend/zend_strtod.c 			bd2 = bd5 = e;
e                2326 Zend/zend_strtod.c 			bb2 = bb5 = -e;
e                 590 Zend/zend_virtual_cwd.c 	const char *e;
e                 596 Zend/zend_virtual_cwd.c 	e = bucket_key + strlen(bucket_key);
e                 598 Zend/zend_virtual_cwd.c 	for (h = 2166136261U; bucket_key < e;) {
e                 610 Zend/zend_virtual_cwd.c 	const char *e = path + path_len;
e                 612 Zend/zend_virtual_cwd.c 	for (h = 2166136261U; path < e;) {
e                 345 ext/com_dotnet/com_com.c 	EXCEPINFO e = {0};
e                 348 ext/com_dotnet/com_com.c 		&IID_NULL, LOCALE_SYSTEM_DEFAULT, flags, disp_params, v, &e, &arg_err);
e                 356 ext/com_dotnet/com_com.c 				if (e.bstrSource) {
e                 357 ext/com_dotnet/com_com.c 					source = php_com_olestring_to_string(e.bstrSource, &source_len, obj->code_page TSRMLS_CC);
e                 358 ext/com_dotnet/com_com.c 					SysFreeString(e.bstrSource);
e                 360 ext/com_dotnet/com_com.c 				if (e.bstrDescription) {
e                 361 ext/com_dotnet/com_com.c 					desc = php_com_olestring_to_string(e.bstrDescription, &desc_len, obj->code_page TSRMLS_CC);
e                 362 ext/com_dotnet/com_com.c 					SysFreeString(e.bstrDescription);
e                 379 ext/com_dotnet/com_com.c 				if (e.bstrHelpFile) {
e                 380 ext/com_dotnet/com_com.c 					SysFreeString(e.bstrHelpFile);
e                 162 ext/ctype/ctype.c 		char *p = Z_STRVAL(tmp), *e = Z_STRVAL(tmp) + Z_STRLEN(tmp); \
e                 163 ext/ctype/ctype.c 		if (e == p) {	\
e                 167 ext/ctype/ctype.c 		while (p < e) { \
e                 138 ext/date/lib/astro.c 	       e,         /* Eccentricity of Earth's orbit */
e                 146 ext/date/lib/astro.c 	e = 0.016709 - 1.151E-9 * d;
e                 149 ext/date/lib/astro.c 	E = M + e * RADEG * sind(M) * (1.0 + e * cosd(M));
e                 150 ext/date/lib/astro.c 	x = cosd(E) - e;
e                 151 ext/date/lib/astro.c 	y = sqrt(1.0 - e*e) * sind(E);
e                24627 ext/date/lib/parse_date.c 	char *e = s + len - 1;
e                24637 ext/date/lib/parse_date.c 		while (isspace(*s) && s < e) {
e                24640 ext/date/lib/parse_date.c 		while (isspace(*e) && e > s) {
e                24641 ext/date/lib/parse_date.c 			e--;
e                24644 ext/date/lib/parse_date.c 	if (e - s < 0) {
e                24656 ext/date/lib/parse_date.c 	e++;
e                24658 ext/date/lib/parse_date.c 	in.str = timelib_malloc((e - s) + YYMAXFILL);
e                24659 ext/date/lib/parse_date.c 	memset(in.str, 0, (e - s) + YYMAXFILL);
e                24660 ext/date/lib/parse_date.c 	memcpy(in.str, s, (e - s));
e                24661 ext/date/lib/parse_date.c 	in.lim = in.str + (e - s) + YYMAXFILL;
e                 920 ext/date/lib/parse_iso_intervals.c 	char *e = s + len - 1;
e                 930 ext/date/lib/parse_iso_intervals.c 		while (isspace(*s) && s < e) {
e                 933 ext/date/lib/parse_iso_intervals.c 		while (isspace(*e) && e > s) {
e                 934 ext/date/lib/parse_iso_intervals.c 			e--;
e                 937 ext/date/lib/parse_iso_intervals.c 	if (e - s < 0) {
e                 946 ext/date/lib/parse_iso_intervals.c 	e++;
e                 949 ext/date/lib/parse_iso_intervals.c 	in.str = timelib_malloc((e - s) + YYMAXFILL);
e                 950 ext/date/lib/parse_iso_intervals.c 	memset(in.str, 0, (e - s) + YYMAXFILL);
e                 951 ext/date/lib/parse_iso_intervals.c 	memcpy(in.str, s, (e - s));
e                 952 ext/date/lib/parse_iso_intervals.c 	in.lim = in.str + (e - s) + YYMAXFILL;
e                4009 ext/date/php_date.c 	timelib_time     *b = NULL, *e = NULL;
e                4015 ext/date/php_date.c 	timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors);
e                4025 ext/date/php_date.c 			if(b && e) {
e                4027 ext/date/php_date.c 				timelib_update_ts(e, NULL);
e                4028 ext/date/php_date.c 				*rt = timelib_diff(b, e);
e                4388 ext/date/php_date.c 	timelib_time     *b = NULL, *e = NULL;
e                4394 ext/date/php_date.c 	timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors);
e                4401 ext/date/php_date.c 		*et = e;
e                  55 ext/ereg/regex/regcomp.c #define	SETERROR(e)	seterr(p, (e))
e                  56 ext/ereg/regex/regcomp.c #define	REQUIRE(co, e)	(void) ((co) || SETERROR(e))
e                  57 ext/ereg/regex/regcomp.c #define	MUSTSEE(c, e)	(REQUIRE(MORE() && PEEK() == (c), e))
e                  58 ext/ereg/regex/regcomp.c #define	MUSTEAT(c, e)	(REQUIRE(MORE() && GETNEXT() == (c), e))
e                  59 ext/ereg/regex/regcomp.c #define	MUSTNOTSEE(c, e)	(REQUIRE(!MORE() || PEEK() != (c), e))
e                 992 ext/ereg/regex/regcomp.c seterr(p, e)
e                 994 ext/ereg/regex/regcomp.c int e;
e                 997 ext/ereg/regex/regcomp.c 		p->error = e;
e                 279 ext/fileinfo/libmagic/cdf.c 	const char *e = ((const char *)p) + tail;
e                 283 ext/fileinfo/libmagic/cdf.c 	if (e >= b && (size_t)(e - b) <= ss * sst->sst_len)
e                 287 ext/fileinfo/libmagic/cdf.c 	    SIZE_T_FORMAT "u]\n", line, b, e, (size_t)(e - b),
e                 764 ext/fileinfo/libmagic/cdf.c 	const uint8_t *p, *q, *e;
e                 813 ext/fileinfo/libmagic/cdf.c 	e = CAST(const uint8_t *, (const void *)
e                 815 ext/fileinfo/libmagic/cdf.c 	if (cdf_check_stream_offset(sst, h, e, 0, __LINE__) == -1)
e                 826 ext/fileinfo/libmagic/cdf.c 		if (q < p || q > e) {
e                 827 ext/fileinfo/libmagic/cdf.c 			DPRINTF(("Ran of the end %p > %p\n", q, e));
e                 928 ext/fileinfo/libmagic/cdf.c 				if (q + o >= e)
e                 471 ext/fileinfo/libmagic/file.h #define strerror(e) \
e                 472 ext/fileinfo/libmagic/file.h 	(((e) >= 0 && (e) < sys_nerr) ? sys_errlist[(e)] : "Unknown error")
e                 136 ext/fileinfo/libmagic/softmagic.c 	int returnvalv = 0, e; /* if a match is found it is set to 1*/
e                 203 ext/fileinfo/libmagic/softmagic.c 		if ((e = handle_annotation(ms, m)) != 0) {
e                 207 ext/fileinfo/libmagic/softmagic.c 			return e;
e                 293 ext/fileinfo/libmagic/softmagic.c 				if ((e = handle_annotation(ms, m)) != 0) {
e                 297 ext/fileinfo/libmagic/softmagic.c 					return e;
e                 467 ext/filter/logical_filters.c 		char *e, *s;
e                 473 ext/filter/logical_filters.c 		e = url->host + strlen(url->host);
e                 481 ext/filter/logical_filters.c 		while (s < e) {
e                  35 ext/filter/sanitizing_filters.c 	unsigned char *e = s + len;
e                  41 ext/filter/sanitizing_filters.c 	while (s < e) {
e                  72 ext/filter/sanitizing_filters.c 	unsigned char *e = s + char_len;
e                  76 ext/filter/sanitizing_filters.c 	while (s < e) {
e                  92 ext/filter/sanitizing_filters.c 	e = s + Z_STRLEN_P(value);
e                  94 ext/filter/sanitizing_filters.c 	while (s < e) {
e                 846 ext/ftp/ftp.c  			char *e = ptr + rcvd;
e                 852 ext/ftp/ftp.c  			php_stream_write(outstream, ptr, (e - ptr));
e                 853 ext/ftp/ftp.c  			ptr = e;
e                 855 ext/ftp/ftp.c  			while (e > ptr && (s = memchr(ptr, '\r', (e - ptr)))) {
e                 864 ext/ftp/ftp.c  			if (ptr < e) {
e                 865 ext/ftp/ftp.c  				php_stream_write(outstream, ptr, (e - ptr));
e                 203 ext/gd/gd.c    	ZEND_ARG_INFO(0, e)
e                 535 ext/gd/gd.c    	ZEND_ARG_INFO(0, e)
e                1757 ext/gd/gd.c    	int e, st;
e                1765 ext/gd/gd.c    	e = E;
e                1766 ext/gd/gd.c    	if (e < 0) {
e                1767 ext/gd/gd.c    		e %= 360;
e                1775 ext/gd/gd.c    	gdImageFilledArc(im, cx, cy, w, h, st, e, col, style);
e                3195 ext/gd/gd.c    	int e, st;
e                3203 ext/gd/gd.c    	e = E;
e                3204 ext/gd/gd.c    	if (e < 0) {
e                3205 ext/gd/gd.c    		e %= 360;
e                3213 ext/gd/gd.c    	gdImageArc(im, cx, cy, w, h, st, e, col);
e                1668 ext/gd/libgd/gd.c void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color)
e                1670 ext/gd/libgd/gd.c 	if ((s % 360) == (e % 360)) {
e                1673 ext/gd/libgd/gd.c 		gdImageFilledArc(im, cx, cy, w, h, s, e, color, gdNoFill);
e                1677 ext/gd/libgd/gd.c void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style)
e                1685 ext/gd/libgd/gd.c     if ((s % 360)  == (e % 360)) {
e                1686 ext/gd/libgd/gd.c 		s = 0; e = 360;
e                1692 ext/gd/libgd/gd.c 		if (e > 360) {
e                1693 ext/gd/libgd/gd.c 			e = e % 360;
e                1700 ext/gd/libgd/gd.c 		while (e < s) {
e                1701 ext/gd/libgd/gd.c 			e += 360;
e                1703 ext/gd/libgd/gd.c 		if (s == e) {
e                1704 ext/gd/libgd/gd.c 			s = 0; e = 360;
e                1708 ext/gd/libgd/gd.c 	for (i = s; i <= e; i++) {
e                 666 ext/gd/libgd/gd.h void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style);
e                 667 ext/gd/libgd/gd.h void gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color);
e                  22 ext/gd/libgd/gd_arc_f_buggy.c gdImageFilledArc (gdImagePtr im, int cx, int cy, int width, int height, int s, int e, int color, int style)
e                  81 ext/gd/libgd/gd_arc_f_buggy.c   if (s == e)
e                  84 ext/gd/libgd/gd_arc_f_buggy.c   if ((e - s) >= 360)
e                  87 ext/gd/libgd/gd_arc_f_buggy.c       e = 0;
e                  94 ext/gd/libgd/gd_arc_f_buggy.c   while (e < 0)
e                  95 ext/gd/libgd/gd_arc_f_buggy.c     e += 360;
e                  96 ext/gd/libgd/gd_arc_f_buggy.c   while (e >= 360)
e                  97 ext/gd/libgd/gd_arc_f_buggy.c     e -= 360;
e                  99 ext/gd/libgd/gd_arc_f_buggy.c   if (e <= s)
e                 100 ext/gd/libgd/gd_arc_f_buggy.c     e += 360;
e                 108 ext/gd/libgd/gd_arc_f_buggy.c       if ((s < (i + 1) * 90) && (e > (i + 1) * 90))
e                 116 ext/gd/libgd/gd_arc_f_buggy.c 	  if (e <= (i + 2) * 90)
e                 118 ext/gd/libgd/gd_arc_f_buggy.c 	      gdImageFilledArc (im, cx, cy, width, height, (i + 1) * 90, e, color, gdChord);
e                 119 ext/gd/libgd/gd_arc_f_buggy.c 	      pt[2] = gdArcClosest (width, height, e);
e                 140 ext/gd/libgd/gd_arc_f_buggy.c 	      if (e <= (i + 3) * 90)
e                 142 ext/gd/libgd/gd_arc_f_buggy.c 		  gdImageFilledArc (im, cx, cy, width, height, (i + 2) * 90, e, color, gdChord);
e                 143 ext/gd/libgd/gd_arc_f_buggy.c 		  pt[3] = gdArcClosest (width, height, e);
e                 164 ext/gd/libgd/gd_arc_f_buggy.c 		  if (e <= (i + 4) * 90)
e                 166 ext/gd/libgd/gd_arc_f_buggy.c 		      gdImageFilledArc (im, cx, cy, width, height, (i + 3) * 90, e, color, gdChord);
e                 167 ext/gd/libgd/gd_arc_f_buggy.c 		      pt[4] = gdArcClosest (width, height, e);
e                 189 ext/gd/libgd/gd_arc_f_buggy.c 		      gdImageFilledArc (im, cx, cy, width, height, (i + 4) * 90, e, color, gdChord);
e                 190 ext/gd/libgd/gd_arc_f_buggy.c 		      pt[5] = gdArcClosest (width, height, e);
e                 216 ext/gd/libgd/gd_arc_f_buggy.c   if ((s >= 90) && (e <= 180))
e                 219 ext/gd/libgd/gd_arc_f_buggy.c       s = 180 - e;
e                 220 ext/gd/libgd/gd_arc_f_buggy.c       e = 180 - angle;
e                 223 ext/gd/libgd/gd_arc_f_buggy.c   if ((s >= 180) && (e <= 270))
e                 226 ext/gd/libgd/gd_arc_f_buggy.c       e = e - 180;
e                 230 ext/gd/libgd/gd_arc_f_buggy.c   if ((s >= 270) && (e <= 360))
e                 233 ext/gd/libgd/gd_arc_f_buggy.c       s = 360 - e;
e                 234 ext/gd/libgd/gd_arc_f_buggy.c       e = 360 - angle;
e                 248 ext/gd/libgd/gd_arc_f_buggy.c   if (e == 0)
e                 255 ext/gd/libgd/gd_arc_f_buggy.c       e_sin = (long) ((double) 32768 * sin ((double) e * M_PI / (double) 180));
e                 256 ext/gd/libgd/gd_arc_f_buggy.c       e_cos = (long) ((double) 32768 * cos ((double) e * M_PI / (double) 180));
e                 291 ext/gd/libgd/gd_arc_f_buggy.c   if (e == 90)
e                1087 ext/hash/hash.c 	char *s = buffer, *e = s + sizeof(buffer), *str;
e                1094 ext/hash/hash.c 		s += slprintf(s, e - s, "%s ", str);
e                 659 ext/hash/hash_md.c 	const unsigned char *p = buf, *e = buf + len;
e                 676 ext/hash/hash_md.c 	while ((p + 16) <= e) {
e                 682 ext/hash/hash_md.c 	if (p < e) {
e                 683 ext/hash/hash_md.c 		memcpy(context->buffer, p, e - p);
e                 684 ext/hash/hash_md.c 		context->in_buffer = e - p;
e                 394 ext/hash/hash_ripemd.c 	php_hash_uint32 a  = state[0], b  = state[1], c  = state[2], d  = state[3], e  = state[4];
e                 402 ext/hash/hash_ripemd.c 		tmp = ROLS( j, a  + F0(b,  c,  d)  + x[R[j]]  + K(j)) + e;
e                 403 ext/hash/hash_ripemd.c 		a = e; e = d; d = ROL(10, c); c = b; b = tmp;
e                 409 ext/hash/hash_ripemd.c 		tmp = ROLS( j, a  + F1(b,  c,  d)  + x[R[j]]  + K(j)) + e;
e                 410 ext/hash/hash_ripemd.c 		a = e; e = d; d = ROL(10, c); c = b; b = tmp;
e                 416 ext/hash/hash_ripemd.c 		tmp = ROLS( j, a  + F2(b,  c,  d)  + x[R[j]]  + K(j)) + e;
e                 417 ext/hash/hash_ripemd.c 		a = e; e = d; d = ROL(10, c); c = b; b = tmp;
e                 423 ext/hash/hash_ripemd.c 		tmp = ROLS( j, a  + F3(b,  c,  d)  + x[R[j]]  + K(j)) + e;
e                 424 ext/hash/hash_ripemd.c 		a = e; e = d; d = ROL(10, c); c = b; b = tmp;
e                 430 ext/hash/hash_ripemd.c 		tmp = ROLS( j, a  + F4(b,  c,  d)  + x[R[j]]  + K(j)) + e;
e                 431 ext/hash/hash_ripemd.c 		a = e; e = d; d = ROL(10, c); c = b; b = tmp;
e                 438 ext/hash/hash_ripemd.c 	state[2] = state[3] + e + aa;
e                 493 ext/hash/hash_ripemd.c 	php_hash_uint32 a  = state[0], b  = state[1], c  = state[2], d  = state[3], e  = state[4];
e                 501 ext/hash/hash_ripemd.c 		tmp = ROLS( j, a  + F0(b,  c,  d)  + x[R[j]]  + K(j)) + e;
e                 502 ext/hash/hash_ripemd.c 		a = e; e = d; d = ROL(10, c); c = b; b = tmp;
e                 509 ext/hash/hash_ripemd.c 		tmp = ROLS( j, a  + F1(b,  c,  d)  + x[R[j]]  + K(j)) + e;
e                 510 ext/hash/hash_ripemd.c 		a = e; e = d; d = ROL(10, c); c = b; b = tmp;
e                 517 ext/hash/hash_ripemd.c 		tmp = ROLS( j, a  + F2(b,  c,  d)  + x[R[j]]  + K(j)) + e;
e                 518 ext/hash/hash_ripemd.c 		a = e; e = d; d = ROL(10, c); c = b; b = tmp;
e                 525 ext/hash/hash_ripemd.c 		tmp = ROLS( j, a  + F3(b,  c,  d)  + x[R[j]]  + K(j)) + e;
e                 526 ext/hash/hash_ripemd.c 		a = e; e = d; d = ROL(10, c); c = b; b = tmp;
e                 533 ext/hash/hash_ripemd.c 		tmp = ROLS( j, a  + F4(b,  c,  d)  + x[R[j]]  + K(j)) + e;
e                 534 ext/hash/hash_ripemd.c 		a = e; e = d; d = ROL(10, c); c = b; b = tmp;
e                 538 ext/hash/hash_ripemd.c 	tmp = e; e = ee; ee = tmp;
e                 544 ext/hash/hash_ripemd.c 	state[4] += e;
e                 181 ext/hash/hash_sha.c #define FF(a, b, c, d, e, w) { \
e                 182 ext/hash/hash_sha.c  (e) += F ((b), (c), (d)) + (w) + (php_hash_uint32)(0x5A827999); \
e                 183 ext/hash/hash_sha.c  (e) += ROTATE_LEFT ((a), 5); \
e                 186 ext/hash/hash_sha.c #define GG(a, b, c, d, e, w) { \
e                 187 ext/hash/hash_sha.c  (e) += G ((b), (c), (d)) + (w) + (php_hash_uint32)(0x6ED9EBA1); \
e                 188 ext/hash/hash_sha.c  (e) += ROTATE_LEFT ((a), 5); \
e                 191 ext/hash/hash_sha.c #define HH(a, b, c, d, e, w) { \
e                 192 ext/hash/hash_sha.c  (e) += H ((b), (c), (d)) + (w) + (php_hash_uint32)(0x8F1BBCDC); \
e                 193 ext/hash/hash_sha.c  (e) += ROTATE_LEFT ((a), 5); \
e                 196 ext/hash/hash_sha.c #define II(a, b, c, d, e, w) { \
e                 197 ext/hash/hash_sha.c  (e) += I ((b), (c), (d)) + (w) + (php_hash_uint32)(0xCA62C1D6); \
e                 198 ext/hash/hash_sha.c  (e) += ROTATE_LEFT ((a), 5); \
e                 225 ext/hash/hash_sha.c 	php_hash_uint32 d = state[3], e = state[4], x[16], tmp;
e                 230 ext/hash/hash_sha.c 	FF(a, b, c, d, e, x[0]);   /* 1 */
e                 231 ext/hash/hash_sha.c 	FF(e, a, b, c, d, x[1]);   /* 2 */
e                 232 ext/hash/hash_sha.c 	FF(d, e, a, b, c, x[2]);   /* 3 */
e                 233 ext/hash/hash_sha.c 	FF(c, d, e, a, b, x[3]);   /* 4 */
e                 234 ext/hash/hash_sha.c 	FF(b, c, d, e, a, x[4]);   /* 5 */
e                 235 ext/hash/hash_sha.c 	FF(a, b, c, d, e, x[5]);   /* 6 */
e                 236 ext/hash/hash_sha.c 	FF(e, a, b, c, d, x[6]);   /* 7 */
e                 237 ext/hash/hash_sha.c 	FF(d, e, a, b, c, x[7]);   /* 8 */
e                 238 ext/hash/hash_sha.c 	FF(c, d, e, a, b, x[8]);   /* 9 */
e                 239 ext/hash/hash_sha.c 	FF(b, c, d, e, a, x[9]);   /* 10 */
e                 240 ext/hash/hash_sha.c 	FF(a, b, c, d, e, x[10]);  /* 11 */
e                 241 ext/hash/hash_sha.c 	FF(e, a, b, c, d, x[11]);  /* 12 */
e                 242 ext/hash/hash_sha.c 	FF(d, e, a, b, c, x[12]);  /* 13 */
e                 243 ext/hash/hash_sha.c 	FF(c, d, e, a, b, x[13]);  /* 14 */
e                 244 ext/hash/hash_sha.c 	FF(b, c, d, e, a, x[14]);  /* 15 */
e                 245 ext/hash/hash_sha.c 	FF(a, b, c, d, e, x[15]);  /* 16 */
e                 246 ext/hash/hash_sha.c 	FF(e, a, b, c, d, W(16));  /* 17 */
e                 247 ext/hash/hash_sha.c 	FF(d, e, a, b, c, W(17));  /* 18 */
e                 248 ext/hash/hash_sha.c 	FF(c, d, e, a, b, W(18));  /* 19 */
e                 249 ext/hash/hash_sha.c 	FF(b, c, d, e, a, W(19));  /* 20 */
e                 252 ext/hash/hash_sha.c 	GG(a, b, c, d, e, W(20));  /* 21 */
e                 253 ext/hash/hash_sha.c 	GG(e, a, b, c, d, W(21));  /* 22 */
e                 254 ext/hash/hash_sha.c 	GG(d, e, a, b, c, W(22));  /* 23 */
e                 255 ext/hash/hash_sha.c 	GG(c, d, e, a, b, W(23));  /* 24 */
e                 256 ext/hash/hash_sha.c 	GG(b, c, d, e, a, W(24));  /* 25 */
e                 257 ext/hash/hash_sha.c 	GG(a, b, c, d, e, W(25));  /* 26 */
e                 258 ext/hash/hash_sha.c 	GG(e, a, b, c, d, W(26));  /* 27 */
e                 259 ext/hash/hash_sha.c 	GG(d, e, a, b, c, W(27));  /* 28 */
e                 260 ext/hash/hash_sha.c 	GG(c, d, e, a, b, W(28));  /* 29 */
e                 261 ext/hash/hash_sha.c 	GG(b, c, d, e, a, W(29));  /* 30 */
e                 262 ext/hash/hash_sha.c 	GG(a, b, c, d, e, W(30));  /* 31 */
e                 263 ext/hash/hash_sha.c 	GG(e, a, b, c, d, W(31));  /* 32 */
e                 264 ext/hash/hash_sha.c 	GG(d, e, a, b, c, W(32));  /* 33 */
e                 265 ext/hash/hash_sha.c 	GG(c, d, e, a, b, W(33));  /* 34 */
e                 266 ext/hash/hash_sha.c 	GG(b, c, d, e, a, W(34));  /* 35 */
e                 267 ext/hash/hash_sha.c 	GG(a, b, c, d, e, W(35));  /* 36 */
e                 268 ext/hash/hash_sha.c 	GG(e, a, b, c, d, W(36));  /* 37 */
e                 269 ext/hash/hash_sha.c 	GG(d, e, a, b, c, W(37));  /* 38 */
e                 270 ext/hash/hash_sha.c 	GG(c, d, e, a, b, W(38));  /* 39 */
e                 271 ext/hash/hash_sha.c 	GG(b, c, d, e, a, W(39));  /* 40 */
e                 274 ext/hash/hash_sha.c 	HH(a, b, c, d, e, W(40));  /* 41 */
e                 275 ext/hash/hash_sha.c 	HH(e, a, b, c, d, W(41));  /* 42 */
e                 276 ext/hash/hash_sha.c 	HH(d, e, a, b, c, W(42));  /* 43 */
e                 277 ext/hash/hash_sha.c 	HH(c, d, e, a, b, W(43));  /* 44 */
e                 278 ext/hash/hash_sha.c 	HH(b, c, d, e, a, W(44));  /* 45 */
e                 279 ext/hash/hash_sha.c 	HH(a, b, c, d, e, W(45));  /* 46 */
e                 280 ext/hash/hash_sha.c 	HH(e, a, b, c, d, W(46));  /* 47 */
e                 281 ext/hash/hash_sha.c 	HH(d, e, a, b, c, W(47));  /* 48 */
e                 282 ext/hash/hash_sha.c 	HH(c, d, e, a, b, W(48));  /* 49 */
e                 283 ext/hash/hash_sha.c 	HH(b, c, d, e, a, W(49));  /* 50 */
e                 284 ext/hash/hash_sha.c 	HH(a, b, c, d, e, W(50));  /* 51 */
e                 285 ext/hash/hash_sha.c 	HH(e, a, b, c, d, W(51));  /* 52 */
e                 286 ext/hash/hash_sha.c 	HH(d, e, a, b, c, W(52));  /* 53 */
e                 287 ext/hash/hash_sha.c 	HH(c, d, e, a, b, W(53));  /* 54 */
e                 288 ext/hash/hash_sha.c 	HH(b, c, d, e, a, W(54));  /* 55 */
e                 289 ext/hash/hash_sha.c 	HH(a, b, c, d, e, W(55));  /* 56 */
e                 290 ext/hash/hash_sha.c 	HH(e, a, b, c, d, W(56));  /* 57 */
e                 291 ext/hash/hash_sha.c 	HH(d, e, a, b, c, W(57));  /* 58 */
e                 292 ext/hash/hash_sha.c 	HH(c, d, e, a, b, W(58));  /* 59 */
e                 293 ext/hash/hash_sha.c 	HH(b, c, d, e, a, W(59));  /* 60 */
e                 296 ext/hash/hash_sha.c 	II(a, b, c, d, e, W(60));  /* 61 */
e                 297 ext/hash/hash_sha.c 	II(e, a, b, c, d, W(61));  /* 62 */
e                 298 ext/hash/hash_sha.c 	II(d, e, a, b, c, W(62));  /* 63 */
e                 299 ext/hash/hash_sha.c 	II(c, d, e, a, b, W(63));  /* 64 */
e                 300 ext/hash/hash_sha.c 	II(b, c, d, e, a, W(64));  /* 65 */
e                 301 ext/hash/hash_sha.c 	II(a, b, c, d, e, W(65));  /* 66 */
e                 302 ext/hash/hash_sha.c 	II(e, a, b, c, d, W(66));  /* 67 */
e                 303 ext/hash/hash_sha.c 	II(d, e, a, b, c, W(67));  /* 68 */
e                 304 ext/hash/hash_sha.c 	II(c, d, e, a, b, W(68));  /* 69 */
e                 305 ext/hash/hash_sha.c 	II(b, c, d, e, a, W(69));  /* 70 */
e                 306 ext/hash/hash_sha.c 	II(a, b, c, d, e, W(70));  /* 71 */
e                 307 ext/hash/hash_sha.c 	II(e, a, b, c, d, W(71));  /* 72 */
e                 308 ext/hash/hash_sha.c 	II(d, e, a, b, c, W(72));  /* 73 */
e                 309 ext/hash/hash_sha.c 	II(c, d, e, a, b, W(73));  /* 74 */
e                 310 ext/hash/hash_sha.c 	II(b, c, d, e, a, W(74));  /* 75 */
e                 311 ext/hash/hash_sha.c 	II(a, b, c, d, e, W(75));  /* 76 */
e                 312 ext/hash/hash_sha.c 	II(e, a, b, c, d, W(76));  /* 77 */
e                 313 ext/hash/hash_sha.c 	II(d, e, a, b, c, W(77));  /* 78 */
e                 314 ext/hash/hash_sha.c 	II(c, d, e, a, b, W(78));  /* 79 */
e                 315 ext/hash/hash_sha.c 	II(b, c, d, e, a, W(79));  /* 80 */
e                 321 ext/hash/hash_sha.c 	state[4] += e;
e                 483 ext/hash/hash_sha.c 	php_hash_uint32 e = state[4], f = state[5], g = state[6], h = state[7];
e                 498 ext/hash/hash_sha.c 		T1 = h + SHA256_F3(e) + SHA256_F0(e,f,g) + SHA256_K[i] + W[i];
e                 500 ext/hash/hash_sha.c 		h = g; g = f; f = e; e = d + T1;
e                 508 ext/hash/hash_sha.c 	state[4] += e;
e                 793 ext/hash/hash_sha.c 	php_hash_uint64 e = state[4], f = state[5], g = state[6], h = state[7];
e                 808 ext/hash/hash_sha.c 		T1 = h + SHA512_F3(e) + SHA512_F0(e,f,g) + SHA512_K[i] + W[i];
e                 810 ext/hash/hash_sha.c 		h = g; g = f; f = e; e = d + T1;
e                 818 ext/hash/hash_sha.c 	state[4] += e;
e                  75 ext/interbase/ibase_events.c 	ibase_event *e = (ibase_event *) rsrc->ptr;
e                  77 ext/interbase/ibase_events.c 	_php_ibase_free_event(e TSRMLS_CC);
e                  79 ext/interbase/ibase_events.c 	efree(e);
e                 586 ext/interbase/interbase.c 	ibase_event *e;
e                 622 ext/interbase/interbase.c 	for (e = link->event_head; e; e = e->event_next) {
e                 623 ext/interbase/interbase.c 		_php_ibase_free_event(e TSRMLS_CC);
e                 624 ext/interbase/interbase.c 		e->link = NULL;
e                  64 ext/intl/collator/collator_is_numeric.c 		const UChar *e = u;
e                  78 ext/intl/collator/collator_is_numeric.c 			u = e;
e                 339 ext/intl/grapheme/grapheme_util.c 	unsigned char *p, *e;
e                 343 ext/intl/grapheme/grapheme_util.c 		e = haystack + haystack_len - needle_len;
e                 347 ext/intl/grapheme/grapheme_util.c 			e = haystack + haystack_len - needle_len;
e                 349 ext/intl/grapheme/grapheme_util.c 			e = haystack + haystack_len + offset;
e                 355 ext/intl/grapheme/grapheme_util.c 		while (e >= p) {
e                 356 ext/intl/grapheme/grapheme_util.c 			if (*e == *needle) {
e                 357 ext/intl/grapheme/grapheme_util.c 				return (e - p + (offset > 0 ? offset : 0));
e                 359 ext/intl/grapheme/grapheme_util.c 			e--;
e                 364 ext/intl/grapheme/grapheme_util.c 	while (e >= p) {
e                 365 ext/intl/grapheme/grapheme_util.c 		if (memcmp(e, needle, needle_len) == 0) {
e                 366 ext/intl/grapheme/grapheme_util.c 			return (e - p + (offset > 0 ? offset : 0));
e                 368 ext/intl/grapheme/grapheme_util.c 		e--;
e                  26 ext/intl/intl_error.h #define INTL_ERROR_CODE(e) (e).code
e                 673 ext/intl/locale/locale_methods.c     UEnumeration*   e        = NULL;
e                 707 ext/intl/locale/locale_methods.c     e = uloc_openKeywords( loc_name, &status );
e                 708 ext/intl/locale/locale_methods.c     if( e != NULL )
e                 713 ext/intl/locale/locale_methods.c     	while( ( kw_key = uenum_next( e, &kw_key_len, &status ) ) != NULL ){
e                 739 ext/intl/locale/locale_methods.c     uenum_close( e );
e                 104 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 	const mbfl_html_entity_entry *e;
e                 111 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 		for (i = 0; (e = &mbfl_html_entity_list[i])->name != NULL; i++) {
e                 112 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 			if (c == e->code) {
e                 115 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 				for (p = e->name; *p != '\0'; p++) {
e                 300 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 		int e = (*filter->output_function)(buffer[pos++], filter->data);
e                 301 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 		if (e != 0)
e                 302 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 			err = e;
e                1040 ext/mbstring/libmbfl/mbfl/mbfilter.c 		const unsigned char *p, *q, *e;
e                1049 ext/mbstring/libmbfl/mbfl/mbfilter.c 		e = haystack_u8_val + haystack_u8->len;
e                1052 ext/mbstring/libmbfl/mbfl/mbfilter.c 			if (p >= e) {
e                1059 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (p > e) {
e                1062 ext/mbstring/libmbfl/mbfl/mbfilter.c 		while (p <= e) {
e                1091 ext/mbstring/libmbfl/mbfl/mbfilter.c 		const unsigned char *p, *e, *q, *qe;
e                1114 ext/mbstring/libmbfl/mbfl/mbfilter.c 		e = haystack_u8_val;
e                1115 ext/mbstring/libmbfl/mbfl/mbfilter.c 		p = e + haystack_u8->len;
e                1122 ext/mbstring/libmbfl/mbfl/mbfilter.c 					if (p <= e) {
e                1137 ext/mbstring/libmbfl/mbfl/mbfilter.c 				if (e >= ee) {
e                1141 ext/mbstring/libmbfl/mbfl/mbfilter.c 				e += u8_tbl[*e];
e                1144 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (p < e + needle_u8_len) {
e                1148 ext/mbstring/libmbfl/mbfl/mbfilter.c 		while (p >= e) {
e                  56 ext/mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c 	size_t s = 0, e = map->n;
e                  60 ext/mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c 		i = (s + e) / 2;
e                  62 ext/mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c 		if (e == i || entry->cp_uni > cp_uni) {
e                  63 ext/mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c 			if (e == i) {
e                  79 ext/mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c 			e = i;
e                4399 ext/mbstring/oniguruma/regcomp.c comp_opt_exact_or_map_info(OptExactInfo* e, OptMapInfo* m)
e                4406 ext/mbstring/oniguruma/regcomp.c   ve = COMP_EM_BASE * e->len * (e->ignore_case ? 1 : 2);
e                4408 ext/mbstring/oniguruma/regcomp.c   return comp_distance_value(&e->mmd, &m->mmd, ve, vm);
e                4882 ext/mbstring/oniguruma/regcomp.c set_optimize_exact_info(regex_t* reg, OptExactInfo* e)
e                4886 ext/mbstring/oniguruma/regcomp.c   if (e->len == 0) return 0;
e                4888 ext/mbstring/oniguruma/regcomp.c   if (e->ignore_case) {
e                4889 ext/mbstring/oniguruma/regcomp.c     reg->exact = (UChar* )xmalloc(e->len);
e                4891 ext/mbstring/oniguruma/regcomp.c     xmemcpy(reg->exact, e->s, e->len);
e                4892 ext/mbstring/oniguruma/regcomp.c     reg->exact_end = reg->exact + e->len;
e                4898 ext/mbstring/oniguruma/regcomp.c     reg->exact = str_dup(e->s, e->s + e->len);
e                4900 ext/mbstring/oniguruma/regcomp.c     reg->exact_end = reg->exact + e->len;
e                4905 ext/mbstring/oniguruma/regcomp.c     if (e->len >= 3 || (e->len >= 2 && allow_reverse)) {
e                4918 ext/mbstring/oniguruma/regcomp.c   reg->dmin = e->mmd.min;
e                4919 ext/mbstring/oniguruma/regcomp.c   reg->dmax = e->mmd.max;
e                 416 ext/mbstring/oniguruma/regparse.c i_print_name_entry(UChar* key, NameEntry* e, void* arg)
e                 421 ext/mbstring/oniguruma/regparse.c   fprintf(fp, "%s: ", e->name);
e                 422 ext/mbstring/oniguruma/regparse.c   if (e->back_num == 0)
e                 424 ext/mbstring/oniguruma/regparse.c   else if (e->back_num == 1)
e                 425 ext/mbstring/oniguruma/regparse.c     fprintf(fp, "%d", e->back_ref1);
e                 427 ext/mbstring/oniguruma/regparse.c     for (i = 0; i < e->back_num; i++) {
e                 429 ext/mbstring/oniguruma/regparse.c       fprintf(fp, "%d", e->back_refs[i]);
e                 451 ext/mbstring/oniguruma/regparse.c i_free_name_entry(UChar* key, NameEntry* e, void* arg ARG_UNUSED)
e                 453 ext/mbstring/oniguruma/regparse.c   xfree(e->name);
e                 454 ext/mbstring/oniguruma/regparse.c   if (IS_NOT_NULL(e->back_refs)) xfree(e->back_refs);
e                 456 ext/mbstring/oniguruma/regparse.c   xfree(e);
e                 489 ext/mbstring/oniguruma/regparse.c   NameEntry* e;
e                 492 ext/mbstring/oniguruma/regparse.c   e = (NameEntry* )NULL;
e                 494 ext/mbstring/oniguruma/regparse.c     onig_st_lookup_strend(t, name, name_end, (HashDataType* )((void* )(&e)));
e                 496 ext/mbstring/oniguruma/regparse.c   return e;
e                 508 ext/mbstring/oniguruma/regparse.c i_names(UChar* key ARG_UNUSED, NameEntry* e, INamesArg* arg)
e                 510 ext/mbstring/oniguruma/regparse.c   int r = (*(arg->func))(e->name,
e                 511 ext/mbstring/oniguruma/regparse.c                          e->name + e->name_len,
e                 512 ext/mbstring/oniguruma/regparse.c                          e->back_num,
e                 513 ext/mbstring/oniguruma/regparse.c 			 (e->back_num > 1 ? e->back_refs : &(e->back_ref1)),
e                 541 ext/mbstring/oniguruma/regparse.c i_renumber_name(UChar* key ARG_UNUSED, NameEntry* e, GroupNumRemap* map)
e                 545 ext/mbstring/oniguruma/regparse.c   if (e->back_num > 1) {
e                 546 ext/mbstring/oniguruma/regparse.c     for (i = 0; i < e->back_num; i++) {
e                 547 ext/mbstring/oniguruma/regparse.c       e->back_refs[i] = map[e->back_refs[i]].new_val;
e                 550 ext/mbstring/oniguruma/regparse.c   else if (e->back_num == 1) {
e                 551 ext/mbstring/oniguruma/regparse.c     e->back_ref1 = map[e->back_ref1].new_val;
e                 585 ext/mbstring/oniguruma/regparse.c   NameEntry* e;
e                 595 ext/mbstring/oniguruma/regparse.c   NameEntry* e;
e                 601 ext/mbstring/oniguruma/regparse.c       e = &(t->e[i]);
e                 602 ext/mbstring/oniguruma/regparse.c       fprintf(fp, "%s: ", e->name);
e                 603 ext/mbstring/oniguruma/regparse.c       if (e->back_num == 0) {
e                 606 ext/mbstring/oniguruma/regparse.c       else if (e->back_num == 1) {
e                 607 ext/mbstring/oniguruma/regparse.c 	fprintf(fp, "%d", e->back_ref1);
e                 610 ext/mbstring/oniguruma/regparse.c 	for (j = 0; j < e->back_num; j++) {
e                 612 ext/mbstring/oniguruma/regparse.c 	  fprintf(fp, "%d", e->back_refs[j]);
e                 627 ext/mbstring/oniguruma/regparse.c   NameEntry* e;
e                 632 ext/mbstring/oniguruma/regparse.c       e = &(t->e[i]);
e                 633 ext/mbstring/oniguruma/regparse.c       if (IS_NOT_NULL(e->name)) {
e                 634 ext/mbstring/oniguruma/regparse.c 	xfree(e->name);
e                 635 ext/mbstring/oniguruma/regparse.c 	e->name       = NULL;
e                 636 ext/mbstring/oniguruma/regparse.c 	e->name_len   = 0;
e                 637 ext/mbstring/oniguruma/regparse.c 	e->back_num   = 0;
e                 638 ext/mbstring/oniguruma/regparse.c 	e->back_alloc = 0;
e                 639 ext/mbstring/oniguruma/regparse.c 	if (IS_NOT_NULL(e->back_refs)) xfree(e->back_refs);
e                 640 ext/mbstring/oniguruma/regparse.c 	e->back_refs = (int* )NULL;
e                 643 ext/mbstring/oniguruma/regparse.c     if (IS_NOT_NULL(t->e)) {
e                 644 ext/mbstring/oniguruma/regparse.c       xfree(t->e);
e                 645 ext/mbstring/oniguruma/regparse.c       t->e = NULL;
e                 671 ext/mbstring/oniguruma/regparse.c   NameEntry* e;
e                 677 ext/mbstring/oniguruma/regparse.c       e = &(t->e[i]);
e                 678 ext/mbstring/oniguruma/regparse.c       if (len == e->name_len && onig_strncmp(name, e->name, len) == 0)
e                 679 ext/mbstring/oniguruma/regparse.c 	return e;
e                 690 ext/mbstring/oniguruma/regparse.c   NameEntry* e;
e                 695 ext/mbstring/oniguruma/regparse.c       e = &(t->e[i]);
e                 696 ext/mbstring/oniguruma/regparse.c       r = (*func)(e->name, e->name + e->name_len, e->back_num,
e                 697 ext/mbstring/oniguruma/regparse.c 		  (e->back_num > 1 ? e->back_refs : &(e->back_ref1)),
e                 722 ext/mbstring/oniguruma/regparse.c   NameEntry* e;
e                 728 ext/mbstring/oniguruma/regparse.c   e = name_find(reg, name, name_end);
e                 729 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(e)) {
e                 735 ext/mbstring/oniguruma/regparse.c     e = (NameEntry* )xmalloc(sizeof(NameEntry));
e                 736 ext/mbstring/oniguruma/regparse.c     CHECK_NULL_RETURN_MEMERR(e);
e                 738 ext/mbstring/oniguruma/regparse.c     e->name = strdup_with_null(reg->enc, name, name_end);
e                 739 ext/mbstring/oniguruma/regparse.c     if (IS_NULL(e->name)) {
e                 740 ext/mbstring/oniguruma/regparse.c       xfree(e);  return ONIGERR_MEMORY;
e                 742 ext/mbstring/oniguruma/regparse.c     onig_st_insert_strend(t, e->name, (e->name + (name_end - name)),
e                 743 ext/mbstring/oniguruma/regparse.c                           (HashDataType )e);
e                 745 ext/mbstring/oniguruma/regparse.c     e->name_len   = name_end - name;
e                 746 ext/mbstring/oniguruma/regparse.c     e->back_num   = 0;
e                 747 ext/mbstring/oniguruma/regparse.c     e->back_alloc = 0;
e                 748 ext/mbstring/oniguruma/regparse.c     e->back_refs  = (int* )NULL;
e                 756 ext/mbstring/oniguruma/regparse.c       t->e     = NULL;
e                 760 ext/mbstring/oniguruma/regparse.c       t->e = (NameEntry* )xmalloc(sizeof(NameEntry) * alloc);
e                 761 ext/mbstring/oniguruma/regparse.c       if (IS_NULL(t->e)) {
e                 773 ext/mbstring/oniguruma/regparse.c       t->e = (NameEntry* )xrealloc(t->e, sizeof(NameEntry) * alloc);
e                 774 ext/mbstring/oniguruma/regparse.c       CHECK_NULL_RETURN_MEMERR(t->e);
e                 779 ext/mbstring/oniguruma/regparse.c 	t->e[i].name       = NULL;
e                 780 ext/mbstring/oniguruma/regparse.c 	t->e[i].name_len   = 0;
e                 781 ext/mbstring/oniguruma/regparse.c 	t->e[i].back_num   = 0;
e                 782 ext/mbstring/oniguruma/regparse.c 	t->e[i].back_alloc = 0;
e                 783 ext/mbstring/oniguruma/regparse.c 	t->e[i].back_refs  = (int* )NULL;
e                 786 ext/mbstring/oniguruma/regparse.c     e = &(t->e[t->num]);
e                 788 ext/mbstring/oniguruma/regparse.c     e->name = strdup_with_null(reg->enc, name, name_end);
e                 789 ext/mbstring/oniguruma/regparse.c     if (IS_NULL(e->name)) return ONIGERR_MEMORY;
e                 790 ext/mbstring/oniguruma/regparse.c     e->name_len = name_end - name;
e                 794 ext/mbstring/oniguruma/regparse.c   if (e->back_num >= 1 &&
e                 801 ext/mbstring/oniguruma/regparse.c   e->back_num++;
e                 802 ext/mbstring/oniguruma/regparse.c   if (e->back_num == 1) {
e                 803 ext/mbstring/oniguruma/regparse.c     e->back_ref1 = backref;
e                 806 ext/mbstring/oniguruma/regparse.c     if (e->back_num == 2) {
e                 808 ext/mbstring/oniguruma/regparse.c       e->back_refs = (int* )xmalloc(sizeof(int) * alloc);
e                 809 ext/mbstring/oniguruma/regparse.c       CHECK_NULL_RETURN_MEMERR(e->back_refs);
e                 810 ext/mbstring/oniguruma/regparse.c       e->back_alloc = alloc;
e                 811 ext/mbstring/oniguruma/regparse.c       e->back_refs[0] = e->back_ref1;
e                 812 ext/mbstring/oniguruma/regparse.c       e->back_refs[1] = backref;
e                 815 ext/mbstring/oniguruma/regparse.c       if (e->back_num > e->back_alloc) {
e                 816 ext/mbstring/oniguruma/regparse.c 	alloc = e->back_alloc * 2;
e                 817 ext/mbstring/oniguruma/regparse.c 	e->back_refs = (int* )xrealloc(e->back_refs, sizeof(int) * alloc);
e                 818 ext/mbstring/oniguruma/regparse.c 	CHECK_NULL_RETURN_MEMERR(e->back_refs);
e                 819 ext/mbstring/oniguruma/regparse.c 	e->back_alloc = alloc;
e                 821 ext/mbstring/oniguruma/regparse.c       e->back_refs[e->back_num - 1] = backref;
e                 832 ext/mbstring/oniguruma/regparse.c   NameEntry* e = name_find(reg, name, name_end);
e                 834 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(e)) return ONIGERR_UNDEFINED_NAME_REFERENCE;
e                 836 ext/mbstring/oniguruma/regparse.c   switch (e->back_num) {
e                 840 ext/mbstring/oniguruma/regparse.c     *nums = &(e->back_ref1);
e                 843 ext/mbstring/oniguruma/regparse.c     *nums = e->back_refs;
e                 846 ext/mbstring/oniguruma/regparse.c   return e->back_num;
e                 326 ext/mbstring/ucgendat/ucgendat.c     ac_uint4 s, e;
e                 390 ext/mbstring/ucgendat/ucgendat.c     e = rlp->ranges[j];
e                 393 ext/mbstring/ucgendat/ucgendat.c     if (c == e + 1) {
e                 401 ext/mbstring/ucgendat/ucgendat.c     if (c > e + 1) {
e                 425 ext/mbstring/ucgendat/ucgendat.c     e = rlp->ranges[i + 1];
e                 427 ext/mbstring/ucgendat/ucgendat.c     if (c == e + 1)
e                 824 ext/mbstring/ucgendat/ucgendat.c     char line[512], *s, *e;
e                 967 ext/mbstring/ucgendat/ucgendat.c         for (e = s; *e && *e != ';'; e++) ;
e                 969 ext/mbstring/ucgendat/ucgendat.c         ordered_range_insert(code, s, e - s);
e                 974 ext/mbstring/ucgendat/ucgendat.c         for (s = e; *s != 0 && i < 3; s++) {
e                 982 ext/mbstring/ucgendat/ucgendat.c         for (ccl_code = 0, e = s; *e && *e != ';'; e++)
e                 983 ext/mbstring/ucgendat/ucgendat.c           ccl_code = (ccl_code * 10) + (*e - '0');
e                 994 ext/mbstring/ucgendat/ucgendat.c         for (s = e; *s != 0 && i < 4; s++) {
e                 998 ext/mbstring/ucgendat/ucgendat.c         for (e = s; *e && *e != ';'; e++) ;
e                1000 ext/mbstring/ucgendat/ucgendat.c         ordered_range_insert(code, s, e - s);
e                1005 ext/mbstring/ucgendat/ucgendat.c         s = ++e;
e                1060 ext/mbstring/ucgendat/ucgendat.c         for (e = s, neg = wnum = 0; *e && *e != ';'; e++) {
e                1061 ext/mbstring/ucgendat/ucgendat.c             if (*e == '-') {
e                1066 ext/mbstring/ucgendat/ucgendat.c             if (*e == '/') {
e                1073 ext/mbstring/ucgendat/ucgendat.c                 e++;
e                1076 ext/mbstring/ucgendat/ucgendat.c             number[wnum] = (number[wnum] * 10) + (*e - '0');
e                1079 ext/mbstring/ucgendat/ucgendat.c         if (e > s) {
e                1092 ext/mbstring/ucgendat/ucgendat.c         for (s = e, i = 0; i < 4 && *s; s++) {
e                1377 ext/mysqlnd/mysqlnd.c #define php_select(m, r, w, e, t)	select(m, r, w, e, t)
e                3555 ext/openssl/openssl.c 					OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, e);
e                3882 ext/openssl/openssl.c 				OPENSSL_PKEY_GET_BN(rsa, e);
e                 593 ext/openssl/xp_ssl.c 			unsigned long err_code, e;
e                 596 ext/openssl/xp_ssl.c 			while ((e = ERR_get_error()) != 0) {
e                 597 ext/openssl/xp_ssl.c 				err_code = e;
e                1192 ext/pdo_pgsql/pgsql_driver.c 	char *conn_str, *p, *e;
e                1205 ext/pdo_pgsql/pgsql_driver.c 	e = (char *) dbh->data_source + strlen(dbh->data_source);
e                1207 ext/pdo_pgsql/pgsql_driver.c 	while ((p = memchr(p, ';', (e - p)))) {
e                  83 ext/pdo_pgsql/php_pdo_pgsql_int.h #define pdo_pgsql_error(d,e,z)	_pdo_pgsql_error(d, NULL, e, z, NULL, __FILE__, __LINE__ TSRMLS_CC)
e                  84 ext/pdo_pgsql/php_pdo_pgsql_int.h #define pdo_pgsql_error_msg(d,e,m)	_pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__ TSRMLS_CC)
e                  85 ext/pdo_pgsql/php_pdo_pgsql_int.h #define pdo_pgsql_error_stmt(s,e,z)	_pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__ TSRMLS_CC)
e                  86 ext/pdo_pgsql/php_pdo_pgsql_int.h #define pdo_pgsql_error_stmt_msg(s,e,m)	_pdo_pgsql_error(s->dbh, s, e, NULL, m, __FILE__, __LINE__ TSRMLS_CC)
e                 526 ext/pgsql/pgsql.c 	ZEND_ARG_INFO(0, e)
e                 413 ext/phar/dirstream.c 	phar_entry_info entry, *e;
e                 464 ext/phar/dirstream.c 	if ((e = phar_get_entry_info_dir(phar, resource->path + 1, strlen(resource->path + 1), 2, &error, 1 TSRMLS_CC))) {
e                 466 ext/phar/dirstream.c 		if (e->is_temp_dir) {
e                 467 ext/phar/dirstream.c 			efree(e->filename);
e                 468 ext/phar/dirstream.c 			efree(e);
e                 378 ext/phar/phar_object.c 	char *e = *entry + 1, *u = NULL, *u1 = NULL, *saveu = NULL;
e                 390 ext/phar/phar_object.c 		if (zend_hash_exists(&((*pphar)->manifest), e, e_len)) {
e                 405 ext/phar/phar_object.c 			u1 = strrchr(e, '/');
e                 414 ext/phar/phar_object.c 			u = strrchr(e, '/');
e                  76 ext/session/mod_mm.c 	const char *e = data + len;
e                  78 ext/session/mod_mm.c 	for (h = 2166136261U; data < e; ) {
e                10106 ext/sqlite3/libsqlite/sqlite3.c # define sqlite3VdbeScanStatus(a,b,c,d,e)
e                13356 ext/sqlite3/libsqlite/sqlite3.c # define sqlite3AuthCheck(a,b,c,d,e)    SQLITE_OK
e                13632 ext/sqlite3/libsqlite/sqlite3.c   #define sqlite3FkActions(a,b,c,d,e,f)
e                13633 ext/sqlite3/libsqlite/sqlite3.c   #define sqlite3FkCheck(a,b,c,d,e,f)
e                13643 ext/sqlite3/libsqlite/sqlite3.c   #define sqlite3FkLocateIndex(a,b,c,d,e)
e                23734 ext/sqlite3/libsqlite/sqlite3.c   int e = 0;       /* exponent */
e                23809 ext/sqlite3/libsqlite/sqlite3.c       e = e<10000 ? (e*10 + (*z - '0')) : 10000;
e                23822 ext/sqlite3/libsqlite/sqlite3.c   e = (e*esign) + d;
e                23823 ext/sqlite3/libsqlite/sqlite3.c   if( e<0 ) {
e                23825 ext/sqlite3/libsqlite/sqlite3.c     e *= -1;
e                23838 ext/sqlite3/libsqlite/sqlite3.c       while( s<(LARGEST_INT64/10) && e>0 ) e--,s*=10;
e                23840 ext/sqlite3/libsqlite/sqlite3.c       while( !(s%10) && e>0 ) e--,s/=10;
e                23848 ext/sqlite3/libsqlite/sqlite3.c     if( e ){
e                23851 ext/sqlite3/libsqlite/sqlite3.c       if( e>307 && e<342 ){
e                23852 ext/sqlite3/libsqlite/sqlite3.c         while( e%308 ) { scale *= 1.0e+1; e -= 1; }
e                23860 ext/sqlite3/libsqlite/sqlite3.c       }else if( e>=342 ){
e                23869 ext/sqlite3/libsqlite/sqlite3.c         while( e%22 ) { scale *= 1.0e+1; e -= 1; }
e                23870 ext/sqlite3/libsqlite/sqlite3.c         while( e>0 ) { scale *= 1.0e+22; e -= 22; }
e                24777 ext/sqlite3/libsqlite/sqlite3.c   LogEst e;
e                24782 ext/sqlite3/libsqlite/sqlite3.c   e = (a>>52) - 1022;
e                24783 ext/sqlite3/libsqlite/sqlite3.c   return e*10;
e                35160 ext/sqlite3/libsqlite/sqlite3.c   DWORD e = osGetLastError();
e                35163 ext/sqlite3/libsqlite/sqlite3.c       *pError = e;
e                35167 ext/sqlite3/libsqlite/sqlite3.c   if( winIoerrCanRetry1(e) ){
e                35173 ext/sqlite3/libsqlite/sqlite3.c   else if( winIoerrCanRetry2(e) ){
e                35180 ext/sqlite3/libsqlite/sqlite3.c     *pError = e;
e                59580 ext/sqlite3/libsqlite/sqlite3.c     u8 e;
e                59593 ext/sqlite3/libsqlite/sqlite3.c         ptrmapGet(pBt, ovfl, &e, &n);
e                59594 ext/sqlite3/libsqlite/sqlite3.c         assert( n==pPage->pgno && e==PTRMAP_OVERFLOW1 );
e                59598 ext/sqlite3/libsqlite/sqlite3.c         ptrmapGet(pBt, child, &e, &n);
e                59599 ext/sqlite3/libsqlite/sqlite3.c         assert( n==pPage->pgno && e==PTRMAP_BTREE );
e                59604 ext/sqlite3/libsqlite/sqlite3.c       ptrmapGet(pBt, child, &e, &n);
e                59605 ext/sqlite3/libsqlite/sqlite3.c       assert( n==pPage->pgno && e==PTRMAP_BTREE );
e                64328 ext/sqlite3/libsqlite/sqlite3.c # define valueFromFunction(a,b,c,d,e,f) SQLITE_OK
e                112899 ext/sqlite3/libsqlite/sqlite3.c   int e;
e                112901 ext/sqlite3/libsqlite/sqlite3.c   for(e=0; e<pEList->nExpr; e++){
e                112902 ext/sqlite3/libsqlite/sqlite3.c     if( sqlite3IdListIndex(pIdList, pEList->a[e].zName)>=0 ) return 1;
e                154655 ext/sqlite3/libsqlite/sqlite3.c   UErrorCode e                 /* Error code returned by ICU function */
e                154658 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_snprintf(128, zBuf, "ICU error: %s(): %s", zName, u_errorName(e));
e                 115 ext/standard/crypt_sha256.c 	uint32_t e = ctx->H[4];
e                 136 ext/standard/crypt_sha256.c 		uint32_t e_save = e;
e                 163 ext/standard/crypt_sha256.c 			uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t];
e                 167 ext/standard/crypt_sha256.c 			f = e;
e                 168 ext/standard/crypt_sha256.c 			e = d + T1;
e                 181 ext/standard/crypt_sha256.c 		e += e_save;
e                 195 ext/standard/crypt_sha256.c 	ctx->H[4] = e;
e                 139 ext/standard/crypt_sha512.c 	uint64_t e = ctx->H[4];
e                 160 ext/standard/crypt_sha512.c 		uint64_t e_save = e;
e                 190 ext/standard/crypt_sha512.c 			uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t];
e                 194 ext/standard/crypt_sha512.c 			f = e;
e                 195 ext/standard/crypt_sha512.c 			e = d + T1;
e                 208 ext/standard/crypt_sha512.c 		e += e_save;
e                 222 ext/standard/crypt_sha512.c 	ctx->H[4] = e;
e                 728 ext/standard/file.c 	char *target_buf=NULL, *p, *s, *e;
e                 765 ext/standard/file.c 		e = target_buf + target_len;
e                 768 ext/standard/file.c 			p = e;
e                 784 ext/standard/file.c 			} while ((p = memchr(p, eol_marker, (e-p))));
e                 797 ext/standard/file.c 			} while ((p = memchr(p, eol_marker, (e-p))));
e                 801 ext/standard/file.c 		if (s != e) {
e                 802 ext/standard/file.c 			p = e;
e                 328 ext/standard/filters.c #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d), (e))
e                 236 ext/standard/ftp_fopen_wrapper.c 	unsigned char *s = val, *e = s + val_len;	\
e                 237 ext/standard/ftp_fopen_wrapper.c 	while (s < e) {	\
e                1064 ext/standard/ftp_fopen_wrapper.c         char *p, *e, *buf;
e                1067 ext/standard/ftp_fopen_wrapper.c         e = buf + strlen(buf);
e                1090 ext/standard/ftp_fopen_wrapper.c 				while (++p != e) {
e                1183 ext/standard/html.c 			const entity_multicodepoint_row *s, *e;
e                1186 ext/standard/html.c 			e = s - 1 + c->data.multicodepoint_table[0].leading_entry.size;
e                1189 ext/standard/html.c 			for ( ; s <= e; s++) {
e                 744 ext/standard/http_fopen_wrapper.c 			char *e = http_header_line + http_header_line_length - 1;
e                 745 ext/standard/http_fopen_wrapper.c 			if (*e != '\n') {
e                 751 ext/standard/http_fopen_wrapper.c 					e = http_header_line + http_header_line_length - 1;
e                 752 ext/standard/http_fopen_wrapper.c 				} while (*e != '\n');
e                 755 ext/standard/http_fopen_wrapper.c 			while (*e == '\n' || *e == '\r') {
e                 756 ext/standard/http_fopen_wrapper.c 				e--;
e                 758 ext/standard/http_fopen_wrapper.c 			http_header_line_length = e - http_header_line + 1;
e                 880 ext/standard/http_fopen_wrapper.c 		unsigned char *s, *e; \
e                 883 ext/standard/http_fopen_wrapper.c 		s = (unsigned char*)val; e = s + l; \
e                 884 ext/standard/http_fopen_wrapper.c 		while (s < e) { \
e                  70 ext/standard/mail.c 	e = p + len;								\
e                  71 ext/standard/mail.c 	while ((p = memchr(p, '\0', (e - p)))) {	\
e                 109 ext/standard/mail.c 	char *p, *e;
e                 140 ext/standard/sha1.c #define FF(a, b, c, d, e, w) { \
e                 141 ext/standard/sha1.c  (e) += F ((b), (c), (d)) + (w) + (php_uint32)(0x5A827999); \
e                 142 ext/standard/sha1.c  (e) += ROTATE_LEFT ((a), 5); \
e                 145 ext/standard/sha1.c #define GG(a, b, c, d, e, w) { \
e                 146 ext/standard/sha1.c  (e) += G ((b), (c), (d)) + (w) + (php_uint32)(0x6ED9EBA1); \
e                 147 ext/standard/sha1.c  (e) += ROTATE_LEFT ((a), 5); \
e                 150 ext/standard/sha1.c #define HH(a, b, c, d, e, w) { \
e                 151 ext/standard/sha1.c  (e) += H ((b), (c), (d)) + (w) + (php_uint32)(0x8F1BBCDC); \
e                 152 ext/standard/sha1.c  (e) += ROTATE_LEFT ((a), 5); \
e                 155 ext/standard/sha1.c #define II(a, b, c, d, e, w) { \
e                 156 ext/standard/sha1.c  (e) += I ((b), (c), (d)) + (w) + (php_uint32)(0xCA62C1D6); \
e                 157 ext/standard/sha1.c  (e) += ROTATE_LEFT ((a), 5); \
e                 265 ext/standard/sha1.c 	php_uint32 d = state[3], e = state[4], x[16], tmp;
e                 270 ext/standard/sha1.c 	FF(a, b, c, d, e, x[0]);   /* 1 */
e                 271 ext/standard/sha1.c 	FF(e, a, b, c, d, x[1]);   /* 2 */
e                 272 ext/standard/sha1.c 	FF(d, e, a, b, c, x[2]);   /* 3 */
e                 273 ext/standard/sha1.c 	FF(c, d, e, a, b, x[3]);   /* 4 */
e                 274 ext/standard/sha1.c 	FF(b, c, d, e, a, x[4]);   /* 5 */
e                 275 ext/standard/sha1.c 	FF(a, b, c, d, e, x[5]);   /* 6 */
e                 276 ext/standard/sha1.c 	FF(e, a, b, c, d, x[6]);   /* 7 */
e                 277 ext/standard/sha1.c 	FF(d, e, a, b, c, x[7]);   /* 8 */
e                 278 ext/standard/sha1.c 	FF(c, d, e, a, b, x[8]);   /* 9 */
e                 279 ext/standard/sha1.c 	FF(b, c, d, e, a, x[9]);   /* 10 */
e                 280 ext/standard/sha1.c 	FF(a, b, c, d, e, x[10]);  /* 11 */
e                 281 ext/standard/sha1.c 	FF(e, a, b, c, d, x[11]);  /* 12 */
e                 282 ext/standard/sha1.c 	FF(d, e, a, b, c, x[12]);  /* 13 */
e                 283 ext/standard/sha1.c 	FF(c, d, e, a, b, x[13]);  /* 14 */
e                 284 ext/standard/sha1.c 	FF(b, c, d, e, a, x[14]);  /* 15 */
e                 285 ext/standard/sha1.c 	FF(a, b, c, d, e, x[15]);  /* 16 */
e                 286 ext/standard/sha1.c 	FF(e, a, b, c, d, W(16));  /* 17 */
e                 287 ext/standard/sha1.c 	FF(d, e, a, b, c, W(17));  /* 18 */
e                 288 ext/standard/sha1.c 	FF(c, d, e, a, b, W(18));  /* 19 */
e                 289 ext/standard/sha1.c 	FF(b, c, d, e, a, W(19));  /* 20 */
e                 292 ext/standard/sha1.c 	GG(a, b, c, d, e, W(20));  /* 21 */
e                 293 ext/standard/sha1.c 	GG(e, a, b, c, d, W(21));  /* 22 */
e                 294 ext/standard/sha1.c 	GG(d, e, a, b, c, W(22));  /* 23 */
e                 295 ext/standard/sha1.c 	GG(c, d, e, a, b, W(23));  /* 24 */
e                 296 ext/standard/sha1.c 	GG(b, c, d, e, a, W(24));  /* 25 */
e                 297 ext/standard/sha1.c 	GG(a, b, c, d, e, W(25));  /* 26 */
e                 298 ext/standard/sha1.c 	GG(e, a, b, c, d, W(26));  /* 27 */
e                 299 ext/standard/sha1.c 	GG(d, e, a, b, c, W(27));  /* 28 */
e                 300 ext/standard/sha1.c 	GG(c, d, e, a, b, W(28));  /* 29 */
e                 301 ext/standard/sha1.c 	GG(b, c, d, e, a, W(29));  /* 30 */
e                 302 ext/standard/sha1.c 	GG(a, b, c, d, e, W(30));  /* 31 */
e                 303 ext/standard/sha1.c 	GG(e, a, b, c, d, W(31));  /* 32 */
e                 304 ext/standard/sha1.c 	GG(d, e, a, b, c, W(32));  /* 33 */
e                 305 ext/standard/sha1.c 	GG(c, d, e, a, b, W(33));  /* 34 */
e                 306 ext/standard/sha1.c 	GG(b, c, d, e, a, W(34));  /* 35 */
e                 307 ext/standard/sha1.c 	GG(a, b, c, d, e, W(35));  /* 36 */
e                 308 ext/standard/sha1.c 	GG(e, a, b, c, d, W(36));  /* 37 */
e                 309 ext/standard/sha1.c 	GG(d, e, a, b, c, W(37));  /* 38 */
e                 310 ext/standard/sha1.c 	GG(c, d, e, a, b, W(38));  /* 39 */
e                 311 ext/standard/sha1.c 	GG(b, c, d, e, a, W(39));  /* 40 */
e                 314 ext/standard/sha1.c 	HH(a, b, c, d, e, W(40));  /* 41 */
e                 315 ext/standard/sha1.c 	HH(e, a, b, c, d, W(41));  /* 42 */
e                 316 ext/standard/sha1.c 	HH(d, e, a, b, c, W(42));  /* 43 */
e                 317 ext/standard/sha1.c 	HH(c, d, e, a, b, W(43));  /* 44 */
e                 318 ext/standard/sha1.c 	HH(b, c, d, e, a, W(44));  /* 45 */
e                 319 ext/standard/sha1.c 	HH(a, b, c, d, e, W(45));  /* 46 */
e                 320 ext/standard/sha1.c 	HH(e, a, b, c, d, W(46));  /* 47 */
e                 321 ext/standard/sha1.c 	HH(d, e, a, b, c, W(47));  /* 48 */
e                 322 ext/standard/sha1.c 	HH(c, d, e, a, b, W(48));  /* 49 */
e                 323 ext/standard/sha1.c 	HH(b, c, d, e, a, W(49));  /* 50 */
e                 324 ext/standard/sha1.c 	HH(a, b, c, d, e, W(50));  /* 51 */
e                 325 ext/standard/sha1.c 	HH(e, a, b, c, d, W(51));  /* 52 */
e                 326 ext/standard/sha1.c 	HH(d, e, a, b, c, W(52));  /* 53 */
e                 327 ext/standard/sha1.c 	HH(c, d, e, a, b, W(53));  /* 54 */
e                 328 ext/standard/sha1.c 	HH(b, c, d, e, a, W(54));  /* 55 */
e                 329 ext/standard/sha1.c 	HH(a, b, c, d, e, W(55));  /* 56 */
e                 330 ext/standard/sha1.c 	HH(e, a, b, c, d, W(56));  /* 57 */
e                 331 ext/standard/sha1.c 	HH(d, e, a, b, c, W(57));  /* 58 */
e                 332 ext/standard/sha1.c 	HH(c, d, e, a, b, W(58));  /* 59 */
e                 333 ext/standard/sha1.c 	HH(b, c, d, e, a, W(59));  /* 60 */
e                 336 ext/standard/sha1.c 	II(a, b, c, d, e, W(60));  /* 61 */
e                 337 ext/standard/sha1.c 	II(e, a, b, c, d, W(61));  /* 62 */
e                 338 ext/standard/sha1.c 	II(d, e, a, b, c, W(62));  /* 63 */
e                 339 ext/standard/sha1.c 	II(c, d, e, a, b, W(63));  /* 64 */
e                 340 ext/standard/sha1.c 	II(b, c, d, e, a, W(64));  /* 65 */
e                 341 ext/standard/sha1.c 	II(a, b, c, d, e, W(65));  /* 66 */
e                 342 ext/standard/sha1.c 	II(e, a, b, c, d, W(66));  /* 67 */
e                 343 ext/standard/sha1.c 	II(d, e, a, b, c, W(67));  /* 68 */
e                 344 ext/standard/sha1.c 	II(c, d, e, a, b, W(68));  /* 69 */
e                 345 ext/standard/sha1.c 	II(b, c, d, e, a, W(69));  /* 70 */
e                 346 ext/standard/sha1.c 	II(a, b, c, d, e, W(70));  /* 71 */
e                 347 ext/standard/sha1.c 	II(e, a, b, c, d, W(71));  /* 72 */
e                 348 ext/standard/sha1.c 	II(d, e, a, b, c, W(72));  /* 73 */
e                 349 ext/standard/sha1.c 	II(c, d, e, a, b, W(73));  /* 74 */
e                 350 ext/standard/sha1.c 	II(b, c, d, e, a, W(74));  /* 75 */
e                 351 ext/standard/sha1.c 	II(a, b, c, d, e, W(75));  /* 76 */
e                 352 ext/standard/sha1.c 	II(e, a, b, c, d, W(76));  /* 77 */
e                 353 ext/standard/sha1.c 	II(d, e, a, b, c, W(77));  /* 78 */
e                 354 ext/standard/sha1.c 	II(c, d, e, a, b, W(78));  /* 79 */
e                 355 ext/standard/sha1.c 	II(b, c, d, e, a, W(79));  /* 80 */
e                 361 ext/standard/sha1.c 	state[4] += e;
e                  35 ext/standard/streamsfuncs.c #define php_select(m, r, w, e, t)	select(m, r, w, e, t)
e                1354 ext/standard/string.c 	unsigned char *c, *e;
e                1357 ext/standard/string.c 	e = (unsigned char *)c+len;
e                1359 ext/standard/string.c 	while (c < e) {
e                1388 ext/standard/string.c 	unsigned char *c, *e;
e                1391 ext/standard/string.c 	e = c+len;
e                1393 ext/standard/string.c 	while (c < e) {
e                1938 ext/standard/string.c 	char *p, *e, ord_needle[2];
e                1966 ext/standard/string.c 		e = haystack + haystack_len - needle_len;
e                1975 ext/standard/string.c 			e = haystack + haystack_len - needle_len;
e                1977 ext/standard/string.c 			e = haystack + haystack_len + offset;
e                1983 ext/standard/string.c 		while (e >= p) {
e                1984 ext/standard/string.c 			if (*e == *needle) {
e                1985 ext/standard/string.c 				RETURN_LONG(e - p + (offset > 0 ? offset : 0));
e                1987 ext/standard/string.c 			e--;
e                1992 ext/standard/string.c 	while (e >= p) {
e                1993 ext/standard/string.c 		if (memcmp(e, needle, needle_len) == 0) {
e                1994 ext/standard/string.c 			RETURN_LONG(e - p + (offset > 0 ? offset : 0));
e                1996 ext/standard/string.c 		e--;
e                2011 ext/standard/string.c 	char *p, *e, ord_needle[2];
e                2043 ext/standard/string.c 			e = haystack + haystack_len - 1;
e                2050 ext/standard/string.c 			e = haystack + haystack_len + offset;
e                2054 ext/standard/string.c 		while (e >= p) {
e                2055 ext/standard/string.c 			if (tolower(*e) == *ord_needle) {
e                2056 ext/standard/string.c 				RETURN_LONG(e - p + (offset > 0 ? offset : 0));
e                2058 ext/standard/string.c 			e--;
e                2076 ext/standard/string.c 		e = haystack_dup + haystack_len - needle_len;
e                2086 ext/standard/string.c 			e = haystack_dup + haystack_len - needle_len;
e                2088 ext/standard/string.c 			e = haystack_dup + haystack_len + offset;
e                2092 ext/standard/string.c 	while (e >= p) {
e                2093 ext/standard/string.c 		if (memcmp(e, needle_dup, needle_len) == 0) {
e                2096 ext/standard/string.c 			RETURN_LONG(e - p + (offset > 0 ? offset : 0));
e                2098 ext/standard/string.c 		e--;
e                3182 ext/standard/string.c 	char *e, *n, *p;
e                3192 ext/standard/string.c 	e = str + str_len;
e                3194 ext/standard/string.c 	while (--e>=str) {
e                3195 ext/standard/string.c 		*p++ = *e;
e                3608 ext/standard/string.c 		char *p = str, *e = p + len;
e                3609 ext/standard/string.c 		while ((p = memchr(p, from, (e - p)))) {
e                3631 ext/standard/string.c 		char *p = str, *e = p + len, *s = str;
e                3632 ext/standard/string.c 		while ((p = memchr(p, from, (e - p)))) {
e                3643 ext/standard/string.c 		if (s < e) {
e                3644 ext/standard/string.c 			memcpy(target, s, (e - s));
e                3645 ext/standard/string.c 			target += e - s;
e                3686 ext/standard/string.c 		char *e, *s, *p, *r;
e                3761 ext/standard/string.c 			e = s = new_str;
e                3766 ext/standard/string.c 					memcpy(e, p, r - p);
e                3767 ext/standard/string.c 					e += r - p;
e                3768 ext/standard/string.c 					memcpy(e, str, str_len);
e                3769 ext/standard/string.c 					e += str_len;
e                3776 ext/standard/string.c 					memcpy(e, p, end - p);
e                3777 ext/standard/string.c 					e += end - p;
e                3783 ext/standard/string.c 					memcpy(e, haystack + (p - haystack_dup), r - p);
e                3784 ext/standard/string.c 					e += r - p;
e                3785 ext/standard/string.c 					memcpy(e, str, str_len);
e                3786 ext/standard/string.c 					e += str_len;
e                3793 ext/standard/string.c 					memcpy(e, haystack + (p - haystack_dup), end - p);
e                3794 ext/standard/string.c 					e += end - p;
e                3805 ext/standard/string.c 			*e = '\0';
e                3806 ext/standard/string.c 			*_new_length = e - s;
e                4922 ext/standard/string.c 		char *s, *e, *ee;
e                4926 ext/standard/string.c 		e = result + input_len;
e                4929 ext/standard/string.c 		while (e<ee) {
e                4930 ext/standard/string.c 			l = (e-s) < (ee-e) ? (e-s) : (ee-e);
e                4931 ext/standard/string.c 			memmove(e, s, l);
e                4932 ext/standard/string.c 			e += l;
e                5421 ext/standard/string.c 	char *buf, *str, *char_list = NULL, *p, *e, *s, ch[256];
e                5453 ext/standard/string.c 	e = str + str_len;
e                5460 ext/standard/string.c 	if (*(e - 1) == '-' && (!char_list || !ch['-'])) {
e                5461 ext/standard/string.c 		e--;
e                5464 ext/standard/string.c 	while (p < e) {
e                5466 ext/standard/string.c 		while (p < e && (isalpha((unsigned char)*p) || (char_list && ch[(unsigned char)*p]) || *p == '\'' || *p == '-')) {
e                5501 ext/standard/string.c 	char *format, *str, *p, *e;
e                5510 ext/standard/string.c 	e = p + format_len;
e                5511 ext/standard/string.c 	while ((p = memchr(p, '%', (e - p)))) {
e                  67 ext/standard/url.c 	unsigned char *e = (unsigned char *)str + len;
e                  73 ext/standard/url.c 	while (s < e) {
e                 101 ext/standard/url.c 	char const *s, *e, *p, *pp, *ue;
e                 107 ext/standard/url.c 	if ((e = memchr(s, ':', length)) && (e - s)) {
e                 110 ext/standard/url.c 		while (p < e) {
e                 113 ext/standard/url.c 				if (e + 1 < ue) {
e                 122 ext/standard/url.c 		if (*(e + 1) == '\0') { /* only scheme is available */
e                 123 ext/standard/url.c 			ret->scheme = estrndup(s, (e - s));
e                 124 ext/standard/url.c 			php_replace_controlchars_ex(ret->scheme, (e - s));
e                 132 ext/standard/url.c 		if (*(e+1) != '/') {
e                 136 ext/standard/url.c 			p = e + 1;
e                 141 ext/standard/url.c 			if ((*p == '\0' || *p == '/') && (p - e) < 7) {
e                 145 ext/standard/url.c 			ret->scheme = estrndup(s, (e-s));
e                 146 ext/standard/url.c 			php_replace_controlchars_ex(ret->scheme, (e - s));
e                 148 ext/standard/url.c 			length -= ++e - s;
e                 149 ext/standard/url.c 			s = e;
e                 152 ext/standard/url.c 			ret->scheme = estrndup(s, (e-s));
e                 153 ext/standard/url.c 			php_replace_controlchars_ex(ret->scheme, (e - s));
e                 155 ext/standard/url.c 			if (*(e+2) == '/') {
e                 156 ext/standard/url.c 				s = e + 3;
e                 158 ext/standard/url.c 					if (*(e + 3) == '/') {
e                 162 ext/standard/url.c 						if (*(e + 5) == ':') {
e                 163 ext/standard/url.c 							s = e + 4;
e                 170 ext/standard/url.c 					s = e + 1;
e                 173 ext/standard/url.c 					length -= ++e - s;
e                 174 ext/standard/url.c 					s = e;
e                 179 ext/standard/url.c 	} else if (e) { /* no scheme; starts with colon: look for port */
e                 181 ext/standard/url.c 		p = e + 1;
e                 220 ext/standard/url.c 	e = ue;
e                 230 ext/standard/url.c 				e = fragment;
e                 232 ext/standard/url.c 				e = query;
e                 235 ext/standard/url.c 			e = query;
e                 237 ext/standard/url.c 			e = fragment;
e                 240 ext/standard/url.c 		e = p;
e                 244 ext/standard/url.c 	if ((p = zend_memrchr(s, '@', (e-s)))) {
e                 261 ext/standard/url.c 	if (*s == '[' && *(e-1) == ']') {
e                 269 ext/standard/url.c 		for(p = e; p >= s && *p != ':'; p--);
e                 275 ext/standard/url.c 			if (e-p > 5) { /* port cannot be longer then 5 characters */
e                 281 ext/standard/url.c 			} else if (e - p > 0) {
e                 283 ext/standard/url.c 				memcpy(port_buf, p, (e - p));
e                 284 ext/standard/url.c 				port_buf[e - p] = '\0';
e                 299 ext/standard/url.c 		p = e;
e                 314 ext/standard/url.c 	if (e == ue) {
e                 318 ext/standard/url.c 	s = e;
e                 269 ext/standard/url_scanner_ex.c 					char *e, *p = zend_memnstr(ctx->val.c, "://", sizeof("://") - 1, ctx->val.c + ctx->val.len);
e                 271 ext/standard/url_scanner_ex.c 						e = memchr(p, '/', (ctx->val.c + ctx->val.len) - p);
e                 272 ext/standard/url_scanner_ex.c 						if (!e) {
e                 273 ext/standard/url_scanner_ex.c 							e = ctx->val.c + ctx->val.len;
e                 275 ext/standard/url_scanner_ex.c 						if ((e - p) && strncasecmp(p, ctx->lookup_data, (e - p))) {
e                  71 ext/standard/uuencode.c 	char *p, *s, *e, *ee;
e                  76 ext/standard/uuencode.c 	e = src + src_len;
e                  78 ext/standard/uuencode.c 	while ((s + 3) < e) {
e                  80 ext/standard/uuencode.c 		if (ee > e) {
e                  81 ext/standard/uuencode.c 			ee = e;
e                 103 ext/standard/uuencode.c 	if (s < e) {
e                 105 ext/standard/uuencode.c 			*p++ = PHP_UU_ENC(e - s);
e                 111 ext/standard/uuencode.c 		*p++ = ((e - s) > 1) ? PHP_UU_ENC_C3(s) : PHP_UU_ENC('\0');
e                 112 ext/standard/uuencode.c 		*p++ = ((e - s) > 2) ? PHP_UU_ENC(*(s + 2) & 077) : PHP_UU_ENC('\0');
e                 130 ext/standard/uuencode.c 	char *s, *e, *p, *ee;
e                 134 ext/standard/uuencode.c 	e = src + src_len;
e                 136 ext/standard/uuencode.c 	while (s < e) {
e                 149 ext/standard/uuencode.c 		if (ee > e) {
e                 154 ext/standard/uuencode.c 			if(s+4 > e) {
e                  39 ext/zip/lib/zip_entry.c _zip_entry_finalize(struct zip_entry *e)
e                  41 ext/zip/lib/zip_entry.c     _zip_unchange_data(e);
e                  42 ext/zip/lib/zip_entry.c     _zip_dirent_free(e->orig);
e                  43 ext/zip/lib/zip_entry.c     _zip_dirent_free(e->changes);
e                  49 ext/zip/lib/zip_entry.c _zip_entry_init(struct zip_entry *e)
e                  51 ext/zip/lib/zip_entry.c     e->orig = NULL;
e                  52 ext/zip/lib/zip_entry.c     e->changes = NULL;
e                  53 ext/zip/lib/zip_entry.c     e->source = NULL;
e                  54 ext/zip/lib/zip_entry.c     e->deleted = 0;
e                 324 ext/zip/lib/zip_extra_field.c     struct zip_entry *e;
e                 334 ext/zip/lib/zip_extra_field.c     e = za->entry+idx;
e                 336 ext/zip/lib/zip_extra_field.c     if (e->orig == NULL || e->orig->local_extra_fields_read)
e                 340 ext/zip/lib/zip_extra_field.c     if (fseeko(za->zp, (off_t)(e->orig->offset + 26), SEEK_SET) < 0) {
e                 375 ext/zip/lib/zip_extra_field.c 	e->orig->extra_fields = _zip_ef_merge(e->orig->extra_fields, ef);
e                 378 ext/zip/lib/zip_extra_field.c     e->orig->local_extra_fields_read = 1;
e                 380 ext/zip/lib/zip_extra_field.c     if (e->changes && e->changes->local_extra_fields_read == 0) {
e                 381 ext/zip/lib/zip_extra_field.c 	e->changes->extra_fields = e->orig->extra_fields;
e                 382 ext/zip/lib/zip_extra_field.c 	e->changes->local_extra_fields_read = 1;
e                 342 ext/zip/lib/zip_extra_field_api.c     struct zip_entry *e;
e                 349 ext/zip/lib/zip_extra_field_api.c     e = za->entry+idx;
e                 351 ext/zip/lib/zip_extra_field_api.c     if (e->changes && (e->changes->changed & ZIP_DIRENT_EXTRA_FIELD))
e                 354 ext/zip/lib/zip_extra_field_api.c     if (e->orig) {
e                 359 ext/zip/lib/zip_extra_field_api.c     if (e->changes == NULL) {
e                 360 ext/zip/lib/zip_extra_field_api.c         if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
e                 366 ext/zip/lib/zip_extra_field_api.c     if (e->orig && e->orig->extra_fields) {
e                 367 ext/zip/lib/zip_extra_field_api.c 	if ((e->changes->extra_fields=_zip_ef_clone(e->orig->extra_fields, &za->error)) == NULL)
e                 370 ext/zip/lib/zip_extra_field_api.c     e->changes->changed |= ZIP_DIRENT_EXTRA_FIELD;
e                  46 ext/zip/lib/zip_file_set_comment.c     struct zip_entry *e;
e                  72 ext/zip/lib/zip_file_set_comment.c     e = za->entry+idx;
e                  74 ext/zip/lib/zip_file_set_comment.c     if (e->changes) {
e                  75 ext/zip/lib/zip_file_set_comment.c 	_zip_string_free(e->changes->comment);
e                  76 ext/zip/lib/zip_file_set_comment.c 	e->changes->comment = NULL;
e                  77 ext/zip/lib/zip_file_set_comment.c 	e->changes->changed &= ~ZIP_DIRENT_COMMENT;
e                  80 ext/zip/lib/zip_file_set_comment.c     if (e->orig && e->orig->comment)
e                  81 ext/zip/lib/zip_file_set_comment.c 	changed = !_zip_string_equal(e->orig->comment, cstr);
e                  86 ext/zip/lib/zip_file_set_comment.c         if (e->changes == NULL) {
e                  87 ext/zip/lib/zip_file_set_comment.c             if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
e                  93 ext/zip/lib/zip_file_set_comment.c         e->changes->comment = cstr;
e                  94 ext/zip/lib/zip_file_set_comment.c         e->changes->changed |= ZIP_DIRENT_COMMENT;
e                  98 ext/zip/lib/zip_file_set_comment.c 	if (e->changes && e->changes->changed == 0) {
e                  99 ext/zip/lib/zip_file_set_comment.c 	    _zip_dirent_free(e->changes);
e                 100 ext/zip/lib/zip_file_set_comment.c 	    e->changes = NULL;
e                  39 ext/zip/lib/zip_file_set_external_attributes.c     struct zip_entry *e;
e                  52 ext/zip/lib/zip_file_set_external_attributes.c     e = za->entry+idx;
e                  54 ext/zip/lib/zip_file_set_external_attributes.c     unchanged_opsys = e->orig ? e->orig->version_madeby>>8 : ZIP_OPSYS_DEFAULT;
e                  55 ext/zip/lib/zip_file_set_external_attributes.c     unchanged_attributes = e->orig ? e->orig->ext_attrib : ZIP_EXT_ATTRIB_DEFAULT;
e                  60 ext/zip/lib/zip_file_set_external_attributes.c         if (e->changes == NULL) {
e                  61 ext/zip/lib/zip_file_set_external_attributes.c             if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
e                  66 ext/zip/lib/zip_file_set_external_attributes.c         e->changes->version_madeby = (opsys << 8) | (e->changes->version_madeby & 0xff);
e                  67 ext/zip/lib/zip_file_set_external_attributes.c 	e->changes->ext_attrib = attributes;
e                  68 ext/zip/lib/zip_file_set_external_attributes.c         e->changes->changed |= ZIP_DIRENT_ATTRIBUTES;
e                  70 ext/zip/lib/zip_file_set_external_attributes.c     else if (e->changes) {
e                  71 ext/zip/lib/zip_file_set_external_attributes.c 	e->changes->changed &= ~ZIP_DIRENT_ATTRIBUTES;
e                  72 ext/zip/lib/zip_file_set_external_attributes.c 	if (e->changes->changed == 0) {
e                  73 ext/zip/lib/zip_file_set_external_attributes.c 	    _zip_dirent_free(e->changes);
e                  74 ext/zip/lib/zip_file_set_external_attributes.c 	    e->changes = NULL;
e                  77 ext/zip/lib/zip_file_set_external_attributes.c 	    e->changes->version_madeby = (unchanged_opsys << 8) | (e->changes->version_madeby & 0xff);
e                  78 ext/zip/lib/zip_file_set_external_attributes.c 	    e->changes->ext_attrib = unchanged_attributes;
e                  44 ext/zip/lib/zip_set_file_compression.c     struct zip_entry *e;
e                  62 ext/zip/lib/zip_set_file_compression.c     e = za->entry+idx;
e                  64 ext/zip/lib/zip_set_file_compression.c     old_method = (e->orig == NULL ? ZIP_CM_DEFAULT : e->orig->comp_method);
e                  69 ext/zip/lib/zip_set_file_compression.c 	if (e->changes) {
e                  70 ext/zip/lib/zip_set_file_compression.c 	    e->changes->changed &= ~ZIP_DIRENT_COMP_METHOD;
e                  71 ext/zip/lib/zip_set_file_compression.c 	    if (e->changes->changed == 0) {
e                  72 ext/zip/lib/zip_set_file_compression.c 		_zip_dirent_free(e->changes);
e                  73 ext/zip/lib/zip_set_file_compression.c 		e->changes = NULL;
e                  78 ext/zip/lib/zip_set_file_compression.c         if (e->changes == NULL) {
e                  79 ext/zip/lib/zip_set_file_compression.c             if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
e                  85 ext/zip/lib/zip_set_file_compression.c         e->changes->comp_method = method;
e                  86 ext/zip/lib/zip_set_file_compression.c         e->changes->changed |= ZIP_DIRENT_COMP_METHOD;
e                  46 ext/zip/lib/zip_set_name.c     struct zip_entry *e;
e                  84 ext/zip/lib/zip_set_name.c     e = za->entry+idx;
e                  86 ext/zip/lib/zip_set_name.c     if (e->changes) {
e                  87 ext/zip/lib/zip_set_name.c 	_zip_string_free(e->changes->filename);
e                  88 ext/zip/lib/zip_set_name.c 	e->changes->filename = NULL;
e                  89 ext/zip/lib/zip_set_name.c 	e->changes->changed &= ~ZIP_DIRENT_FILENAME;
e                  92 ext/zip/lib/zip_set_name.c     if (e->orig)
e                  93 ext/zip/lib/zip_set_name.c 	changed = !_zip_string_equal(e->orig->filename, str);
e                  98 ext/zip/lib/zip_set_name.c         if (e->changes == NULL) {
e                  99 ext/zip/lib/zip_set_name.c             if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
e                 105 ext/zip/lib/zip_set_name.c         e->changes->filename = str;
e                 106 ext/zip/lib/zip_set_name.c         e->changes->changed |= ZIP_DIRENT_FILENAME;
e                 110 ext/zip/lib/zip_set_name.c 	if (e->changes && e->changes->changed == 0) {
e                 111 ext/zip/lib/zip_set_name.c 	    _zip_dirent_free(e->changes);
e                 112 ext/zip/lib/zip_set_name.c 	    e->changes = NULL;
e                 138 ext/zip/lib/zip_source_buffer.c 	    int *e;
e                 143 ext/zip/lib/zip_source_buffer.c 	    e = (int *)data;
e                 144 ext/zip/lib/zip_source_buffer.c 	    e[0] = e[1] = 0;
e                  44 ext/zip/lib/zip_source_crc.c     int e[2];
e                  71 ext/zip/lib/zip_source_crc.c     ctx->e[0] = ctx->e[1] = 0;
e                 113 ext/zip/lib/zip_source_crc.c 		    ctx->e[0] = ZIP_ER_CRC;
e                 114 ext/zip/lib/zip_source_crc.c 		    ctx->e[1] = 0;
e                 119 ext/zip/lib/zip_source_crc.c 		    ctx->e[0] = ZIP_ER_INCONS;
e                 120 ext/zip/lib/zip_source_crc.c 		    ctx->e[1] = 0;
e                 155 ext/zip/lib/zip_source_crc.c 	memcpy(data, ctx->e, sizeof(ctx->e));
e                  42 ext/zip/lib/zip_source_deflate.c     int e[2];
e                  80 ext/zip/lib/zip_source_deflate.c     ctx->e[0] = ctx->e[1] = 0;
e                 109 ext/zip/lib/zip_source_deflate.c     if (ctx->e[0] != 0)
e                 140 ext/zip/lib/zip_source_deflate.c 		    zip_source_error(src, ctx->e, ctx->e+1);
e                 160 ext/zip/lib/zip_source_deflate.c 	    ctx->e[0] = ZIP_ER_ZLIB;
e                 161 ext/zip/lib/zip_source_deflate.c 	    ctx->e[1] = ret;
e                 171 ext/zip/lib/zip_source_deflate.c     return (ctx->e[0] == 0) ? 0 : -1;
e                 183 ext/zip/lib/zip_source_deflate.c     if (ctx->e[0] != 0)
e                 213 ext/zip/lib/zip_source_deflate.c 		    zip_source_error(src, ctx->e, ctx->e+1);
e                 230 ext/zip/lib/zip_source_deflate.c 	    ctx->e[0] = ZIP_ER_ZLIB;
e                 231 ext/zip/lib/zip_source_deflate.c 	    ctx->e[1] = ret;
e                 240 ext/zip/lib/zip_source_deflate.c     return (ctx->e[0] == 0) ? 0 : -1;
e                 268 ext/zip/lib/zip_source_deflate.c 	    ctx->e[0] = ZIP_ER_ZLIB;
e                 269 ext/zip/lib/zip_source_deflate.c 	    ctx->e[1] = ret;
e                 300 ext/zip/lib/zip_source_deflate.c 	memcpy(data, ctx->e, sizeof(int)*2);
e                 308 ext/zip/lib/zip_source_deflate.c 	ctx->e[0] = ZIP_ER_INVAL;
e                 309 ext/zip/lib/zip_source_deflate.c 	ctx->e[1] = 0;
e                 339 ext/zip/lib/zip_source_deflate.c 	    ctx->e[0] = ZIP_ER_ZLIB;
e                 340 ext/zip/lib/zip_source_deflate.c 	    ctx->e[1] = ret;
e                 369 ext/zip/lib/zip_source_deflate.c 	memcpy(data, ctx->e, sizeof(int)*2);
e                 378 ext/zip/lib/zip_source_deflate.c 	ctx->e[0] = ZIP_ER_INVAL;
e                 379 ext/zip/lib/zip_source_deflate.c 	ctx->e[1] = 0;
e                  43 ext/zip/lib/zip_source_error.c     int e[2];
e                  46 ext/zip/lib/zip_source_error.c         if (src->cb.f(src->ud, e, sizeof(e), ZIP_SOURCE_ERROR) < 0) {
e                  47 ext/zip/lib/zip_source_error.c             e[0] = ZIP_ER_INTERNAL;
e                  48 ext/zip/lib/zip_source_error.c             e[1] = 0;
e                  54 ext/zip/lib/zip_source_error.c 	    e[0] = e[1] = 0;
e                  58 ext/zip/lib/zip_source_error.c 	    e[0] = ZIP_ER_INVAL;
e                  59 ext/zip/lib/zip_source_error.c 	    e[1] = 0;
e                  67 ext/zip/lib/zip_source_error.c 	    if (src->cb.l(src->src, src->ud, e, sizeof(e), ZIP_SOURCE_ERROR) < 0) {
e                  68 ext/zip/lib/zip_source_error.c 		e[0] = ZIP_ER_INTERNAL;
e                  69 ext/zip/lib/zip_source_error.c 		e[1] = 0;
e                  74 ext/zip/lib/zip_source_error.c 	    e[0] = ZIP_ER_INTERNAL;
e                  75 ext/zip/lib/zip_source_error.c 	    e[1] = 0;
e                  81 ext/zip/lib/zip_source_error.c 	*ze = e[0];
e                  83 ext/zip/lib/zip_source_error.c 	*se = e[1];
e                  53 ext/zip/lib/zip_source_filep.c     int e[2];		/* error codes */
e                 138 ext/zip/lib/zip_source_filep.c 		z->e[0] = ZIP_ER_OPEN;
e                 139 ext/zip/lib/zip_source_filep.c 		z->e[1] = errno;
e                 146 ext/zip/lib/zip_source_filep.c 		z->e[0] = ZIP_ER_SEEK;
e                 147 ext/zip/lib/zip_source_filep.c 		z->e[1] = errno;
e                 166 ext/zip/lib/zip_source_filep.c 		z->e[0] = ZIP_ER_SEEK;
e                 167 ext/zip/lib/zip_source_filep.c 		z->e[1] = errno;
e                 174 ext/zip/lib/zip_source_filep.c                 z->e[0] = ZIP_ER_READ;
e                 175 ext/zip/lib/zip_source_filep.c                 z->e[1] = errno;
e                 210 ext/zip/lib/zip_source_filep.c 		    z->e[0] = ZIP_ER_READ; /* best match */
e                 211 ext/zip/lib/zip_source_filep.c 		    z->e[1] = errno;
e                 236 ext/zip/lib/zip_source_filep.c 	memcpy(data, z->e, sizeof(int)*2);
e                  42 ext/zip/lib/zip_source_pkware.c     int e[2];
e                  84 ext/zip/lib/zip_source_pkware.c     ctx->e[0] = ctx->e[1] = 0;
e                 142 ext/zip/lib/zip_source_pkware.c 	zip_source_error(src, ctx->e, ctx->e+1);
e                 147 ext/zip/lib/zip_source_pkware.c 	ctx->e[0] = ZIP_ER_EOF;
e                 148 ext/zip/lib/zip_source_pkware.c 	ctx->e[1] = 0;
e                 163 ext/zip/lib/zip_source_pkware.c 	ctx->e[0] = ZIP_ER_WRONGPASSWD;
e                 164 ext/zip/lib/zip_source_pkware.c 	ctx->e[1] = 0;
e                 214 ext/zip/lib/zip_source_pkware.c 	memcpy(data, ctx->e, sizeof(int)*2);
e                 222 ext/zip/lib/zip_source_pkware.c 	ctx->e[0] = ZIP_ER_INVAL;
e                 223 ext/zip/lib/zip_source_pkware.c 	ctx->e[1] = 0;
e                  45 ext/zip/lib/zip_source_window.c     int e[2];
e                  95 ext/zip/lib/zip_source_window.c 		ctx->e[0] = ZIP_ER_EOF;
e                  96 ext/zip/lib/zip_source_window.c 		ctx->e[1] = 0;
e                 116 ext/zip/lib/zip_source_window.c 		ctx->e[0] = ZIP_ER_EOF;
e                 117 ext/zip/lib/zip_source_window.c 		ctx->e[1] = 0;
e                 139 ext/zip/lib/zip_source_window.c 	memcpy(data, ctx->e, sizeof(ctx->e));
e                 408 ext/zip/lib/zipint.h #define ZIP_ENTRY_CHANGED(e, f)	((e)->changes && ((e)->changes->changed & (f)))
e                 228 ext/zip/php_zip.c 		char *e;
e                 229 ext/zip/php_zip.c 		e = file_dirname_fullpath;
e                 230 ext/zip/php_zip.c 		while (*e) {
e                 231 ext/zip/php_zip.c 			   if (*e == '/') {
e                 232 ext/zip/php_zip.c 					   *e = DEFAULT_SLASH;
e                 234 ext/zip/php_zip.c 			   e++;
e                 191 main/main.c    	char *s = NULL, *e;
e                 197 main/main.c    	e = PG(disable_functions) = strdup(INI_STR("disable_functions"));
e                 198 main/main.c    	if (e == NULL) {
e                 201 main/main.c    	while (*e) {
e                 202 main/main.c    		switch (*e) {
e                 206 main/main.c    					*e = '\0';
e                 207 main/main.c    					zend_disable_function(s, e-s TSRMLS_CC);
e                 213 main/main.c    					s = e;
e                 217 main/main.c    		e++;
e                 220 main/main.c    		zend_disable_function(s, e-s TSRMLS_CC);
e                 229 main/main.c    	char *s = NULL, *e;
e                 235 main/main.c    	e = PG(disable_classes) = strdup(INI_STR("disable_classes"));
e                 237 main/main.c    	while (*e) {
e                 238 main/main.c    		switch (*e) {
e                 242 main/main.c    					*e = '\0';
e                 243 main/main.c    					zend_disable_class(s, e-s TSRMLS_CC);
e                 249 main/main.c    					s = e;
e                 253 main/main.c    		e++;
e                 256 main/main.c    		zend_disable_class(s, e-s TSRMLS_CC);
e                1176 main/streams/plain_wrapper.c 		char *e;
e                1187 main/streams/plain_wrapper.c 		e = buf +  strlen(buf);
e                1226 main/streams/plain_wrapper.c 			while (++p != e) {
e                  60 sapi/apache2filter/apache_config.c 	php_dir_entry e;
e                  68 sapi/apache2filter/apache_config.c 	e.value = apr_pstrdup(cmd->pool, value);
e                  69 sapi/apache2filter/apache_config.c 	e.value_len = strlen(value);
e                  70 sapi/apache2filter/apache_config.c 	e.status = status;
e                  71 sapi/apache2filter/apache_config.c 	e.htaccess = ((cmd->override & (RSRC_CONF|ACCESS_CONF)) == 0);
e                  73 sapi/apache2filter/apache_config.c 	zend_hash_update(&d->config, (char *) name, strlen(name) + 1, &e, sizeof(e), NULL);
e                 123 sapi/apache2filter/apache_config.c 	php_conf_rec *d = base_conf, *e = new_conf, *n = NULL;
e                 131 sapi/apache2filter/apache_config.c 	zend_hash_copy(&n->config, &e->config, NULL, NULL, sizeof(php_dir_entry));
e                  60 sapi/apache2handler/apache_config.c 	php_dir_entry e;
e                  68 sapi/apache2handler/apache_config.c 	e.value = apr_pstrdup(cmd->pool, value);
e                  69 sapi/apache2handler/apache_config.c 	e.value_len = strlen(value);
e                  70 sapi/apache2handler/apache_config.c 	e.status = status;
e                  71 sapi/apache2handler/apache_config.c 	e.htaccess = ((cmd->override & (RSRC_CONF|ACCESS_CONF)) == 0);
e                  73 sapi/apache2handler/apache_config.c 	zend_hash_update(&d->config, (char *) name, strlen(name) + 1, &e, sizeof(e), NULL);
e                 140 sapi/apache2handler/apache_config.c 	php_conf_rec *d = base_conf, *e = new_conf, *n = NULL;
e                 154 sapi/apache2handler/apache_config.c 	zend_hash_merge_ex(&n->config, &e->config, NULL, sizeof(php_dir_entry), (merge_checker_func_t) should_overwrite_per_dir_entry, NULL);
e                  93 sapi/cli/php_cli.c # define php_select(m, r, w, e, t)	select(m, r, w, e, t)
e                  81 sapi/cli/php_cli_server.c # define php_select(m, r, w, e, t)	select(m, r, w, e, t)
e                 421 sapi/cli/php_cli_server.c 	size_t e = (sizeof(template_map) / sizeof(php_cli_server_http_response_status_code_pair));
e                 424 sapi/cli/php_cli_server.c 	while (e != s) {
e                 425 sapi/cli/php_cli_server.c 		size_t c = MIN((e + s + 1) / 2, e - 1);
e                 428 sapi/cli/php_cli_server.c 			e = c;
e                 934 sapi/cli/php_cli_server.c 		struct socket_entry *e;
e                 936 sapi/cli/php_cli_server.c 		for (e = entries; e < m; e++) {
e                 937 sapi/cli/php_cli_server.c 			if (e->fd == fd) {
e                 938 sapi/cli/php_cli_server.c 				e->events |= POLLOUT;
e                 941 sapi/cli/php_cli_server.c 		if (e == m) {
e                 950 sapi/cli/php_cli_server.c 		struct socket_entry *e = entries;
e                 951 sapi/cli/php_cli_server.c 		for (; e < n; e++) {
e                 952 sapi/cli/php_cli_server.c 			if (SUCCESS != callback(opaque, e->fd, e->events)) {
e                 164 sapi/fpm/fpm/events/epoll.c 	struct epoll_event e;
e                 167 sapi/fpm/fpm/events/epoll.c 	e.events = EPOLLIN;
e                 168 sapi/fpm/fpm/events/epoll.c 	e.data.fd = ev->fd;
e                 169 sapi/fpm/fpm/events/epoll.c 	e.data.ptr = (void *)ev;
e                 172 sapi/fpm/fpm/events/epoll.c 		e.events = e.events | EPOLLET;
e                 176 sapi/fpm/fpm/events/epoll.c 	if (epoll_ctl(epollfd, EPOLL_CTL_ADD, ev->fd, &e) == -1) {
e                 192 sapi/fpm/fpm/events/epoll.c 	struct epoll_event e;
e                 195 sapi/fpm/fpm/events/epoll.c 	e.events = EPOLLIN;
e                 196 sapi/fpm/fpm/events/epoll.c 	e.data.fd = ev->fd;
e                 197 sapi/fpm/fpm/events/epoll.c 	e.data.ptr = (void *)ev;
e                 200 sapi/fpm/fpm/events/epoll.c 		e.events = e.events | EPOLLET;
e                 204 sapi/fpm/fpm/events/epoll.c 	if (epoll_ctl(epollfd, EPOLL_CTL_DEL, ev->fd, &e) == -1) {
e                  53 sapi/fpm/fpm/fpm_php.c 	char *s = 0, *e = value;
e                  55 sapi/fpm/fpm/fpm_php.c 	while (*e) {
e                  56 sapi/fpm/fpm/fpm_php.c 		switch (*e) {
e                  60 sapi/fpm/fpm/fpm_php.c 					*e = '\0';
e                  61 sapi/fpm/fpm/fpm_php.c 					zend_disable(s, e - s TSRMLS_CC);
e                  67 sapi/fpm/fpm/fpm_php.c 					s = e;
e                  71 sapi/fpm/fpm/fpm_php.c 		e++;
e                  75 sapi/fpm/fpm/fpm_php.c 		zend_disable(s, e - s TSRMLS_CC);
e                 826 sapi/isapi/php5isapi.c BOOL exceptionhandler(LPEXCEPTION_POINTERS *e, LPEXCEPTION_POINTERS ep)
e                 828 sapi/isapi/php5isapi.c 	*e=ep;
e                 839 sapi/isapi/php5isapi.c 	LPEXCEPTION_POINTERS e;
e                 874 sapi/isapi/php5isapi.c 		} __except(exceptionhandler(&e, GetExceptionInformation())) {
e                 907 sapi/isapi/php5isapi.c 				_snprintf(buf, sizeof(buf)-1,"PHP has encountered an Access Violation at %p", e->ExceptionRecord->ExceptionAddress);
e                 911 sapi/isapi/php5isapi.c 				_snprintf(buf, sizeof(buf)-1,"PHP has encountered an Unhandled Exception Code %d at %p", e->ExceptionRecord->ExceptionCode , e->ExceptionRecord->ExceptionAddress);
e                 502 sapi/phpdbg/phpdbg_cmd.c #define verify_arg(e, a, t) if (!(a)) { \
e                 507 sapi/phpdbg/phpdbg_cmd.c 			(e), \
e                 515 sapi/phpdbg/phpdbg_cmd.c 		(e),\
e                 632 win32/sendmail.c 		char c, *e2, *e = data_cln + data_cln_len;
e                 635 win32/sendmail.c 		while (e - p > 1024) {