Searched refs:smndbmc_current_key (Results 1 – 1 of 1) sorted by relevance
38 datum smndbmc_current_key; member308 result = dbm_delete(dbm, dbm_cursor->smndbmc_current_key);342 if (dbm_cursor->smndbmc_current_key.dptr == NULL)344 dbm_cursor->smndbmc_current_key = dbm_firstkey(dbm);345 if (dbm_cursor->smndbmc_current_key.dptr == NULL)354 dbm_cursor->smndbmc_current_key = dbm_nextkey(dbm);355 if (dbm_cursor->smndbmc_current_key.dptr == NULL)364 dbdata = dbm_fetch(dbm, dbm_cursor->smndbmc_current_key);379 key->data = dbm_cursor->smndbmc_current_key.dptr;380 key->size = dbm_cursor->smndbmc_current_key.dsize;[all …]