Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dconfig-win.h96 #define int8store(T,A) *((uint64_t *) (T))= (uint64_t) (A) macro
H A Dmysqlnd_portability.h336 #define int8store(T,A) *((uint64_t *) (T))= (uint64_t) (A) macro
417 #define int8store(T,A) { uint32_t def_temp= (uint32_t) (A), def_temp2= (uint32_t) ((A) >> 32… macro
H A Dmysqlnd_ps_codec.c809 int8store(*p, Z_LVAL_P(data)); in mysqlnd_stmt_execute_store_params()
H A Dmysqlnd_wireprotocol.c210 int8store(packet, length); in php_mysqlnd_net_store_length()

Completed in 16 milliseconds