Home
last modified time | relevance | path

Searched refs:ReadByteSequence (Results 1 – 6 of 6) sorted by relevance

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dmidifile.c167 static void *ReadByteSequence(unsigned int num_bytes, FILE *stream) in ReadByteSequence() function
258 event->data.sysex.data = ReadByteSequence(event->data.sysex.length, stream); in ReadSysExEvent()
298 event->data.meta.data = ReadByteSequence(event->data.meta.length, stream); in ReadMetaEvent()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dmidifile.c167 static void *ReadByteSequence(unsigned int num_bytes, FILE *stream) in ReadByteSequence() function
258 event->data.sysex.data = ReadByteSequence(event->data.sysex.length, stream); in ReadSysExEvent()
298 event->data.meta.data = ReadByteSequence(event->data.meta.length, stream); in ReadMetaEvent()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dmidifile.c203 static void *ReadByteSequence(unsigned int num_bytes, midimem_t *mf) in ReadByteSequence() function
296 event->data.sysex.data = ReadByteSequence(event->data.sysex.length, mf); in ReadSysExEvent()
336 event->data.meta.data = ReadByteSequence(event->data.meta.length, mf); in ReadMetaEvent()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/MUSIC/
H A Dmidifile.c217 static void *ReadByteSequence(unsigned int num_bytes, midimem_t *mf) in ReadByteSequence() function
310 event->data.sysex.data = ReadByteSequence(event->data.sysex.length, mf); in ReadSysExEvent()
350 event->data.meta.data = ReadByteSequence(event->data.meta.length, mf); in ReadMetaEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dstructured_headers.cc150 return ReadByteSequence(); in ReadBareItem()
154 return ReadByteSequence(); in ReadBareItem()
462 base::Optional<Item> ReadByteSequence() { in ReadByteSequence() function in net::structured_headers::__anon3da02a490111::StructuredHeaderParser
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dstructured_headers.cc151 return ReadByteSequence(); in ReadBareItem()
155 return ReadByteSequence(); in ReadBareItem()
475 base::Optional<Item> ReadByteSequence() { in ReadByteSequence() function in net::structured_headers::__anon4edc4b2e0111::StructuredHeaderParser