Lines Matching defs:host
155 DB *host; /* host database handle */
224 char *host = NULL; /*%< host to use in list operations */
248 dlzbdb -l [-k key] [-z zone] [-h host] [-c client_zone] [-i client_ip]\n\
268 db_type zone host dns_type ttl ip\n\
269 db_type zone host dns_type ttl mx_priority mail_host\n\
270 db_type zone host dns_type ttl nm_svr resp_psn serial refresh retry expire min\
333 * BDB callback to create host secondary index
369 /* get "host" from data string */
371 /* copy string for "host" secondary index */
425 if (db.host != NULL) {
426 db.host->close(db.host, 0);
427 db.host = NULL;
670 result = bdb_opendb(DB_BTREE, &db.host, dlz_host, DB_DUP | DB_DUPSORT);
684 /* associate the host secondary database with the primary database */
685 bdbres = db.data->associate(db.data, NULL, db.host, gethost, 0);
765 checkInvalidParam(host, "h", "for add operation");
796 checkInvalidParam(host, "h", "for bulk load operation");
911 checkInvalidParam(host, "h", "for delete operation");
916 } else if (key != NULL || zone != NULL || host != NULL) {
952 checkInvalidParam(host, "h", "when k is specified");
1002 /* if host is passed */
1003 if (host != NULL) {
1006 bdbres = db.host->cursor(db.host, NULL, &db.cursor3, 0);
1012 bdbkey.data = host;
1013 bdbkey.size = strlen(host);
1030 if (zone != NULL || host != NULL) {
1186 checkParam(host, "h");
1187 host = isc_commandline_argument;