Searched refs:declAttributeIsCdata (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmlparse.c244 char declAttributeIsCdata; member in struct:__anon13176
299 #define declAttributeIsCdata (((Parser *)parser)->declAttributeIsCdata) macro
1583 declAttributeIsCdata = 0;
1586 declAttributeIsCdata = 1;
1591 && !defineAttribute(declElementType, declAttributeId, declAttributeIsCdata, 0))
1599 = storeAttributeValue(parser, encoding, declAttributeIsCdata,
1608 && !defineAttribute(declElementType, declAttributeId, declAttributeIsCdata, attVal))
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlparse/
H A Dxmlparse.c442 #define declAttributeIsCdata (((Parser *)parser)->m_declAttributeIsCdata) macro
2437 declAttributeIsCdata = 0;
2446 declAttributeIsCdata = 1;
2451 && !defineAttribute(declElementType, declAttributeId, declAttributeIsCdata, 0))
2459 = storeAttributeValue(parser, enc, declAttributeIsCdata,
2468 && !defineAttribute(declElementType, declAttributeId, declAttributeIsCdata, attVal))
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmlparse.c616 #define declAttributeIsCdata (parser->m_declAttributeIsCdata) macro
847 declAttributeIsCdata = XML_FALSE;
3551 declAttributeIsCdata = XML_FALSE;
3556 declAttributeIsCdata = XML_TRUE;
3608 declAttributeIsCdata, declAttributeIsId,
3636 storeAttributeValue(parser, enc, declAttributeIsCdata,
3646 declAttributeIsCdata, XML_FALSE, attVal, parser))
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmlparse.c630 #define declAttributeIsCdata (parser->m_declAttributeIsCdata) macro
846 declAttributeIsCdata = XML_FALSE;
3913 declAttributeIsCdata = XML_FALSE;
3918 declAttributeIsCdata = XML_TRUE;
3970 declAttributeIsCdata, declAttributeIsId,
3998 storeAttributeValue(parser, enc, declAttributeIsCdata,
4008 declAttributeIsCdata, XML_FALSE, attVal, parser))
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmlparse.c630 #define declAttributeIsCdata (parser->m_declAttributeIsCdata) macro
846 declAttributeIsCdata = XML_FALSE;
3915 declAttributeIsCdata = XML_FALSE;
3920 declAttributeIsCdata = XML_TRUE;
3972 declAttributeIsCdata, declAttributeIsId,
4000 storeAttributeValue(parser, enc, declAttributeIsCdata,
4010 declAttributeIsCdata, XML_FALSE, attVal, parser))

Completed in 229 milliseconds