Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsmdb/
H A Dsmcdb.c35 sm_cdbs_T cdbmap_map; member
135 result = cdb_make_finish(&sm_cdbmap->cdbmap_map.cdbs_cdb_wr);
223 ret = cdb_find(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd,
227 l = cdb_datalen(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd);
229 ret = cdb_read(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd,
231 cdb_datapos(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd));
262 r = cdb_make_put(&sm_cdbmap->cdbmap_map.cdbs_cdb_wr,
341 ret = cdb_seqnext(&sm_cdbmap->smcdb_pos, &sm_cdbmap->cdbmap_map.cdbs_cdb_rd);
347 l = cdb_keylen(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd);
350 ret = cdb_read(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd,
[all …]