Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbsddb.h130 struct DBLogCursorObject; /* Forward declaration */
146 struct DBLogCursorObject *children_logcursors;
207 typedef struct DBLogCursorObject { struct
211 struct DBLogCursorObject **sibling_prev_p; argument
212 struct DBLogCursorObject *sibling_next; argument
214 } DBLogCursorObject; argument
D_bsddb.c1052 static DBLogCursorObject*
1055 DBLogCursorObject* self; in newDBLogCursorObject()
1057 self = PyObject_New(DBLogCursorObject, &DBLogCursor_Type); in newDBLogCursorObject()
1074 static PyObject *DBLogCursor_close_internal(DBLogCursorObject* self);
1077 DBLogCursor_dealloc(DBLogCursorObject* self) in DBLogCursor_dealloc()
3916 DBLogCursor_close_internal(DBLogCursorObject* self) in DBLogCursor_close_internal()
3933 DBLogCursor_close(DBLogCursorObject* self) in DBLogCursor_close()
3940 _DBLogCursor_get(DBLogCursorObject* self, int flag, DB_LSN *lsn2) in _DBLogCursor_get()
3979 DBLogCursor_current(DBLogCursorObject* self) in DBLogCursor_current()
3985 DBLogCursor_first(DBLogCursorObject* self) in DBLogCursor_first()
[all …]