MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / zip_source_buffer_create

Function zip_source_buffer_create

3rdparty/libzip/lib/zip_source_buffer.c:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95
96ZIP_EXTERN zip_source_t *
97zip_source_buffer_create(const void *data, zip_uint64_t len, int freep, zip_error_t *error) {
98 return zip_source_buffer_with_attributes_create(data, len, freep, NULL, error);
99}
100
101
102zip_source_t *

Callers 2

zip_open_buffer_managedFunction · 0.85

Tested by

no test coverage detected