Searched refs:stemp (Results 1 – 2 of 2) sorted by relevance
1319 stream *stemp = s->strm; in file_close_file() local1332 while (stemp != 0 && stemp->is_temp != 0) { in file_close_file()1333 stream *snext = stemp->strm; in file_close_file()1335 mem = stemp->memory; in file_close_file()1336 if (stemp->is_temp > 1) in file_close_file()1337 gs_free_object(mem, stemp->cbuf, in file_close_file()1339 s_disable(stemp); in file_close_file()1340 stemp = snext; in file_close_file()1344 if (s->close_strm && stemp != 0) in file_close_file()1345 return sclose(stemp); in file_close_file()
334 stream *stemp = s->strm; in s_filter_close() local341 status = sflush(stemp); in s_filter_close()348 if (close && stemp != 0) in s_filter_close()349 return sclose(stemp); in s_filter_close()