Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c74 int1store(compress_buf + 3, pfc->data->compressed_envelope_packet_no); in write_compressed_packet()
148 int1store(uncompressed_payload + 3, pfc->data->packet_no); in MYSQLND_METHOD()
172 int1store(p + 3, pfc->data->packet_no); in MYSQLND_METHOD()
H A Dmysqlnd_ps_codec.c832 int1store(*p, Z_LVAL_P(data)); in mysqlnd_stmt_execute_store_param_values()
902 int1store(*p, stmt->send_types_to_server); in mysqlnd_stmt_execute_store_params()
956 int1store(p, (zend_uchar) stmt->flags); in mysqlnd_stmt_execute_generate_request()
962 int1store(p, 1); /* and send 1 for iteration count */ in mysqlnd_stmt_execute_generate_request()
H A Dmysqlnd_net.c397 int1store(uncompressed_payload + 3, net->packet_no); in MYSQLND_METHOD()
411 int1store(compress_buf + 3, net->packet_no); in MYSQLND_METHOD()
444 int1store(p + 3, net->packet_no); in MYSQLND_METHOD()
H A Dmysqlnd_portability.h137 #define int1store(T,A) do { *((int8_t*) (T)) = (A); } while(0) macro
H A Dmysqlnd_wireprotocol.c512 int1store(p, packet->charset_no); in php_mysqlnd_auth_write()
537 int1store(p, (int8_t)packet->auth_data_len); in php_mysqlnd_auth_write()
993 int1store(buffer + MYSQLND_HEADER_SIZE, packet->command); in php_mysqlnd_cmd_write()
1004 int1store(p, packet->command); in php_mysqlnd_cmd_write()
2064 int1store(buffer + MYSQLND_HEADER_SIZE, '\1'); in php_mysqlnd_sha256_pk_request_write()
H A Dmysqlnd_commands.c436 int1store(bits, command->context.options); in mysqlnd_com_refresh_run()
496 int1store(bits, command->context.level); in mysqlnd_com_shutdown_run()

Completed in 28 milliseconds