Searched refs:root_offset (Results 1 – 5 of 5) 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() member787 hdr.root_offset = read_long_mm(&p); in index_mm_open()803 idx->root_offset = hdr.root_offset; in index_mm_open()830 return index_mm_read_node(idx, idx->root_offset); in index_mm_readroot()
82 auto root_offset = flatbuffers::CopyTable( in main() local84 fbb.Finish(root_offset); in main()
707 int limit_offset, int_offset, root_offset; in calculate_tree() local710 root_offset = limit_offset = ((char *) root_info - outdir->buf) + in calculate_tree()719 root = (struct ext2_dx_entry *) (outdir->buf + root_offset); in calculate_tree()737 &dx_ent, &root_offset, in calculate_tree()763 &int_ent, &root_offset, in calculate_tree()
367 auto root_offset = ReadScalar<uoffset_t>(newbuf) - sizeof(uoffset_t); in AddFlatBuffer() local368 return vector_data(flatbuf) + insertion_point + root_offset; in AddFlatBuffer()
1037 auto root_offset = flatbuffers::CopyTable( in ReflectionTest() local1039 fbb.Finish(root_offset, MonsterIdentifier()); in ReflectionTest()