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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dextensions.c321 exsltRegisterFunction regfunc; local
418 rc = xmlModuleSymbol(m, (const char *) regfunc_name, (void **) &regfunc);
421 (*regfunc) ();
429 "xmlModuleSymbol failed for plugin: %s, regfunc: %s\n",
433 /* if regfunc not found unload the module immediately */
439 return (NULL == regfunc) ? -1 : 0;

Completed in 31 milliseconds