Lines Matching defs:out
46 struct fo_server_info *out = NULL;
65 out = talloc_zero_array(mem_ctx, struct fo_server_info, num);
66 if (out == NULL) {
81 /* this is a normal server, push it to the out domain list */
91 out[srv_index] = in_domain[j];
92 talloc_steal(out, out[srv_index].host);
97 out[srv_index] = out_domain[j];
98 talloc_steal(out, out[srv_index].host);
108 *_srv = out;