Lines Matching refs:DBObject
372 static int _DB_get_type(DBObject* self) in _DB_get_type()
411 make_key_dbt(DBObject* self, PyObject* keyobj, DBT* key, int* pflags) in make_key_dbt()
758 static int _DB_delete(DBObject* self, DB_TXN *txn, DBT *key, int flags) in _DB_delete()
774 static int _DB_put(DBObject* self, DB_TXN *txn, DBT *key, DBT *data, int flags) in _DB_put()
895 static DBObject*
898 DBObject* self; in newDBObject()
902 self = PyObject_New(DBObject, &DB_Type); in newDBObject()
964 static PyObject *DB_close_internal(DBObject* self, int flags, int do_not_close);
967 DB_dealloc(DBObject* self) in DB_dealloc()
1002 newDBCursorObject(DBC* dbc, DBTxnObject *txn, DBObject* db) in newDBCursorObject()
1312 newDBSequenceObject(DBObject* mydb, int flags) in newDBSequenceObject()
1419 DB_append(DBObject* self, PyObject* args, PyObject* kwargs) in DB_append()
1457 DBObject* secondaryDB = (DBObject*)db->app_private; in _db_associateCallback()
1594 DB_associate(DBObject* self, PyObject* args, PyObject* kwargs) in DB_associate()
1597 DBObject* secondaryDB; in DB_associate()
1663 DB_close_internal(DBObject* self, int flags, int do_not_close) in DB_close_internal()
1707 DB_close(DBObject* self, PyObject* args) in DB_close()
1717 _DB_consume(DBObject* self, PyObject* args, PyObject* kwargs, int consume_flag) in _DB_consume()
1771 DB_consume(DBObject* self, PyObject* args, PyObject* kwargs, int consume_flag) in DB_consume()
1777 DB_consume_wait(DBObject* self, PyObject* args, PyObject* kwargs, in DB_consume_wait()
1785 DB_cursor(DBObject* self, PyObject* args, PyObject* kwargs) in DB_cursor()
1809 DB_delete(DBObject* self, PyObject* args, PyObject* kwargs) in DB_delete()
1846 DB_compact(DBObject* self, PyObject* args, PyObject* kwargs) in DB_compact()
1898 DB_fd(DBObject* self) in DB_fd()
1914 DB_exists(DBObject* self, PyObject* args, PyObject* kwargs) in DB_exists()
1962 DB_get(DBObject* self, PyObject* args, PyObject* kwargs) in DB_get()
2028 DB_pget(DBObject* self, PyObject* args, PyObject* kwargs) in DB_pget()
2123 DB_get_size(DBObject* self, PyObject* args, PyObject* kwargs) in DB_get_size()
2165 DB_get_both(DBObject* self, PyObject* args, PyObject* kwargs) in DB_get_both()
2227 DB_get_byteswapped(DBObject* self) in DB_get_byteswapped()
2243 DB_get_type(DBObject* self) in DB_get_type()
2257 DB_join(DBObject* self, PyObject* args) in DB_join()
2323 DB_key_range(DBObject* self, PyObject* args, PyObject* kwargs) in DB_key_range()
2353 DB_open(DBObject* self, PyObject* args, PyObject* kwargs) in DB_open()
2421 DB_put(DBObject* self, PyObject* args, PyObject* kwargs) in DB_put()
2466 DB_remove(DBObject* self, PyObject* args, PyObject* kwargs) in DB_remove()
2492 DB_rename(DBObject* self, PyObject* args) in DB_rename()
2513 DB_get_private(DBObject* self) in DB_get_private()
2521 DB_set_private(DBObject* self, PyObject* private_obj) in DB_set_private()
2531 DB_set_priority(DBObject* self, PyObject* args) in DB_set_priority()
2547 DB_get_priority(DBObject* self) in DB_get_priority()
2563 DB_get_dbname(DBObject* self) in DB_get_dbname()
2579 DB_get_open_flags(DBObject* self) in DB_get_open_flags()
2594 DB_set_q_extentsize(DBObject* self, PyObject* args) in DB_set_q_extentsize()
2611 DB_get_q_extentsize(DBObject* self) in DB_get_q_extentsize()
2626 DB_set_bt_minkey(DBObject* self, PyObject* args) in DB_set_bt_minkey()
2642 DB_get_bt_minkey(DBObject* self) in DB_get_bt_minkey()
2685 DBObject *self = (DBObject *)db->app_private; in _db_compareCallback()
2727 DB_set_bt_compare(DBObject* self, PyObject* comparator) in DB_set_bt_compare()
2799 DBObject *self = (DBObject *)db->app_private; in _db_dupCompareCallback()
2841 DB_set_dup_compare(DBObject* self, PyObject* comparator) in DB_set_dup_compare()
2907 DB_set_cachesize(DBObject* self, PyObject* args) in DB_set_cachesize()
2925 DB_get_cachesize(DBObject* self) in DB_get_cachesize()
2943 DB_set_flags(DBObject* self, PyObject* args) in DB_set_flags()
2961 DB_get_flags(DBObject* self) in DB_get_flags()
2976 DB_get_transactional(DBObject* self) in DB_get_transactional()
3004 DB_set_h_ffactor(DBObject* self, PyObject* args) in DB_set_h_ffactor()
3020 DB_get_h_ffactor(DBObject* self) in DB_get_h_ffactor()
3035 DB_set_h_nelem(DBObject* self, PyObject* args) in DB_set_h_nelem()
3051 DB_get_h_nelem(DBObject* self) in DB_get_h_nelem()
3066 DB_set_lorder(DBObject* self, PyObject* args) in DB_set_lorder()
3082 DB_get_lorder(DBObject* self) in DB_get_lorder()
3097 DB_set_pagesize(DBObject* self, PyObject* args) in DB_set_pagesize()
3113 DB_get_pagesize(DBObject* self) in DB_get_pagesize()
3128 DB_set_re_delim(DBObject* self, PyObject* args) in DB_set_re_delim()
3149 DB_get_re_delim(DBObject* self) in DB_get_re_delim()
3163 DB_set_re_len(DBObject* self, PyObject* args) in DB_set_re_len()
3179 DB_get_re_len(DBObject* self) in DB_get_re_len()
3194 DB_set_re_pad(DBObject* self, PyObject* args) in DB_set_re_pad()
3214 DB_get_re_pad(DBObject* self) in DB_get_re_pad()
3228 DB_set_re_source(DBObject* self, PyObject* args) in DB_set_re_source()
3245 DB_get_re_source(DBObject* self) in DB_get_re_source()
3260 DB_stat(DBObject* self, PyObject* args, PyObject* kwargs) in DB_stat()
3373 DB_stat_print(DBObject* self, PyObject* args, PyObject *kwargs) in DB_stat_print()
3394 DB_sync(DBObject* self, PyObject* args) in DB_sync()
3412 DB_truncate(DBObject* self, PyObject* args, PyObject* kwargs) in DB_truncate()
3436 DB_upgrade(DBObject* self, PyObject* args) in DB_upgrade()
3454 DB_verify(DBObject* self, PyObject* args, PyObject* kwargs) in DB_verify()
3500 DB_set_get_returns_none(DBObject* self, PyObject* args) in DB_set_get_returns_none()
3519 DB_set_encrypt(DBObject* self, PyObject* args, PyObject* kwargs) in DB_set_encrypt()
3540 DB_get_encrypt_flags(DBObject* self) in DB_get_encrypt_flags()
3564 DBObject* self = (DBObject*)_self; in DB_length()
3591 PyObject* DB_subscript(DBObject* self, PyObject* keyobj) in DB_subscript()
3628 DB_ass_sub(DBObject* self, PyObject* keyobj, PyObject* dataobj) in DB_ass_sub()
3674 _DB_has_key(DBObject* self, PyObject* keyobj, PyObject* txnobj) in _DB_has_key()
3728 DB_has_key(DBObject* self, PyObject* args, PyObject* kwargs) in DB_has_key()
3742 static int DB_contains(DBObject* self, PyObject* keyobj) in DB_contains()
3765 _DB_make_list(DBObject* self, DB_TXN* txn, int type) in _DB_make_list()
3871 DB_keys(DBObject* self, PyObject* args) in DB_keys()
3885 DB_items(DBObject* self, PyObject* args) in DB_items()
3899 DB_values(DBObject* self, PyObject* args) in DB_values()
8107 DBObject *db; in _promote_transaction_dbs_and_sequences()
9179 sizeof(DBObject), /*tp_basicsize*/
9206 offsetof(DBObject, in_weakreflist), /* tp_weaklistoffset */
9554 return (PyObject* )newDBSequenceObject((DBObject*)dbobj, flags); in DBSequence_construct()