Searched refs:isc_stdio_tell (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | stdio.h | 46 isc_stdio_tell(FILE *f, off_t *offsetp);
|
/bind-9.11.3/lib/isc/unix/ |
H A D | stdio.c | 60 isc_stdio_tell(FILE *f, off_t *offsetp) { function
|
/bind-9.11.3/lib/isc/win32/ |
H A D | stdio.c | 62 isc_stdio_tell(FILE *f, off_t *offsetp) { function
|
/bind-9.11.3/lib/dns/ |
H A D | rbt.c | 536 CHECK(isc_stdio_tell(file, &location)); 580 CHECK(isc_stdio_tell(file, &file_position)); 661 CHECK(isc_stdio_tell(file, &location)); 684 CHECK(isc_stdio_tell(file, &ret)); 733 CHECK(isc_stdio_tell(file, &header_position)); 739 CHECK(isc_stdio_tell(file, &node_position)); 743 CHECK(isc_stdio_tell(file, &end_position));
|
H A D | rbtdb.c | 7772 CHECK(isc_stdio_tell(rbtfile, &where)); 7928 CHECK(isc_stdio_tell(rbtfile, &header_location));
|
/bind-9.11.3/lib/dns/tests/ |
H A D | rbt_serialize_test.c | 118 result = isc_stdio_tell(file, &where);
|
/bind-9.11.3/bin/named/ |
H A D | server.c | 11237 CHECK(isc_stdio_tell(fp, &offset));
|
Completed in 4125 milliseconds