Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 80) sorted by path

1234

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c150 #define CWD_STATE_COPY(d, s) \ argument
/PHP-5.5/Zend/
H A Dzend_API.c337 double d; in zend_parse_arg_impl() local
1269 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d) /* {{{ */ in add_assoc_double_ex()
1352 ZEND_API int add_index_double(zval *arg, ulong index, double d) /* {{{ */ in add_index_double()
1435 ZEND_API int add_next_index_double(zval *arg, double d) /* {{{ */ in add_next_index_double()
1507 ZEND_API int add_get_index_double(zval *arg, ulong index, double d, void **dest) /* {{{ */ in add_get_index_double()
H A Dzend_API.h568 #define ZVAL_DOUBLE(z, d) { \ argument
621 #define RETVAL_DOUBLE(d) ZVAL_DOUBLE(return_value, d) argument
633 #define RETURN_DOUBLE(d) { RETVAL_DOUBLE(d); return; } argument
H A Dzend_operators.c1867 double d = (double)Z_LVAL_P(op1); in increment_function() local
1888 double d = (double)lval; in increment_function() local
1920 double d = (double)Z_LVAL_P(op1); in decrement_function() local
1939 double d = (double)lval; in decrement_function() local
H A Dzend_operators.h74 # define zend_dval_to_lval(d) ((long) (d)) in END_EXTERN_C() argument
H A Dzend_strtod.c274 double d; member
1035 volatile _double d; local
1101 volatile _double d; in d2b() local
1489 volatile _double d, d2, eps; in zend_dtoa() local
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dbcmath.h70 #define BCD_CHAR(d) (d + '0') argument
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c406 static zend_internal_function c, d, v; in com_constructor_get() local
/PHP-5.5/ext/curl/
H A Dinterface.c507 curl_version_info_data *d; in PHP_INI_BEGIN() local
1769 curl_version_info_data *d; in PHP_FUNCTION() local
/PHP-5.5/ext/date/lib/
H A Dastro.c28 #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 Ddow.c43 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()
62 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_week()
67 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_iso_day_of_week()
78 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year()
88 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… in timelib_isoweek_from_date()
136 timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d) in timelib_daynr_from_weeknr()
157 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_valid_date()
H A Dparse_date.c13185 timelib_sll w, d; in scan() local
13213 timelib_sll w, d; in scan() local
H A Dtimelib.c179 signed long timelib_date_to_int(timelib_time *d, int *error) in timelib_date_to_int()
204 void timelib_dump_date(timelib_time *d, int options) in timelib_dump_date()
272 void timelib_dump_rel_time(timelib_rel_time *d) in timelib_dump_rel_time()
H A Dtimelib_structs.h141 timelib_sll y, m, d; /* Years, Months and Days */ member
164 timelib_sll y, m, d; /* Year, Month, Day */ member
H A Dtm2unixtime.c61 …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.5/ext/date/
H A Dphp_date.c1039 char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
1048 char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1614 long m, d, y; in PHP_FUNCTION() local
3455 static void php_date_date_set(zval *object, long y, long m, long d, zval *return_value TSRMLS_DC) in php_date_date_set()
3473 long y, m, d; in PHP_FUNCTION() local
3490 long y, m, d; in PHP_METHOD() local
3503 static void php_date_isodate_set(zval *object, long y, long w, long d, zval *return_value TSRMLS_DC) in php_date_isodate_set()
3525 long y, w, d = 1; in PHP_FUNCTION() local
3542 long y, w, d = 1; in PHP_METHOD() local
4352 static int date_period_initialize(timelib_time **st, timelib_time **et, timelib_rel_time **d, long … in date_period_initialize()
/PHP-5.5/ext/enchant/docs/examples/
H A Dexample1.php10 $d = enchant_broker_request_dict($r, $tag); variable
/PHP-5.5/ext/enchant/
H A Denchant.c535 EnchantDict *d; in PHP_FUNCTION() local
588 EnchantDict *d; local
/PHP-5.5/ext/ereg/regex/
H A Ddebug.c18 regprint(r, d) in regprint() argument
91 s_print(g, d) in s_print() argument
H A Dengine.c934 print(m, caption, st, ch, d) in print() argument
H A Dregexec.c28 #define ASSIGN(d, s) ((d) = (s)) argument
75 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) argument
H A Dutils.h22 #define memmove(d, s, c) bcopy(s, d, c) argument
/PHP-5.5/ext/exif/
H A Dexif.c1362 double d; member
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c1142 php_stream_dirent d; in apprentice_load() local
2881 uint8_t *d = (uint8_t *)(void *)&rv; local
2895 uint8_t *d = (uint8_t *)(void *)&rv; local
2911 uint8_t *d = (uint8_t *)(void *)&rv; local
H A Dcdf.c97 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

Completed in 229 milliseconds

1234