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

/external/libxslt/libxslt/
H A Dxslt.c471 xsltNewNamespaceMapItem(xsltCompilerCtxtPtr cctxt, argument
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) argument
512 xsltVarInfoPtr ivar = cctxt->ivars, ivartmp;
527 xsltCompilationCtxtFree(xsltCompilerCtxtPtr cctxt) argument
1851 xsltLREBuildEffectiveNs(xsltCompilerCtxtPtr cctxt, xmlNodePtr elem) argument
2022 xsltLREBuildEffectiveNsNodes(xsltCompilerCtxtPtr cctxt, xsltStyleItemLRElementInfoPtr item, xmlNodePtr elem, int isLRE) argument
2195 xsltLREInfoCreate(xsltCompilerCtxtPtr cctxt, xmlNodePtr elem, int isLRE) argument
2244 xsltCompilerVarInfoPush(xsltCompilerCtxtPtr cctxt, xmlNodePtr inst, const xmlChar *name, const xmlChar *nsName) argument
2288 xsltCompilerVarInfoPop(xsltCompilerCtxtPtr cctxt) argument
2310 xsltCompilerNodePush(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) argument
2414 xsltCompilerNodePop(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) argument
2501 xsltCompilerBuildInScopeNsList(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) argument
2611 xsltParseNsPrefixList(xsltCompilerCtxtPtr cctxt, xsltPointerListPtr list, xmlNodePtr node, const xmlChar *value) argument
2746 xsltParseExclResultPrefixes(xsltCompilerCtxtPtr cctxt, xmlNodePtr node, xsltPointerListPtr def, int instrCategory) argument
2827 xsltParseExtElemPrefixes(xsltCompilerCtxtPtr cctxt, xmlNodePtr node, xsltPointerListPtr def, int instrCategory) argument
2919 xsltParseAttrXSLTVersion(xsltCompilerCtxtPtr cctxt, xmlNodePtr node, int instrCategory) argument
2982 xsltParsePreprocessStylesheetTree(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) argument
3712 xsltGetXSLTElementTypeByNode(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) argument
3836 xsltParseAnyXSLTElem(xsltCompilerCtxtPtr cctxt, xmlNodePtr elem) argument
4241 xsltForwardsCompatUnkownItemCreate(xsltCompilerCtxtPtr cctxt) argument
4278 xsltParseUnknownXSLTElem(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) argument
4361 xsltParseSequenceConstructor(xsltCompilerCtxtPtr cctxt, xmlNodePtr cur) argument
5136 xsltParseXSLTTemplate(xsltCompilerCtxtPtr cctxt, xmlNodePtr templNode) argument
5431 xsltCompileXSLTIncludeElem(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) argument
5461 xsltParseFindTopLevelElem(xsltCompilerCtxtPtr cctxt, xmlNodePtr cur, const xmlChar *name, const xmlChar *namespaceURI, int breakOnOtherElem, xmlNodePtr *resultNode) argument
5493 xsltParseTopLevelXSLTElem(xsltCompilerCtxtPtr cctxt, xmlNodePtr node, xsltStyleType type) argument
5590 xsltParseXSLTStylesheetElemCore(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) argument
5950 xsltParseXSLTStylesheetElem(xsltCompilerCtxtPtr cctxt, xmlNodePtr node) argument
6191 xsltParseSimplifiedStylesheetTree(xsltCompilerCtxtPtr cctxt, xmlDocPtr doc, xmlNodePtr node) argument
6302 xsltCompilerCtxtPtr cctxt; local
6516 xsltCompilerCtxtPtr cctxt; local
[all...]
H A Dnamespaces.c60 xsltNewNsAlias(xsltCompilerCtxtPtr cctxt) argument
64 if (cctxt == NULL)
69 xsltTransformError(NULL, cctxt->style, NULL,
71 cctxt->style->errors++;
78 ret->next = cctxt->nsAliases;
79 cctxt->nsAliases = ret;
H A DxsltInternals.h1938 xsltCompilerCtxtPtr cctxt,
1941 xsltParseAnyXSLTElem (xsltCompilerCtxtPtr cctxt,

Completed in 141 milliseconds