Home | History | Annotate | Download | only in src

Lines Matching full:data_offset

313   size_t data_offset;
966 int64_t * data_offset;
1001 data_offset = (int64_t *) (ctx->ancestor->data + element->data_offset);
1002 *data_offset = ne_io_tell(ctx->io);
1003 if (*data_offset < 0) {