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

Function DEBUG_XDR_PACKET

src/remote/protocol.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 return !xdr_debug_packet(xdrs, XDR_FREE, p);
58}
59inline void DEBUG_XDR_PACKET(RemoteXdr* xdrs, PACKET* p)
60{
61 xdr_debug_packet(xdrs, XDR_DECODE, p);
62}
63inline void DEBUG_XDR_ALLOC(RemoteXdr* xdrs, const void* xdrvar, const void* addr, ULONG len)
64{
65 xdr_debug_memory(xdrs, XDR_DECODE, xdrvar, addr, len);

Callers 1

xdr_protocolFunction · 0.85

Calls 1

xdr_debug_packetFunction · 0.85

Tested by

no test coverage detected