PyRegistry         35 source4/lib/registry/pyregistry.c PyAPI_DATA(PyTypeObject) PyRegistry;
PyRegistry        143 source4/lib/registry/pyregistry.c 	return py_talloc_import(&PyRegistry, ctx);
PyRegistry        161 source4/lib/registry/pyregistry.c PyTypeObject PyRegistry = {
PyRegistry        302 source4/lib/registry/pyregistry.c 	return py_talloc_import(&PyRegistry, reg_ctx);
PyRegistry        415 source4/lib/registry/pyregistry.c 	if (PyType_Ready(&PyRegistry) < 0)
PyRegistry        435 source4/lib/registry/pyregistry.c 	Py_INCREF(&PyRegistry);
PyRegistry        436 source4/lib/registry/pyregistry.c 	PyModule_AddObject(m, "Registry", (PyObject *)&PyRegistry);