Home | History | Annotate | Download | only in tzcode

Lines Matching refs:index_offset

2147   // int index_offset
2152 int32_t index_offset;
2176 fprintf(stderr, "index_offset = %d\n", ntohl(header.index_offset));
2181 if (TEMP_FAILURE_RETRY(lseek(fd, ntohl(header.index_offset), SEEK_SET)) == -1) {
2190 ssize_t index_size = ntohl(header.data_offset) - ntohl(header.index_offset);
2216 size_t id_count = (ntohl(header.data_offset) - ntohl(header.index_offset)) / sizeof(struct index_entry_t);