Home
last modified time | relevance | path

Searched refs:UTIL_allocateFileNamesTable (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dutil.h270 FileNamesTable* UTIL_allocateFileNamesTable(size_t tableSize);
H A Dzstdcli.c820 FileNamesTable* filenames = UTIL_allocateFileNamesTable((size_t)argCount); /* argCount >= 1 */ in main()
821 …FileNamesTable* file_of_names = UTIL_allocateFileNamesTable((size_t)argCount); /* argCount >= 1 */ in main()
H A Dutil.c502 FileNamesTable* UTIL_allocateFileNamesTable(size_t tableSize) in UTIL_allocateFileNamesTable() function
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c883 FileNamesTable* filenames = UTIL_allocateFileNamesTable((size_t)argCount); in main()