Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dgzio.c44 #define TRYFREE(p) {if (p) free(p);} macro
362 TRYFREE(s->msg);
383 TRYFREE(s->inbuf);
384 TRYFREE(s->outbuf);
385 TRYFREE(s->path);
386 TRYFREE(s);
1005 TRYFREE(s->msg);