Home
last modified time | relevance | path

Searched refs:float8get (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_portability.h172 #define float8get(V,M) { ((float8get_union *)&(V))->m[0] = *((zend_long*) (M)); \ macro
268 #define float8get(V,M) do { double def_temp;\ macro
292 #define float8get(V,M) do { double def_temp;\ macro
314 #ifndef float8get
317 #define float8get(V,M) memcpy((char*) &(V),(char*) (M), sizeof(double)) macro
320 #define float8get(V,M) memcpy((char*) &(V),(char*) (M),sizeof(double)) macro
H A Dconfig-win.h97 #define float8get(V,M) { *((int32_t *) &V) = *((int32_t*) M); \ macro
H A Dmysqlnd_ps_codec.c203 float8get(value, *row); in ps_fetch_double()

Completed in 11 milliseconds