Home
last modified time | relevance | path

Searched refs:seek_offset (Results 26 – 50 of 677) sorted by relevance

12345678910>>...28

/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Dgenfile.c95 if (seek_offset < 0) in read_binary_file()
96 bytes_to_read = -seek_offset; in read_binary_file()
111 bytes_to_read = fst.st_size - seek_offset; in read_binary_file()
132 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
133 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
164 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
185 int64 seek_offset = 0; in pg_read_file() local
199 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
226 int64 seek_offset = 0; in pg_read_binary_file() local
240 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/webm_parser/src/
H A Distream_reader.cc86 std::streamsize seek_offset; in Skip() local
88 seek_offset = streamsize_max; in Skip()
90 seek_offset = static_cast<std::streamsize>(num_to_skip); in Skip()
92 if (istream_->seekg(seek_offset, std::ios_base::cur)) { in Skip()
93 *num_actually_skipped = static_cast<std::uint64_t>(seek_offset); in Skip()
94 position_ += static_cast<std::uint64_t>(seek_offset); in Skip()
95 if (static_cast<std::uint64_t>(seek_offset) == num_to_skip) { in Skip()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/webm_parser/src/
H A Distream_reader.cc86 std::streamsize seek_offset; in Skip() local
88 seek_offset = streamsize_max; in Skip()
90 seek_offset = static_cast<std::streamsize>(num_to_skip); in Skip()
92 if (istream_->seekg(seek_offset, std::ios_base::cur)) { in Skip()
93 *num_actually_skipped = static_cast<std::uint64_t>(seek_offset); in Skip()
94 position_ += static_cast<std::uint64_t>(seek_offset); in Skip()
95 if (static_cast<std::uint64_t>(seek_offset) == num_to_skip) { in Skip()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebm/source/webm_parser/src/
H A Distream_reader.cc86 std::streamsize seek_offset; in Skip() local
88 seek_offset = streamsize_max; in Skip()
90 seek_offset = static_cast<std::streamsize>(num_to_skip); in Skip()
92 if (istream_->seekg(seek_offset, std::ios_base::cur)) { in Skip()
93 *num_actually_skipped = static_cast<std::uint64_t>(seek_offset); in Skip()
94 position_ += static_cast<std::uint64_t>(seek_offset); in Skip()
95 if (static_cast<std::uint64_t>(seek_offset) == num_to_skip) { in Skip()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dgenfile.c126 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
127 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
216 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
239 int64 seek_offset = 0; in pg_read_file() local
254 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
267 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
284 int64 seek_offset = 0; in pg_read_file_v2() local
293 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
320 int64 seek_offset = 0; in pg_read_binary_file() local
329 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Dgenfile.c126 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
127 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
216 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
239 int64 seek_offset = 0; in pg_read_file() local
254 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
267 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
284 int64 seek_offset = 0; in pg_read_file_v2() local
293 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
320 int64 seek_offset = 0; in pg_read_binary_file() local
329 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Dgenfile.c126 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
127 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
216 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
239 int64 seek_offset = 0; in pg_read_file() local
254 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
267 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
284 int64 seek_offset = 0; in pg_read_file_v2() local
293 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
320 int64 seek_offset = 0; in pg_read_binary_file() local
329 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Dgenfile.c126 if (fseeko(file, (off_t) seek_offset,
127 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0)
216 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok);
239 int64 seek_offset = 0;
254 seek_offset = PG_GETARG_INT64(1);
267 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok);
284 int64 seek_offset = 0;
293 seek_offset = PG_GETARG_INT64(1);
320 int64 seek_offset = 0;
329 seek_offset = PG_GETARG_INT64(1);
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Dgenfile.c126 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
127 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
216 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
239 int64 seek_offset = 0; in pg_read_file() local
254 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
267 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
284 int64 seek_offset = 0; in pg_read_file_v2() local
293 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
320 int64 seek_offset = 0; in pg_read_binary_file() local
329 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Dgenfile.c126 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
127 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
216 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
239 int64 seek_offset = 0; in pg_read_file() local
254 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
267 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
284 int64 seek_offset = 0; in pg_read_file_v2() local
293 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
320 int64 seek_offset = 0; in pg_read_binary_file() local
329 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/adt/
H A Dgenfile.c126 if (fseeko(file, (off_t) seek_offset,
127 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0)
216 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok);
239 int64 seek_offset = 0;
254 seek_offset = PG_GETARG_INT64(1);
267 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok);
284 int64 seek_offset = 0;
293 seek_offset = PG_GETARG_INT64(1);
320 int64 seek_offset = 0;
329 seek_offset = PG_GETARG_INT64(1);
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Dgenfile.c128 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
129 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
218 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
241 int64 seek_offset = 0; in pg_read_file() local
258 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
271 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
288 int64 seek_offset = 0; in pg_read_file_v2() local
297 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
324 int64 seek_offset = 0; in pg_read_binary_file() local
333 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Dgenfile.c132 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
133 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
221 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
244 int64 seek_offset = 0; in pg_read_file() local
261 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
274 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
291 int64 seek_offset = 0; in pg_read_file_v2() local
300 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
327 int64 seek_offset = 0; in pg_read_binary_file() local
336 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Dgenfile.c132 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
133 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
221 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
244 int64 seek_offset = 0; in pg_read_file() local
261 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
274 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
291 int64 seek_offset = 0; in pg_read_file_v2() local
300 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
327 int64 seek_offset = 0; in pg_read_binary_file() local
336 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/adt/
H A Dgenfile.c132 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
133 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
221 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
244 int64 seek_offset = 0; in pg_read_file() local
261 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
274 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
291 int64 seek_offset = 0; in pg_read_file_v2() local
300 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
327 int64 seek_offset = 0; in pg_read_binary_file() local
336 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/adt/
H A Dgenfile.c132 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
133 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
221 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
244 int64 seek_offset = 0; in pg_read_file() local
261 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
274 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
291 int64 seek_offset = 0; in pg_read_file_v2() local
300 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
327 int64 seek_offset = 0; in pg_read_binary_file() local
336 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Dgenfile.c132 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
133 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
221 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
244 int64 seek_offset = 0; in pg_read_file() local
261 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
274 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
291 int64 seek_offset = 0; in pg_read_file_v2() local
300 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
327 int64 seek_offset = 0; in pg_read_binary_file() local
336 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Dgenfile.c132 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
133 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
221 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
244 int64 seek_offset = 0; in pg_read_file() local
261 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
274 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
291 int64 seek_offset = 0; in pg_read_file_v2() local
300 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
327 int64 seek_offset = 0; in pg_read_binary_file() local
336 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/adt/
H A Dgenfile.c129 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
130 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
219 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
242 int64 seek_offset = 0; in pg_read_file() local
259 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
272 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
289 int64 seek_offset = 0; in pg_read_file_v2() local
298 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
325 int64 seek_offset = 0; in pg_read_binary_file() local
334 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/adt/
H A Dgenfile.c132 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
133 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
221 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
244 int64 seek_offset = 0; in pg_read_file() local
261 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
274 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
291 int64 seek_offset = 0; in pg_read_file_v2() local
300 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
327 int64 seek_offset = 0; in pg_read_binary_file() local
336 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/adt/
H A Dgenfile.c129 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
130 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
219 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
242 int64 seek_offset = 0; in pg_read_file() local
259 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
272 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
289 int64 seek_offset = 0; in pg_read_file_v2() local
298 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
325 int64 seek_offset = 0; in pg_read_binary_file() local
334 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/adt/
H A Dgenfile.c128 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
129 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
218 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
241 int64 seek_offset = 0; in pg_read_file() local
258 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
271 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
288 int64 seek_offset = 0; in pg_read_file_v2() local
297 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
324 int64 seek_offset = 0; in pg_read_binary_file() local
333 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/adt/
H A Dgenfile.c129 if (fseeko(file, (off_t) seek_offset,
130 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0)
219 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok);
242 int64 seek_offset = 0;
259 seek_offset = PG_GETARG_INT64(1);
272 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok);
289 int64 seek_offset = 0;
298 seek_offset = PG_GETARG_INT64(1);
325 int64 seek_offset = 0;
334 seek_offset = PG_GETARG_INT64(1);
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/adt/
H A Dgenfile.c129 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
130 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
219 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
242 int64 seek_offset = 0; in pg_read_file() local
259 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
272 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
289 int64 seek_offset = 0; in pg_read_file_v2() local
298 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
325 int64 seek_offset = 0; in pg_read_binary_file() local
334 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/adt/
H A Dgenfile.c129 if (fseeko(file, (off_t) seek_offset, in read_binary_file()
130 (seek_offset >= 0) ? SEEK_SET : SEEK_END) != 0) in read_binary_file()
219 buf = read_binary_file(filename, seek_offset, bytes_to_read, missing_ok); in read_text_file()
242 int64 seek_offset = 0; in pg_read_file() local
259 seek_offset = PG_GETARG_INT64(1); in pg_read_file()
272 result = read_text_file(filename, seek_offset, bytes_to_read, missing_ok); in pg_read_file()
289 int64 seek_offset = 0; in pg_read_file_v2() local
298 seek_offset = PG_GETARG_INT64(1); in pg_read_file_v2()
325 int64 seek_offset = 0; in pg_read_binary_file() local
334 seek_offset = PG_GETARG_INT64(1); in pg_read_binary_file()
[all …]

12345678910>>...28