Home
last modified time | relevance | path

Searched refs:exclResultNamespaces (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
Dxslt.c645 if (data->exclResultNamespaces != NULL) { in xsltFreePrincipalStylesheetData()
648 data->exclResultNamespaces; in xsltFreePrincipalStylesheetData()
654 data->exclResultNamespaces = NULL; in xsltFreePrincipalStylesheetData()
701 ret->exclResultNamespaces = xsltPointerListCreate(-1); in xsltNewPrincipalStylesheetData()
702 if (ret->exclResultNamespaces == NULL) in xsltNewPrincipalStylesheetData()
2797 cctxt->psData->exclResultNamespaces, list, 5) == -1) in xsltParseExclResultPrefixes()
DxsltInternals.h1460 xsltPointerListPtr exclResultNamespaces; member