Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c419 static zend_internal_function c, d, v; in com_constructor_get() local
/PHP-7.4/Zend/
H A Dzend_types.h36 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
39 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
43 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
46 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
784 #define ZVAL_DOUBLE(z, d) { \ argument
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_virtual_cwd.c108 #define CWD_STATE_COPY(d, s) \ argument
H A Dzend_API.h623 #define RETVAL_DOUBLE(d) ZVAL_DOUBLE(return_value, d) argument
642 #define RETURN_DOUBLE(d) { RETVAL_DOUBLE(d); return; } argument
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c106 #define D(d) (reg_map[d] << 11) argument
109 #define FD(d) (freg_map[d] << 6) argument
113 #define DA(d) ((d) << 11) argument
H A DsljitNativePPC_common.c118 #define D(d) (reg_map[d] << 21) argument
129 #define CRD(d) ((d) << 21) argument
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_charset.c197 #define isbig5code(c,d) (isbig5head(c) && isbig5tail(d)) argument
H A Dmysqlnd_ps_codec.c634 double d = zval_get_double(tmp_data); in mysqlnd_stmt_execute_prepare_param_types() local
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
H A Dmysqlnd.h233 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) argument
/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c105 uint32_t d = ctx->H[3]; in sha256_process_block() local
H A Dcrypt_sha512.c129 uint64_t d = ctx->H[3]; in sha512_process_block() local
/PHP-7.4/ext/date/lib/
H A Dtimelib.h179 timelib_sll y, m, d; /* Years, Months and Days */ member
207 timelib_sll y, m, d; /* Year, Month, Day */ member
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/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4825 get_othercase_range(uint32_t *cptr, uint32_t d, uint32_t *ocptr, in get_othercase_range()
5549 uint32_t d; in compile_branch() local
5603 uint32_t d; in compile_branch() local
5896 uint32_t c, d; in compile_branch() local
8659 uint32_t d; in find_firstassertedcu() local
H A Dpcre2_dfa_match.c695 uint32_t c, d; in internal_dfa_match() local
/PHP-7.4/ext/iconv/
H A Diconv.c435 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl()
510 static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd) in _php_iconv_appendc()
/PHP-7.4/win32/
H A Dioutil.c862 BY_HANDLE_FILE_INFORMATION d; in php_win32_ioutil_fstat_int() local
/PHP-7.4/ext/xml/
H A Dcompat.c528 XML_SetDefaultHandler(XML_Parser parser, XML_DefaultHandler d) in XML_SetDefaultHandler()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1884 XMLRPC_VALUE XMLRPC_CreateValueDouble(const char* id, double d) { in XMLRPC_CreateValueDouble()
/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/fileinfo/libmagic/
H A Dfile.h174 double d; member
/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

Completed in 204 milliseconds

1234