Searched refs:bytes (Results 1 – 4 of 4) sorted by relevance
206 Byte[] bytes = unicode.GetBytes(txtLog.Text); in Save()207 fileStream.Write(bytes, 0, bytes.Length); in Save()
194 public NetworkTuple(byte[] bytes, IPEndPoint endpoint) in NetworkTuple() argument196 Item1 = bytes; in NetworkTuple()
793 u32 bytes,801 u32 bytes,1557 u32 bytes,1564 u32 bytes,
270 static void * sAlloc(void *p, size_t bytes) in sAlloc() argument272 if (!bytes) in sAlloc()274 return ((SZFILE_IMP *)p)->mpArc->mfAlloc(bytes); in sAlloc()