Home
last modified time | relevance | path

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

1234

/PHP-8.3/ext/fileinfo/libmagic/
H A Dreadcdf.c383 cdf_directory_t *d; in cdf_check_summary_info() local
/PHP-8.3/ext/ffi/
H A Dphp_ffi.h200 zend_ffi_double d; member
/PHP-8.3/ext/standard/
H A Dcrypt_sha256.c104 uint32_t d = ctx->H[3]; in sha256_process_block() local
H A Dcrypt_sha512.c128 uint64_t d = ctx->H[3]; in sha512_process_block() local
/PHP-8.3/ext/random/
H A Drandom.c360 unsigned char *str = (unsigned char *) hexstr->val, c, l, d; local
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_charset.c195 #define isbig5code(c,d) (isbig5head(c) && isbig5tail(d)) argument
H A Dmysqlnd_ps_codec.c565 double d = zval_get_double(tmp_data); in mysqlnd_stmt_execute_prepare_param_types() local
H A Dmysqlnd_libmysql_compat.h95 #define mysql_stmt_send_long_data(s,p,d,l) mysqlnd_stmt_send_long_data((s), (p), (d), (l)) argument
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4934 get_othercase_range(uint32_t *cptr, uint32_t d, uint32_t *ocptr, in get_othercase_range()
5657 uint32_t d; in compile_branch() local
5711 uint32_t d; in compile_branch() local
6007 uint32_t c, d; in compile_branch() local
8786 uint32_t d; in find_firstassertedcu() local
H A Dpcre2_dfa_match.c695 uint32_t c, d; in internal_dfa_match() local
/PHP-8.3/ext/iconv/
H A Diconv.c356 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl()
413 static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd) in _php_iconv_appendc()
/PHP-8.3/Zend/
H A Dzend_types.h44 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
47 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
51 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
54 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
1068 #define ZVAL_DOUBLE(z, d) do { \ argument
H A Dzend_API.c545 double d; in zend_parse_arg_long_weak() local
1841 ZEND_API void add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_assoc_double_ex()
1946 ZEND_API void add_index_double(zval *arg, zend_ulong index, double d) /* {{{ */ in add_index_double()
2045 ZEND_API zend_result add_next_index_double(zval *arg, double d) /* {{{ */ in add_next_index_double()
2186 ZEND_API void add_property_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_property_double_ex()
/PHP-8.3/win32/
H A Dioutil.c860 BY_HANDLE_FILE_INFORMATION d; in php_win32_ioutil_fstat_int() local
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_mips.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
H A Ddasm_ppc.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
H A Ddasm_arm.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
H A Ddasm_arm64.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
H A Ddasm_x86.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
/PHP-8.3/ext/curl/
H A Dinterface.c251 curl_version_info_data *d; in PHP_INI_END() local
1020 curl_version_info_data *d; in PHP_FUNCTION() local
/PHP-8.3/ext/date/lib/
H A Dtimelib.h224 timelib_sll y, m, d; /* Years, Months and Days */ member
252 timelib_sll y, m, d; /* Year, Month, Day */ member
H A Dparse_date.c19829 timelib_sll w, d; in scan() local
21166 timelib_sll w, d; in scan() local
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c114 #define D(d) ((sljit_ins)reg_map[d] << 11) argument
117 #define FD(d) ((sljit_ins)freg_map[d] << 6) argument
121 #define DA(d) ((sljit_ins)(d) << 11) argument
H A DsljitNativePPC_common.c118 #define D(d) ((sljit_ins)reg_map[d] << 21) argument
129 #define CRD(d) ((sljit_ins)(d) << 21) argument
/PHP-8.3/ext/xml/
H A Dcompat.c528 XML_SetDefaultHandler(XML_Parser parser, XML_DefaultHandler d) in XML_SetDefaultHandler()

Completed in 181 milliseconds

1234