Searched refs:cursor_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h62 typedef struct cursor_t { struct
63 TAILQ_ENTRY(cursor_t) queue;
64 int (*get) __P((const DB *, struct cursor_t *, DBT *, DBT *, \
66 int (*delete) __P((const DB *, struct cursor_t *, u_int32_t));
101 TAILQ_HEAD(_cursor_queue, cursor_t) curs_queue;
H A Dhash.c841 new_curs = (CURSOR *)malloc(sizeof(struct cursor_t));
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash.h50 typedef struct cursor_t { struct
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c290 if ((ret = __os_calloc(1, sizeof(struct cursor_t), &new_curs)) != 0)

Completed in 998 milliseconds