HomeSort by: relevance | last modified time | path
    Searched refs:isc_stdio_tell (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
stdio.h 50 isc_stdio_tell(FILE *f, off_t *offsetp);
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
stdio.h 51 isc_stdio_tell(FILE *f, off_t *offsetp);
  /src/external/mpl/bind/dist/lib/isc/
stdio.c 62 isc_stdio_tell(FILE *f, off_t *offsetp) { function
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
stdio.c 62 isc_stdio_tell(FILE *f, off_t *offsetp) { function
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbt.c 524 CHECK(isc_stdio_tell(file, &location));
591 CHECK(isc_stdio_tell(file, &file_position));
674 CHECK(isc_stdio_tell(file, &location));
697 CHECK(isc_stdio_tell(file, &ret));
747 CHECK(isc_stdio_tell(file, &header_position));
753 CHECK(isc_stdio_tell(file, &node_position));
757 CHECK(isc_stdio_tell(file, &end_position));
rbtdb.c 7913 CHECK(isc_stdio_tell(rbtfile, &where));
8069 CHECK(isc_stdio_tell(rbtfile, &header_location));
  /src/external/mpl/bind/dist/bin/named/
server.c 13159 CHECK(isc_stdio_tell(fp, &offset));

Completed in 46 milliseconds