Searched defs:cBuff (Results 1 – 4 of 4) sorted by relevance
19 void* const cBuff = mallocAndLoadFile_orDie(fname, &cSize); in decompress() local
22 void* const cBuff = malloc_orDie(cBuffSize); in compress_orDie() local
33 void* const cBuff = mallocAndLoadFile_orDie(fname, &cSize); in decompress() local
35 void* const cBuff = malloc_orDie(cBuffSize); in compress() local