Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_dbmmodule.c.h55 _dbm_dbm_get_impl(dbmobject *self, PyTypeObject *cls, const char *key,
72 return_value = _dbm_dbm_get_impl(self, cls, key, key_length, default_value); in _dbm_dbm_get()
/aosp_15_r20/external/python/cpython3/Modules/
D_dbmmodule.c315 _dbm_dbm_get_impl(dbmobject *self, PyTypeObject *cls, const char *key, in _dbm_dbm_get_impl() function