PyLdbTree        1707 source4/lib/ldb/pyldb.c 	ret = (PyLdbTreeObject *)PyLdbTree.tp_alloc(&PyLdbTree, 0);
PyLdbTree        1724 source4/lib/ldb/pyldb.c PyTypeObject PyLdbTree = {
PyLdbTree        2098 source4/lib/ldb/pyldb.c 	if (PyType_Ready(&PyLdbTree) < 0)
PyLdbTree        2167 source4/lib/ldb/pyldb.c 	Py_INCREF(&PyLdbTree);
PyLdbTree        2174 source4/lib/ldb/pyldb.c 	PyModule_AddObject(m, "Tree", (PyObject *)&PyLdbTree);
PyLdbTree          89 source4/lib/ldb/pyldb.h PyAPI_DATA(PyTypeObject) PyLdbTree;