Home
last modified time | relevance | path

Searched defs:d (Results 51 – 75 of 84) sorted by relevance

1234

/PHP-7.0/ext/openssl/
H A Dopenssl.c577 static void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key()
627 static void DSA_get0_pqg(const DSA *d, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DSA_get0_pqg()
634 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg()
643 static void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIGNUM **priv_key) in DSA_get0_key()
649 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
3876 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_and_assign_rsa() local
4345 const BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in PHP_FUNCTION() local
/PHP-7.0/Zend/
H A Dzend_API.c326 double d; in zend_parse_arg_long_weak() local
375 double d; in zend_parse_arg_long_cap_weak() local
1364 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_assoc_double_ex()
1449 ZEND_API int add_index_double(zval *arg, zend_ulong index, double d) /* {{{ */ in add_index_double()
1527 ZEND_API int add_next_index_double(zval *arg, double d) /* {{{ */ in add_next_index_double()
1598 ZEND_API zval *add_get_index_double(zval *arg, zend_ulong index, double d) /* {{{ */ in add_get_index_double()
1733 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_virtual_cwd.c151 #define CWD_STATE_COPY(d, s) \ argument
H A Dzend_API.h614 #define RETVAL_DOUBLE(d) ZVAL_DOUBLE(return_value, d) argument
632 #define RETURN_DOUBLE(d) { RETVAL_DOUBLE(d); return; } argument
/PHP-7.0/ext/date/lib/
H A Dtimelib_structs.h217 timelib_sll y, m, d; /* Years, Months and Days */ member
240 timelib_sll y, m, d; /* Year, Month, Day */ member
H A Dparse_date.c12211 timelib_sll w, d; in scan() local
12239 timelib_sll w, d; in scan() local
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c81 #define D(d) (reg_map[d] << 11) argument
85 #define DA(d) ((d) << 11) argument
88 #define FD(d) ((d) << 6) argument
H A DsljitNativeSPARC_common.c102 #define D(d) (reg_map[d] << 25) argument
103 #define DA(d) ((d) << 25) argument
H A DsljitNativePPC_common.c111 #define D(d) (reg_map[d] << 21) argument
122 #define CRD(d) ((d) << 21) argument
/PHP-7.0/ext/com_dotnet/
H A Dcom_handlers.c396 static zend_internal_function c, d, v; in com_constructor_get() local
/PHP-7.0/ext/curl/
H A Dinterface.c508 curl_version_info_data *d; in PHP_INI_BEGIN() local
1814 curl_version_info_data *d; in PHP_FUNCTION() local
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_charset.c198 #define isbig5code(c,d) (isbig5head(c) && isbig5tail(d)) argument
H A Dmysqlnd_libmysql_compat.h99 #define mysql_stmt_send_long_data(s,p,d,l) mysqlnd_stmt_send_long_data((s), (p), (d), (l)) argument
H A Dmysqlnd.h228 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) argument
/PHP-7.0/ext/standard/
H A Dcrypt_sha512.c138 uint64_t d = ctx->H[3]; in sha512_process_block() local
H A Dvar_unserializer.c342 zval key, *data, d, *old_data; in process_nested_data() local
H A Dcrypt_sha256.c114 uint32_t d = ctx->H[3]; in sha256_process_block() local
H A Dvar.c723 zval *d; in php_var_serialize_class() local
/PHP-7.0/ext/iconv/
H A Diconv.c456 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl()
531 static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd) in _php_iconv_appendc()
/PHP-7.0/ext/xml/
H A Dcompat.c532 XML_SetDefaultHandler(XML_Parser parser, XML_DefaultHandler d) in XML_SetDefaultHandler()
/PHP-7.0/main/streams/
H A Dplain_wrapper.c153 static int do_fstat(php_stdio_stream_data *d, int force) in do_fstat()
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1890 XMLRPC_VALUE XMLRPC_CreateValueDouble(const char* id, double d) { in XMLRPC_CreateValueDouble()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregcomp.c104 distance_multiply(OnigDistance d, int m) in distance_multiply()
3722 OnigDistance d; in setup_tree() local
4018 int d; in distance_value() local
/PHP-7.0/ext/fileinfo/libmagic/
H A Dfile.h157 double d; member
/PHP-7.0/ext/gd/libgd/
H A Dgd.c1102 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageLine() local
1376 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local

Completed in 291 milliseconds

1234