nk_offset        1388 source3/registry/regfio.c 	uint32      nk_offset;
nk_offset        1403 source3/registry/regfio.c 	nk_offset = nk->subkeys.hashes[nk->subkey_index].nk_off;
nk_offset        1404 source3/registry/regfio.c 	if ( !prs_set_offset( &hbin->ps, (HBIN_HDR_SIZE + nk_offset - hbin->first_hbin_off) ) )
nk_offset         625 source4/lib/registry/regf.c 		key_off = li.nk_offset[idx];
nk_offset         647 source4/lib/registry/regf.c 		key_off = lf.hr[idx].nk_offset;
nk_offset         667 source4/lib/registry/regf.c 		key_off = lh.hr[idx].nk_offset;
nk_offset         716 source4/lib/registry/regf.c 				key_off = li.nk_offset[idx - sublist_count];
nk_offset         738 source4/lib/registry/regf.c 				key_off = lh.hr[idx - sublist_count].nk_offset;
nk_offset         867 source4/lib/registry/regf.c 									li.nk_offset[i],
nk_offset         902 source4/lib/registry/regf.c 									lf.hr[i].nk_offset,
nk_offset         939 source4/lib/registry/regf.c 									lh.hr[i].nk_offset,
nk_offset         989 source4/lib/registry/regf.c 											li.nk_offset[j],
nk_offset        1014 source4/lib/registry/regf.c 											lh.hr[j].nk_offset,
nk_offset        1235 source4/lib/registry/regf.c 			li.nk_offset = talloc_array(regf, uint32_t, 1);
nk_offset        1236 source4/lib/registry/regf.c 			W_ERROR_HAVE_NO_MEMORY(li.nk_offset);
nk_offset        1237 source4/lib/registry/regf.c 			li.nk_offset[0] = key_offset;
nk_offset        1243 source4/lib/registry/regf.c 			talloc_free(li.nk_offset);
nk_offset        1254 source4/lib/registry/regf.c 			lf.hr[0].nk_offset = key_offset;
nk_offset        1272 source4/lib/registry/regf.c 			lh.hr[0].nk_offset = key_offset;
nk_offset        1309 source4/lib/registry/regf.c 		li.nk_offset = talloc_realloc(regf, li.nk_offset,
nk_offset        1311 source4/lib/registry/regf.c 		W_ERROR_HAVE_NO_MEMORY(li.nk_offset);
nk_offset        1312 source4/lib/registry/regf.c 		li.nk_offset[li.key_count] = key_offset;
nk_offset        1318 source4/lib/registry/regf.c 		talloc_free(li.nk_offset);
nk_offset        1336 source4/lib/registry/regf.c 		lf.hr[lf.key_count].nk_offset = key_offset;
nk_offset        1362 source4/lib/registry/regf.c 		lh.hr[lh.key_count].nk_offset = key_offset;
nk_offset        1414 source4/lib/registry/regf.c 				li.nk_offset[i-1] = li.nk_offset[i];
nk_offset        1416 source4/lib/registry/regf.c 			if (li.nk_offset[i] == key_offset) {
nk_offset        1461 source4/lib/registry/regf.c 			if (lf.hr[i].nk_offset == key_offset) {
nk_offset        1507 source4/lib/registry/regf.c 			if (lh.hr[i].nk_offset == key_offset) {