Home
last modified time | relevance | path

Searched refs:__txn_grow_region (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c73 static int __txn_grow_region __P((DB_TXNMGR *));
331 && ret == ENOMEM && (ret = __txn_grow_region(mgr)) == 0)
886 __txn_grow_region(tp) in __txn_grow_region() function