Home
last modified time | relevance | path

Searched refs:int1store (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c625 int1store(*p, stmt->send_types_to_server); in mysqlnd_stmt_execute_store_params()
878 int1store(p, (zend_uchar) stmt->flags); in mysqlnd_stmt_execute_generate_request()
884 int1store(p, 1); /* and send 1 for iteration count */ in mysqlnd_stmt_execute_generate_request()
H A Dmysqlnd_net.c369 int1store(uncompressed_payload + 3, net->packet_no); in MYSQLND_METHOD()
383 int1store(compress_buf + 3, net->packet_no); in MYSQLND_METHOD()
416 int1store(p + 3, net->packet_no); in MYSQLND_METHOD()
H A Dmysqlnd_portability.h242 #define int1store(T,A) do { *((int8_t*) (T)) = (A); } while(0) macro
H A Dmysqlnd_wireprotocol.c501 int1store(p, packet->charset_no); in php_mysqlnd_auth_write()
526 int1store(p, packet->auth_data_len); in php_mysqlnd_auth_write()
998 int1store(buffer + MYSQLND_HEADER_SIZE, packet->command); in php_mysqlnd_cmd_write()
1009 int1store(p, packet->command); in php_mysqlnd_cmd_write()
2112 int1store(buffer + MYSQLND_HEADER_SIZE, '\1'); in php_mysqlnd_sha256_pk_request_write()
H A Dmysqlnd.c1840 int1store(bits, options);
1862 int1store(bits, level);

Completed in 30 milliseconds