Lines Matching refs:Name
32 IntPtr name, ushort clazz, ushort type, IntPtr rdata, int size,
56 public string Name;
84 private string name;
95 byte[] name, ushort clazz, ushort type,
132 public RecordBrowser (Client client, string name, RecordType type) :
133 this (client, -1, Protocol.Unspecified, name, RecordClass.In, type, LookupFlags.None)
137 public RecordBrowser (Client client, int iface, Protocol proto, string name, RecordClass clazz,
143 this.name = name;
167 handle = avahi_record_browser_new (client.Handle, iface, proto, Utility.StringToBytes (name),
188 IntPtr name, ushort clazz, ushort type, IntPtr rdata, int size,
194 info.Name = Utility.PtrToString (name);