Home
last modified time | relevance | path

Searched refs:UINT_UNPACK (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/
H A Dslskproto.py211 UINT_UNPACK = struct.Struct("<I").unpack variable
895 msgsize = UINT_UNPACK(msg_buffer_mem[idx:idx + 4])[0]
1215 msgsize = UINT_UNPACK(msg_buffer_mem[idx:idx + 4])[0]
H A Dslskmessages.py37 UINT_UNPACK = struct.Struct("<I").unpack variable
229 return INT_SIZE + start, UINT_UNPACK(message[start:start + INT_SIZE])[0]
232 length = UINT_UNPACK(message[start:start + INT_SIZE])[0]
238 length = UINT_UNPACK(message[start:start + INT_SIZE])[0]