Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 85) sorted by last modified time

1234

/PHP-7.4/ext/standard/
H A Darray.c142 double d; in php_array_key_compare() local
H A Dstring.c146 unsigned char d; in php_hex2bin() local
H A Dvar.c1140 struct php_serialize_data *d; in php_var_serialize_init() local
1157 PHPAPI void php_var_serialize_destroy(php_serialize_data_t d) { in php_var_serialize_destroy()
H A Dhttp_fopen_wrapper.c209 double d = zval_get_double(tmpzval); in php_stream_url_wrap_http_ex() local
/PHP-7.4/ext/date/
H A Dphp_date.c1098 static const char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
1107 static const char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1648 zend_long m, d, y; in PHP_FUNCTION() local
3655 static void php_date_date_set(zval *object, zend_long y, zend_long m, zend_long d, zval *return_val… in php_date_date_set()
3673 zend_long y, m, d; in PHP_FUNCTION() local
3691 zend_long y, m, d; in PHP_METHOD() local
3705 static void php_date_isodate_set(zval *object, zend_long y, zend_long w, zend_long d, zval *return_… in php_date_isodate_set()
3727 zend_long y, w, d = 1; in PHP_FUNCTION() local
3745 zend_long y, w, d = 1; in PHP_METHOD() local
4649 static int date_period_initialize(timelib_time **st, timelib_time **et, timelib_rel_time **d, zend_… in date_period_initialize()
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1042 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageLine() local
1322 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local
H A Dgd_interpolation.c551 double a, b, c, d; in filter_bspline() local
/PHP-7.4/ext/date/lib/
H A Dparse_date.c12869 timelib_sll w, d; in scan() local
12897 timelib_sll w, d; in scan() local
/PHP-7.4/ext/curl/
H A Dinterface.c458 curl_version_info_data *d; in PHP_INI_BEGIN() local
1825 curl_version_info_data *d; in PHP_FUNCTION() local
/PHP-7.4/Zend/
H A Dzend_operators.c403 double d = (double) Z_RES_HANDLE_P(op); in convert_to_double() local
2477 double d = (double)lval; in increment_function() local
2549 double d = (double)lval; in decrement_function() local
3254 ZEND_API zend_long ZEND_FASTCALL zend_dval_to_lval_slow(double d)
3268 ZEND_API zend_long ZEND_FASTCALL zend_dval_to_lval_slow(double d)
H A Dzend_API.c425 double d; in zend_parse_arg_long_weak() local
473 double d; in zend_parse_arg_long_cap_weak() local
1482 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_assoc_double_ex()
1569 ZEND_API int add_index_double(zval *arg, zend_ulong index, double d) /* {{{ */ in add_index_double()
1645 ZEND_API int add_next_index_double(zval *arg, double d) /* {{{ */ in add_next_index_double()
1760 ZEND_API int add_property_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_property_double_ex()
H A Dzend_compile.c4401 int d, cur = CG(context).current_brk_cont; in zend_compile_break_continue() local
H A Dzend_virtual_cwd.c108 #define CWD_STATE_COPY(d, s) \ argument
/PHP-7.4/ext/xml/
H A Dcompat.c528 XML_SetDefaultHandler(XML_Parser parser, XML_DefaultHandler d) in XML_SetDefaultHandler()
/PHP-7.4/ext/openssl/
H A Dopenssl.c614 static void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key()
664 static void DSA_get0_pqg(const DSA *d, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DSA_get0_pqg()
671 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg()
680 static void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIGNUM **priv_key) in DSA_get0_key()
686 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
4231 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_and_assign_rsa() local
4460 BIGNUM *d = NULL; in PHP_FUNCTION() local
4858 const BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in PHP_FUNCTION() local
4938 const BIGNUM *d; in PHP_FUNCTION() local
/PHP-7.4/ext/json/
H A Djson_encoder.c94 static inline int php_json_is_valid_double(double d) /* {{{ */ in php_json_is_valid_double()
100 static inline void php_json_encode_double(smart_str *buf, double d, int options) /* {{{ */ in php_json_encode_double()
272 double d; in php_json_escape_string() local
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h69 #define BCD_CHAR(d) (d + '0') argument
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c322 int d = template_map[c].code; in get_template_string() local
/PHP-7.4/main/streams/
H A Dplain_wrapper.c155 static int do_fstat(php_stdio_stream_data *d, int force) in do_fstat()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c314 zend_ulong minOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in minOR()
338 zend_ulong maxOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in maxOR()
361 zend_ulong minAND(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in minAND()
384 zend_ulong maxAND(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in maxAND()
408 zend_ulong minXOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in minXOR()
413 zend_ulong maxXOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in maxXOR()
431 static void zend_ssa_range_or(zend_long a, zend_long b, zend_long c, zend_long d, zend_ssa_range *t… in zend_ssa_range_or()
479 static void zend_ssa_range_and(zend_long a, zend_long b, zend_long c, zend_long d, zend_ssa_range *… in zend_ssa_range_and()
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c4250 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h97 #define mysql_stmt_send_long_data(s,p,d,l) mysqlnd_stmt_send_long_data((s), (p), (d), (l)) argument
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp473 double d = zval_get_double(elem); in umsg_format_helper() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h174 double d; member
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c118 #define D(d) (reg_map[d] << 21) argument
129 #define CRD(d) ((d) << 21) argument

Completed in 327 milliseconds

1234