Home
last modified time | relevance | path

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

/dflybsd-src/contrib/zstd/programs/
H A Dutil.h243 FileNamesTable* UTIL_allocateFileNamesTable(size_t tableSize);
H A Dzstdcli.c728 FileNamesTable* filenames = UTIL_allocateFileNamesTable((size_t)argCount); /* argCount >= 1 */ in main()
729 …FileNamesTable* file_of_names = UTIL_allocateFileNamesTable((size_t)argCount); /* argCount >= 1 */ in main()
H A Dutil.c432 FileNamesTable* UTIL_allocateFileNamesTable(size_t tableSize) in UTIL_allocateFileNamesTable() function