Home
last modified time | relevance | path

Searched defs:dbm_nextkey (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/
Dgdbmmodule.c331 dbm_nextkey(register dbmobject *dp, PyObject *args) in dbm_nextkey() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dpthread.h505 #define dbm_nextkey(...) (pthread_testcancel(), dbm_nextkey(__VA_ARGS__)) macro