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)
1055 self = PyObject_New(DBLogCursorObject, &DBLogCursor_Type); in newDBLogCursorObject()
9233 statichere PyTypeObject DBLogCursor_Type = { variable
9639 || (PyType_Ready(&DBLogCursor_Type) < 0) in init_bsddb()
10276 bsddb_api.dblogcursor_type = &DBLogCursor_Type; in init_bsddb()