HomeSort by: relevance | last modified time | path
    Searched defs:zfree (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/test/
example.c 50 static free_func zfree = myfree; variable in typeref:typename:free_func
55 static free_func zfree = (free_func)0; variable in typeref:typename:free_func
172 c_stream.zfree = zfree;
209 d_stream.zfree = zfree;
246 c_stream.zfree = zfree;
301 d_stream.zfree = zfree;
    [all...]
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 45 uint zfree; field in struct:DotZLib.ZStream
  /src/sys/net/
ppp-deflate.c 77 static void zfree(void *, void *ptr);
143 zfree(void *notused, void *ptr) function in typeref:typename:void
173 state->strm.zfree = zfree;
391 state->strm.zfree = zfree;
zlib.h 375 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
376 voidpf opaque; /* private data object passed to zalloc and zfree */
388 has dropped to zero. The application must initialize zalloc, zfree and
393 parameter for calls of zalloc and zfree. This can be useful for custom
398 If zlib is used in a multi-threaded application, zalloc and zfree must be
401 On 16-bit systems, the functions zalloc and zfree must be able to allocate
459 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
477 zalloc, zfree and opaque must be initialized before by the caller.
478 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
599 next_in, avail_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /src/common/dist/zlib/
zlib.h 101 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
102 voidpf opaque; /* private data object passed to zalloc and zfree */
138 to zero. The application must initialize zalloc, zfree and opaque before
143 parameter for calls of zalloc and zfree. This can be useful for custom
148 If zlib is used in a multi-threaded application, zalloc and zfree must be
149 thread safe. In that case, zlib is thread-safe. When zalloc and zfree are
153 On 16-bit systems, the functions zalloc and zfree must be able to allocate
214 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
233 zalloc, zfree and opaque must be initialized before by the caller. If
234 zalloc and zfree are set to Z_NULL, deflateInit updates them to use defaul
    [all...]

Completed in 14 milliseconds