temp_file_name    121 main/streams/plain_wrapper.c 	char *temp_file_name;	/* if non-null, this is the path to a temporary file that
temp_file_name    165 main/streams/plain_wrapper.c 	self->temp_file_name = NULL;
temp_file_name    181 main/streams/plain_wrapper.c 	self->temp_file_name = NULL;
temp_file_name    206 main/streams/plain_wrapper.c 			self->temp_file_name = opened_path;
temp_file_name    308 main/streams/plain_wrapper.c 	self->temp_file_name = NULL;
temp_file_name    443 main/streams/plain_wrapper.c 		if (data->temp_file_name) {
temp_file_name    444 main/streams/plain_wrapper.c 			unlink(data->temp_file_name);
temp_file_name    446 main/streams/plain_wrapper.c 			efree(data->temp_file_name);
temp_file_name    447 main/streams/plain_wrapper.c 			data->temp_file_name = NULL;