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

/sendmail/libsmdb/
H A Dsmndbm.c36 datum smndbmc_current_key; member in struct:smdb_dbm_cursor_struct
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
[all...]

Completed in 11 milliseconds