REGF_BLOCKSIZE    431 source3/registry/regfio.c 	if ( read_block( file, &ps, 0, REGF_BLOCKSIZE ) == -1 )
REGF_BLOCKSIZE    577 source3/registry/regfio.c 		block_off = REGF_BLOCKSIZE;
REGF_BLOCKSIZE   1133 source3/registry/regfio.c 	if ( !prs_init( &ps, REGF_BLOCKSIZE, file->mem_ctx, MARSHALL ) )
REGF_BLOCKSIZE   1278 source3/registry/regfio.c 		if ( read_block( file, &ps, 0, REGF_BLOCKSIZE ) != -1 ) {
REGF_BLOCKSIZE   1333 source3/registry/regfio.c 	uint32      offset = REGF_BLOCKSIZE;
REGF_BLOCKSIZE   1443 source3/registry/regfio.c 	hbin->first_hbin_off = hbin->file_off - REGF_BLOCKSIZE;
REGF_BLOCKSIZE   1502 source3/registry/regfio.c 	block_off = REGF_BLOCKSIZE;
REGF_BLOCKSIZE   1737 source3/registry/regfio.c 	nk->parent_off = parent ? (parent->hbin_off + parent->hbin->file_off - REGF_BLOCKSIZE - HBIN_HDR_SIZE ) : REGF_OFFSET_NONE;