ifacetype         527 source4/lib/messaging/pymessaging.c static bool irpc_AddNdrRpcMethods(PyTypeObject *ifacetype, const struct PyNdrRpcMethodDef *mds)
ifacetype         539 source4/lib/messaging/pymessaging.c 		ret = PyDescr_NewWrapper(ifacetype, wb, discard_const_p(void, &mds[i]));
ifacetype         541 source4/lib/messaging/pymessaging.c 		PyDict_SetItemString(ifacetype->tp_dict, mds[i].name, 
ifacetype          85 source4/librpc/rpc/pyrpc.c bool PyInterface_AddNdrRpcMethods(PyTypeObject *ifacetype, const struct PyNdrRpcMethodDef *mds)
ifacetype          97 source4/librpc/rpc/pyrpc.c 		ret = PyDescr_NewWrapper(ifacetype, wb, discard_const_p(void, &mds[i]));
ifacetype          99 source4/librpc/rpc/pyrpc.c 		PyDict_SetItemString(ifacetype->tp_dict, mds[i].name,