Searched refs:foreachfunc (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Dnismodule.c93 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;
/external/python/cpython3/Modules/
H A Dnismodule.c89 typedef int (*foreachfunc)(unsigned long, char *, int, char *, int, void *); typedef
91 typedef int (*foreachfunc)(int, char *, int, char *, int, char *); typedef
215 cb.foreach = (foreachfunc)nis_foreach;

Completed in 69 milliseconds