Searched refs:float8get (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_portability.h | 163 #define float8get(V,M) { ((float8get_union *)&(V))->m[0] = *((zend_long*) (M)); \ macro 251 #define float8get(V,M) do { double def_temp;\ macro 275 #define float8get(V,M) do { double def_temp;\ macro 297 #ifndef float8get 300 #define float8get(V,M) memcpy((char*) &(V),(char*) (M), sizeof(double)) macro 303 #define float8get(V,M) memcpy((char*) &(V),(char*) (M),sizeof(double)) macro
|
H A D | config-win.h | 97 #define float8get(V,M) { *((int32_t *) &V) = *((int32_t*) M); \ macro
|
H A D | mysqlnd_ps_codec.c | 201 float8get(value, *row); in ps_fetch_double()
|
Completed in 8 milliseconds