Searched refs:db_recno_t (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_rsearch.c62 * PUBLIC: int __bam_rsearch __P((DBC *, db_recno_t *, u_int32_t, int, int *));
67 db_recno_t *recnop;
79 db_recno_t i, recno, total;
181 if (recno <= (db_recno_t)NUM_ENT(h) / P_INDX)
189 if (recno > (db_recno_t)NUM_ENT(h) / P_INDX) {
192 (db_recno_t)(NUM_ENT(h) / P_INDX + 1)) {
325 * PUBLIC: int __bam_nrecs __P((DBC *, db_recno_t *));
330 db_recno_t *rep;
358 * PUBLIC: db_recno_t __bam_total __P((PAGE *));
360 db_recno_t
[all...]
H A Dbt_recno.c31 static int __ram_add __P((DBC *, db_recno_t *, DBT *, u_int32_t, u_int32_t));
33 static int __ram_fmap __P((DBC *, db_recno_t));
38 static int __ram_update __P((DBC *, db_recno_t, int));
39 static int __ram_vmap __P((DBC *, db_recno_t));
204 db_recno_t recno;
360 db_recno_t recno;
395 *(db_recno_t *)key->data = recno;
788 * PUBLIC: void __ram_ca __P((DB *, db_recno_t, ca_recno_arg));
793 db_recno_t recno;
830 * PUBLIC: int __ram_getno __P((DBC *, const DBT *, db_recno_t *, in
[all...]
H A Dbt_search.c69 * PUBLIC: const DBT *, u_int32_t, int, db_recno_t *, int *));
77 db_recno_t *recnop;
86 db_recno_t recno;
H A Dbt_cursor.c141 if ((ret = __os_malloc(sizeof(db_recno_t),
146 dbc->rkey.ulen = sizeof(db_recno_t);
716 db_recno_t recno;
1401 db_recno_t recno;
H A Dbt_delete.c417 db_recno_t rcnt;
H A Dbt_split.c124 (db_recno_t *)arg, S_WRPAIR, level, &exact))) != 0)
577 db_recno_t nrecs;
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree_ext.h60 void __ram_ca __P((DB *, db_recno_t, ca_recno_arg));
61 int __ram_getno __P((DBC *, const DBT *, db_recno_t *, int));
62 int __bam_rsearch __P((DBC *, db_recno_t *, u_int32_t, int, int *));
64 int __bam_nrecs __P((DBC *, db_recno_t *));
65 db_recno_t __bam_total __P((PAGE *));
67 const DBT *, u_int32_t, int, db_recno_t *, int *));
H A Dbtree.h196 db_recno_t recno; /* Current record number. */
228 db_recno_t re_last; /* Last record number read. */
234 int (*re_irec) __P((DBC *, db_recno_t));
H A Ddb_page.h181 * The btree/recno access method needs db_recno_t bytes of space on the root
468 db_recno_t nrecs; /* 08-11: Subtree record count. */
497 db_recno_t nrecs; /* 04-07: Subtree record count. */
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/
H A Ddb.h82 typedef u_int32_t db_recno_t; /* Record number type. */ typedef

Completed in 133 milliseconds