Searched refs:buf_vector (Results 1 – 1 of 1) sorted by relevance
296 std::vector<char> buf_vector; in ParseSocketCommands() local297 buf_vector.resize(1024*1024); // 1MB. in ParseSocketCommands()298 char* buf = &buf_vector[0]; in ParseSocketCommands()303 size_t stream_size = buf_vector.size(); in ParseSocketCommands()310 stream_size = buf_vector.size(); in ParseSocketCommands()311 memset(&buf[0], /*c*/0, buf_vector.size()); in ParseSocketCommands()498 std::vector<char> buf_vector; in ParseCommands() local499 buf_vector.resize(kPipeBufferSize); in ParseCommands()500 char* buf = &buf_vector[0]; in ParseCommands()505 size_t stream_size = buf_vector.size(); in ParseCommands()[all …]