Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h153 int (DB_CALLBACK *pgin) __P((db_pgno_t, void *, DBT *));
154 int (DB_CALLBACK *pgout) __P((db_pgno_t, void *, DBT *));
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h120 #ifndef DB_CALLBACK
121 #define DB_CALLBACK /* Nothing. */ macro