HomeSort by relevance Sort by last modified time
    Searched refs:TRYFREE (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
gzio.c 44 #define TRYFREE(p) {if (p) free(p);}
362 TRYFREE(s->msg);
383 TRYFREE(s->inbuf);
384 TRYFREE(s->outbuf);
385 TRYFREE(s->path);
386 TRYFREE(s);
1005 TRYFREE(s->msg);
  /external/zlib/src/contrib/minizip/
unzip.c 114 #ifndef TRYFREE
115 # define TRYFREE(p) {if (p) free(p);}
465 TRYFREE(buf);
533 TRYFREE(buf);
819 TRYFREE(s);
    [all...]
zip.c 64 #ifndef TRYFREE
65 # define TRYFREE(p) {if (p) free(p);}
208 TRYFREE(ldi);
532 TRYFREE(buf);
598 TRYFREE(buf);
833 TRYFREE(buf_read);
908 TRYFREE(ziinit.globalcomment);
910 TRYFREE(zi);
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
unzip.c 114 #ifndef TRYFREE
115 # define TRYFREE(p) {if (p) free(p);}
465 TRYFREE(buf);
533 TRYFREE(buf);
819 TRYFREE(s);
    [all...]
zip.c 64 #ifndef TRYFREE
65 # define TRYFREE(p) {if (p) free(p);}
208 TRYFREE(ldi);
532 TRYFREE(buf);
598 TRYFREE(buf);
833 TRYFREE(buf_read);
908 TRYFREE(ziinit.globalcomment);
910 TRYFREE(zi);
    [all...]

Completed in 201 milliseconds