Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dutil.h305 FileNamesTable* UTIL_allocateFileNamesTable(size_t tableSize);
H A Dzstdcli.c885 FileNamesTable* filenames = UTIL_allocateFileNamesTable((size_t)argCount); /* argCount >= 1 */ in main()
886 …FileNamesTable* file_of_names = UTIL_allocateFileNamesTable((size_t)argCount); /* argCount >= 1 */ in main()
H A Dutil.c738 FileNamesTable* UTIL_allocateFileNamesTable(size_t tableSize) in UTIL_allocateFileNamesTable() function