Home
last modified time | relevance | path

Searched refs:DBCursor_Type (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_bsddb.c227 staticforward PyTypeObject DB_Type, DBCursor_Type, DBEnv_Type, DBTxn_Type, variable
240 #define DBCursorObject_Check(v) (Py_TYPE(v) == &DBCursor_Type)
1004 DBCursorObject* self = PyObject_New(DBCursorObject, &DBCursor_Type); in newDBCursorObject()
9214 statichere PyTypeObject DBCursor_Type = { variable
9662 || (PyType_Ready(&DBCursor_Type) < 0) in init_bsddb()
10299 bsddb_api.dbcursor_type = &DBCursor_Type; in init_bsddb()