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

Function DEBUG_XDR_FREE

src/remote/protocol.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 xdr_debug_memory(xdrs, XDR_DECODE, xdrvar, addr, len);
66}
67inline void DEBUG_XDR_FREE(RemoteXdr* xdrs, const void* xdrvar, const void* addr, ULONG len)
68{
69 xdr_debug_memory(xdrs, XDR_DECODE, xdrvar, addr, len);
70}
71#else
72inline bool_t P_TRUE(RemoteXdr*, PACKET*)
73{

Callers 2

freeMethod · 0.70
xdr_sliceFunction · 0.70

Calls 1

xdr_debug_memoryFunction · 0.85

Tested by

no test coverage detected