Home
last modified time | relevance | path

Searched defs:d (Results 26 – 50 of 85) sorted by relevance

1234

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h105 #define PUT(a,n,d) \ argument
113 #define PUT(a,n,d) \ argument
122 #define PUT(a,n,d) \ argument
143 #define PUT(a,n,d) \ argument
152 #define PUT(a,n,d) \ argument
169 #define PUT(a,n,d) \ argument
195 #define PUT2(a,n,d) a[n] = (d) >> 8, a[(n)+1] = (d) & 255 argument
200 #define PUT2(a,n,d) a[n] = d argument
547 #define PUTINC(a,n,d) PUT(a,n,d), a += LINK_SIZE argument
548 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE argument
/PHP-7.4/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h81 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, NULL, __FILE__, __LINE__) argument
82 #define pdo_pgsql_error_msg(d,e,m) _pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__) argument
/PHP-7.4/ext/mysqli/
H A Dmysqli_mysqlnd.h44 #define mysqli_change_user_silent(c, u, p, d, p_len) mysqlnd_change_user_ex((c), (u), (p), (d), T… argument
H A Dmysqli_libmysql.h42 #define mysqli_change_user_silent(c, u, p, d, p_len) mysql_change_user((c), (u), (p), (d)) argument
/PHP-7.4/ext/standard/
H A Dquot_print.c149 unsigned char c, *d; in php_quot_print_encode() local
H A Dexec.c99 char *b, *d=NULL; in php_exec() 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 Dmath.c1136 PHPAPI zend_string *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep) in _php_math_number_format()
1141 PHPAPI zend_string *_php_math_number_format_ex(double d, int dec, char *dec_point, in _php_math_number_format_ex()
H A Dhttp_fopen_wrapper.c209 double d = zval_get_double(tmpzval); in php_stream_url_wrap_http_ex() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dder.c224 const uint8_t *d = CAST(const uint8_t *, q); in der_data() local
344 const uint8_t *d = q; in printtag() local
H A Dapprentice.c1291 php_stream_dirent d; in apprentice_load() local
3305 uint8_t *d = RCAST(uint8_t *, RCAST(void *, &rv)); local
3319 uint8_t *d = RCAST(uint8_t *, RCAST(void *, &rv)); local
3335 uint8_t *d = RCAST(uint8_t *, RCAST(void *, &rv)); local
H A Dreadcdf.c385 cdf_directory_t *d; in cdf_check_summary_info() local
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h69 #define BCD_CHAR(d) (d + '0') argument
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h94 double d; /* double value */ member
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c112 #define D(d) (reg_map[d] << 25) argument
113 #define FD(d) (freg_map[d] << 25) argument
114 #define FDN(d) ((freg_map[d] | 0x1) << 25) argument
115 #define DA(d) ((d) << 25) argument
/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/enchant/
H A Denchant.c534 EnchantDict *d; in PHP_FUNCTION() local
582 EnchantDict *d; in PHP_FUNCTION() local
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php540 function hashInt(int $d, int $x) {
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2484 int f, n, s, r, d, size, *mapelm; in collector_encode_htmlnumericentity() local
2530 int f, n, s, r, d, size, *mapelm; in collector_decode_htmlnumericentity() local
2706 int f, n, s, r, d, size, *mapelm; in collector_encode_hex_htmlnumericentity() local
2752 int n, s, r, d; in mbfl_filt_decode_htmlnumericentity_flush() local
/PHP-7.4/Zend/
H A Dzend_strtod.c311 typedef union { double d; ULong L[2]; } U; member
1259 U d; local
1320 d2b in d2b() argument
1605 int c, d; local
2334 Bigint *b, *d; local
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)
/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/intl/msgformat/
H A Dmsgformat_helpers.cpp473 double d = zval_get_double(elem); in umsg_format_helper() local
/PHP-7.4/ext/mbstring/
H A Dphp_unicode.c116 static inline unsigned mph_hash(unsigned d, unsigned x) { in mph_hash()
/PHP-7.4/ext/ffi/
H A Dphp_ffi.h202 zend_ffi_double d; member

Completed in 159 milliseconds

1234