Searched refs:DBLogCursorObject (Results 1 – 2 of 2) sorted by relevance
130 struct DBLogCursorObject; /* Forward declaration */146 struct DBLogCursorObject *children_logcursors;207 typedef struct DBLogCursorObject { struct211 struct DBLogCursorObject **sibling_prev_p; argument212 struct DBLogCursorObject *sibling_next; argument214 } DBLogCursorObject; argument
1052 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 …]