Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 77) sorted by path

1234

/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.c574 const char *e = bucket_key + strlen(bucket_key); in realpath_cache_key() local
592 const char *e = path + path_len; in realpath_cache_key() local
/PHP-5.3/Zend/
H A Dzend_operators.h149 const char *e = ptr + 1; local
261 register unsigned char *e; in zend_memrchr() local
H A Dzend_stack.c75 int *e; in zend_stack_int_top() local
H A Dzend_strtod.c1029 (a, e) Bigint *a; int *e; in b2d() argument
1097 static Bigint * d2b(double _d, int *e, int *bits) in d2b()
2047 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; in zend_strtod() local
/PHP-5.3/ext/com_dotnet/
H A Dcom_com.c345 EXCEPINFO e = {0}; in php_com_invoke_helper() local
/PHP-5.3/ext/date/lib/
H A Dastro.c133 e, /* Eccentricity of Earth's orbit */ in astro_sunpos() local
H A Dparse_date.c24780 char *e = s + len - 1; in timelib_strtotime() local
H A Dparse_iso_intervals.c1049 char *e = s + len - 1; in timelib_strtointerval() local
/PHP-5.3/ext/date/
H A Dphp_date.c3507 timelib_time *b = NULL, *e = NULL; in date_interval_initialize() local
3874 timelib_time *b = NULL, *e = NULL; in date_period_initialize() local
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c55 #define SETERROR(e) seterr(p, (e)) argument
56 #define REQUIRE(co, e) (void) ((co) || SETERROR(e)) argument
57 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument
58 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) argument
59 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) argument
984 seterr(p, e) in seterr() argument
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcdf.c279 const char *e = ((const char *)p) + tail; in cdf_check_stream_offset() local
761 const uint8_t *p, *q, *e; in cdf_read_property_info() local
H A Dfile.h449 #define strerror(e) \ argument
H A Dsoftmagic.c121 int returnval = 0, e; /* if a match is found it is set to 1*/ in match() local
/PHP-5.3/ext/filter/
H A Dlogical_filters.c459 char *e, *s; in php_filter_validate_url() local
H A Dsanitizing_filters.c35 unsigned char *e = s + len; in php_filter_encode_html() local
72 unsigned char *e = s + char_len; in php_filter_encode_url() local
/PHP-5.3/ext/ftp/
H A Dftp.c840 char *e = ptr + rcvd; in ftp_get() local
/PHP-5.3/ext/gd/
H A Dgd.c1772 int e, st; in PHP_FUNCTION() local
3274 int e, st; in PHP_FUNCTION() local
/PHP-5.3/ext/gd/libgd/
H A Dgd.c1664 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc()
1673 void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int st… in gdImageFilledArc()
/PHP-5.3/ext/hash/
H A Dhash.c893 char *s = buffer, *e = s + sizeof(buffer), *str; in PHP_MINFO_FUNCTION() local
H A Dhash_md.c659 const unsigned char *p = buf, *e = buf + len; in PHP_MD2Update() local
H A Dhash_ripemd.c394 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD160Transform() local
493 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD320Transform() local
H A Dhash_sha.c181 #define FF(a, b, c, d, e, w) { \ argument
186 #define GG(a, b, c, d, e, w) { \ argument
191 #define HH(a, b, c, d, e, w) { \ argument
196 #define II(a, b, c, d, e, w) { \ argument
225 php_hash_uint32 d = state[3], e = state[4], x[16], tmp; in SHA1Transform() local
483 php_hash_uint32 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
793 php_hash_uint64 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
/PHP-5.3/ext/interbase/
H A Dibase_events.c77 ibase_event *e = (ibase_event *) rsrc->ptr; in _php_ibase_free_event_rsrc() local
H A Dinterbase.c588 ibase_event *e; in _php_ibase_commit_link() local
/PHP-5.3/ext/intl/collator/
H A Dcollator_is_numeric.c64 const UChar *e = u; in collator_u_strtod() local

Completed in 154 milliseconds

1234