Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_gdbmmodule.c.h128 _gdbm_gdbm_firstkey_impl(gdbmobject *self, PyTypeObject *cls);
137 return _gdbm_gdbm_firstkey_impl(self, cls); in _gdbm_gdbm_firstkey()
/aosp_15_r20/external/python/cpython3/Modules/
D_gdbmmodule.c421 _gdbm_gdbm_firstkey_impl(gdbmobject *self, PyTypeObject *cls) in _gdbm_gdbm_firstkey_impl() function