Searched refs:__ram_getno (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_recno.c | 221 if ((ret = __ram_getno(dbc, key, &recno, 0)) != 0) 383 __ram_getno(dbc, key, &recno, 1); 618 if ((ret = __ram_getno(dbc, key, &cp->recno, 0)) != 0) 833 __ram_getno(dbc, key, rep, can_create) in __ram_getno() function
|
H A D | bt_cursor.c | 1412 if ((ret = __ram_getno(dbc, key, &recno, 0)) != 0)
|
/titanic_50/usr/src/cmd/sendmail/db/include/ |
H A D | btree_ext.h | 61 int __ram_getno __P((DBC *, const DBT *, db_recno_t *, int));
|