Searched refs:smdbc_impl (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/libsmdb/
H A Dsmdb1.c311 SMDB_DB1_CURSOR *db1_cursor = (SMDB_DB1_CURSOR *) cursor->smdbc_impl;
328 SMDB_DB1_CURSOR *db1_cursor = (SMDB_DB1_CURSOR *) cursor->smdbc_impl;
344 SMDB_DB1_CURSOR *db1_cursor = (SMDB_DB1_CURSOR *) cursor->smdbc_impl;
372 SMDB_DB1_CURSOR *db1_cursor = (SMDB_DB1_CURSOR *) cursor->smdbc_impl;
413 cur->smdbc_impl = db1_cursor;
H A Dsmndbm.c282 SMDB_DBM_CURSOR *dbm_cursor = (SMDB_DBM_CURSOR *) cursor->smdbc_impl;
301 SMDB_DBM_CURSOR *dbm_cursor = (SMDB_DBM_CURSOR *) cursor->smdbc_impl;
329 SMDB_DBM_CURSOR *dbm_cursor = (SMDB_DBM_CURSOR *) cursor->smdbc_impl;
392 SMDB_DBM_CURSOR *dbm_cursor = (SMDB_DBM_CURSOR *) cursor->smdbc_impl;
454 cur->smdbc_impl = dbm_cursor;
H A Dsmdb2.c358 DBC *dbc = (DBC *) cursor->smdbc_impl;
370 DBC *dbc = (DBC *) cursor->smdbc_impl;
384 DBC *dbc = (DBC *) cursor->smdbc_impl;
408 DBC *dbc = (DBC *) cursor->smdbc_impl;
447 (*cursor)->smdbc_impl = db2_cursor;
/freebsd-9.3-release/contrib/sendmail/include/libsmdb/
H A Dsmdb.h279 void *smdbc_impl; member in struct:cursor_struct

Completed in 102 milliseconds