Home | History | Annotate | Download | only in tzcode

Lines Matching defs:data_offset

2271   // int data_offset
2276 int32_t data_offset;
2294 fprintf(stderr, "data_offset = %d\n", ntohl(header.data_offset));
2309 size_t id_count = (ntohl(header.data_offset) - ntohl(header.index_offset)) / sizeof(buf);
2320 specific_zone_offset = toint(buf + NAME_LENGTH) + ntohl(header.data_offset);