Home | History | Annotate | Download | only in MagickCore

Lines Matching full:destination_file

162     destination_file,
202 destination_file=AcquireUniqueFileResource(destination);
203 if (destination_file == -1)
208 (void) close(destination_file);
219 (void) close(destination_file);
229 count=(ssize_t) write(destination_file,buffer,length);
232 (void) close(destination_file);
239 (void) close(destination_file);