MCPcopy Create free account
hub / github.com/defold/defold / OpenStream

Function OpenStream

engine/dlib/src/dlib/zip.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27Result OpenStream(const char *stream, uint32_t size, HZip* zip)
28{
29 *zip = zip_stream_open(stream, size, 9, 'r');
30 return *zip != 0 ? RESULT_OK : RESULT_NO_SUCH_ENTRY;
31}
32
33void Close(HZip zip)
34{

Callers 2

SetUpMethod · 0.85
MountFunction · 0.85

Calls 1

zip_stream_openFunction · 0.85

Tested by 1

SetUpMethod · 0.68