Home
last modified time | relevance | path

Searched refs:file_offset (Results 1 – 25 of 3942) sorted by last modified time

12345678910>>...158

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/resource/
H A Ddata_pack.cc200 uint32le_t file_offset; member
405 if (resource_table_[i].file_offset > data_length) { in LoadImpl()
461 if (entry_offset > pak_size || next_entry->file_offset > pak_size) { in GetStringPiece()
470 size_t length = next_entry->file_offset - target->file_offset; in GetStringPiece()
472 data_source_->GetData() + target->file_offset), in GetStringPiece()
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/lib/
H A Dutilities.h423 RmOff rm_offset_get_from_fd(int fd, RmOff file_offset, RmOff *file_offset_next, bool *is_last);
430 RmOff rm_offset_get_from_path(const char *path, RmOff file_offset,
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lanserv/
H A Dbmc_storage.c1975 unsigned int file_offset; member
2003 if (lseek(fd, info->file_offset + offset, SEEK_SET) == -1) { in fru_file_io_cb()
2009 info->filename, info->file_offset + offset, in fru_file_io_cb()
2023 info->file_offset + offset, in fru_file_io_cb()
2031 info->file_offset + offset, in fru_file_io_cb()
2050 if (lseek(fd, info->file_offset + offset, SEEK_SET) == -1) { in fru_file_io_cb()
2056 info->filename, info->file_offset + offset, in fru_file_io_cb()
2070 info->file_offset + offset, in fru_file_io_cb()
2078 info->file_offset + offset, in fru_file_io_cb()
2098 unsigned int file_offset, in ipmi_mc_add_fru_file() argument
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/ext2ed/
H A Dfile_com.c38 file_info.file_offset=0; in init_file_info()
87 file_info.file_offset=file_info.block_num*file_system_info.block_size; in type_file___nextblock()
188 file_info.file_offset=file_info.block_num*file_system_info.block_size; in type_file___prevblock()
219 file_info.file_offset=file_info.block_num*file_system_info.block_size; in type_file___block()
267 if (file_info.file_offset+offset>file_info.file_length-1) break; in file_show_hex()
271 if (file_info.file_offset+offset+i>file_info.file_length-1) { in file_show_hex()
291 if (file_info.file_offset+offset+i>file_info.file_length-1) break; in file_show_hex()
332 if (file_info.file_offset+last_offset > file_info.file_length-1) in file_show_text()
333 last_offset=file_info.file_length-1-file_info.file_offset; in file_show_text()
388 wprintw (show_win,"File Offset %ld of %ld.",file_info.file_offset,file_info.file_length-1); in show_status()
H A Ddir_com.c64 info_ptr->file_offset=0;
109 while (info.file_offset < info.file_length) { /* While we haven't reached the end */
125 info.file_offset += next;
127 if (info.file_offset >= info.file_length) break;
134 info.file_offset=info.block_num*file_system_info.block_size;
530 wprintw (show_win,"Directory Offset %ld of %ld. ",file_info.file_offset,file_info.file_length-1);
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/plugins/liana/
H A Dliana.c86 int mk_liana_send_file(int socket_fd, int file_fd, off_t *file_offset, in mk_liana_send_file() argument
95 ret = sendfile(socket_fd, file_fd, file_offset, file_count); in mk_liana_send_file()
102 off_t offset = *file_offset; in mk_liana_send_file()
111 *file_offset += len; in mk_liana_send_file()
116 off_t offset = *file_offset; in mk_liana_send_file()
125 *file_offset += len; in mk_liana_send_file()
134 if (NULL != file_offset) { in mk_liana_send_file()
135 lseek(file_fd, *file_offset, SEEK_SET); in mk_liana_send_file()
/dports/security/nss/nss-3.76.1/nss/lib/ssl/
H A Dsslsock.c3461 sfd.file_offset = 0; in ssl_TransmitFile()
/dports/security/trousers/trousers-0.3.14_3/src/tspi/ps/
H A Dtspps.c289 off_t file_offset; in psfile_get_key_by_uuid() local
297 file_offset = TSSPS_BLOB_DATA_OFFSET(&tmp); in psfile_get_key_by_uuid()
299 rc = lseek(fd, file_offset, SEEK_SET); in psfile_get_key_by_uuid()
327 off_t file_offset; in psfile_get_key_by_pub() local
335 file_offset = TSSPS_BLOB_DATA_OFFSET(&tmp); in psfile_get_key_by_pub()
337 rc = lseek(fd, file_offset, SEEK_SET); in psfile_get_key_by_pub()
482 int rc, file_offset; in psfile_write_key() local
493 file_offset = stat_buf.st_size; in psfile_write_key()
495 if (file_offset < (int)TSSPS_KEYS_OFFSET) { in psfile_write_key()
498 file_offset = TSSPS_KEYS_OFFSET; in psfile_write_key()
[all …]
/dports/security/trousers/trousers-0.3.14_3/src/tcs/ps/
H A Dtcsps.c163 UINT32 file_offset = 0; in psfile_get_parent_uuid_by_uuid() local
206 UINT32 file_offset = 0; in psfile_get_key_by_uuid() local
259 UINT32 file_offset = 0; in psfile_get_key_by_cache_entry() local
262 file_offset = TSSPS_BLOB_DATA_OFFSET(c); in psfile_get_key_by_cache_entry()
264 rc = lseek(fd, file_offset, SEEK_SET); in psfile_get_key_by_cache_entry()
295 UINT32 file_offset; in psfile_get_vendor_data() local
298 file_offset = TSSPS_VENDOR_DATA_OFFSET(c); in psfile_get_vendor_data()
300 rc = lseek(fd, file_offset, SEEK_SET); in psfile_get_vendor_data()
354 UINT32 file_offset = 0; in psfile_is_pub_registered() local
413 UINT32 file_offset = 0; in psfile_get_uuid_by_pub() local
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dstorage.cpp146 m_part_file->export_file([&f, &ec](std::int64_t file_offset, span<char> buf) in set_file_priority()
149 std::int64_t const ret = f->writev(file_offset, v, ec.ec); in set_file_priority()
152 }, fs.file_offset(i), fs.file_size(i), ec.ec); in set_file_priority()
535 , std::int64_t const file_offset in readv()
553 , file_offset, 0); in readv()
572 int const ret = int(handle->readv(file_offset in readv()
600 , std::int64_t const file_offset in writev()
617 , file_offset, 0); in writev()
640 int const ret = int(handle->writev(file_offset in writev()
/dports/net-mgmt/nagircbot/nagircbot-0.0.33/
H A Dbr.h35 off_t file_offset(void);
H A Dbr.cpp239 off_t buffered_reader::file_offset(void) in file_offset() function in buffered_reader
/dports/net-mgmt/nagtail/nagtail-0.0.31/
H A Dbr.h49 off_t file_offset(void);
H A Dbr.cpp254 off_t buffered_reader::file_offset(void) in file_offset() function in buffered_reader
/dports/net-mgmt/nagcon/nagcon-0.0.32/
H A Dbr.h39 off64_t file_offset(void);
H A Dbr.cpp239 off64_t buffered_reader::file_offset(void) in file_offset() function in buffered_reader
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/
H A Djmemdos.c241 long file_offset, long byte_count) in read_file_store() argument
257 long file_offset, long byte_count) in write_file_store() argument
331 long file_offset, long byte_count) in read_xms_store() argument
343 spec.src.offset = file_offset; in read_xms_store()
355 file_offset + byte_count - 1L, 2L); in read_xms_store()
364 long file_offset, long byte_count) in write_xms_store() argument
378 spec.dst.offset = file_offset; in write_xms_store()
388 file_offset + byte_count - 1L, 2L); in write_xms_store()
391 file_offset + byte_count - 1L, 2L); in write_xms_store()
489 long file_offset, long byte_count) in read_ems_store() argument
[all …]
/dports/misc/xtar/xtar-1.4/
H A Dxtar.c802 tar_file->file_offset = offset;
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/ext2ed/
H A Dfile_com.c38 file_info.file_offset=0; in init_file_info()
87 file_info.file_offset=file_info.block_num*file_system_info.block_size; in type_file___nextblock()
188 file_info.file_offset=file_info.block_num*file_system_info.block_size; in type_file___prevblock()
219 file_info.file_offset=file_info.block_num*file_system_info.block_size; in type_file___block()
267 if (file_info.file_offset+offset>file_info.file_length-1) break; in file_show_hex()
271 if (file_info.file_offset+offset+i>file_info.file_length-1) { in file_show_hex()
291 if (file_info.file_offset+offset+i>file_info.file_length-1) break; in file_show_hex()
332 if (file_info.file_offset+last_offset > file_info.file_length-1) in file_show_text()
333 last_offset=file_info.file_length-1-file_info.file_offset; in file_show_text()
388 wprintw (show_win,"File Offset %ld of %ld.",file_info.file_offset,file_info.file_length-1); in show_status()
H A Ddir_com.c64 info_ptr->file_offset=0; in init_dir_info()
109 while (info.file_offset < info.file_length) { /* While we haven't reached the end */ in search_dir_entries()
125 info.file_offset += next; in search_dir_entries()
127 if (info.file_offset >= info.file_length) break; in search_dir_entries()
134 info.file_offset=info.block_num*file_system_info.block_size; in search_dir_entries()
530 wprintw (show_win,"Directory Offset %ld of %ld. ",file_info.file_offset,file_info.file_length-1); in show_dir_status()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/ext2ed/
H A Dfile_com.c38 file_info.file_offset=0; in init_file_info()
87 file_info.file_offset=file_info.block_num*file_system_info.block_size; in type_file___nextblock()
188 file_info.file_offset=file_info.block_num*file_system_info.block_size; in type_file___prevblock()
219 file_info.file_offset=file_info.block_num*file_system_info.block_size; in type_file___block()
267 if (file_info.file_offset+offset>file_info.file_length-1) break; in file_show_hex()
271 if (file_info.file_offset+offset+i>file_info.file_length-1) { in file_show_hex()
291 if (file_info.file_offset+offset+i>file_info.file_length-1) break; in file_show_hex()
332 if (file_info.file_offset+last_offset > file_info.file_length-1) in file_show_text()
333 last_offset=file_info.file_length-1-file_info.file_offset; in file_show_text()
388 wprintw (show_win,"File Offset %ld of %ld.",file_info.file_offset,file_info.file_length-1); in show_status()
H A Ddir_com.c64 info_ptr->file_offset=0; in init_dir_info()
109 while (info.file_offset < info.file_length) { /* While we haven't reached the end */ in search_dir_entries()
125 info.file_offset += next; in search_dir_entries()
127 if (info.file_offset >= info.file_length) break; in search_dir_entries()
134 info.file_offset=info.block_num*file_system_info.block_size; in search_dir_entries()
530 wprintw (show_win,"Directory Offset %ld of %ld. ",file_info.file_offset,file_info.file_length-1); in show_dir_status()
/dports/devel/patch/patch-2.7.6/src/
H A Dpch.c91 static void next_intuit_at (file_offset, lin);
92 static void skip_to (file_offset, lin);
115 file_offset file_pos = 0; in open_patch_file()
116 file_offset pos; in open_patch_file()
163 if (p_filesize != (file_offset) p_filesize) in open_patch_file()
428 file_offset this_line = 0; in intuit_diff_type()
429 file_offset first_command_line = -1; in intuit_diff_type()
485 file_offset previous_line = this_line; in intuit_diff_type()
791 file_offset saved_p_base = p_base; in intuit_diff_type()
1211 file_offset repl_backtrack_position = 0; in another_hunk()
[all …]
H A Dcommon.h161 typedef off_t file_offset; typedef
165 typedef long file_offset; typedef
H A Dpch.c.orig91 static void next_intuit_at (file_offset, lin);
92 static void skip_to (file_offset, lin);
115 file_offset file_pos = 0;
116 file_offset pos;
163 if (p_filesize != (file_offset) p_filesize)
428 file_offset this_line = 0;
429 file_offset first_command_line = -1;
485 file_offset previous_line = this_line;
791 file_offset saved_p_base = p_base;
1211 file_offset repl_backtrack_position = 0;
[all …]

12345678910>>...158