Searched refs:PACKET_WRITE (Results 1 – 3 of 3) sorted by relevance
78 if (!PACKET_WRITE(change_auth_resp_packet, conn)) { in mysqlnd_auth_handshake()107 if (!PACKET_WRITE(auth_packet, conn)) { in mysqlnd_auth_handshake()199 if (!PACKET_WRITE(change_auth_resp_packet, conn)) { in mysqlnd_auth_change_user()227 if (!PACKET_WRITE(auth_packet, conn)) { in mysqlnd_auth_change_user()
39 #define PACKET_WRITE(packet, conn) ((packet)->header.m->write_to_net((packet), (conn) TSRMLS_CC)) macro
350 if (! PACKET_WRITE(cmd_packet, conn)) { in MYSQLND_METHOD()456 if (!PACKET_WRITE(auth_packet, conn)) { in mysqlnd_switch_to_ssl_if_needed()469 if (!PACKET_WRITE(auth_packet, conn)) { in mysqlnd_switch_to_ssl_if_needed()
Completed in 23 milliseconds