inherited_type    169 librpc/gen_ndr/ndr_security.c 				NDR_CHECK(ndr_push_GUID(ndr, NDR_SCALARS, &r->inherited_type));
inherited_type    198 librpc/gen_ndr/ndr_security.c 				NDR_CHECK(ndr_pull_GUID(ndr, NDR_SCALARS, &r->inherited_type));
inherited_type    226 librpc/gen_ndr/ndr_security.c 			ndr_print_GUID(ndr, "inherited_type", &r->inherited_type);
inherited_type    242 librpc/gen_ndr/ndr_security.c 		NDR_CHECK(ndr_push_set_switch_value(ndr, &r->inherited_type, r->flags & SEC_ACE_INHERITED_OBJECT_TYPE_PRESENT));
inherited_type    243 librpc/gen_ndr/ndr_security.c 		NDR_CHECK(ndr_push_security_ace_object_inherited_type(ndr, NDR_SCALARS, &r->inherited_type));
inherited_type    247 librpc/gen_ndr/ndr_security.c 		NDR_CHECK(ndr_push_security_ace_object_inherited_type(ndr, NDR_BUFFERS, &r->inherited_type));
inherited_type    259 librpc/gen_ndr/ndr_security.c 		NDR_CHECK(ndr_pull_set_switch_value(ndr, &r->inherited_type, r->flags & SEC_ACE_INHERITED_OBJECT_TYPE_PRESENT));
inherited_type    260 librpc/gen_ndr/ndr_security.c 		NDR_CHECK(ndr_pull_security_ace_object_inherited_type(ndr, NDR_SCALARS, &r->inherited_type));
inherited_type    264 librpc/gen_ndr/ndr_security.c 		NDR_CHECK(ndr_pull_security_ace_object_inherited_type(ndr, NDR_BUFFERS, &r->inherited_type));
inherited_type    276 librpc/gen_ndr/ndr_security.c 	ndr_print_set_switch_value(ndr, &r->inherited_type, r->flags & SEC_ACE_INHERITED_OBJECT_TYPE_PRESENT);
inherited_type    277 librpc/gen_ndr/ndr_security.c 	ndr_print_security_ace_object_inherited_type(ndr, "inherited_type", &r->inherited_type);
inherited_type    246 librpc/gen_ndr/security.h 	struct GUID inherited_type;/* [case(SEC_ACE_INHERITED_OBJECT_TYPE_PRESENT)] */
inherited_type    252 librpc/gen_ndr/security.h 	union security_ace_object_inherited_type inherited_type;/* [switch_is(flags&SEC_ACE_INHERITED_OBJECT_TYPE_PRESENT)] */
inherited_type    166 source3/lib/display_sec.c 			&object->inherited_type.inherited_type));
inherited_type    125 source3/libads/disp_sec.c 			&object->inherited_type.inherited_type),
inherited_type    127 source3/libads/disp_sec.c 				&object->inherited_type.inherited_type));
inherited_type     47 source3/libgpo/gpo_sec.c 			if (GUID_equal(&object->inherited_type.inherited_type,
inherited_type    238 source4/libcli/security/sddl.c 						   &ace->object.object.inherited_type.inherited_type);
inherited_type    501 source4/libcli/security/sddl.c 			s_iobject = GUID_string(tmp_ctx, &ace->object.object.inherited_type.inherited_type);