Searched defs:foreachfunc (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | nismodule.c | 89 typedef int (*foreachfunc)(unsigned long, char *, int, char *, int, void *); typedef 91 typedef int (*foreachfunc)(int, char *, int, char *, int, char *); typedef
|
/external/python/cpython2/Modules/ |
D | nismodule.c | 93 typedef int (*foreachfunc)(unsigned long, char *, int, char *, int, void *); typedef 95 typedef int (*foreachfunc)(int, char *, int, char *, int, char *); typedef
|