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

/dovecot/src/lib-sql/
H A Dsql-api.h47 /* There are more results - call sql_result_more() */
158 void sql_result_more(struct sql_result **result,
160 #define sql_result_more(result, callback, context) \ macro
161 sql_result_more(result + \
165 /* Synchronous version of sql_result_more(). The result will be replaced with
H A Dsql-api.c504 #undef sql_result_more macro
505 void sql_result_more(struct sql_result **result, function
/dovecot/src/lib-dict-backend/
H A Ddict-sql.c824 sql_result_more(&ctx->result, sql_dict_iterate_callback, ctx);

Completed in 25 milliseconds