Lines Matching defs:client
165 DB *client; /* client database handle */
234 char *c_zone = NULL; /*%< client zone to use in list operations */
235 char *c_ip = NULL; /*%< client IP to use in list operations */
442 if (db.client != NULL) {
443 db.client->close(db.client, 0);
444 db.client = NULL;
507 /* if client data, setup key for insertion */
522 bdbres = db.client->put(db.client, NULL, &key, &data, 0);
549 char data_type = 'u'; /* u =unknown, b =bad token, d/D =DNS, c/C =client IP */
689 result = bdb_opendb(DB_BTREE, &db.client, dlz_client, DB_DUP | DB_DUPSORT);
944 if (bulk_write('c', db.client, db.cursor, &bdbkey, &bdbdata)
1079 bdbres = db.client->cursor(db.client, NULL, &db.cursor,
1083 bdbres = db.client->cursor(db.client, NULL, &db.cursor, 0);