REGF_HASH_REC      92 source3/include/regfio.h 	REGF_HASH_REC *hashes;
REGF_HASH_REC     600 source3/registry/regfio.c static bool prs_hash_rec( const char *desc, prs_struct *ps, int depth, REGF_HASH_REC *hash )
REGF_HASH_REC     651 source3/registry/regfio.c 			if ( !(lf->hashes = PRS_ALLOC_MEM( &hbin->ps, REGF_HASH_REC, lf->num_keys )) )
REGF_HASH_REC    1623 source3/registry/regfio.c 	size = REC_HDR_SIZE + sizeof(uint16) + (sizeof(REGF_HASH_REC) * num_keys) + sizeof(uint32);
REGF_HASH_REC    1709 source3/registry/regfio.c static int hashrec_cmp( REGF_HASH_REC *h1, REGF_HASH_REC *h2 )
REGF_HASH_REC    1761 source3/registry/regfio.c 		REGF_HASH_REC *hash = &parent->subkeys.hashes[parent->subkey_index];
REGF_HASH_REC    1770 source3/registry/regfio.c 		qsort( parent->subkeys.hashes, parent->subkey_index, sizeof(REGF_HASH_REC), QSORT_CAST hashrec_cmp );
REGF_HASH_REC    1859 source3/registry/regfio.c 			if ( !(nk->subkeys.hashes = TALLOC_ZERO_ARRAY( file->mem_ctx, REGF_HASH_REC, nk->subkeys.num_keys )) )