hbin_block         50 source4/lib/registry/regf.c 	struct hbin_block **hbins;
hbin_block         64 source4/lib/registry/regf.c static struct hbin_block *hbin_by_offset(const struct regf_data *data,
hbin_block        105 source4/lib/registry/regf.c 	struct hbin_block *hbin;
hbin_block        163 source4/lib/registry/regf.c 	struct hbin_block *hbin = NULL;
hbin_block        221 source4/lib/registry/regf.c 					     struct hbin_block *, i+2);
hbin_block        222 source4/lib/registry/regf.c 		hbin = talloc(data->hbins, struct hbin_block);
hbin_block        292 source4/lib/registry/regf.c 	struct hbin_block *hbin;
hbin_block        332 source4/lib/registry/regf.c 	struct hbin_block *hbin = hbin_by_offset(data, orig_offset,
hbin_block       1959 source4/lib/registry/regf.c 	regf->hbins = talloc_array(regf, struct hbin_block *, 1);
hbin_block       2106 source4/lib/registry/regf.c 	regf->hbins = talloc_array(regf, struct hbin_block *, 1);
hbin_block       2113 source4/lib/registry/regf.c 		struct hbin_block *hbin = talloc(regf->hbins,
hbin_block       2114 source4/lib/registry/regf.c 						 struct hbin_block);
hbin_block       2134 source4/lib/registry/regf.c 					     struct hbin_block *, i+2);