Searched refs:smndbmc_current_key (Results 1 – 1 of 1) sorted by relevance
36 datum smndbmc_current_key; member306 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 …]