Lines Matching defs:temp_fd
45 int temp_fd;
276 i_assert(astream->part.temp_fd == -1);
282 astream->part.temp_fd = fd;
373 input = i_stream_create_fd(part->temp_fd, IO_BLOCK_SIZE);
437 i_close_fd(&part->temp_fd);
438 part->temp_fd = outfd;
513 input = i_stream_create_fd(part->temp_fd, IO_BLOCK_SIZE);
540 i_close_fd(&part->temp_fd);
547 part->temp_fd = -1;
699 astream->part.temp_fd = -1;