Lines Matching refs:DBLogCursorObject
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()
3991 DBLogCursor_last(DBLogCursorObject* self) in DBLogCursor_last()
3997 DBLogCursor_next(DBLogCursorObject* self) in DBLogCursor_next()
4003 DBLogCursor_prev(DBLogCursorObject* self) in DBLogCursor_prev()
4009 DBLogCursor_set(DBLogCursorObject* self, PyObject* args) in DBLogCursor_set()
9265 sizeof(DBLogCursorObject), /*tp_basicsize*/
9292 offsetof(DBLogCursorObject, in_weakreflist), /* tp_weaklistoffset */