Searched refs:smndbmc_current_key (Results 1 – 1 of 1) sorted by relevance
35 datum smndbmc_current_key; member305 result = dbm_delete(dbm, dbm_cursor->smndbmc_current_key);339 if (dbm_cursor->smndbmc_current_key.dptr == NULL)341 dbm_cursor->smndbmc_current_key = dbm_firstkey(dbm);342 if (dbm_cursor->smndbmc_current_key.dptr == NULL)351 dbm_cursor->smndbmc_current_key = dbm_nextkey(dbm);352 if (dbm_cursor->smndbmc_current_key.dptr == NULL)361 dbdata = dbm_fetch(dbm, dbm_cursor->smndbmc_current_key);376 key->data = dbm_cursor->smndbmc_current_key.dptr;377 key->size = dbm_cursor->smndbmc_current_key.dsize;[all …]