Searched refs:rootKey (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinReg.c178 static DWORD OpenSubKey(char *hostName, HKEY rootKey,
369 HKEY rootKey, subkey;
383 if (ParseKeyName(interp, buffer, &hostName, &rootKey, &keyName)
404 result = OpenSubKey(hostName, rootKey, keyName,
961 HKEY rootKey;
968 result = ParseKeyName(interp, buffer, &hostName, &rootKey, &keyName);
970 result = OpenSubKey(hostName, rootKey, keyName, mode, flags, keyPtr);
1007 HKEY rootKey, /* Root registry key. */
1022 result = (*regWinProcs->regConnectRegistryProc)(hostName, rootKey,
1023 &rootKey);
366 HKEY rootKey, subkey; local
952 HKEY rootKey; local
995 OpenSubKey( char *hostName, HKEY rootKey, char *keyName, REGSAM mode, int flags, HKEY *keyPtr) argument
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinReg.c183 static DWORD OpenSubKey(char *hostName, HKEY rootKey,
449 HKEY rootKey, subkey;
462 if (ParseKeyName(interp, buffer, &hostName, &rootKey,
483 result = OpenSubKey(hostName, rootKey, keyName,
1034 HKEY rootKey;
1041 result = ParseKeyName(interp, buffer, &hostName, &rootKey, &keyName);
1043 result = OpenSubKey(hostName, rootKey, keyName, mode, flags, keyPtr);
1080 HKEY rootKey, /* Root registry key. */
1095 result = (*regWinProcs->regConnectRegistryProc)(hostName, rootKey,
1096 &rootKey);
444 HKEY rootKey, subkey; local
1023 HKEY rootKey; local
1066 OpenSubKey( char *hostName, HKEY rootKey, char *keyName, REGSAM mode, int flags, HKEY *keyPtr) argument
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDElement.c73 CFStringRef rootKey; member in struct:__IOHIDElement
151 CFRELEASE_IF_NOT_NULL(element->rootKey);
830 if (!element->rootKey) {
839 element->rootKey = CFStringCreateWithFormat(NULL, NULL,
848 return element->rootKey;
H A DIOHIDDevice.c178 CFStringRef rootKey; member in struct:__IOHIDDevice
336 CFRELEASE_IF_NOT_NULL(device->rootKey);
1866 if (!device->rootKey) {
1887 device->rootKey = CFStringCreateWithFormat(NULL, NULL,
1896 return device->rootKey;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DControlPanelExe.cpp176 HKEY rootKey; member in struct:RegistryBuilder
209 err = RegCreateKeyEx( entries[ i ].rootKey, keyName, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &key, NULL );
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerPlugin.cpp306 HKEY rootKey; member in struct:RegistryBuilder
357 err = RegCreateKeyEx( entries[ i ].rootKey, keyName, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &key, NULL );

Completed in 135 milliseconds