Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsmdb/
H A Dsmdb1.c309 SMDB_DB1_CURSOR *db1_cursor = (SMDB_DB1_CURSOR *) cursor->smdbc_impl;
326 SMDB_DB1_CURSOR *db1_cursor = (SMDB_DB1_CURSOR *) cursor->smdbc_impl;
342 SMDB_DB1_CURSOR *db1_cursor = (SMDB_DB1_CURSOR *) cursor->smdbc_impl;
370 SMDB_DB1_CURSOR *db1_cursor = (SMDB_DB1_CURSOR *) cursor->smdbc_impl;
411 cur->smdbc_impl = db1_cursor;
H A Dsmndbm.c281 SMDB_DBM_CURSOR *dbm_cursor = (SMDB_DBM_CURSOR *) cursor->smdbc_impl;
300 SMDB_DBM_CURSOR *dbm_cursor = (SMDB_DBM_CURSOR *) cursor->smdbc_impl;
328 SMDB_DBM_CURSOR *dbm_cursor = (SMDB_DBM_CURSOR *) cursor->smdbc_impl;
391 SMDB_DBM_CURSOR *dbm_cursor = (SMDB_DBM_CURSOR *) cursor->smdbc_impl;
453 cur->smdbc_impl = dbm_cursor;
H A Dsmdb2.c356 DBC *dbc = (DBC *) cursor->smdbc_impl;
368 DBC *dbc = (DBC *) cursor->smdbc_impl;
382 DBC *dbc = (DBC *) cursor->smdbc_impl;
406 DBC *dbc = (DBC *) cursor->smdbc_impl;
445 (*cursor)->smdbc_impl = db2_cursor;
H A Dsmcdb.c340 sm_cdbmap = cursor->smdbc_impl;
399 (*cursor)->smdbc_impl = sm_cdbmap;
/freebsd/contrib/sendmail/include/libsmdb/
H A Dsmdb.h279 void *smdbc_impl; member