Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c271 if (!PACKET_WRITE(conn, &change_auth_resp_packet)) { in mysqlnd_auth_handshake()
304 if (!PACKET_WRITE(conn, &auth_packet)) { in mysqlnd_auth_handshake()
401 if (!PACKET_WRITE(conn, &change_auth_resp_packet)) { in mysqlnd_auth_change_user()
432 if (!PACKET_WRITE(conn, &auth_packet)) { in mysqlnd_auth_change_user()
849 if (! PACKET_WRITE(conn, &pk_req_packet)) { in mysqlnd_sha256_get_rsa_key()
1145 if (! PACKET_WRITE(conn, &req_packet)) { in mysqlnd_caching_sha2_get_key()
1273 PACKET_WRITE(conn, &result_packet); in mysqlnd_caching_sha2_handle_server_response()
1277 PACKET_WRITE(conn, &result_packet); in mysqlnd_caching_sha2_handle_server_response()
H A Dmysqlnd_wireprotocol.h32 #define PACKET_WRITE(conn, packet) ((packet)->header.m->write_to_net((conn), (packet))) macro
H A Dmysqlnd_commands.c539 if (!PACKET_WRITE(conn, &auth_packet)) { in MYSQLND_METHOD()
554 if (!PACKET_WRITE(conn, &auth_packet)) { in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c2432 if (! PACKET_WRITE(payload_decoder_factory->conn, &cmd_packet)) { in MYSQLND_METHOD()

Completed in 23 milliseconds