Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/db/include/
H A Dos_jump.h13 struct __db_jumptab { struct
14 int (*j_close) __P((int)); /* DB_FUNC_CLOSE */
15 void (*j_dirfree) __P((char **, int)); /* DB_FUNC_DIRFREE */
16 int (*j_dirlist) /* DB_FUNC_DIRLIST */
18 int (*j_exists) /* DB_FUNC_EXISTS */
42 extern struct __db_jumptab __db_jump; argument