Searched defs:__ram_update (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_recno.c38 static int __ram_update __P((DBC *, db_recno_t, int));
162 if ((ret = __ram_update(dbc,
382 __ram_update(dbc, DB_MAX_RECORDS, 0) :
606 if (((ret = __ram_update(dbc,
857 __ram_update(dbc, recno, can_create) : 0);
861 * __ram_update --
865 __ram_update(dbc, recno, can_create) function
1038 __ram_update(dbc, DB_MAX_RECORDS, 0)) != 0 && ret != DB_NOTFOUND)

Completed in 16 milliseconds