HomeSort by: relevance | last modified time | path
    Searched defs:mmap_location (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbt.c 99 void *mmap_location; member in struct:dns_rbt
829 n->left = getleft(n, rbt->mmap_location);
839 n->right = getright(n, rbt->mmap_location);
849 n->down = getdown(n, rbt->mmap_location);
860 n->parent = getparent(n, rbt->mmap_location);
871 n->data = getdata(n, rbt->mmap_location);
936 rbt->mmap_location = base_address;
1038 rbt->mmap_location = NULL;
1078 rbt->mmap_location = NULL;
rbtdb.c 542 void *mmap_location; member in struct:dns_rbtdb
1235 if (rbtdb->mmap_location != NULL) {
1236 isc_file_munmap(rbtdb->mmap_location, (size_t)rbtdb->mmap_size);
7763 rbtdb->mmap_location = base;

Completed in 33 milliseconds