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

  /external/lzma/C/Util/7z/
7zMain.c 291 ISzAlloc allocTempImp;
316 allocTempImp.Alloc = SzAllocTemp;
317 allocTempImp.Free = SzFreeTemp;
334 res = SzArEx_Open(&db, &lookStream.s, &allocImp, &allocTempImp);
424 &allocImp, &allocTempImp);
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 242 ISzAlloc allocTempImp;
265 allocTempImp.Alloc = SzAllocTemp;
266 allocTempImp.Free = SzFreeTemp;
372 res = SzArEx_Open(&db, &lookStream.s, &allocImp, &allocTempImp);
405 &allocImp, &allocTempImp);

Completed in 2286 milliseconds