MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / zap_packet

Function zap_packet

src/remote/client/interface.cpp:9986–10000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9984
9985
9986static void zap_packet(PACKET* packet)
9987{
9988/**************************************
9989 *
9990 * z a p _ p a c k e t
9991 *
9992 **************************************
9993 *
9994 * Functional description
9995 * Zero out a packet block.
9996 *
9997 **************************************/
9998
9999 memset(packet, 0, sizeof(struct packet));
10000}
10001
10002
10003void Attachment::cancelOperation(CheckStatusWrapper* status, int kind)

Callers 1

event_threadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected