Searched refs:int4store (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_portability.h | 138 #define int4store(T,A) *((zend_long *) (T))= (zend_long) (A) macro 208 #define int4store(T,A) do { \ macro 220 int4store((T),def_temp); \ 221 int4store((T+4),def_temp2); \
|
H A D | config-win.h | 63 #define int4store(T,A) *((int32_t *) (T))= (int32_t) (A) macro
|
H A D | mysqlnd_commands.c | 195 int4store(buff, process_id); in MYSQLND_METHOD() 422 int4store(cmd_buf, stmt_id); in MYSQLND_METHOD() 472 int4store(cmd_buf, stmt_id); in MYSQLND_METHOD()
|
H A D | mysqlnd_ps_codec.c | 759 int4store(*p, Z_LVAL_P(data)); in mysqlnd_stmt_execute_store_param_values() 886 int4store(p, stmt->stmt_id); in mysqlnd_stmt_execute_generate_request() 894 int4store(p, 0); in mysqlnd_stmt_execute_generate_request()
|
H A D | mysqlnd_ps.c | 47 int4store(buf, stmt->stmt_id); in mysqlnd_stmt_send_cursor_fetch_command() 48 int4store(buf + MYSQLND_STMT_ID_LENGTH, max_rows); in mysqlnd_stmt_send_cursor_fetch_command() 1039 int4store(cmd_buf, stmt->stmt_id); in MYSQLND_METHOD()
|
H A D | mysqlnd_wireprotocol.c | 504 int4store(p, packet->client_flags); in php_mysqlnd_auth_write() 507 int4store(p, packet->max_packet_size); in php_mysqlnd_auth_write()
|
Completed in 26 milliseconds