Lines Matching refs:cursor
26 DBC *cursor;
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->c_get(ctx->cursor, &ctx->pkey,
336 ctx->cursor = NULL;
365 ctx->cursor->c_close(ctx->cursor);