Lines Matching refs:buffer
91 char* buffer,
96 offset, buffer, bytes_to_read, cc.pp_completion_callback());
99 offset, buffer, bytes_to_read, cc.pp_completion_callback());
122 // read to a temporary buffer first and copy later to make sure the array
123 // buffer has correct size.
132 const char* buffer,
137 pp_resource(), offset, buffer, bytes_to_write,
141 pp_resource(), offset, buffer, bytes_to_write,
182 // Copy to the destination buffer owned by the callback.
183 char* buffer = static_cast<char*>(data->output.GetDataBuffer(
185 memcpy(buffer, data->temp_buffer, result);