offset_to_next     72 source4/lib/registry/regf.c 					 data->hbins[i]->offset_to_next) {
offset_to_next    182 source4/lib/registry/regf.c 		for (j = 0; j < hbin->offset_to_next-0x20; j+= my_size) {
offset_to_next    229 source4/lib/registry/regf.c 		hbin->offset_from_first = (i == 0?0:data->hbins[i-1]->offset_from_first+data->hbins[i-1]->offset_to_next);
offset_to_next    230 source4/lib/registry/regf.c 		hbin->offset_to_next = 0x1000;
offset_to_next    234 source4/lib/registry/regf.c 		hbin->block_size = hbin->offset_to_next;
offset_to_next    313 source4/lib/registry/regf.c 	if (rel_offset + size < hbin->offset_to_next) {
offset_to_next    368 source4/lib/registry/regf.c 	for (i = rel_offset; i < hbin->offset_to_next - 0x20; i += my_size) {