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

Function SIVAL

byteorder.h:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127static inline void
128SIVAL(char *buf, int pos, uint32 val)
129{
130 SIVALu((uchar*)buf, pos, val);
131}

Callers 13

match_gnumsFunction · 0.85
set_rsync_aclFunction · 0.85
gen_challengeFunction · 0.85
perform_ioFunction · 0.85
send_msgFunction · 0.85
send_msg_intFunction · 0.85
send_msg_successFunction · 0.85
write_intFunction · 0.85
write_varintFunction · 0.85
write_varlongFunction · 0.85
write_longintFunction · 0.85
get_checksum2Function · 0.85

Calls 1

SIVALuFunction · 0.85

Tested by

no test coverage detected