Searched refs:foreachfunc (Results 1 – 2 of 2) sorted by relevance
/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 209 cb.foreach = (foreachfunc)nis_foreach; in nis_cat()
|
/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 216 cb.foreach = (foreachfunc)nis_foreach; in nis_cat()
|