Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/boot/common/
Dofcommon.c32 static void *zalloc(void *x, unsigned items, unsigned size) in zalloc() function
109 s.zalloc = zalloc; in gunzip()
Dmisc-common.c199 void *zalloc(void *x, unsigned items, unsigned size) in zalloc() function
252 s.zalloc = zalloc; in gunzip()
/linux-2.4.37.9/arch/ppc64/boot/
DzImage.c259 void *zalloc(void *x, unsigned items, unsigned size) in zalloc() function
336 s.zalloc = zalloc; in gunzip()
Dzlib.h178 alloc_func zalloc; /* used to allocate the internal state */ member
Dzlib.c137 (*((strm)->zalloc))((strm)->opaque, (items), (size))
1572 z.zalloc = falloc;
/linux-2.4.37.9/arch/ppc/boot/include/
Dzlib.h176 alloc_func zalloc; /* used to allocate the internal state */ member
/linux-2.4.37.9/arch/ppc/boot/lib/
Dzlib.c114 (*((strm)->zalloc))((strm)->opaque, (items), (size))
1556 z.zalloc = falloc;