Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_portability.h214 #define int4store(T,A) *((zend_long *) (T))= (zend_long) (A) macro
293 #define int4store(T,A) do { \ macro
313 int4store((T),def_temp); \
314 int4store((T+4),def_temp2); \
H A Dconfig-win.h90 #define int4store(T,A) *((int32_t *) (T))= (int32_t) (A) macro
H A Dmysqlnd_ps_codec.c798 int4store(*p, Z_LVAL_P(data)); in mysqlnd_stmt_execute_store_param_values()
918 int4store(p, stmt->stmt_id); in mysqlnd_stmt_execute_generate_request()
926 int4store(p, 0); in mysqlnd_stmt_execute_generate_request()
H A Dmysqlnd_commands.c392 int4store(buff, command->context.process_id); in mysqlnd_com_process_kill_run()
983 int4store(cmd_buf, command->context.stmt_id); in mysqlnd_com_stmt_reset_run()
1101 int4store(cmd_buf, command->context.stmt_id); in mysqlnd_com_stmt_close_run()
H A Dmysqlnd_ps.c1061 int4store(buf, stmt->stmt_id); in mysqlnd_fetch_stmt_row_cursor()
1062 int4store(buf + MYSQLND_STMT_ID_LENGTH, 1); /* for now fetch only one row */ in mysqlnd_fetch_stmt_row_cursor()
1384 int4store(cmd_buf, stmt->stmt_id); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c510 int4store(p, packet->client_flags); in php_mysqlnd_auth_write()
513 int4store(p, packet->max_packet_size); in php_mysqlnd_auth_write()

Completed in 42 milliseconds