Home
last modified time | relevance | path

Searched defs:db_get (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/vi/common/
H A Dline.c75 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 DDB_File.xs386 #define db_get(db, key, value, flags) ((db->dbp)->get)(db->dbp, TXN &key, &value, flags) macro