Lines Matching +defs:val +defs:out
1152 * Work out how many nodes can be deleted in the time between two
3337 * Copy out re-signing information.
3674 * First we try to figure out if this node is active in
3765 * An error has occurred. Bail out.
5595 isc_uint32_t val;
5597 isc_random_get(&val);
5601 force_expire = ISC_TF(rbtnode->down == NULL && val % 4 == 0);
5669 printnode(dns_db_t *db, dns_dbnode_t *node, FILE *out) {
5679 fprintf(out, "node %p, %u references, locknum = %u\n",
5689 fprintf(out, "\ttype %u", current->type);
5692 fprintf(out, "\t");
5694 fprintf(out,
5708 fprintf(out, "(empty)\n");
7734 * helper function to handle writing out the rdataset data pointed to
7828 * Write out a zeroed header as a placeholder. Doing this ensures
7857 * Write the file header out, recording the locations of the three
7917 * first, write out a zeroed header to store rbtdb information
7922 * finally, write out the rbtdb header, storing the locations of the
8579 * mctx won't disappear out from under us.