Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c1849 PyObject *startobj = NULL, *stopobj = NULL; in DB_compact() local
1862 &txnobj, &startobj, &stopobj, &flags, in DB_compact()
1876 if (stopobj && make_key_dbt(self, stopobj, &stop, NULL)) { in DB_compact()
1887 if (stopobj) in DB_compact()