Searched refs:off_t (Results 1 - 23 of 23) sorted by relevance
| /bind-9.11.3/lib/isc/unix/include/isc/ |
| H A D | offset.h | 22 typedef off_t isc_offset_t;
|
| /bind-9.11.3/lib/isc/include/isc/ |
| H A D | stdio.h | 42 isc_stdio_seek(FILE *f, off_t offset, int whence); 46 isc_stdio_tell(FILE *f, off_t *offsetp);
|
| H A D | file.h | 323 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 D | stdio.c | 45 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 D | file.c | 106 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 D | stdio.c | 47 isc_stdio_seek(FILE *f, off_t offset, int whence) { 62 isc_stdio_tell(FILE *f, off_t *offsetp) {
|
| H A D | file.c | 151 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 D | fs.hpp | 263 off_t get_size(void) const;
|
| H A D | fs.cpp | 335 off_t
|
| /bind-9.11.3/lib/dns/include/dns/ |
| H A D | rbt.h | 720 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 D | types.h | 427 (*dns_deserializefunc_t)(void *, FILE *, off_t);
|
| /bind-9.11.3/unit/atf-src/atf-c/detail/ |
| H A D | fs.h | 99 off_t atf_fs_stat_get_size(const atf_fs_stat_t *);
|
| H A D | fs.c | 610 off_t
|
| /bind-9.11.3/unit/atf-src/tools/ |
| H A D | fs.hpp | 235 off_t get_size(void) const;
|
| H A D | fs.cpp | 492 off_t
|
| /bind-9.11.3/lib/dns/tests/ |
| H A D | rbt_serialize_test.c | 108 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 D | config.h.win32 | 221 typedef long off_t; 226 typedef __int64 off_t;
|
| /bind-9.11.3/lib/lwres/win32/include/lwres/ |
| H A D | netdb.h | 16 #define off_t _off_t macro
|
| /bind-9.11.3/lib/dns/ |
| H A D | rbt.c | 515 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 D | rbtdb.c | 7532 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 D | journal.c | 387 result = isc_stdio_seek(j->fp, (off_t)offset, SEEK_SET);
|
| /bind-9.11.3/bin/tests/dst/ |
| H A D | t_dst.c | 625 off_t size; 716 off_t size;
|
| /bind-9.11.3/bin/named/ |
| H A D | server.c | 11228 off_t offset;
|
Completed in 87 milliseconds