Searched refs:root_offset (Results 1 – 4 of 4) sorted by relevance
309 uint32_t root_offset; member337 new->root_offset = read_long(new->file); in index_file_open()351 return index_read(in->file, in->root_offset); in index_readroot()616 uint32_t root_offset; member751 uint32_t root_offset; in index_mm_open() member783 hdr.root_offset = read_long_mm(&p); in index_mm_open()797 idx->root_offset = hdr.root_offset; in index_mm_open()823 return index_mm_read_node(idx, idx->root_offset); in index_mm_readroot()
621 int limit_offset, root_offset; in calculate_tree() local624 root_offset = limit_offset = ((char *) root_info - outdir->buf) + in calculate_tree()633 root = (struct ext2_dx_entry *) (outdir->buf + root_offset); in calculate_tree()654 (outdir->buf + root_offset); in calculate_tree()665 root_offset += sizeof(struct ext2_dx_entry); in calculate_tree()
348 auto root_offset = ReadScalar<uoffset_t>(newbuf) - sizeof(uoffset_t); in AddFlatBuffer() local349 return flatbuf.data() + insertion_point + root_offset; in AddFlatBuffer()
625 auto root_offset = flatbuffers::CopyTable(fbb, schema, *root_table, in ReflectionTest() local628 fbb.Finish(root_offset, MonsterIdentifier()); in ReflectionTest()