Searched refs:cursor_t (Results 1 – 4 of 4) sorted by relevance
62 typedef struct cursor_t { struct63 TAILQ_ENTRY(cursor_t) queue;64 int (*get) __P((const DB *, struct cursor_t *, DBT *, DBT *, \ argument66 int (*delete) __P((const DB *, struct cursor_t *, u_int32_t)); argument101 TAILQ_HEAD(_cursor_queue, cursor_t) curs_queue;
841 new_curs = (CURSOR *)malloc(sizeof(struct cursor_t));
50 typedef struct cursor_t { struct
290 if ((ret = __os_calloc(1, sizeof(struct cursor_t), &new_curs)) != 0)