Home
last modified time | relevance | path

Searched refs:PACKET_WRITE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.c278 if (!PACKET_WRITE(conn, &change_auth_resp_packet)) { in mysqlnd_auth_handshake()
311 if (!PACKET_WRITE(conn, &auth_packet)) { in mysqlnd_auth_handshake()
408 if (!PACKET_WRITE(conn, &change_auth_resp_packet)) { in mysqlnd_auth_change_user()
439 if (!PACKET_WRITE(conn, &auth_packet)) { in mysqlnd_auth_change_user()
861 if (! PACKET_WRITE(conn, &pk_req_packet)) { in mysqlnd_sha256_get_rsa_key()
1144 if (! PACKET_WRITE(conn, &req_packet)) { in mysqlnd_caching_sha2_get_key()
1272 PACKET_WRITE(conn, &result_packet); in mysqlnd_caching_sha2_handle_server_response()
1276 PACKET_WRITE(conn, &result_packet); in mysqlnd_caching_sha2_handle_server_response()
H A Dmysqlnd_wireprotocol.h34 #define PACKET_WRITE(conn, packet) ((packet)->header.m->write_to_net((conn), (packet))) macro
H A Dmysqlnd_commands.c578 if (!PACKET_WRITE(conn, &auth_packet)) { in MYSQLND_METHOD()
591 if (!PACKET_WRITE(conn, &auth_packet)) { in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c2577 if (! PACKET_WRITE(payload_decoder_factory->conn, &cmd_packet)) { in MYSQLND_METHOD()

Completed in 24 milliseconds