Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
Dnismodule.c93 typedef int (*foreachfunc)(unsigned long, char *, int, char *, int, void *); typedef
95 typedef int (*foreachfunc)(int, char *, int, char *, int, char *); typedef
/aosp_15_r20/external/python/cpython3/Modules/
Dnismodule.c120 typedef int (*foreachfunc)(unsigned long, char *, int, char *, int, void *); typedef
122 typedef int (*foreachfunc)(int, char *, int, char *, int, char *); typedef