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

Function xdr_dec128

src/common/xdr.cpp:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430
431
432bool_t xdr_dec128(xdr_t* xdrs, Firebird::Decimal128* ip)
433{
434 UCHAR* bytes = ip->getBytes();
435 return xdr_decfloat_hyper(xdrs, &bytes[8]) && xdr_decfloat_hyper(xdrs, &bytes[0]);
436}
437
438
439bool_t xdr_int128(xdr_t* xdrs, Firebird::Int128* 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