Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dos_jump.h11 struct __db_jumptab { struct
12 int (*j_close) __P((int)); /* DB_FUNC_CLOSE */
13 void (*j_dirfree) __P((char **, int)); /* DB_FUNC_DIRFREE */
14 int (*j_dirlist) /* DB_FUNC_DIRLIST */
16 int (*j_exists) /* DB_FUNC_EXISTS */
40 extern struct __db_jumptab __db_jump; argument