Home
last modified time | relevance | path

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

/dports/net-im/prosody/prosody-0.11.13/net/websocket/
H A Dframes.lua35 local function read_uint64be(str, pos) function
69 function read_uint64be(str, pos) function
105 result.length = read_uint64be(frame, 3);
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/
H A Dasfheader.c84 #define read_uint64be(fd,buf) deadbeef->fread((buf), 8, 1, (fd)) macro
111 int read_uint64be(DB_FILE *fd, uint64_t* buf);
138 int read_uint64be(DB_FILE *fd, uint64_t* buf) in read_uint64be() function