py_hivekey        108 source4/lib/registry/pyregistry.c 	PyObject *py_hivekey, *py_elements = Py_None;
py_hivekey        112 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "OI|O", &py_hivekey, &hkey, &py_elements))
py_hivekey        131 source4/lib/registry/pyregistry.c 	result = reg_mount_hive(ctx, PyHiveKey_AsHiveKey(py_hivekey), hkey, elements);