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

/macosx-10.10.1/swig-12/Source/Modules/
H A Dphp.cxx91 static String *s_entry; variable
489 s_entry = NewString("/* entry subsection */\n");
495 Printf(s_entry, "/* Every non-class user visible function must have an entry here */\n");
496 Printf(s_entry, "static zend_function_entry %s_functions[] = {\n", module);
615 Printv(f_begin, all_cs_entry, "\n\n", s_entry,
625 Delete(s_entry);
649 if (!s) s = s_entry;

Completed in 66 milliseconds