Home
last modified time | relevance | path

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

1234

/PHP-8.3/Zend/
H A Dzend_virtual_cwd.c102 #define CWD_STATE_COPY(d, s) \ argument
H A Dzend_API.h567 static zend_always_inline void add_assoc_double(zval *arg, const char *key, double d) { in add_assoc_double()
653 static zend_always_inline void add_property_double(zval *arg, const char *key, double d) { in add_property_double()
1005 #define RETVAL_DOUBLE(d) ZVAL_DOUBLE(return_value, d) argument
1031 #define RETURN_DOUBLE(d) do { RETVAL_DOUBLE(d); return; } while (0) argument
H A Dzend_compile.c5287 int d, cur = CG(context).current_brk_cont; in zend_compile_break_continue() local
/PHP-8.3/main/streams/
H A Dplain_wrapper.c162 static int do_fstat(php_stdio_stream_data *d, int force) in do_fstat()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd.h221 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) argument
/PHP-8.3/ext/fileinfo/libmagic/
H A Dfile.h189 double d; member
/PHP-8.3/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.c550 double a, b, c, d; in filter_bspline() local
/PHP-8.3/ext/standard/
H A Dfilters.c191 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
H A Dstring.c92 unsigned char d; in php_hex2bin() local
/PHP-8.3/main/
H A Dphp_streams.h355 #define php_stream_sync(stream, d) _php_stream_sync((stream), (d)) argument
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c158 #define lua_number2int(i,d)((i)=(int)(d)) argument
159 #define lua_number2integer(i,d)((i)=(lua_Integer)(d)) argument
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_internal.h842 static zend_always_inline bool is_signed(double d) in is_signed()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_internal.h188 #define memcpy(d,s,n) _memcpy(d,s,n) argument
189 #define memmove(d,s,n) _memmove(d,s,n) argument
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c330 int d = template_map[c].code; in get_template_string() local
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c4275 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/PHP-8.3/ext/exif/
H A Dexif.c1780 double d; member
/PHP-8.3/ext/mbstring/
H A Dmbstring.c4832 uint32_t d; in mb_fast_check_utf8_default() local

Completed in 217 milliseconds

1234