HomeSort by relevance Sort by last modified time
    Searched full:shutdownfunc (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libxslt/libxslt/
extensions.c 65 xsltExtShutdownFunction shutdownFunc;
164 * @shutdownFunc: the module shutdown function
174 xsltExtShutdownFunction shutdownFunc,
187 cur->shutdownFunc = shutdownFunc;
912 if (module->shutdownFunc)
913 module->shutdownFunc(ctxt, URI, extData);
993 if (module->shutdownFunc)
994 module->shutdownFunc(ctxt->ctxt, URI, extData);
1063 if ((module == NULL) || (module->shutdownFunc == NULL)
    [all...]
extensions.h 87 xsltExtShutdownFunction shutdownFunc);
92 xsltExtShutdownFunction shutdownFunc,
  /external/libxslt/libxslt/
extensions.c 65 xsltExtShutdownFunction shutdownFunc;
164 * @shutdownFunc: the module shutdown function
174 xsltExtShutdownFunction shutdownFunc,
187 cur->shutdownFunc = shutdownFunc;
912 if (module->shutdownFunc)
913 module->shutdownFunc(ctxt, URI, extData);
993 if (module->shutdownFunc)
994 module->shutdownFunc(ctxt->ctxt, URI, extData);
1063 if ((module == NULL) || (module->shutdownFunc == NULL)
    [all...]
extensions.h 87 xsltExtShutdownFunction shutdownFunc);
92 xsltExtShutdownFunction shutdownFunc,

Completed in 116 milliseconds