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

/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dxslt.c504 if (cctxt->psData->nsMap != NULL)
505 ret->next = cctxt->psData->nsMap;
506 cctxt->psData->nsMap = ret;
2171 if (cctxt->psData->effectiveNs == NULL) {
2172 cctxt->psData->effectiveNs = effNs;
2175 effNs->nextInStore = cctxt->psData->effectiveNs;
2176 cctxt->psData->effectiveNs = effNs;
2596 (xsltPointerListPtr)cctxt->psData->inScopeNamespaces,
2807 cctxt->psData->exclResultNamespaces, list, 5) == -1)
2897 cctxt->psData
[all...]
H A DxsltInternals.h1347 xsltPrincipalStylesheetDataPtr psData; member in struct:_xsltCompilerCtxt

Completed in 213 milliseconds