HomeSort by relevance Sort by last modified time
    Searched defs:myfree (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
example.c 56 void myfree OF((void *, void *));
66 void myfree(void *q, void *p) function
73 static free_func zfree = myfree;
minigzip.c 153 void myfree OF((void *, void *));
163 void myfree(q, p) function
209 gz->strm.zfree = myfree;
  /external/python/cpython2/Modules/zlib/
example.c 56 void myfree OF((void *, void *));
66 void myfree(void *q, void *p) function
73 static free_func zfree = myfree;
minigzip.c 153 void myfree OF((void *, void *));
163 void myfree(q, p) function
209 gz->strm.zfree = myfree;
  /external/python/cpython3/Modules/zlib/
example.c 56 void myfree OF((void *, void *));
66 void myfree(void *q, void *p) function
73 static free_func zfree = myfree;
minigzip.c 153 void myfree OF((void *, void *));
163 void myfree(q, p) function
209 gz->strm.zfree = myfree;
  /external/zlib/src/test/
example.c 56 void myfree OF((void *, void *));
66 void myfree(void *q, void *p) function
73 static free_func zfree = myfree;
minigzip.c 153 void myfree OF((void *, void *));
163 void myfree(q, p) function
209 gz->strm.zfree = myfree;
  /toolchain/binutils/binutils-2.27/zlib/test/
example.c 56 void myfree OF((void *, void *));
66 void myfree(void *q, void *p) function
73 static free_func zfree = myfree;
minigzip.c 153 void myfree OF((void *, void *));
163 void myfree(q, p) function
209 gz->strm.zfree = myfree;

Completed in 727 milliseconds