Home | History | Annotate | Download | only in cpp

Lines Matching defs:buffer

92                      char* buffer,
97 offset, buffer, bytes_to_read, cc.pp_completion_callback());
100 offset, buffer, bytes_to_read, cc.pp_completion_callback());
123 // read to a temporary buffer first and copy later to make sure the array
124 // buffer has correct size.
133 const char* buffer,
138 pp_resource(), offset, buffer, bytes_to_write,
142 pp_resource(), offset, buffer, bytes_to_write,
183 // Copy to the destination buffer owned by the callback.
184 char* buffer = static_cast<char*>(data->output.GetDataBuffer(
186 memcpy(buffer, data->temp_buffer, result);