subkey_index      138 source3/include/regfio.h 	uint32 subkey_index;	/* index to next subkey record to return */
subkey_index      755 source3/registry/reg_api.c 	key->subkey_index = 0;
subkey_index      781 source3/registry/reg_api.c 	key->subkey_index = 0;
subkey_index     1392 source3/registry/regfio.c 	if ( !nk || (nk->subkeys_off==REGF_OFFSET_NONE) || (nk->subkey_index >= nk->num_subkeys) )
subkey_index     1397 source3/registry/regfio.c 	if ( !(hbin = lookup_hbin_block( file, nk->subkeys.hashes[nk->subkey_index].nk_off )) ) {
subkey_index     1399 source3/registry/regfio.c 			nk->subkeys.hashes[nk->subkey_index].nk_off));
subkey_index     1403 source3/registry/regfio.c 	nk_offset = nk->subkeys.hashes[nk->subkey_index].nk_off;
subkey_index     1407 source3/registry/regfio.c 	nk->subkey_index++;
subkey_index     1761 source3/registry/regfio.c 		REGF_HASH_REC *hash = &parent->subkeys.hashes[parent->subkey_index];
subkey_index     1766 source3/registry/regfio.c 		parent->subkey_index++;
subkey_index     1770 source3/registry/regfio.c 		qsort( parent->subkeys.hashes, parent->subkey_index, sizeof(REGF_HASH_REC), QSORT_CAST hashrec_cmp );
subkey_index     1864 source3/registry/regfio.c 		nk->subkey_index = 0;
subkey_index     1019 source3/utils/net_rpc_registry.c 	nk->subkey_index = 0;
subkey_index      172 source3/utils/profiles.c 	nk->subkey_index = 0;