Searched refs:DBLogCursor_Type (Results 1 – 1 of 1) sorted by relevance
228 DBLock_Type, DBLogCursor_Type; variable241 #define DBLogCursorObject_Check(v) (Py_TYPE(v) == &DBLogCursor_Type)1057 self = PyObject_New(DBLogCursorObject, &DBLogCursor_Type); in newDBLogCursorObject()9257 statichere PyTypeObject DBLogCursor_Type = { variable9663 || (PyType_Ready(&DBLogCursor_Type) < 0) in init_bsddb()10300 bsddb_api.dblogcursor_type = &DBLogCursor_Type; in init_bsddb()