Home
last modified time | relevance | path

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

/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
209 cb.foreach = (foreachfunc)nis_foreach; in nis_cat()
/external/python/cpython3/Modules/
Dnismodule.c89 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()