Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_am.c292 ret = dbc->c_am_destroy == NULL ? 0 : dbc->c_am_destroy(dbc);
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_cursor.c153 dbc->c_am_destroy = __bam_c_destroy;
159 dbc->c_am_destroy = __bam_c_destroy;
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h510 int (*c_am_destroy) __P((DBC *)); member
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c302 dbc->c_am_destroy = __ham_c_destroy;