Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsmdb/
H A Dsmcdb.c29 cdb_map_T cdbs_cdb_rd; member
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));
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,
352 cdb_keypos(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd));
357 l = cdb_datalen(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd);
[all …]