Searched defs:cursor_t (Results 1 – 1 of 1) sorted by relevance
48 typedef struct cursor_t { struct50 int (*get) __P((const DB *, struct cursor_t *, DBT *, DBT *, \ argument52 int (*delete) __P((const DB *, struct cursor_t *, u_int32_t)); argument53 db_pgno_t bucket;54 db_pgno_t pgno;55 indx_t ndx;56 indx_t pgndx;57 u_int16_t *pagep;58 void *internal;