Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_gdbmmodule.c.h135 _gdbm_gdbm_firstkey_impl(gdbmobject *self, PyTypeObject *cls);
148 return_value = _gdbm_gdbm_firstkey_impl(self, cls); in _gdbm_gdbm_firstkey()
/external/python/cpython3/Modules/
D_gdbmmodule.c420 _gdbm_gdbm_firstkey_impl(gdbmobject *self, PyTypeObject *cls) in _gdbm_gdbm_firstkey_impl() function