PyLdb 1057 source4/lib/ldb/pyldb.c ret = (PyLdbObject *)PyLdb.tp_alloc(&PyLdb, 0); PyLdb 1073 source4/lib/ldb/pyldb.c PyTypeObject PyLdb = { PyLdb 2092 source4/lib/ldb/pyldb.c if (PyType_Ready(&PyLdb) < 0) PyLdb 2162 source4/lib/ldb/pyldb.c Py_INCREF(&PyLdb); PyLdb 2169 source4/lib/ldb/pyldb.c PyModule_AddObject(m, "Ldb", (PyObject *)&PyLdb); PyLdb 37 source4/lib/ldb/pyldb.h PyAPI_DATA(PyTypeObject) PyLdb; PyLdb 40 source4/lib/ldb/pyldb.h #define PyLdb_Check(ob) PyObject_TypeCheck(ob, &PyLdb)