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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dextensions.c65 xsltStyleExtShutdownFunction styleShutdownFunc; member in struct:_xsltExtModule
163 * @styleShutdownFunc: the stylesheet module data free function
173 xsltStyleExtShutdownFunction styleShutdownFunc)
186 cur->styleShutdownFunc = styleShutdownFunc;
703 if (module->styleShutdownFunc)
704 module->styleShutdownFunc(style, URI, userData);
1072 if ((module == NULL) || (module->styleShutdownFunc == NULL))
1079 module->styleShutdownFunc(style, URI, data->extData);
1173 * @styleShutdownFunc
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
[all...]
H A Dextensions.h84 xsltStyleExtShutdownFunction styleShutdownFunc);

Completed in 86 milliseconds