Searched refs:TRYFREE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.c114 #ifndef TRYFREE
115 # define TRYFREE(p) {if (p) free(p);} macro
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);
2022 TRYFREE(pfile_in_zip_read_info->read_buffer);
2033 TRYFREE(pfile_in_zip_read_inf
[all...]
H A Dzip.c64 #ifndef TRYFREE
65 # define TRYFREE(p) {if (p) free(p);} macro
208 TRYFREE(ldi);
532 TRYFREE(buf);
598 TRYFREE(buf);
833 TRYFREE(buf_read);
908 TRYFREE(ziinit.globalcomment);
910 TRYFREE(zi);
1941 TRYFREE(zi->globalcomment);
1943 TRYFREE(z
[all...]
/external/zlib/src/contrib/minizip/
H A Dunzip.c114 #ifndef TRYFREE
115 # define TRYFREE(p) {if (p) free(p);} macro
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);
2027 TRYFREE(pfile_in_zip_read_info->read_buffer);
2038 TRYFREE(pfile_in_zip_read_inf
[all...]
H A Dzip.c64 #ifndef TRYFREE
65 # define TRYFREE(p) {if (p) free(p);} macro
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(z
[all...]

Completed in 1913 milliseconds