Searched defs:destroy (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libz/
H A Dgzio.c76 int noclose; /* 1 to skip destroy fclose */
92 local int destroy OF((gz_stream *s));
149 return destroy(s), (gzFile)Z_NULL;
177 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
193 return destroy(s), (gzFile)Z_NULL;
215 return destroy(s), (gzFile)Z_NULL;
223 return destroy(s), (gzFile)Z_NULL;
441 local int destroy (s) function
1125 return destroy((gz_stream*)file);
1131 return destroy((gz_strea
[all...]

Completed in 135 milliseconds