HBIN_HDR_SIZE 68 source3/include/regfio.h char header[HBIN_HDR_SIZE]; /* "hbin" */ HBIN_HDR_SIZE 109 source3/registry/regfio.c if ( strncmp( hdr, "hbin", HBIN_HDR_SIZE ) != 0 ) { HBIN_HDR_SIZE 482 source3/registry/regfio.c if ( !prs_set_offset( &hbin->ps, file->data_offset+HBIN_HDR_SIZE-sizeof(uint32) ) ) HBIN_HDR_SIZE 534 source3/registry/regfio.c if ( !prs_set_offset( &hbin->ps, file->data_offset+HBIN_HDR_SIZE ) ) HBIN_HDR_SIZE 632 source3/registry/regfio.c if ( !prs_set_offset( &hbin->ps, nk->subkeys_off + HBIN_HDR_SIZE - hbin->first_hbin_off ) ) HBIN_HDR_SIZE 690 source3/registry/regfio.c if ( !prs_set_offset( &hbin->ps, sk->sk_off + HBIN_HDR_SIZE - hbin->first_hbin_off ) ) HBIN_HDR_SIZE 834 source3/registry/regfio.c if ( !(prs_set_offset( &hblock->ps, (vk->data_off+HBIN_HDR_SIZE-hblock->first_hbin_off)-sizeof(uint32) )) ) HBIN_HDR_SIZE 894 source3/registry/regfio.c if ( !prs_set_offset( &hbin->ps, nk->values_off+HBIN_HDR_SIZE-hbin->first_hbin_off-sizeof(uint32)) ) HBIN_HDR_SIZE 923 source3/registry/regfio.c new_offset = nk->values[i].rec_off + HBIN_HDR_SIZE - sub_hbin->first_hbin_off; HBIN_HDR_SIZE 1404 source3/registry/regfio.c if ( !prs_set_offset( &hbin->ps, (HBIN_HDR_SIZE + nk_offset - hbin->first_hbin_off) ) ) HBIN_HDR_SIZE 1429 source3/registry/regfio.c memcpy( hbin->header, "hbin", sizeof(HBIN_HDR_SIZE) ); HBIN_HDR_SIZE 1693 source3/registry/regfio.c vk->data_off = prs_offset( &data_hbin->ps ) + data_hbin->first_hbin_off - HBIN_HDR_SIZE; HBIN_HDR_SIZE 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_HDR_SIZE 1763 source3/registry/regfio.c hash->nk_off = prs_offset( &nk->hbin->ps ) + nk->hbin->first_hbin_off - HBIN_HDR_SIZE; HBIN_HDR_SIZE 1801 source3/registry/regfio.c nk->sec_desc->sk_off = prs_offset( &sk_hbin->ps ) + sk_hbin->first_hbin_off - HBIN_HDR_SIZE; HBIN_HDR_SIZE 1820 source3/registry/regfio.c nk->sec_desc->prev_sk_off = prev->hbin_off + prev->hbin->first_hbin_off - HBIN_HDR_SIZE; HBIN_HDR_SIZE 1853 source3/registry/regfio.c nk->subkeys_off = prs_offset( &nk->subkeys.hbin->ps ) + nk->subkeys.hbin->first_hbin_off - HBIN_HDR_SIZE; HBIN_HDR_SIZE 1884 source3/registry/regfio.c nk->values_off = prs_offset( &vlist_hbin->ps ) + vlist_hbin->first_hbin_off - HBIN_HDR_SIZE; HBIN_HDR_SIZE 1907 source3/registry/regfio.c - HBIN_HDR_SIZE;