PyRegistryKey 34 source4/lib/registry/pyregistry.c PyAPI_DATA(PyTypeObject) PyRegistryKey;
PyRegistryKey 56 source4/lib/registry/pyregistry.c return py_talloc_import(&PyRegistryKey, key);
PyRegistryKey 87 source4/lib/registry/pyregistry.c return py_talloc_import(&PyRegistryKey, key);
PyRegistryKey 261 source4/lib/registry/pyregistry.c PyTypeObject PyRegistryKey = {
PyRegistryKey 418 source4/lib/registry/pyregistry.c if (PyType_Ready(&PyRegistryKey) < 0)
PyRegistryKey 441 source4/lib/registry/pyregistry.c Py_INCREF(&PyRegistryKey);
PyRegistryKey 442 source4/lib/registry/pyregistry.c PyModule_AddObject(m, "RegistryKey", (PyObject *)&PyRegistryKey);