Searched defs:db_get (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.bin/vi/common/ |
H A D | line.c | 75 db_get(SCR *sp, recno_t lno, u_int32_t flags, char **pp, size_t *lenp) in db_get() function
|
/openbsd/gnu/usr.bin/perl/cpan/DB_File/ |
H A D | DB_File.xs | 386 #define db_get(db, key, value, flags) ((db->dbp)->get)(db->dbp, TXN &key, &value, flags) macro
|