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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dextensions.h77 xsltExtShutdownFunction shutdownFunc);
82 xsltExtShutdownFunction shutdownFunc,
H A Dextensions.c63 xsltExtShutdownFunction shutdownFunc; member in struct:_xsltExtModule
161 * @shutdownFunc: the module shutdown function
171 xsltExtShutdownFunction shutdownFunc,
184 cur->shutdownFunc = shutdownFunc;
875 if (module->shutdownFunc)
876 module->shutdownFunc(ctxt, URI, extData);
956 if (module->shutdownFunc)
957 module->shutdownFunc(ctxt->ctxt, URI, extData);
1026 if ((module == NULL) || (module->shutdownFunc
170 xsltNewExtModule(xsltExtInitFunction initFunc, xsltExtShutdownFunction shutdownFunc, xsltStyleExtInitFunction styleInitFunc, xsltStyleExtShutdownFunction styleShutdownFunc) argument
1180 xsltRegisterExtModuleFull(const xmlChar * URI, xsltExtInitFunction initFunc, xsltExtShutdownFunction shutdownFunc, xsltStyleExtInitFunction styleInitFunc, xsltStyleExtShutdownFunction styleShutdownFunc) argument
1223 xsltRegisterExtModule(const xmlChar * URI, xsltExtInitFunction initFunc, xsltExtShutdownFunction shutdownFunc) argument
[all...]

Completed in 38 milliseconds