Home
last modified time | relevance | path

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.h60 typedef struct cursor_t { struct
61 TAILQ_ENTRY(cursor_t) queue;
62 int (*get) __P((const DB *, struct cursor_t *, DBT *, DBT *, \ argument
64 int (*delete) __P((const DB *, struct cursor_t *, u_int32_t)); argument
99 TAILQ_HEAD(_cursor_queue, cursor_t) curs_queue;
H A Dhash.c834 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)