OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CACHE_TYPE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_cab.c
96
#define
CACHE_TYPE
uint64_t
97
#define CACHE_BITS (8 * sizeof(
CACHE_TYPE
))
99
CACHE_TYPE
cache_buffer;
archive_read_support_format_lha.c
91
#define
CACHE_TYPE
uint64_t
92
#define CACHE_BITS (8 * sizeof(
CACHE_TYPE
))
94
CACHE_TYPE
cache_buffer;
archive_read_support_format_rar.c
381
#define
CACHE_TYPE
uint64_t
382
#define CACHE_BITS (8 * sizeof(
CACHE_TYPE
))
384
CACHE_TYPE
cache_buffer;
Completed in 34 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026