trust_info       2317 librpc/gen_ndr/cli_netlogon.c 					struct netr_TrustInfo **trust_info /* [out] [ref] */)
trust_info       2355 librpc/gen_ndr/cli_netlogon.c 	*trust_info = *r.out.trust_info;
trust_info        374 librpc/gen_ndr/cli_netlogon.h 					struct netr_TrustInfo **trust_info /* [out] [ref] */);
trust_info       15992 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.trust_info == NULL) {
trust_info       15995 librpc/gen_ndr/ndr_netlogon.c 		NDR_CHECK(ndr_push_unique_ptr(ndr, *r->out.trust_info));
trust_info       15996 librpc/gen_ndr/ndr_netlogon.c 		if (*r->out.trust_info) {
trust_info       15997 librpc/gen_ndr/ndr_netlogon.c 			NDR_CHECK(ndr_push_netr_TrustInfo(ndr, NDR_SCALARS|NDR_BUFFERS, *r->out.trust_info));
trust_info       16064 librpc/gen_ndr/ndr_netlogon.c 		NDR_PULL_ALLOC(ndr, r->out.trust_info);
trust_info       16065 librpc/gen_ndr/ndr_netlogon.c 		ZERO_STRUCTP(r->out.trust_info);
trust_info       16090 librpc/gen_ndr/ndr_netlogon.c 			NDR_PULL_ALLOC(ndr, r->out.trust_info);
trust_info       16093 librpc/gen_ndr/ndr_netlogon.c 		NDR_PULL_SET_MEM_CTX(ndr, r->out.trust_info, LIBNDR_FLAG_REF_ALLOC);
trust_info       16096 librpc/gen_ndr/ndr_netlogon.c 			NDR_PULL_ALLOC(ndr, *r->out.trust_info);
trust_info       16098 librpc/gen_ndr/ndr_netlogon.c 			*r->out.trust_info = NULL;
trust_info       16100 librpc/gen_ndr/ndr_netlogon.c 		if (*r->out.trust_info) {
trust_info       16102 librpc/gen_ndr/ndr_netlogon.c 			NDR_PULL_SET_MEM_CTX(ndr, *r->out.trust_info, 0);
trust_info       16103 librpc/gen_ndr/ndr_netlogon.c 			NDR_CHECK(ndr_pull_netr_TrustInfo(ndr, NDR_SCALARS|NDR_BUFFERS, *r->out.trust_info));
trust_info       16158 librpc/gen_ndr/ndr_netlogon.c 		ndr_print_ptr(ndr, "trust_info", r->out.trust_info);
trust_info       16160 librpc/gen_ndr/ndr_netlogon.c 		ndr_print_ptr(ndr, "trust_info", *r->out.trust_info);
trust_info       16162 librpc/gen_ndr/ndr_netlogon.c 		if (*r->out.trust_info) {
trust_info       16163 librpc/gen_ndr/ndr_netlogon.c 			ndr_print_netr_TrustInfo(ndr, "trust_info", *r->out.trust_info);
trust_info       1763 librpc/gen_ndr/netlogon.h 		struct netr_TrustInfo **trust_info;/* [ref] */
trust_info       3801 librpc/gen_ndr/srv_netlogon.c 	r->out.trust_info = talloc_zero(r, struct netr_TrustInfo *);
trust_info       3802 librpc/gen_ndr/srv_netlogon.c 	if (r->out.trust_info == NULL) {
trust_info       4527 librpc/gen_ndr/srv_netlogon.c 			r->out.trust_info = talloc_zero(mem_ctx, struct netr_TrustInfo *);
trust_info       4528 librpc/gen_ndr/srv_netlogon.c 			if (r->out.trust_info == NULL) {
trust_info       2073 source4/torture/rpc/netlogon.c 	struct netr_TrustInfo *trust_info;
trust_info       2093 source4/torture/rpc/netlogon.c 	r.out.trust_info		= &trust_info;