Searched refs:g_Alloc (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dsqlzma.c30 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
45 src, LZMA_PROPS_SIZE, LZMA_FINISH_ANY, &status, &g_Alloc);
68 &headerSize, 0, NULL, &g_Alloc, &g_Alloc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dsqlzma.c11 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
26 src, LZMA_PROPS_SIZE, LZMA_FINISH_ANY, &status, &g_Alloc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dnvram_rw.c392 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
435 res = LzmaDec_Allocate(&state, cp, LZMA_PROPS_SIZE, &g_Alloc);
447 LzmaDec_Free(&state, &g_Alloc);
H A Dload.c210 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
230 src, LZMA_PROPS_SIZE, LZMA_FINISH_ANY, &status, &g_Alloc);

Completed in 58 milliseconds