Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_portability.h149 #define int4store(T,A) *((zend_long *) (T))= (zend_long) (A) macro
228 #define int4store(T,A) do { \ macro
248 int4store((T),def_temp); \
249 int4store((T+4),def_temp2); \
H A Dconfig-win.h89 #define int4store(T,A) *((int32_t *) (T))= (int32_t) (A) macro
H A Dmysqlnd_commands.c205 int4store(buff, process_id); in MYSQLND_METHOD()
461 int4store(cmd_buf, stmt_id); in MYSQLND_METHOD()
511 int4store(cmd_buf, stmt_id); in MYSQLND_METHOD()
H A Dmysqlnd_ps_codec.c828 int4store(*p, Z_LVAL_P(data)); in mysqlnd_stmt_execute_store_param_values()
955 int4store(p, stmt->stmt_id); in mysqlnd_stmt_execute_generate_request()
963 int4store(p, 0); in mysqlnd_stmt_execute_generate_request()
H A Dmysqlnd_ps.c50 int4store(buf, stmt->stmt_id); in mysqlnd_stmt_send_cursor_fetch_command()
51 int4store(buf + MYSQLND_STMT_ID_LENGTH, max_rows); in mysqlnd_stmt_send_cursor_fetch_command()
1293 int4store(cmd_buf, stmt->stmt_id); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c505 int4store(p, packet->client_flags); in php_mysqlnd_auth_write()
508 int4store(p, packet->max_packet_size); in php_mysqlnd_auth_write()

Completed in 1999 milliseconds