Home
last modified time | relevance | path

Searched refs:holding_pool (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/cafex/
DCharacter stream dumper.cs1108 byte[] holding_pool = new byte[k_max_bytes_to_read]; in RelaySerialCharacters()
1119 … input_stream.BeginRead(holding_pool, 0, k_max_bytes_to_read, read_callback, null); in RelaySerialCharacters()
1140 …reason_for_remotely_initiated_stop = consume_raw_bytes(holding_pool, read, output_stream, exclusiv… in RelaySerialCharacters()
1150 Array.Clear(holding_pool, 0, holding_pool.Length); in RelaySerialCharacters()
1317 …private ExitReason consume_raw_bytes(byte[] holding_pool, int holding_bytes, TextWriter output_str… in consume_raw_bytes() argument
1326 …s = Encoding.Convert(Program.cafeOutEncoding, output_stream.Encoding, holding_pool, 0, holding_byt… in consume_raw_bytes()
1330 …char[] utf8Chars = this.utf8Encoding.GetChars(holding_pool, 0, holding_bytes); //1)this.utf8Encodi… in consume_raw_bytes()