Searched refs:roomBuffer (Results 1 – 2 of 2) sorted by relevance
105 roomBuffer(rcell *c, size_t room) in roomBuffer() function119 { roomBuffer(c, 1); in addByte()149 { roomBuffer(out, 2); /* max bytes per UTF-8 < 256 */ in stringToUTF8()159 { roomBuffer(out, 6); /* max bytes per UTF-8 */ in stringToUTF8()196 { roomBuffer(out, MB_LEN_MAX); in stringToMB()208 { roomBuffer(out, MB_LEN_MAX); in stringToMB()216 roomBuffer(out, MB_LEN_MAX+1); /* add restore state + 0-byte */ in stringToMB()237 roomBuffer(out, (str->s_size+1)*sizeof(wchar_t)); in charArrayToWC()
16 const roomBuffer = 10 const46 broadcast := make(chan message.Message, roomBuffer)