Home
last modified time | relevance | path

Searched refs:free_func (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-3.6.0-3.5.0/lib/zlib/
Dzlib.h82 typedef void (*free_func) OF((voidpf opaque, voidpf address));
99 free_func zfree; /* used to free the internal state */
Dzconf.h148 # define free_func z_free_func macro
Dinflate.c110 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
220 if (strm->zfree == (free_func)0)