Searched refs:read_buffer (Results 1 – 2 of 2) sorted by relevance
10 char *read_buffer = (char *)malloc(1); in foo() local12 fprintf(stderr, read_buffer, 4096); in foo()13 return read_buffer[0]; in foo()
68 char *read_buffer = static_cast<char *>(buffer); in ReadAllBytes() local75 conn.Read(read_buffer + total_read_bytes, size - total_read_bytes, in ReadAllBytes()