hbin_off           87 source3/include/regfio.h 	uint32 hbin_off;	/* offset from beginning of this hbin block */
hbin_off           99 source3/include/regfio.h 	uint32 hbin_off;	/* offset from beginning of this hbin block */
hbin_off          119 source3/include/regfio.h 	uint32 hbin_off;	/* offset from beginning of this hbin block */
hbin_off          137 source3/include/regfio.h 	uint32 hbin_off;	/* offset from beginning of this hbin block */
hbin_off          304 source3/registry/regfio.c 	nk->hbin_off = prs_offset( ps );
hbin_off          305 source3/registry/regfio.c 	start = nk->hbin_off;
hbin_off          918 source3/registry/regfio.c 					nk->values[i].hbin_off));
hbin_off         1737 source3/registry/regfio.c 	nk->parent_off = parent ? (parent->hbin_off + parent->hbin->file_off - REGF_BLOCKSIZE - HBIN_HDR_SIZE ) : REGF_OFFSET_NONE;
hbin_off         1756 source3/registry/regfio.c 	nk->hbin_off = prs_offset( &nk->hbin->ps );
hbin_off         1800 source3/registry/regfio.c 			nk->sec_desc->hbin_off  = prs_offset( &sk_hbin->ps );
hbin_off         1820 source3/registry/regfio.c 				nk->sec_desc->prev_sk_off = prev->hbin_off + prev->hbin->first_hbin_off - HBIN_HDR_SIZE;
hbin_off         1851 source3/registry/regfio.c 		nk->subkeys.hbin_off = prs_offset( &nk->subkeys.hbin->ps );
hbin_off         1903 source3/registry/regfio.c 			nk->values[i].hbin_off = prs_offset( &nk->values[i].hbin->ps );
hbin_off         1923 source3/registry/regfio.c 	prs_set_offset( &nk->hbin->ps, nk->hbin_off );