Searched defs:sql_result_more (Results 1 - 2 of 2) 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

Completed in 12 milliseconds