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

Function xdr_dec64

src/common/xdr.cpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424
425
426bool_t xdr_dec64(xdr_t* xdrs, Firebird::Decimal64* ip)
427{
428 return xdr_decfloat_hyper(xdrs, ip->getBytes());
429}
430
431
432bool_t xdr_dec128(xdr_t* xdrs, Firebird::Decimal128* ip)

Callers 2

CAN_encode_decodeFunction · 0.85
xdr_datumFunction · 0.85

Calls 2

xdr_decfloat_hyperFunction · 0.85
getBytesMethod · 0.45

Tested by

no test coverage detected