Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
static inline int64
57
IVAL64(const char *buf, int pos)
58
{
59
return IVALu((uchar*)buf, pos) | (int64)IVALu((uchar*)buf, pos + 4) << 32;
60
}
61
62
static inline void
63
SIVAL64(char *buf, int pos, int64 val)
Callers
2
successful_send
Function · 0.85
read_varlong
Function · 0.85
Calls
1
IVALu
Function · 0.85
Tested by
no test coverage detected