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

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h48 typedef struct cursor_t { struct
49 TAILQ_ENTRY(cursor_t) queue;
50 int (*get) __P((const DB *, struct cursor_t *, DBT *, DBT *, \
52 int (*delete) __P((const DB *, struct cursor_t *, u_int32_t));
87 TAILQ_HEAD(_cursor_queue, cursor_t) curs_queue;
H A Dhash.c830 new_curs = (CURSOR *)malloc(sizeof(struct cursor_t));
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dhash.h50 typedef struct cursor_t { struct
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c290 if ((ret = __os_calloc(1, sizeof(struct cursor_t), &new_curs)) != 0)

Completed in 43 milliseconds