orig_offset       329 source4/lib/registry/regf.c 				  uint32_t orig_offset, DATA_BLOB blob)
orig_offset       332 source4/lib/registry/regf.c 	struct hbin_block *hbin = hbin_by_offset(data, orig_offset,
orig_offset       340 source4/lib/registry/regf.c 	SMB_ASSERT(orig_offset > 0);
orig_offset       360 source4/lib/registry/regf.c 			hbin_free(data, orig_offset + needed_size);
orig_offset       362 source4/lib/registry/regf.c 		return orig_offset;
orig_offset       385 source4/lib/registry/regf.c 			return orig_offset;
orig_offset       389 source4/lib/registry/regf.c 	hbin_free(data, orig_offset);
orig_offset       395 source4/lib/registry/regf.c 				      uint32_t orig_offset, void *p)
orig_offset       405 source4/lib/registry/regf.c 	ret = hbin_store_resize(regf, orig_offset, push->data);