Home
last modified time | relevance | path

Searched refs:seek_type (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/audio/easytag/easytag-2.4.3/src/tags/
H A Dwavpack_private.c82 GSeekType seek_type; in wavpack_set_pos_rel() local
89 seek_type = G_SEEK_SET; in wavpack_set_pos_rel()
92 seek_type = G_SEEK_CUR; in wavpack_set_pos_rel()
95 seek_type = G_SEEK_END; in wavpack_set_pos_rel()
102 if (!g_seekable_seek (state->seekable, delta, seek_type, NULL, in wavpack_set_pos_rel()
/dports/databases/rocksdb/rocksdb-6.26.1/trace_replay/
H A Dtrace_record.cc108 SeekType seek_type, uint32_t column_family_id, PinnableSlice&& key, in IteratorSeekQueryTraceRecord() argument
111 type_(seek_type), in IteratorSeekQueryTraceRecord()
116 SeekType seek_type, uint32_t column_family_id, const std::string& key, in IteratorSeekQueryTraceRecord() argument
119 type_(seek_type), in IteratorSeekQueryTraceRecord()
125 SeekType seek_type, uint32_t column_family_id, PinnableSlice&& key, in IteratorSeekQueryTraceRecord() argument
130 type_(seek_type), in IteratorSeekQueryTraceRecord()
135 SeekType seek_type, uint32_t column_family_id, const std::string& key, in IteratorSeekQueryTraceRecord() argument
139 type_(seek_type), in IteratorSeekQueryTraceRecord()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/trace_replay/
H A Dtrace_record.cc108 SeekType seek_type, uint32_t column_family_id, PinnableSlice&& key, in IteratorSeekQueryTraceRecord() argument
111 type_(seek_type), in IteratorSeekQueryTraceRecord()
116 SeekType seek_type, uint32_t column_family_id, const std::string& key, in IteratorSeekQueryTraceRecord() argument
119 type_(seek_type), in IteratorSeekQueryTraceRecord()
125 SeekType seek_type, uint32_t column_family_id, PinnableSlice&& key, in IteratorSeekQueryTraceRecord() argument
130 type_(seek_type), in IteratorSeekQueryTraceRecord()
135 SeekType seek_type, uint32_t column_family_id, const std::string& key, in IteratorSeekQueryTraceRecord() argument
139 type_(seek_type), in IteratorSeekQueryTraceRecord()
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsjobseekread.c75 GSeekType seek_type, in g_vfs_job_seek_read_new() argument
88 job->seek_type = seek_type; in g_vfs_job_seek_read_new()
129 op_job->seek_type); in run()
145 op_job->seek_type); in try()
H A Dgvfsjobseekwrite.c75 GSeekType seek_type, in g_vfs_job_seek_write_new() argument
88 job->seek_type = seek_type; in g_vfs_job_seek_write_new()
129 op_job->seek_type); in run()
145 op_job->seek_type); in try()
H A Dgvfswritechannel.c105 GSeekType seek_type; in write_channel_handle_request() local
132 seek_type = G_SEEK_SET; in write_channel_handle_request()
134 seek_type = G_SEEK_END; in write_channel_handle_request()
138 seek_type, in write_channel_handle_request()
H A Dgvfsreadchannel.c148 GSeekType seek_type; in read_channel_handle_request() local
175 seek_type = G_SEEK_SET; in read_channel_handle_request()
177 seek_type = G_SEEK_END; in read_channel_handle_request()
183 seek_type, in read_channel_handle_request()
H A Dgvfsjobseekread.h48 GSeekType seek_type; member
62 GSeekType seek_type,
H A Dgvfsjobseekwrite.h48 GSeekType seek_type; member
62 GSeekType seek_type,
/dports/security/yapet/yapet-2.3/src/libs/file/
H A Drawfile.hh53 using seek_type = long; typedef in yapet::RawFile
102 void seekAbsolute(seek_type position);
117 seek_type getPosition();
/dports/devel/gio-sharp/gio-sharp-2.22.3/gio/
H A DGioStream.cs209 SeekType seek_type; in Seek()
212 seek_type = SeekType.Cur; in Seek()
215 seek_type = SeekType.End; in Seek()
219 seek_type = SeekType.Set; in Seek()
222 seekable.Seek (offset, seek_type, null); in Seek()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio/
H A DGioStream.cs200 SeekType seek_type; in Seek()
203 seek_type = SeekType.Cur; in Seek()
206 seek_type = SeekType.End; in Seek()
210 seek_type = SeekType.Set; in Seek()
213 seekable.Seek (offset, seek_type, null); in Seek()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/cairo_io/
H A Dcairo-image-surface-tiff.c57 GSeekType seek_type; in tiff_seek() local
59 seek_type = G_SEEK_SET; in tiff_seek()
62 seek_type = G_SEEK_SET; in tiff_seek()
65 seek_type = G_SEEK_CUR; in tiff_seek()
68 seek_type = G_SEEK_END; in tiff_seek()
72 if (! g_seekable_seek (G_SEEKABLE (h->istream), offset, seek_type, h->cancellable, NULL)) in tiff_seek()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/media_controls/elements/
H A Dmedia_control_timeline_metrics.cc228 SeekType seek_type = in RecordEndGesture() local
238 seek_type = SeekType::kDragFromCurrentPosition; in RecordEndGesture()
241 seek_type = SeekType::kClick; in RecordEndGesture()
244 seek_type = SeekType::kDragFromElsewhere; in RecordEndGesture()
248 RecordSeekTypeByWidth(timeline_width, seek_type); in RecordEndGesture()
250 if (seek_type == SeekType::kClick) in RecordEndGesture()
/dports/multimedia/xawtv/xawtv-3.107/common/
H A Dget_media_devices.c450 const enum device_type seek_type) in get_associated_device() argument
457 if (seek_type != NONE && seek_device[0]) { in get_associated_device()
465 if (last_seek && md_ptr->type == seek_type && in get_associated_device()
472 if (md_ptr->type == seek_type && in get_associated_device()
483 if (last_seek && md_ptr->type == seek_type && in get_associated_device()
513 const enum device_type seek_type) in fget_associated_device() argument
535 if (last_seek && md_ptr->type == seek_type in fget_associated_device()
543 if (md_ptr->type == seek_type in fget_associated_device()
555 if (last_seek && md_ptr->type == seek_type in fget_associated_device()
H A Dget_media_devices.h128 const enum device_type seek_type);
149 const enum device_type seek_type);
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/util/
H A Dfile-serializer.c27 enum serialize_seek_type seek_type) in file_input_seek() argument
31 switch (seek_type) { in file_input_seek()
88 enum serialize_seek_type seek_type) in file_output_seek() argument
93 switch (seek_type) { in file_output_seek()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/libmedia_dev/
H A Dget_media_devices.c450 const enum device_type seek_type) in get_associated_device() argument
457 if (seek_type != NONE && seek_device[0]) { in get_associated_device()
465 if (last_seek && md_ptr->type == seek_type && in get_associated_device()
472 if (md_ptr->type == seek_type && in get_associated_device()
483 if (last_seek && md_ptr->type == seek_type && in get_associated_device()
513 const enum device_type seek_type) in fget_associated_device() argument
535 if (last_seek && md_ptr->type == seek_type in fget_associated_device()
543 if (md_ptr->type == seek_type in fget_associated_device()
555 if (last_seek && md_ptr->type == seek_type in fget_associated_device()
H A Dget_media_devices.h130 const enum device_type seek_type);
151 const enum device_type seek_type);
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/libmedia_dev/
H A Dget_media_devices.c450 const enum device_type seek_type) in get_associated_device() argument
457 if (seek_type != NONE && seek_device[0]) { in get_associated_device()
465 if (last_seek && md_ptr->type == seek_type && in get_associated_device()
472 if (md_ptr->type == seek_type && in get_associated_device()
483 if (last_seek && md_ptr->type == seek_type && in get_associated_device()
513 const enum device_type seek_type) in fget_associated_device() argument
535 if (last_seek && md_ptr->type == seek_type in fget_associated_device()
543 if (md_ptr->type == seek_type in fget_associated_device()
555 if (last_seek && md_ptr->type == seek_type in fget_associated_device()
H A Dget_media_devices.h130 const enum device_type seek_type);
151 const enum device_type seek_type);
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/libmedia_dev/
H A Dget_media_devices.c450 const enum device_type seek_type) in get_associated_device() argument
457 if (seek_type != NONE && seek_device[0]) { in get_associated_device()
465 if (last_seek && md_ptr->type == seek_type && in get_associated_device()
472 if (md_ptr->type == seek_type && in get_associated_device()
483 if (last_seek && md_ptr->type == seek_type && in get_associated_device()
513 const enum device_type seek_type) in fget_associated_device() argument
535 if (last_seek && md_ptr->type == seek_type in fget_associated_device()
543 if (md_ptr->type == seek_type in fget_associated_device()
555 if (last_seek && md_ptr->type == seek_type in fget_associated_device()
H A Dget_media_devices.h130 const enum device_type seek_type);
151 const enum device_type seek_type);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/objs/
H A Dfile.cpp244 int seek_type = CF_SEEK_CUR; variable
246 seek_type = CF_SEEK_SET;
248 seek_type = CF_SEEK_CUR;
250 seek_type = CF_SEEK_END;
254 if (cfseek(cfp->get(), o, seek_type))
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/vfs/
H A Dvfs_implementation_cdrom.c70 const char *seek_type = "SEEK_SET"; in retro_vfs_file_seek_cdrom() local
72 (void)seek_type; in retro_vfs_file_seek_cdrom()
82 seek_type = "SEEK_CUR"; in retro_vfs_file_seek_cdrom()
96 seek_type = "SEEK_END"; in retro_vfs_file_seek_cdrom()
103 seek_type = "SEEK_SET"; in retro_vfs_file_seek_cdrom()
116 … %" PRIu64 " is now at %" PRIu64 " (MSF %02u:%02u:%02u) (LBA %u)...\n", seek_type, stream->orig_pa… in retro_vfs_file_seek_cdrom()

1234567