Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/xa/
H A Dxa_db.c39 static int __xa_put __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
103 dbp->put = __xa_put;
215 __xa_put(dbp, txn, key, data, flags) in __xa_put() function