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

/dovecot/src/lib-dict-backend/
H A Ddict-db.c26 DBC *cursor; member in struct:db_dict_iterate_context
275 while ((ret = ctx->cursor->c_pget(ctx->cursor, &skey,
287 ret = ctx->cursor->c_get(ctx->cursor, &ctx->pkey, &ctx->pdata,
310 ret = dict->sdb->cursor(dict->sdb, NULL, &ctx->cursor, 0);
312 ret = dict->pdb->cursor(dict->pdb, NULL, &ctx->cursor, 0);
317 ret = ctx->cursor
[all...]

Completed in 9 milliseconds