Home
last modified time | relevance | path

Searched refs:int2store (Results 1 – 6 of 6) sorted by relevance

/PHP-7.3/ext/mysqlnd/
H A Dconfig-win.h86 #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A) macro
H A Dmysqlnd_portability.h209 #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A) macro
285 #define int2store(T,A) do { uint32_t def_temp= (uint32_t) (A) ;\ macro
H A Dmysqlnd_ps_codec.c694 int2store(*p, current_type); in mysqlnd_stmt_execute_store_types()
H A Dmysqlnd_commands.c63 int2store(buffer, (unsigned int) option); in mysqlnd_com_set_option_run()
H A Dmysqlnd_wireprotocol.c163 int2store(packet,(unsigned int) length); in php_mysqlnd_net_store_length()
562 int2store(p, packet->charset_no); in php_mysqlnd_auth_write()
H A Dmysqlnd_ps.c1368 int2store(cmd_buf + MYSQLND_STMT_ID_LENGTH, param_no); in MYSQLND_METHOD()

Completed in 42 milliseconds