Lines Matching refs:bsd_db
85 struct bsd_db { struct
190 static void bsd_clear(struct bsd_db *);
191 static int bsd_check(struct bsd_db *);
193 static int bsd_init(struct bsd_db *, u_char *, int, int, int, int,
200 bsd_clear(struct bsd_db *db) in bsd_clear()
225 bsd_check(struct bsd_db *db) in bsd_check()
267 struct bsd_db *db = (struct bsd_db *) state; in bsd_comp_stats()
292 struct bsd_db *db = (struct bsd_db *) state; in bsd_reset()
307 struct bsd_db *db; in bsd_alloc()
371 struct bsd_db *db = (struct bsd_db *) state; in bsd_free()
394 bsd_init(struct bsd_db *db, u_char *options, int opt_len, int unit, int hdrlen, in bsd_init()
434 return bsd_init((struct bsd_db *) state, options, opt_len, in bsd_comp_init()
442 return bsd_init((struct bsd_db *) state, options, opt_len, in bsd_decomp_init()
458 struct bsd_db *db = (struct bsd_db *) state; in bsd_compress()
668 struct bsd_db *db = (struct bsd_db *) state; in bsd_incomp()
796 struct bsd_db *db = (struct bsd_db *) state; in bsd_decompress()