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

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dtransform.c791 (ctxt->style->cdataSection != NULL) &&
795 (xmlHashLookup2(ctxt->style->cdataSection,
798 (xmlHashLookup2(ctxt->style->cdataSection,
896 if ((ctxt->style->cdataSection != NULL) &&
901 (xmlHashLookup2(ctxt->style->cdataSection,
904 (xmlHashLookup2(ctxt->style->cdataSection,
H A Dxslt.c983 if (style->cdataSection != NULL)
984 xmlHashFree(style->cdataSection, NULL);
1279 if (style->cdataSection == NULL)
1280 style->cdataSection = xmlHashCreate(10);
1281 if (style->cdataSection == NULL)
1338 xmlHashAddEntry2(style->cdataSection, element, URI,
H A DxsltInternals.h1503 xmlHashTablePtr cdataSection;/* the hash table of the cdata-section */ member in struct:_xsltStylesheet

Completed in 192 milliseconds