Home
last modified time | relevance | path

Searched defs:cursor_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash.h50 typedef struct cursor_t { struct
51 DBC *dbc;
54 DB_LOCK hlock; /* Metadata page lock. */
55 HASHHDR *hdr; /* Pointer to meta-data page. */
57 struct __db_h_stat stats; /* Hash statistics. */
60 db_pgno_t bucket; /* Bucket we are traversing. */
63 PAGE *pagep; /* The current page. */
64 db_pgno_t pgno; /* Current page number. */
66 PAGE *dpagep; /* Duplicate page pointer. */
67 db_pgno_t dpgno; /* Duplicate page number. */
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h60 typedef struct cursor_t { struct
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
65 db_pgno_t bucket;
66 db_pgno_t pgno;
67 indx_t ndx;
68 indx_t pgndx;
69 u_int16_t *pagep;
70 void *internal;