REC_HDR_SIZE       90 source3/include/regfio.h 	char header[REC_HDR_SIZE];
REC_HDR_SIZE      103 source3/include/regfio.h 	char header[REC_HDR_SIZE];
REC_HDR_SIZE      125 source3/include/regfio.h 	char header[REC_HDR_SIZE];
REC_HDR_SIZE      143 source3/include/regfio.h 	char header[REC_HDR_SIZE];
REC_HDR_SIZE     1054 source3/registry/regfio.c 	uint8 header[REC_HDR_SIZE];
REC_HDR_SIZE     1071 source3/registry/regfio.c 	memset( header, 0x0, sizeof(uint8)*REC_HDR_SIZE );
REC_HDR_SIZE     1083 source3/registry/regfio.c 		if ( !prs_uint8s( True, "header", ps, 0, header, REC_HDR_SIZE ) )
REC_HDR_SIZE     1091 source3/registry/regfio.c 		if ( memcmp( header, hdr, REC_HDR_SIZE ) == 0 ) {
REC_HDR_SIZE     1599 source3/registry/regfio.c 	size = REC_HDR_SIZE + (sizeof(uint16)*3) + (sizeof(uint32)*3) + sizeof(uint32);
REC_HDR_SIZE     1623 source3/registry/regfio.c 	size = REC_HDR_SIZE + sizeof(uint16) + (sizeof(REGF_HASH_REC) * num_keys) + sizeof(uint32);
REC_HDR_SIZE     1667 source3/registry/regfio.c 	memcpy( vk->header, "vk", REC_HDR_SIZE );
REC_HDR_SIZE     1728 source3/registry/regfio.c 	memcpy( nk->header, "nk", REC_HDR_SIZE );
REC_HDR_SIZE     1798 source3/registry/regfio.c 			memcpy( nk->sec_desc->header, "sk", REC_HDR_SIZE );
REC_HDR_SIZE     1855 source3/registry/regfio.c 		memcpy( nk->subkeys.header, "lf", REC_HDR_SIZE );