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

Function P_TRUE

src/remote/protocol.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50#ifdef DEBUG_XDR_MEMORY
51inline bool_t P_TRUE(RemoteXdr* xdrs, PACKET* p)
52{
53 return xdr_debug_packet(xdrs, XDR_FREE, p);
54}
55inline bool_t P_FALSE(RemoteXdr* xdrs, PACKET* p)
56{
57 return !xdr_debug_packet(xdrs, XDR_FREE, p);

Callers 1

xdr_protocolFunction · 0.85

Calls 1

xdr_debug_packetFunction · 0.85

Tested by

no test coverage detected