taisei/src/rwops
Andrei Alexeyev 3169b16d10
vfs: refactor VFSNode allocation and handling of backend-specific data
VFSNode no longer has the generic void* data1 and data2 fields.
Introduced a macro system that allows backends to easily "subclass"
VFSNode to add extra fields.
2023-01-20 17:13:46 +01:00
..
all.h vfs: refactor VFSNode allocation and handling of backend-specific data 2023-01-20 17:13:46 +01:00
meson.build vfs: refactor VFSNode allocation and handling of backend-specific data 2023-01-20 17:13:46 +01:00
rwops_autobuf.c memory: use custom memory allocation wrappers 2023-01-18 13:23:22 +01:00
rwops_autobuf.h replace include guards with #pragma once 2021-08-31 23:34:46 +03:00
rwops_crc32.c memory: use custom memory allocation wrappers 2023-01-18 13:23:22 +01:00
rwops_crc32.h replace include guards with #pragma once 2021-08-31 23:34:46 +03:00
rwops_dummy.c Fix some issues found by clang static analysis 2021-06-18 16:11:00 +03:00
rwops_dummy.h replace include guards with #pragma once 2021-08-31 23:34:46 +03:00
rwops_ro.c Fix some issues found by clang static analysis 2021-06-18 16:11:00 +03:00
rwops_ro.h replace include guards with #pragma once 2021-08-31 23:34:46 +03:00
rwops_segment.c memory: use custom memory allocation wrappers 2023-01-18 13:23:22 +01:00
rwops_segment.h replace include guards with #pragma once 2021-08-31 23:34:46 +03:00
rwops_sha256.c memory: use custom memory allocation wrappers 2023-01-18 13:23:22 +01:00
rwops_sha256.h replace include guards with #pragma once 2021-08-31 23:34:46 +03:00
rwops_trace.c memory: use custom memory allocation wrappers 2023-01-18 13:23:22 +01:00
rwops_trace.h replace include guards with #pragma once 2021-08-31 23:34:46 +03:00
rwops_util.c rwops: move seek emulation from zipfile to util 2021-03-23 08:39:01 +02:00
rwops_util.h replace include guards with #pragma once 2021-08-31 23:34:46 +03:00
rwops_zlib.c memory: use custom memory allocation wrappers 2023-01-18 13:23:22 +01:00
rwops_zlib.h replace include guards with #pragma once 2021-08-31 23:34:46 +03:00
rwops_zstd.c memory: use custom memory allocation wrappers 2023-01-18 13:23:22 +01:00
rwops_zstd.h replace include guards with #pragma once 2021-08-31 23:34:46 +03:00