Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c1141 static PyObject *DBEnv_close_internal(DBEnvObject* self, int flags);
1149 dummy=DBEnv_close_internal(self, 0); in DBEnv_dealloc()
4912 DBEnv_close_internal(DBEnvObject* self, int flags) in DBEnv_close_internal() function
4958 return DBEnv_close_internal(self, flags); in DBEnv_close()