Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dutil.c1014 const char** const newFNTable = (const char**)malloc(sizeof_FNTable); in UTIL_createFNT_fromROTable() local
1015 if (newFNTable==NULL) return NULL; in UTIL_createFNT_fromROTable()
1016 …memcpy((void*)newFNTable, filenames, sizeof_FNTable); /* void* : mitigate a Visual compiler bug o… in UTIL_createFNT_fromROTable()
1017 return UTIL_assembleFileNamesTable(newFNTable, nbFilenames, NULL); in UTIL_createFNT_fromROTable()