Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c228 DBLock_Type, DBLogCursor_Type; variable
241 #define DBLogCursorObject_Check(v) (Py_TYPE(v) == &DBLogCursor_Type)
1057 self = PyObject_New(DBLogCursorObject, &DBLogCursor_Type); in newDBLogCursorObject()
9257 statichere PyTypeObject DBLogCursor_Type = { variable
9663 || (PyType_Ready(&DBLogCursor_Type) < 0) in init_bsddb()
10300 bsddb_api.dblogcursor_type = &DBLogCursor_Type; in init_bsddb()