Home
last modified time | relevance | path

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

/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_portability.h214 #define int4store(T,A) *((long *) (T))= (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.c797 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_ps.c1034 int4store(buf, stmt->stmt_id); in mysqlnd_fetch_stmt_row_cursor()
1035 int4store(buf + STMT_ID_LENGTH, 1); /* for now fetch only one row */ in mysqlnd_fetch_stmt_row_cursor()
1234 int4store(cmd_buf, stmt->stmt_id); in MYSQLND_METHOD()
1346 int4store(cmd_buf, stmt->stmt_id); in MYSQLND_METHOD()
2207 int4store(cmd_buf, stmt->stmt_id); in MYSQLND_METHOD_PRIVATE()
H A Dmysqlnd_wireprotocol.c495 int4store(p, packet->client_flags); in php_mysqlnd_auth_write()
498 int4store(p, packet->max_packet_size); in php_mysqlnd_auth_write()
H A Dmysqlnd.c1795 int4store(buff, pid);

Completed in 30 milliseconds