Lines Matching refs:results
480 /* It is wasteful to run the domain locator request if the results are
671 struct cache_req_result **results;
917 &state->results,
925 /* We are not interested in more results. */
975 if (ret == ENOENT && state->results != NULL) {
1007 *_results = talloc_steal(mem_ctx, state->results);
1084 struct cache_req_result **results;
1151 ret = cache_req_add_result(state, result, &state->results,
1419 &state->results, &state->num_results);
1447 state->results,
1512 *_results = talloc_steal(mem_ctx, state->results);
1529 *_result = talloc_steal(mem_ctx, state->results[0]);