Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c411 make_key_dbt(DBObject* self, PyObject* keyobj, DBT* key, int* pflags) in make_key_dbt() function
1822 if (!make_key_dbt(self, keyobj, &key, NULL)) in DB_delete()
1873 if (startobj && make_key_dbt(self, startobj, &start, NULL)) { in DB_compact()
1876 if (stopobj && make_key_dbt(self, stopobj, &stop, NULL)) { in DB_compact()
1929 if (!make_key_dbt(self, keyobj, &key, NULL)) in DB_exists()
1982 if (!make_key_dbt(self, keyobj, &key, &flags)) in DB_get()
2048 if (!make_key_dbt(self, keyobj, &key, &flags)) in DB_pget()
2137 if (!make_key_dbt(self, keyobj, &key, &flags)) in DB_get_size()
2182 if (!make_key_dbt(self, keyobj, &key, NULL)) in DB_get_both()
2438 if (!make_key_dbt(self, keyobj, &key, NULL)) in DB_put()
[all …]