Home
last modified time | relevance | path

Searched refs:int8store (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/mysqlnd/
H A Dconfig-win.h69 #define int8store(T,A) *((uint64_t *) (T))= (uint64_t) (A) macro
H A Dmysqlnd_portability.h146 #define int8store(T,A) *((uint64_t *) (T))= (uint64_t) (A) macro
219 #define int8store(T,A) { uint32_t def_temp= (uint32_t) (A), def_temp2= sizeof(A) == 4 ? 0 : … macro
H A Dmysqlnd_ps_codec.c751 int8store(*p, Z_LVAL_P(data)); in mysqlnd_stmt_execute_store_param_values()
H A Dmysqlnd_wireprotocol.c172 int8store(packet, length); in php_mysqlnd_net_store_length()

Completed in 28 milliseconds