MCPcopy Create free account
hub / github.com/RsyncProject/rsync / IVAL64

Function IVAL64

byteorder.h:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56static inline int64
57IVAL64(const char *buf, int pos)
58{
59 return IVALu((uchar*)buf, pos) | (int64)IVALu((uchar*)buf, pos + 4) << 32;
60}
61
62static inline void
63SIVAL64(char *buf, int pos, int64 val)

Callers 2

successful_sendFunction · 0.85
read_varlongFunction · 0.85

Calls 1

IVALuFunction · 0.85

Tested by

no test coverage detected