Searched refs:int1store (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/mysqlnd/ |
H A D | mysqlnd_net.c | 267 int1store(uncompressed_payload + 3, net->packet_no); in MYSQLND_METHOD() 281 int1store(compress_buf + 3, net->packet_no); in MYSQLND_METHOD() 313 int1store(p + 3, net->packet_no); in MYSQLND_METHOD()
|
H A D | mysqlnd_ps_codec.c | 675 int1store(*p, stmt->send_types_to_server); in mysqlnd_stmt_execute_store_params() 939 int1store(p, (zend_uchar) stmt->flags); in mysqlnd_stmt_execute_generate_request() 945 int1store(p, 1); /* and send 1 for iteration count */ in mysqlnd_stmt_execute_generate_request()
|
H A D | mysqlnd_wireprotocol.c | 468 int1store(p, packet->charset_no); in php_mysqlnd_auth_write() 483 int1store(p, SHA1_MAX_LENGTH); in php_mysqlnd_auth_write() 489 int1store(p, 0); in php_mysqlnd_auth_write() 715 int1store(buffer + MYSQLND_HEADER_SIZE, packet->command); in php_mysqlnd_cmd_write() 726 int1store(p, packet->command); in php_mysqlnd_cmd_write()
|
H A D | mysqlnd_portability.h | 242 #define int1store(T,A) do { *((int8_t*) (T)) = (A); } while(0) macro
|
H A D | mysqlnd.c | 1620 int1store(bits, options); in MYSQLND_METHOD() 1635 int1store(bits, level); in MYSQLND_METHOD()
|
Completed in 27 milliseconds