Home
last modified time | relevance | path

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

123

/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.c562 const char *e = bucket_key + strlen(bucket_key); in realpath_cache_key() local
580 const char *e = path + path_len; in realpath_cache_key() local
/PHP-5.4/Zend/
H A Dzend_operators.h160 const char *e = ptr + 1; local
285 register const unsigned char *e; in zend_memrchr() local
H A Dzend_stack.c71 int *e; in zend_stack_int_top() local
H A Dzend_strtod.c1028 (a, e) Bigint *a; int *e; in b2d() argument
1096 static Bigint * d2b(double _d, int *e, int *bits) in d2b()
2042 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; in zend_strtod() local
/PHP-5.4/ext/com_dotnet/
H A Dcom_com.c345 EXCEPINFO e = {0}; in php_com_invoke_helper() local
/PHP-5.4/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.4/ext/date/
H A Dphp_date.c3483 timelib_time *b = NULL, *e = NULL; in date_interval_initialize() local
3862 timelib_time *b = NULL, *e = NULL; in date_period_initialize() local
/PHP-5.4/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
992 seterr(p, e) in seterr() argument
/PHP-5.4/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.h471 #define strerror(e) \ argument
H A Dsoftmagic.c127 int returnvalv = 0, e; /* if a match is found it is set to 1*/ in match() local
/PHP-5.4/ext/filter/
H A Dlogical_filters.c467 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.4/ext/ftp/
H A Dftp.c846 char *e = ptr + rcvd; in ftp_get() local
/PHP-5.4/ext/gd/
H A Dgd.c1792 int e, st; in PHP_FUNCTION() local
3316 int e, st; in PHP_FUNCTION() local
/PHP-5.4/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.4/ext/hash/
H A Dhash.c907 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.4/ext/interbase/
H A Dibase_events.c75 ibase_event *e = (ibase_event *) rsrc->ptr; in _php_ibase_free_event_rsrc() local
H A Dinterbase.c586 ibase_event *e; in _php_ibase_commit_link() local
/PHP-5.4/ext/intl/collator/
H A Dcollator_is_numeric.c64 const UChar *e = u; in collator_u_strtod() local

Completed in 150 milliseconds

123