Lines Matching refs:closeKey
166 (void) pReg->closeKey(phSubKeys[i]); in closeSubKeys()
195 RegError REGISTRY_CALLTYPE closeKey(RegKeyHandle hKey) in closeKey() function
201 return pKey->closeKey(hKey); in closeKey()
234 RegError _ret2 = pKey->closeKey(pSubKey); in setValue()
241 return pKey->closeKey(pSubKey); in setValue()
276 RegError _ret2 = pKey->closeKey(pSubKey); in setLongListValue()
283 return pKey->closeKey(pSubKey); in setLongListValue()
318 RegError _ret2 = pKey->closeKey(pSubKey); in setStringListValue()
325 return pKey->closeKey(pSubKey); in setStringListValue()
360 RegError _ret2 = pKey->closeKey(pSubKey); in setUnicodeListValue()
367 return pKey->closeKey(pSubKey); in setUnicodeListValue()
796 return closeKey(hKey); in reg_closeKey()