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

Function P_FALSE

src/remote/protocol.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
58}
59inline void DEBUG_XDR_PACKET(RemoteXdr* xdrs, PACKET* p)
60{
61 xdr_debug_packet(xdrs, XDR_DECODE, p);

Callers 1

xdr_protocolFunction · 0.85

Calls 1

xdr_debug_packetFunction · 0.85

Tested by

no test coverage detected