Lines Matching refs:host
164 DB *host; /* host database handle */
233 char *host = NULL; /*%< host to use in list operations */
257 dlzbdb -l [-k key] [-z zone] [-h host] [-c client_zone] [-i client_ip]\n\
277 db_type zone host dns_type ttl ip\n\
278 db_type zone host dns_type ttl mx_priority mail_host\n\
279 db_type zone host dns_type ttl nm_svr resp_psn serial refresh retry expire min\
342 * BDB callback to create host secondary index
378 /* get "host" from data string */
380 /* copy string for "host" secondary index */
434 if (db.host != NULL) {
435 db.host->close(db.host, 0);
436 db.host = NULL;
679 result = bdb_opendb(DB_BTREE, &db.host, dlz_host, DB_DUP | DB_DUPSORT);
693 /* associate the host secondary database with the primary database */
694 bdbres = db.data->associate(db.data, NULL, db.host, gethost, 0);
774 checkInvalidParam(host, "h", "for add operation");
805 checkInvalidParam(host, "h", "for bulk load operation");
920 checkInvalidParam(host, "h", "for delete operation");
925 } else if (key != NULL || zone != NULL || host != NULL) {
961 checkInvalidParam(host, "h", "when k is specified");
1011 /* if host is passed */
1012 if (host != NULL) {
1015 bdbres = db.host->cursor(db.host, NULL, &db.cursor3, 0);
1021 bdbkey.data = host;
1022 bdbkey.size = strlen(host);
1039 if (zone != NULL || host != NULL) {
1195 checkParam(host, "h");
1196 host = isc_commandline_argument;