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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxslt.c930 if (style->cdataSection != NULL)
931 xmlHashFree(style->cdataSection, NULL);
1233 if (style->cdataSection == NULL)
1234 style->cdataSection = xmlHashCreate(10);
1235 if (style->cdataSection == NULL)
1289 xmlHashAddEntry2(style->cdataSection, element, URI,
H A Dtransform.c617 (ctxt->style->cdataSection != NULL) &&
620 (xmlHashLookup2(ctxt->style->cdataSection,
623 (xmlHashLookup2(ctxt->style->cdataSection,
700 (ctxt->style->cdataSection != NULL) &&
703 (xmlHashLookup2(ctxt->style->cdataSection,
706 (xmlHashLookup2(ctxt->style->cdataSection,
H A DxsltInternals.h1398 xmlHashTablePtr cdataSection;/* the hash table of the cdata-section */ member in struct:_xsltStylesheet

Completed in 56 milliseconds