hbins 50 source4/lib/registry/regf.c struct hbin_block **hbins;
hbins 69 source4/lib/registry/regf.c for (i = 0; data->hbins[i]; i++) {
hbins 70 source4/lib/registry/regf.c if (offset >= data->hbins[i]->offset_from_first &&
hbins 71 source4/lib/registry/regf.c offset < data->hbins[i]->offset_from_first+
hbins 72 source4/lib/registry/regf.c data->hbins[i]->offset_to_next) {
hbins 74 source4/lib/registry/regf.c *rel_offset = offset - data->hbins[i]->offset_from_first - 0x20;
hbins 75 source4/lib/registry/regf.c return data->hbins[i];
hbins 179 source4/lib/registry/regf.c for (i = 0; (hbin = data->hbins[i]); i++) {
hbins 217 source4/lib/registry/regf.c if (data->hbins[i] == NULL) {
hbins 220 source4/lib/registry/regf.c data->hbins = talloc_realloc(data, data->hbins,
hbins 222 source4/lib/registry/regf.c hbin = talloc(data->hbins, struct hbin_block);
hbins 225 source4/lib/registry/regf.c data->hbins[i] = hbin;
hbins 226 source4/lib/registry/regf.c data->hbins[i+1] = NULL;
hbins 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);
hbins 1900 source4/lib/registry/regf.c for (i = 0; regf->hbins[i]; i++) {
hbins 1903 source4/lib/registry/regf.c regf->hbins[i]))) {
hbins 1959 source4/lib/registry/regf.c regf->hbins = talloc_array(regf, struct hbin_block *, 1);
hbins 1960 source4/lib/registry/regf.c W_ERROR_HAVE_NO_MEMORY(regf->hbins);
hbins 1961 source4/lib/registry/regf.c regf->hbins[0] = NULL;
hbins 2106 source4/lib/registry/regf.c regf->hbins = talloc_array(regf, struct hbin_block *, 1);
hbins 2107 source4/lib/registry/regf.c W_ERROR_HAVE_NO_MEMORY(regf->hbins);
hbins 2109 source4/lib/registry/regf.c regf->hbins[0] = NULL;
hbins 2113 source4/lib/registry/regf.c struct hbin_block *hbin = talloc(regf->hbins,
hbins 2131 source4/lib/registry/regf.c regf->hbins[i] = hbin;
hbins 2133 source4/lib/registry/regf.c regf->hbins = talloc_realloc(regf, regf->hbins,
hbins 2135 source4/lib/registry/regf.c regf->hbins[i] = NULL;