Home
last modified time | relevance | path

Searched refs:cctxt (Results 1 – 3 of 3) sorted by relevance

/external/libxslt/libxslt/
Dxslt.c471 xsltNewNamespaceMapItem(xsltCompilerCtxtPtr cctxt, in xsltNewNamespaceMapItem() argument
478 if ((cctxt == NULL) || (doc == NULL) || (ns == NULL)) in xsltNewNamespaceMapItem()
483 xsltTransformError(NULL, cctxt->style, elem, in xsltNewNamespaceMapItem()
495 if (cctxt->psData->nsMap != NULL) in xsltNewNamespaceMapItem()
496 ret->next = cctxt->psData->nsMap; in xsltNewNamespaceMapItem()
497 cctxt->psData->nsMap = ret; in xsltNewNamespaceMapItem()
510 xsltCompilerVarInfoFree(xsltCompilerCtxtPtr cctxt) in xsltCompilerVarInfoFree() argument
512 xsltVarInfoPtr ivar = cctxt->ivars, ivartmp; in xsltCompilerVarInfoFree()
527 xsltCompilationCtxtFree(xsltCompilerCtxtPtr cctxt) in xsltCompilationCtxtFree() argument
529 if (cctxt == NULL) in xsltCompilationCtxtFree()
[all …]
Dnamespaces.c60 xsltNewNsAlias(xsltCompilerCtxtPtr cctxt) in xsltNewNsAlias() argument
64 if (cctxt == NULL) in xsltNewNsAlias()
69 xsltTransformError(NULL, cctxt->style, NULL, in xsltNewNsAlias()
71 cctxt->style->errors++; in xsltNewNsAlias()
78 ret->next = cctxt->nsAliases; in xsltNewNsAlias()
79 cctxt->nsAliases = ret; in xsltNewNsAlias()
DxsltInternals.h1938 xsltCompilerCtxtPtr cctxt,
1941 xsltParseAnyXSLTElem (xsltCompilerCtxtPtr cctxt,