/PHP-5.4/ext/date/lib/ |
H A D | dow.c | 31 static timelib_sll timelib_day_of_week_ex(timelib_sll y, timelib_sll m, timelib_sll d, int iso) in timelib_day_of_week_ex() 50 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_week() 55 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_iso_day_of_week() 66 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year() 76 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… in timelib_isoweek_from_date() 124 timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d) in timelib_daynr_from_weeknr() 145 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_valid_date()
|
H A D | astro.c | 28 #define days_since_2000_Jan_0(y,m,d) \ argument 108 static double astro_GMST0(double d) in astro_GMST0() 128 static void astro_sunpos(double d, double *lon, double *r) in astro_sunpos() 155 static void astro_sun_RA_dec(double d, double *RA, double *dec, double *r) in astro_sun_RA_dec() 209 double d, /* Days since 2000 Jan 0.0 (negative before) */ in timelib_astro_rise_set_altitude() local
|
H A D | timelib.c | 177 signed long timelib_date_to_int(timelib_time *d, int *error) in timelib_date_to_int() 202 void timelib_dump_date(timelib_time *d, int options) in timelib_dump_date() 270 void timelib_dump_rel_time(timelib_rel_time *d) in timelib_dump_rel_time()
|
H A D | tm2unixtime.c | 61 …ib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m, timelib_sll *d, timelib_sll i… in do_range_limit_days_relative() 103 static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d) in do_range_limit_days()
|
/PHP-5.4/ext/xmlrpc/libxmlrpc/ |
H A D | queue.c | 286 int Q_PushHead(queue *q, void *d) in Q_PushHead() 338 int Q_PushTail(queue *q, void *d) in Q_PushTail() 393 void *d; in Q_PopHead() local 436 void *d; in Q_PopTail() local 523 void *d; in Q_Iter_Del() local 693 void *d; in Q_Find() local 780 void *d; in Q_Sort() local
|
/PHP-5.4/sapi/apache2filter/ |
H A D | apache_config.c | 59 php_conf_rec *d = dummy; in real_value_hnd() local 123 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local 152 php_conf_rec *d = conf; in get_php_config() local 164 php_conf_rec *d = dummy; in apply_config() local 193 php_conf_rec *d = data; in destroy_php_config() local
|
/PHP-5.4/sapi/apache2handler/ |
H A D | apache_config.c | 59 php_conf_rec *d = dummy; in real_value_hnd() local 140 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local 174 php_conf_rec *d = conf; in get_php_config() local 186 php_conf_rec *d = dummy; in apply_config() local 216 php_conf_rec *d = data; in destroy_php_config() local
|
/PHP-5.4/ext/hash/ |
H A D | hash_md.c | 243 #define FF(a, b, c, d, x, s, ac) { \ argument 248 #define GG(a, b, c, d, x, s, ac) { \ argument 253 #define HH(a, b, c, d, x, s, ac) { \ argument 258 #define II(a, b, c, d, x, s, ac) { \ argument 358 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; local 454 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument 455 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument 456 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument 460 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in MD4Transform() local
|
H A D | hash_sha.c | 181 #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 482 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in SHA256Transform() local 792 php_hash_uint64 a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform() local
|
H A D | hash_ripemd.c | 205 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD128Transform() local 296 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD256Transform() local 394 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
|
/PHP-5.4/ext/standard/ |
H A D | sha1.c | 140 #define FF(a, b, c, d, e, w) { \ argument 145 #define GG(a, b, c, d, e, w) { \ argument 150 #define HH(a, b, c, d, e, w) { \ argument 155 #define II(a, b, c, d, e, w) { \ argument 265 php_uint32 d = state[3], e = state[4], x[16], tmp; local
|
H A D | php_smart_str.h | 51 #define SMART_STR_DO_REALLOC(d, what) \ argument 54 #define smart_str_alloc4(d, n, what, newlen) do { \ argument 71 #define smart_str_alloc(d, n, what) \ argument
|
H A D | md5.h | 46 php_uint32 a, b, c, d; member
|
H A D | md5.c | 154 #define STEP(f, a, b, c, d, x, t, s) \ argument 190 php_uint32 a, b, c, d; in body() local
|
/PHP-5.4/ext/ereg/regex/ |
H A D | debug.c | 18 regprint(r, d) in regprint() argument 91 s_print(g, d) in s_print() argument
|
H A D | utils.h | 22 #define memmove(d, s, c) bcopy(s, d, c) argument
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | cdf.c | 97 uint8_t *d = (uint8_t *)(void *)&rv; in _cdf_tole2() local 111 uint8_t *d = (uint8_t *)(void *)&rv; in _cdf_tole4() local 127 uint8_t *d = (uint8_t *)(void *)&rv; in _cdf_tole8() local 230 cdf_swap_dir(cdf_directory_t *d) in cdf_swap_dir() 246 cdf_swap_class(cdf_classid_t *d) in cdf_swap_class() 254 cdf_unpack_dir(cdf_directory_t *d, char *buf) in cdf_unpack_dir() 697 const cdf_directory_t *d; in cdf_read_short_stream() local 722 cdf_namecmp(const char *d, const uint16_t *s, size_t l) in cdf_namecmp() 736 const cdf_directory_t *d; in cdf_read_summary_info() local 1150 cdf_directory_t *d; in cdf_dump_dir() local
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_valid_utf8.c | 120 register pcre_uchar ab, c, d; in PRIV() local
|
H A D | pcre_study.c | 101 int d, min; in find_minlength() local 1370 int d = (c >> 6) | 0xc0; /* Set bit for this starter */ in set_start_bits() local
|
H A D | pcredemo.c | 276 int d; in main() local
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_str.h | 10 char *d, *end; in str_purify_filename() local
|
/PHP-5.4/ext/enchant/docs/examples/ |
H A D | example1.php | 10 $d = enchant_broker_request_dict($r, $tag); variable
|
/PHP-5.4/main/ |
H A D | strlcpy.c | 71 register char *d = dst; local
|
H A D | strlcat.c | 72 register char *d = dst; local
|
/PHP-5.4/ext/json/ |
H A D | json.c | 400 double d; in json_escape_string() local 616 char *d = NULL; in php_json_encode() local 686 double d; in php_json_decode_ex() local
|