Home | History | Annotate | Download | only in perl

Lines Matching refs:MAGIC

941 typedef int (CPerlObj::*SwigMagicFunc)(SV *, MAGIC *);
946 typedef int (CPerlObj::*SwigMagicFuncHack)(SV *, MAGIC *);
951 #define SWIG_MAGIC(a,b) (SV *a, MAGIC *b)
957 #define SWIG_MAGIC(a,b) (SV *a, MAGIC *b)
958 typedef int (*SwigMagicFunc)(SV *, MAGIC *);
963 typedef int (*SwigMagicFuncHack)(SV *, MAGIC *);
970 #define SWIG_MAGIC(a,b) (struct interpreter *interp, SV *a, MAGIC *b)
971 typedef int (*SwigMagicFunc)(struct interpreter *, SV *, MAGIC *);
975 typedef int (*SwigMagicFuncHack)(struct interpreter *, SV *, MAGIC *);
1062 /* If magical, apply more magic */
1071 MAGIC *mg;
1251 /* Magic variable code */
1255 SWIGRUNTIME void _swig_create_magic(SV *sv, char *name, int (*set)(SV *, MAGIC *), int (*get)(SV *,MAGIC *))
1257 SWIGRUNTIME void _swig_create_magic(SV *sv, char *name, int (*set)(struct interpreter*, SV *, MAGIC *), int (*get)(struct interpreter*, SV *,MAGIC *))
1261 SWIGRUNTIME void _swig_create_magic(CPerlObj *pPerl, SV *sv, const char *name, int (CPerlObj::*set)(SV *, MAGIC *), int (CPerlObj::*get)(SV *, MAGIC *))
1264 MAGIC *mg;
1766 SWIGCLASS_STATIC int swig_magic_readonly(pTHX_ SV *SWIGUNUSEDPARM(sv), MAGIC *SWIGUNUSEDPARM(mg)) {