Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c36 datum smndbmc_current_key; member
306 result = dbm_delete(dbm, dbm_cursor->smndbmc_current_key);
340 if (dbm_cursor->smndbmc_current_key.dptr == NULL)
342 dbm_cursor->smndbmc_current_key = dbm_firstkey(dbm);
343 if (dbm_cursor->smndbmc_current_key.dptr == NULL)
352 dbm_cursor->smndbmc_current_key = dbm_nextkey(dbm);
353 if (dbm_cursor->smndbmc_current_key.dptr == NULL)
362 dbdata = dbm_fetch(dbm, dbm_cursor->smndbmc_current_key);
377 key->data = dbm_cursor->smndbmc_current_key.dptr;
378 key->size = dbm_cursor->smndbmc_current_key.dsize;
[all …]