Home
last modified time | relevance | path

Searched defs: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
/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
120 int read_uint16be(DB_FILE *fd, uint16_t* buf) in read_uint16be() function