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

  /external/libxslt/libxslt/
xslt.c 471 xsltNewNamespaceMapItem(xsltCompilerCtxtPtr cctxt,
478 if ((cctxt == NULL) || (doc == NULL) || (ns == NULL))
483 xsltTransformError(NULL, cctxt->style, elem,
495 if (cctxt->psData->nsMap != NULL)
496 ret->next = cctxt->psData->nsMap;
497 cctxt->psData->nsMap = ret;
505 * @cctxt: the compilation context
510 xsltCompilerVarInfoFree(xsltCompilerCtxtPtr cctxt)
512 xsltVarInfoPtr ivar = cctxt->ivars, ivartmp;
527 xsltCompilationCtxtFree(xsltCompilerCtxtPtr cctxt)
6302 xsltCompilerCtxtPtr cctxt; local
6516 xsltCompilerCtxtPtr cctxt; local
    [all...]
namespaces.c 60 xsltNewNsAlias(xsltCompilerCtxtPtr cctxt)
64 if (cctxt == NULL)
69 xsltTransformError(NULL, cctxt->style, NULL,
71 cctxt->style->errors++;
78 ret->next = cctxt->nsAliases;
79 cctxt->nsAliases = ret;
xsltInternals.h     [all...]
preproc.c     [all...]

Completed in 741 milliseconds