HomeSort by relevance Sort by last modified time
    Searched refs:UTIL_freeFileList (Results 1 - 2 of 2) sorted by null

  /external/lz4/programs/
lz4cli.c 626 UTIL_freeFileList(extendedFileList, fileNamesBuf);
util.h 415 * After finishing usage of the list the structures should be freed with UTIL_freeFileList(params: return value, allocatedBuffer)
416 * In case of error UTIL_createFileList returns NULL and UTIL_freeFileList should not be called.
466 UTIL_STATIC void UTIL_freeFileList(const char** filenameTable, char* allocatedBuffer)

Completed in 686 milliseconds