Home
last modified time | relevance | path

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

/dports/net-im/prosody/prosody-0.11.13/net/websocket/
H A Dframes.lua30 local function read_uint16be(str, pos) function
63 function read_uint16be(str, pos) function
103 result.length = read_uint16be(frame, 3);
179 code = read_uint16be(data, 1);
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/
H A Dasfheader.c82 #define read_uint16be(fd,buf) deadbeef->fread((buf), 2, 1, (fd)) macro
109 int read_uint16be(DB_FILE *fd, uint16_t* buf);
120 int read_uint16be(DB_FILE *fd, uint16_t* buf) in read_uint16be() function