Lines Matching +defs:p +defs:code
88 # define SWIGUNUSEDPARM(p) argument
90 # define SWIGUNUSEDPARM(p) p SWIGUNUSED argument
906 SWIG_Python_ErrorType(int code) { in SWIG_Python_ErrorType()
1138 #define SWIG_ErrorType(code) SWIG_Python_ErrorType(code) argument
1139 #define SWIG_Error(code, msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg) argument
2563 #define SWIG_MustGetPtr(p, type, argnum, flags) SWIG_Python_MustGetPtr(p, type, argnum, flags) argument
2677 #define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0) argument
2683 #define SWIG_exception(code, msg) do { SWIG_Error(code, msg); SWIG_fail;; } while(0) argument
5720 #define SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set… argument
5826 swig_varlink_setattr(swig_varlinkobject *v, char *n, PyObject *p) { in swig_varlink_setattr()
5912 …SWIG_Python_addvarlink(PyObject *p, char *name, PyObject *(*get_attr)(void), int (*set_attr)(PyObj… in SWIG_Python_addvarlink()