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

/dovecot/src/lib-dict/
H A Ddict-private.h63 uint64_t row_count, max_rows; member in struct:dict_iterate_context
H A Ddict.c186 if (ctx->max_rows > 0 && ctx->row_count >= ctx->max_rows) {
206 uint64_t max_rows)
208 ctx->max_rows = max_rows;
205 dict_iterate_set_limit(struct dict_iterate_context *ctx, uint64_t max_rows) argument
H A Ddict.h122 uint64_t max_rows);
H A Ddict-client.c1180 ctx->flags, ctx->ctx.max_rows);
/dovecot/src/dict/
H A Ddict-commands.c294 uint64_t max_rows; local
299 str_to_uint64(args[1], &max_rows) < 0) {
305 /* <flags> <max_rows> <path> */
309 if (max_rows > 0)
310 dict_iterate_set_limit(cmd->iter, max_rows);
/dovecot/src/lib-dict-backend/
H A Ddict-sql.c719 if (ctx->ctx.max_rows > 0) {
720 i_assert(ctx->ctx.row_count < ctx->ctx.max_rows);
722 ctx->ctx.max_rows - ctx->ctx.row_count);

Completed in 1434 milliseconds