Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 4 of 4) sorted by relevance

/lz4-3.4.0-2.7.6/ossfuzz/
Dround_trip_stream_fuzzer.c19 char const* buf; member
25 char* buf; member
/lz4-3.4.0-2.7.6/examples/
DframeCompress.c31 static void safe_fwrite(void* buf, size_t eltSize, size_t nbElt, FILE* f) in safe_fwrite()
/lz4-3.4.0-2.7.6/programs/
Dutil.h591 char* buf = (char*)malloc(LIST_SIZE_INCREASE); in UTIL_createFileList() local
Dlz4io.c1476 static const char* LZ4IO_toHuman(long double size, char *buf) in LZ4IO_toHuman()