Lines Matching refs:DB
73 DB *dbp;
202 yp_setflags(DB *dbp) in yp_setflags()
260 yp_cache_db(DB *dbp, char *name, int size) in yp_cache_db()
318 static DB *
350 DB *
354 DB *dbp = NULL; in yp_open_db_cache()
384 DB *
387 DB *dbp = NULL; in yp_open_db()
452 yp_get_record(DB *dbp, const DBT *key, DBT *data, int allow) in yp_get_record()
460 DB *dbp; in yp_get_record()
517 yp_first_record(const DB *dbp, DBT *key, DBT *data, int allow) in yp_first_record()
569 yp_next_record(const DB *dbp, DBT *key, DBT *data, int all, int allow) in yp_next_record()
658 static DB *yp_currmap_db = NULL;