Searched refs:s_wrappers (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/swig-12/Source/Modules/
H A Dphp.cxx82 static String *s_wrappers; variable
143 Printf(s_wrappers, "static ZEND_RSRC_DTOR_FUNC(_wrap_destroy%s) {\n", key);
153 Printf(s_wrappers, " %s(rsrc, SWIGTYPE%s->name TSRMLS_CC);\n", destructor, key);
155 Printf(s_wrappers, " /* No destructor for class %s */\n", human_name);
156 Printf(s_wrappers, " efree(rsrc->ptr);\n");
159 Printf(s_wrappers, " /* No destructor for simple type %s */\n", key);
160 Printf(s_wrappers, " efree(rsrc->ptr);\n");
164 Printf(s_wrappers, "}\n");
281 s_wrappers = NewString("/* wrapper section */\n");
309 Swig_register_filebyname("wrapper", s_wrappers);
[all...]

Completed in 60 milliseconds