Searched defs:__db_jump (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_config.c23 struct __db_jumptab __db_jump; variable in typeref:struct:__db_jumptab
46 __db_jump.j_close = (int (*) __P((int)))func;
49 __db_jump.j_dirfree = (void (*) __P((char **, int)))func;
52 __db_jump.j_dirlist =
56 __db_jump.j_exists = (int (*) __P((const char *, int *)))func;
59 __db_jump.j_free = (void (*) __P((void *)))func;
62 __db_jump.j_fsync = (int (*) __P((int)))func;
65 __db_jump.j_ioinfo = (int (*) __P((const char *,
69 __db_jump.j_malloc = (void *(*) __P((size_t)))func;
72 __db_jump
[all...]

Completed in 14 milliseconds