Searched refs:off_t (Results 1 - 23 of 23) sorted by relevance

/bind-9.11.3/lib/isc/unix/include/isc/
H A Doffset.h22 typedef off_t isc_offset_t;
/bind-9.11.3/lib/isc/include/isc/
H A Dstdio.h42 isc_stdio_seek(FILE *f, off_t offset, int whence);
46 isc_stdio_tell(FILE *f, off_t *offsetp);
H A Dfile.h323 isc_file_getsize(const char *file, off_t *size);
333 isc_file_getsizefd(int fd, off_t *size);
344 int flags, int fd, off_t offset);
/bind-9.11.3/lib/isc/unix/
H A Dstdio.c45 isc_stdio_seek(FILE *f, off_t offset, int whence) {
60 isc_stdio_tell(FILE *f, off_t *offsetp) {
61 off_t r;
H A Dfile.c106 isc_file_getsizefd(int fd, off_t *size) {
155 isc_file_getsize(const char *file, off_t *size) {
659 int flags, int fd, off_t offset)
666 off_t end;
674 if (end - offset < (off_t) len)
/bind-9.11.3/lib/isc/win32/
H A Dstdio.c47 isc_stdio_seek(FILE *f, off_t offset, int whence) {
62 isc_stdio_tell(FILE *f, off_t *offsetp) {
H A Dfile.c151 isc_file_getsizefd(int fd, off_t *size) {
265 isc_file_getsize(const char *file, off_t *size) {
739 int flags, int fd, off_t offset)
743 off_t end;
751 if (end - offset < (off_t) len)
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.hpp263 off_t get_size(void) const;
H A Dfs.cpp335 off_t
/bind-9.11.3/lib/dns/include/dns/
H A Drbt.h720 off_t
721 dns_rbt_serialize_align(off_t target);
731 void *writer_arg, off_t *offset);
742 off_t header_offset, isc_mem_t *mctx,
H A Dtypes.h427 (*dns_deserializefunc_t)(void *, FILE *, off_t);
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs.h99 off_t atf_fs_stat_get_size(const atf_fs_stat_t *);
H A Dfs.c610 off_t
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.hpp235 off_t get_size(void) const;
H A Dfs.cpp492 off_t
/bind-9.11.3/lib/dns/tests/
H A Drbt_serialize_test.c108 off_t where;
282 off_t offset;
284 off_t filesize = 0;
354 off_t offset;
356 off_t filesize = 0;
/bind-9.11.3/
H A Dconfig.h.win32221 typedef long off_t;
226 typedef __int64 off_t;
/bind-9.11.3/lib/lwres/win32/include/lwres/
H A Dnetdb.h16 #define off_t _off_t macro
/bind-9.11.3/lib/dns/
H A Drbt.c515 off_t location;
570 off_t file_position;
651 off_t location = 0, offset_adjust;
682 off_t ret;
708 off_t
709 dns_rbt_serialize_align(off_t target) {
710 off_t offset = target % 8;
721 void *writer_arg, off_t *offset)
724 off_t header_position, node_position, end_position;
889 off_t header_offse
[all...]
H A Drbtdb.c7532 deserialize32(void *arg, FILE *f, off_t offset) {
7538 off_t filesize = 0;
7574 (off_t) header->tree,
7591 (off_t) header->nsec,
7602 (off_t) header->nsec3,
7745 off_t where;
7781 if ((off_t)off != where)
7863 rbtdb_write_header(FILE *rbtfile, off_t tree_location, off_t nsec_location,
7864 off_t nsec3_locatio
[all...]
H A Djournal.c387 result = isc_stdio_seek(j->fp, (off_t)offset, SEEK_SET);
/bind-9.11.3/bin/tests/dst/
H A Dt_dst.c625 off_t size;
716 off_t size;
/bind-9.11.3/bin/named/
H A Dserver.c11228 off_t offset;

Completed in 100 milliseconds