Lines Matching full:whence
3979 % const int whence)
3987 % o whence: Specifies an integer representing how the offset is
3996 const MagickOffsetType offset,const int whence)
4012 if ((offset < 0) && (whence == SEEK_SET))
4014 if (fseek(image->blob->file_info.file,offset,whence) < 0)
4023 if (gzseek(image->blob->file_info.gzfile,(off_t) offset,whence) < 0)
4035 switch (whence)