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

/macosx-10.9.5/libxml2-26/libxml2/
H A Dtestdso.c6 XMLPUBFUN int hello_world(void);
8 int hello_world(void) function
H A DtestModule.c46 hello_world_t hello_world = NULL; local
57 if (xmlModuleSymbol(module, "hello_world", (void **) &hello_world)) {
61 if (hello_world == NULL) {
66 (*hello_world)();
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dtestdso.c6 XMLPUBFUN int hello_world(void);
8 int hello_world(void) function
H A DtestModule.c46 hello_world_t hello_world = NULL; local
57 if (xmlModuleSymbol(module, "hello_world", (void **) &hello_world)) {
61 if (hello_world == NULL) {
66 (*hello_world)();

Completed in 102 milliseconds