Searched refs:foreachfunc (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Modules/ |
D | nismodule.c | 119 typedef int (*foreachfunc)(unsigned long, char *, int, char *, int, void *); typedef 121 typedef int (*foreachfunc)(int, char *, int, char *, int, char *); typedef 255 cb.foreach = (foreachfunc)nis_foreach; in nis_cat()
|