Home
last modified time | relevance | path

Searched refs:__cursor_creat (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dextern.h45 #define __cursor_creat __kdb2_cursor_creat macro
79 CURSOR *__cursor_creat __P((const DB *));
H A Dhash.c763 __cursor_creat(const DB *dbp) in __cursor_creat() function
887 hashp->seq_cursor = __cursor_creat(dbp); in hash_seq()