Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/boot/common/
Dofcommon.c59 static void zfree(void *x, void *addr, unsigned nb) in zfree() function
110 s.zfree = zfree; in gunzip()
Dmisc-common.c213 void zfree(void *x, void *addr, unsigned nb) in zfree() function
253 s.zfree = zfree; in gunzip()
/linux-2.4.37.9/arch/ppc64/boot/
DzImage.c286 void zfree(void *x, void *addr, unsigned nb) in zfree() function
337 s.zfree = zfree; in gunzip()
Dzlib.h179 free_func zfree; /* used to free the internal state */ member
Dzlib.c139 (*((strm)->zfree))((strm)->opaque, (voidpf)(addr), (size))
346 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
1573 z.zfree = ffree;
/linux-2.4.37.9/arch/ppc/boot/include/
Dzlib.h177 free_func zfree; /* used to free the internal state */ member
/linux-2.4.37.9/arch/ppc/boot/lib/
Dzlib.c116 (*((strm)->zfree))((strm)->opaque, (voidpf)(addr), (size))
323 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
1557 z.zfree = ffree;