Home
last modified time | relevance | path

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

/PHP-5.5/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.c817 int4store(*p, Z_LVAL_P(data)); in mysqlnd_stmt_execute_store_params()
874 int4store(p, stmt->stmt_id); in mysqlnd_stmt_execute_generate_request()
882 int4store(p, 0); in mysqlnd_stmt_execute_generate_request()
H A Dmysqlnd_ps.c1008 int4store(buf, stmt->stmt_id); in mysqlnd_fetch_stmt_row_cursor()
1009 int4store(buf + STMT_ID_LENGTH, 1); /* for now fetch only one row */ in mysqlnd_fetch_stmt_row_cursor()
1207 int4store(cmd_buf, stmt->stmt_id); in MYSQLND_METHOD()
1319 int4store(cmd_buf, stmt->stmt_id); in MYSQLND_METHOD()
2180 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.c1768 int4store(buff, pid);

Completed in 68 milliseconds