Lines Matching refs:export
331 # the table libxml2-export.c to add when registrering the Python module
395 def print_function_wrapper(name, output, export, include):
500 export.write("#if %s\n" % cond)
506 export.write(" { (char *)\"%s\", libxml_%s, METH_VARARGS, NULL },\n" %
513 export.write("#endif\n");
520 export.write("#endif\n");
548 export.write("#endif /* %s */\n" % cond)
596 export = open("libxml2-export.c", "w")
597 export.write("/* Generated */\n\n")
607 ret = print_function_wrapper(function, wrapper, export, include)
617 export.close()