Searched defs:mmap_location (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drbt.c81 void * mmap_location; member in struct:dns_rbt
810 n->left = getleft(n, rbt->mmap_location);
818 n->right = getright(n, rbt->mmap_location);
826 n->down = getdown(n, rbt->mmap_location);
835 n->parent = getparent(n, rbt->mmap_location);
844 n->data = getdata(n, rbt->mmap_location);
907 rbt->mmap_location = base_address;
1014 rbt->mmap_location = NULL;
1053 rbt->mmap_location = NULL;
H A Drbtdb.c706 void * mmap_location; member in struct:dns_rbtdb
1365 if (rbtdb->mmap_location != NULL)
1366 isc_file_munmap(rbtdb->mmap_location,
7616 rbtdb->mmap_location = base;

Completed in 50 milliseconds