Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbsddbmodule.c40 } bsddbobject; typedef
57 bsddbobject *dp; in newdbhashobject()
60 if ((dp = PyObject_New(bsddbobject, &Bsddbtype)) == NULL) in newdbhashobject()
105 bsddbobject *dp; in newdbbtobject()
108 if ((dp = PyObject_New(bsddbobject, &Bsddbtype)) == NULL) in newdbbtobject()
155 bsddbobject *dp; in newdbrnobject()
159 if ((dp = PyObject_New(bsddbobject, &Bsddbtype)) == NULL) in newdbrnobject()
210 bsddb_dealloc(bsddbobject *dp) in bsddb_dealloc()
244 bsddb_length(bsddbobject *dp) in bsddb_length()
269 bsddb_subscript(bsddbobject *dp, PyObject *key) in bsddb_subscript()
[all …]
/external/python/cpython2/Doc/library/
Dbsddb.rst110 .. method:: bsddbobject.close()
117 .. method:: bsddbobject.keys()
124 .. method:: bsddbobject.has_key(key)
129 .. method:: bsddbobject.set_location(key)
138 .. method:: bsddbobject.first()
145 .. method:: bsddbobject.next()
151 .. method:: bsddbobject.previous()
158 .. method:: bsddbobject.last()
166 .. method:: bsddbobject.sync()