u_custom          527 source4/lib/com/dcom/main.c 			marshal = dcom_marshal_by_clsid(&o->u_objref.u_custom.clsid);
u_custom          586 source4/lib/com/dcom/main.c 		unmarshal = dcom_unmarshal_by_clsid(&o->u_objref.u_custom.clsid);
u_custom           69 source4/lib/wmi/wbemdata.c 	o->u_objref.u_custom.pData = talloc_realloc(mp, ndr->data, uint8_t, ndr->offset);
u_custom           70 source4/lib/wmi/wbemdata.c 	o->u_objref.u_custom.size = ndr->offset;
u_custom           71 source4/lib/wmi/wbemdata.c 	mp->size = sizeof(struct OBJREF) - sizeof(union OBJREF_Types) + sizeof(struct u_custom) + o->u_objref.u_custom.size - 4;
u_custom           88 source4/lib/wmi/wbemdata.c 	ndr->data = o->u_objref.u_custom.pData;
u_custom           89 source4/lib/wmi/wbemdata.c 	ndr->data_size = o->u_objref.u_custom.size;
u_custom          127 source4/lib/wmi/wbemdata.c 	GUID_from_string("4590f812-1d3a-11d0-891f-00aa004b2e24", &p->obj.u_objref.u_custom.clsid);