Lines Matching refs:out
226 struct cache_req_result *out = NULL;
236 out = talloc_zero(mem_ctx, struct cache_req_result);
237 if (out == NULL) {
242 ldb_result = talloc_zero(out, struct ldb_result);
256 out->domain = result->domain;
257 out->ldb_result = ldb_result;
258 out->lookup_name = result->lookup_name;
259 out->count = ldb_result->count;
260 out->msgs = ldb_result->msgs;
269 talloc_free(out);
273 return out;