Searched refs:zfree (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/arch/ppc/boot/common/ |
D | ofcommon.c | 59 static void zfree(void *x, void *addr, unsigned nb) in zfree() function 110 s.zfree = zfree; in gunzip()
|
D | misc-common.c | 213 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/ |
D | zImage.c | 286 void zfree(void *x, void *addr, unsigned nb) in zfree() function 337 s.zfree = zfree; in gunzip()
|
D | zlib.h | 179 free_func zfree; /* used to free the internal state */ member
|
D | zlib.c | 139 (*((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/ |
D | zlib.h | 177 free_func zfree; /* used to free the internal state */ member
|
/linux-2.4.37.9/arch/ppc/boot/lib/ |
D | zlib.c | 116 (*((strm)->zfree))((strm)->opaque, (voidpf)(addr), (size)) 323 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL) 1557 z.zfree = ffree;
|