Searched refs:isc_offset_t (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/lib/isc/win32/include/isc/
H A Doffset.h20 typedef _off_t isc_offset_t; typedef
/bind-9.11.3/lib/isc/unix/include/isc/
H A Doffset.h22 typedef off_t isc_offset_t; typedef
/bind-9.11.3/bin/named/
H A Dlogconf.c138 isc_offset_t size = 0;
142 * isc_offset_t is a signed integer type, so the maximum
145 switch (sizeof(isc_offset_t)) {
166 size = (isc_offset_t)cfg_obj_asuint64(sizeobj);
/bind-9.11.3/lib/isc/include/isc/
H A Dfile.h294 isc_file_truncate(const char *filename, isc_offset_t size);
H A Dlog.h123 isc_offset_t maximum_size;
/bind-9.11.3/lib/dns/
H A Djournal.c185 * XXXDCL ... probably, since isc_offset_t is 8 bytes on many OSs.
245 isc_offset_t offset;
308 isc_offset_t offset; /*%< Current file offset */
411 j->offset += (isc_offset_t)nbytes;
426 j->offset += (isc_offset_t)nbytes;
828 if ((isc_offset_t)(pos->offset + sizeof(journal_rawxhdr_t) + xhdr.size)
1170 isc_offset_t offset;
/bind-9.11.3/lib/isc/unix/
H A Dfile.c574 isc_file_truncate(const char *filename, isc_offset_t size) {
/bind-9.11.3/lib/isc/win32/
H A Dfile.c642 isc_file_truncate(const char *filename, isc_offset_t size) {

Completed in 36 milliseconds