Searched refs:holding_pool (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | Character stream dumper.cs | 1109 byte[] holding_pool = new byte[k_max_bytes_to_read]; in RelaySerialCharacters() 1123 …input_stream.BeginRead(holding_pool, read_index, Math.Min(k_unit_bytes_to_read, k_max_bytes_to_rea… in RelaySerialCharacters() 1155 if (holding_pool[i] < 0x80) in RelaySerialCharacters() 1174 …reason_for_remotely_initiated_stop = consume_raw_bytes(holding_pool, end_index + 1, output_stream,… in RelaySerialCharacters() 1185 … Buffer.BlockCopy(holding_pool, end_index + 1, holding_pool, 0, read_index + read - end_index - 1); in RelaySerialCharacters() 1199 consume_raw_bytes(holding_pool, read_index, output_stream, exclusive_match); in RelaySerialCharacters() 1366 …private ExitReason consume_raw_bytes(byte[] holding_pool, int holding_bytes, TextWriter output_str… in consume_raw_bytes() argument 1375 …s = Encoding.Convert(Program.cafeOutEncoding, output_stream.Encoding, holding_pool, 0, holding_byt… in consume_raw_bytes() 1379 …char[] utf8Chars = this.utf8Encoding.GetChars(holding_pool, 0, holding_bytes); //1)this.utf8Encodi… in consume_raw_bytes()
|