Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_portability.h319 #define int4store(T,A) *((long *) (T))= (long) (A) macro
398 #define int4store(T,A) do { \ macro
418 int4store((T),def_temp); \
419 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.c926 int4store(*p, Z_LVAL_P(data)); in mysqlnd_stmt_execute_store_params()
983 int4store(p, stmt->stmt_id); in mysqlnd_stmt_execute_generate_request()
991 int4store(p, 0); in mysqlnd_stmt_execute_generate_request()
H A Dmysqlnd_ps.c1016 int4store(buf, stmt->stmt_id); in mysqlnd_fetch_stmt_row_cursor()
1017 int4store(buf + STMT_ID_LENGTH, 1); /* for now fetch only one row */ in mysqlnd_fetch_stmt_row_cursor()
1222 int4store(cmd_buf, stmt->stmt_id); in MYSQLND_METHOD()
1334 int4store(cmd_buf, stmt->stmt_id); in MYSQLND_METHOD()
2195 int4store(cmd_buf, stmt->stmt_id); in MYSQLND_METHOD_PRIVATE()
H A Dmysqlnd_wireprotocol.c477 int4store(p, packet->client_flags); in php_mysqlnd_auth_write()
480 int4store(p, packet->max_packet_size); in php_mysqlnd_auth_write()
H A Dmysqlnd.c1643 int4store(buff, pid);

Completed in 49 milliseconds