Searched refs:sz_buff (Results 1 – 3 of 3) sorted by relevance
67 sz_buff: [c_char; MAX_STREAM_BUF_SIZE + 1], field78 sz_buff: [0; MAX_STREAM_BUF_SIZE + 1], in default()112 let reference = &(self.sz_buff); in clean()150 &(self.sz_buff[0]) as *const c_char in data()174 &(self.sz_buff[self.r_pos]) as *const c_char in read_buf()196 let pointer = &(self.sz_buff[0]) as *const c_char; in write_char_usize()224 self.sz_buff[index] = self.sz_buff[value]; in copy_data_to_begin()352 fn sz_buff(&self) -> *const c_char { in sz_buff() method353 &self.sz_buff[0] as *const c_char in sz_buff()
108 …if self.stream_buffer.w_pos > 0 && !buf.write_char_usize(&self.stream_buffer.sz_buff[0] as *const … in make_data()
356 obj.sz_buff() in StreamBufferGetSzBuff()