PyNdrRpcMethodDef 44 source4/lib/messaging/pymessaging.c extern const struct PyNdrRpcMethodDef py_ndr_irpc_methods[];
PyNdrRpcMethodDef 444 source4/lib/messaging/pymessaging.c static PyObject *py_irpc_call(irpc_ClientConnectionObject *p, struct PyNdrRpcMethodDef *method_def, PyObject *args, PyObject *kwargs)
PyNdrRpcMethodDef 503 source4/lib/messaging/pymessaging.c struct PyNdrRpcMethodDef *md = wrapped;
PyNdrRpcMethodDef 527 source4/lib/messaging/pymessaging.c static bool irpc_AddNdrRpcMethods(PyTypeObject *ifacetype, const struct PyNdrRpcMethodDef *mds)
PyNdrRpcMethodDef 33 source4/librpc/rpc/pyrpc.c const struct PyNdrRpcMethodDef *md,
PyNdrRpcMethodDef 79 source4/librpc/rpc/pyrpc.c const struct PyNdrRpcMethodDef *md = (const struct PyNdrRpcMethodDef *)wrapped;
PyNdrRpcMethodDef 85 source4/librpc/rpc/pyrpc.c bool PyInterface_AddNdrRpcMethods(PyTypeObject *ifacetype, const struct PyNdrRpcMethodDef *mds)
PyNdrRpcMethodDef 61 source4/librpc/rpc/pyrpc.h struct PyNdrRpcMethodDef {
PyNdrRpcMethodDef 71 source4/librpc/rpc/pyrpc.h bool PyInterface_AddNdrRpcMethods(PyTypeObject *object, const struct PyNdrRpcMethodDef *mds);