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

  /src/external/gpl3/binutils.old/dist/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);
1512 TRYFREE(pfile_in_zip_read_info);
1569 TRYFREE(pfile_in_zip_read_info);
1589 TRYFREE(pfile_in_zip_read_info);
2030 TRYFREE(pfile_in_zip_read_info->read_buffer);
2041 TRYFREE(pfile_in_zip_read_info)
    [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);
1944 TRYFREE(zi->globalcomment);
1946 TRYFREE(zi)
    [all...]
  /src/external/gpl3/gdb.old/dist/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);
1512 TRYFREE(pfile_in_zip_read_info);
1569 TRYFREE(pfile_in_zip_read_info);
1589 TRYFREE(pfile_in_zip_read_info);
2030 TRYFREE(pfile_in_zip_read_info->read_buffer);
2041 TRYFREE(pfile_in_zip_read_info)
    [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);
1944 TRYFREE(zi->globalcomment);
1946 TRYFREE(zi)
    [all...]

Completed in 17 milliseconds