|
|
1.1.1.3 ! root 1: /* ! 2: Copyright (c) TrueCrypt Foundation. All rights reserved. ! 3: ! 4: Covered by the TrueCrypt License 2.3 the full text of which is contained ! 5: in the file License.txt included in TrueCrypt binary and source code ! 6: distribution packages. ! 7: */ ! 8: 1.1 root 9: char *XmlNextNode (char *xmlNode); 10: char *XmlFindElement (char *xmlNode, char *nodeName); 1.1.1.2 root 11: char *XmlGetAttributeText (char *xmlNode, char *xmlAttrName, char *xmlAttrValue, int xmlAttrValueSize); 12: char *XmlGetNodeText (char *xmlNode, char *xmlText, int xmlTextSize); 1.1 root 13: int XmlWriteHeader (FILE *file); 14: int XmlWriteFooter (FILE *file); 15: char *XmlFindElementByAttributeValue (char *xml, char *nodeName, char *attrName, char *attrValue); 1.1.1.2 root 16: char *XmlQuoteText (char *textSrc, char *textDst, int textDstMaxSize);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.