Lines Matching defs:data
8 * is in front of the data, thus facilitating network streaming.
108 unsigned char *data;
173 atom.data = pos;
198 offset_count = BE_32(atom->data + 4);
207 for (pos = atom->data + 8, end = pos + offset_count * 4;
234 offset_count = BE_32(atom->data + 4);
240 for (pos = atom->data + 8, end = pos + offset_count * 8;
275 atom->data,
309 offset_count = BE_32(atom->data + 4);
312 memcpy(context->dest, atom->data - atom->header_size, atom->header_size + 8);
317 /* write the data */
318 for (pos = atom->data + 8, end = pos + offset_count * 4;
345 memcpy(context->dest, atom->data - atom->header_size, atom->header_size);
351 atom->data,
364 memcpy(context->dest, atom->data - atom->header_size, copy_size);