Lines Matching defs:results
106 ARRAY(struct client_dict_iter_result) results;
1147 result = array_append_space(&ctx->results);
1165 i_array_init(&ctx->results, 64);
1199 const struct client_dict_iter_result *results;
1207 results = array_get(&ctx->results, &count);
1209 *key_r = results[ctx->result_idx].key;
1210 *value_r = results[ctx->result_idx].value;
1223 array_clear(&ctx->results);
1244 array_free(&ctx->results);