Searched refs:DBCursor_Type (Results 1 – 1 of 1) sorted by relevance
227 staticforward PyTypeObject DB_Type, DBCursor_Type, DBEnv_Type, DBTxn_Type, variable240 #define DBCursorObject_Check(v) (Py_TYPE(v) == &DBCursor_Type)1004 DBCursorObject* self = PyObject_New(DBCursorObject, &DBCursor_Type); in newDBCursorObject()9214 statichere PyTypeObject DBCursor_Type = { variable9662 || (PyType_Ready(&DBCursor_Type) < 0) in init_bsddb()10299 bsddb_api.dbcursor_type = &DBCursor_Type; in init_bsddb()