ndr_table_by_uuid    8 librpc/ndr/ndr_table.h const struct ndr_interface_table *ndr_table_by_uuid(const struct GUID *uuid);
ndr_table_by_uuid  227 librpc/tools/ndrdump.c 			p = ndr_table_by_uuid(&uuid);
ndr_table_by_uuid  440 source4/lib/com/dcom/main.c 	table = ndr_table_by_uuid(&iid);
ndr_table_by_uuid  461 source4/lib/com/dcom/main.c 			status = dcerpc_alter_context(p, p, &ndr_table_by_uuid(&iid)->syntax_id, &p->transfer_syntax);
ndr_table_by_uuid  493 source4/lib/com/dcom/main.c 						       ndr_table_by_uuid(&iid),
ndr_table_by_uuid   67 source4/rpc_server/remote/dcesrv_remote.c 	table = ndr_table_by_uuid(&iface->syntax_id.uuid); /* FIXME: What about if_version ? */