| /src/external/gpl3/binutils/dist/zlib/test/ |
| example.c | 50 static free_func zfree = myfree; variable 55 static free_func zfree = (free_func)0; variable 172 c_stream.zfree = zfree; 209 d_stream.zfree = zfree; 246 c_stream.zfree = zfree; 301 d_stream.zfree = zfree; [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/test/ |
| example.c | 73 static free_func zfree = myfree; variable 78 static free_func zfree = (free_func)0; variable 209 c_stream.zfree = zfree; 248 d_stream.zfree = zfree; 287 c_stream.zfree = zfree; 344 d_stream.zfree = zfree; [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/test/ |
| example.c | 73 static free_func zfree = myfree; variable 78 static free_func zfree = (free_func)0; variable 209 c_stream.zfree = zfree; 248 d_stream.zfree = zfree; 287 c_stream.zfree = zfree; 344 d_stream.zfree = zfree; [all...] |
| /src/external/gpl3/gdb/dist/zlib/test/ |
| example.c | 50 static free_func zfree = myfree; variable 55 static free_func zfree = (free_func)0; variable 172 c_stream.zfree = zfree; 209 d_stream.zfree = zfree; 246 c_stream.zfree = zfree; 301 d_stream.zfree = zfree; [all...] |
| /src/external/bsd/zstd/dist/zlibWrapper/examples/ |
| example.c | 96 static free_func zfree = myfree; variable 101 static free_func zfree = (free_func)0; variable 223 c_stream.zfree = zfree; 260 d_stream.zfree = zfree; 297 c_stream.zfree = zfree; 352 d_stream.zfree = zfree; [all...] |
| example_original.c | 90 static free_func zfree = myfree; variable 95 static free_func zfree = (free_func)0; variable 220 c_stream.zfree = zfree; 257 d_stream.zfree = zfree; 295 c_stream.zfree = zfree; 351 d_stream.zfree = zfree; [all...] |
| /src/common/dist/zlib/test/ |
| example.c | 56 static free_func zfree = myfree; variable 61 static free_func zfree = (free_func)0; variable 178 c_stream.zfree = zfree; 215 d_stream.zfree = zfree; 252 c_stream.zfree = zfree; 307 d_stream.zfree = zfree; [all...] |
| /src/sys/net/ |
| ppp-deflate.c | 72 static void zfree(void *, void *ptr); 138 zfree(void *notused, void *ptr) function 168 state->strm.zfree = zfree; 386 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/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 45 uint zfree;
field in struct:DotZLib.ZStream
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 45 uint zfree;
field in struct:DotZLib.ZStream
|
| /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 45 uint zfree;
field in struct:DotZLib.ZStream
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 45 uint zfree;
field in struct:DotZLib.ZStream
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 45 uint zfree;
field in struct:DotZLib.ZStream
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| zlib.h | 97 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s 98 voidpf opaque; /* private data object passed to zalloc and zfree */ 133 has dropped to zero. The application must initialize zalloc, zfree and 138 parameter for calls of zalloc and zfree. This can be useful for custom 143 If zlib is used in a multi-threaded application, zalloc and zfree must be 146 On 16-bit systems, the functions zalloc and zfree must be able to allocate 207 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 225 zalloc, zfree and opaque must be initialized before by the caller. 226 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 348 next_in, avail_in, zalloc, zfree and opaque must be initialized before b [all...] |
| /src/external/gpl3/binutils/dist/zlib/ |
| zlib.h | 99 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s 100 voidpf opaque; /* private data object passed to zalloc and zfree */ 136 to zero. The application must initialize zalloc, zfree and opaque before 141 parameter for calls of zalloc and zfree. This can be useful for custom 146 If zlib is used in a multi-threaded application, zalloc and zfree must be 147 thread safe. In that case, zlib is thread-safe. When zalloc and zfree are 151 On 16-bit systems, the functions zalloc and zfree must be able to allocate 212 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 231 zalloc, zfree and opaque must be initialized before by the caller. If 232 zalloc and zfree are set to Z_NULL, deflateInit updates them to use defaul [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/ |
| zlib.h | 99 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s 100 voidpf opaque; /* private data object passed to zalloc and zfree */ 136 to zero. The application must initialize zalloc, zfree and opaque before 141 parameter for calls of zalloc and zfree. This can be useful for custom 146 If zlib is used in a multi-threaded application, zalloc and zfree must be 147 thread safe. In that case, zlib is thread-safe. When zalloc and zfree are 151 On 16-bit systems, the functions zalloc and zfree must be able to allocate 212 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 231 zalloc, zfree and opaque must be initialized before by the caller. If 232 zalloc and zfree are set to Z_NULL, deflateInit updates them to use defaul [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/ |
| zlib.h | 99 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s 100 voidpf opaque; /* private data object passed to zalloc and zfree */ 136 to zero. The application must initialize zalloc, zfree and opaque before 141 parameter for calls of zalloc and zfree. This can be useful for custom 146 If zlib is used in a multi-threaded application, zalloc and zfree must be 147 thread safe. In that case, zlib is thread-safe. When zalloc and zfree are 151 On 16-bit systems, the functions zalloc and zfree must be able to allocate 212 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 231 zalloc, zfree and opaque must be initialized before by the caller. If 232 zalloc and zfree are set to Z_NULL, deflateInit updates them to use defaul [all...] |
| /src/external/gpl3/gdb/dist/zlib/ |
| zlib.h | 99 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s 100 voidpf opaque; /* private data object passed to zalloc and zfree */ 136 to zero. The application must initialize zalloc, zfree and opaque before 141 parameter for calls of zalloc and zfree. This can be useful for custom 146 If zlib is used in a multi-threaded application, zalloc and zfree must be 147 thread safe. In that case, zlib is thread-safe. When zalloc and zfree are 151 On 16-bit systems, the functions zalloc and zfree must be able to allocate 212 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 231 zalloc, zfree and opaque must be initialized before by the caller. If 232 zalloc and zfree are set to Z_NULL, deflateInit updates them to use defaul [all...] |
| /src/common/dist/zlib/ |
| zlib.h | 105 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s 106 voidpf opaque; /* private data object passed to zalloc and zfree */ 142 to zero. The application must initialize zalloc, zfree and opaque before 147 parameter for calls of zalloc and zfree. This can be useful for custom 152 If zlib is used in a multi-threaded application, zalloc and zfree must be 153 thread safe. In that case, zlib is thread-safe. When zalloc and zfree are 157 On 16-bit systems, the functions zalloc and zfree must be able to allocate 218 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 237 zalloc, zfree and opaque must be initialized before by the caller. If 238 zalloc and zfree are set to Z_NULL, deflateInit updates them to use defaul [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| zlib.h | 440 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s 441 voidpf opaque; /* private data object passed to zalloc and zfree */ 476 has dropped to zero. The application must initialize zalloc, zfree and 481 parameter for calls of zalloc and zfree. This can be useful for custom 486 If zlib is used in a multi-threaded application, zalloc and zfree must be 489 On 16-bit systems, the functions zalloc and zfree must be able to allocate 550 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 568 zalloc, zfree and opaque must be initialized before by the caller. 569 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 691 next_in, avail_in, zalloc, zfree and opaque must be initialized before b [all...] |