Searched refs:xmlEntity (Results 1 – 6 of 6) sorted by relevance
/external/xmlrpcpp/src/ |
D | XmlRpcUtil.cpp | 183 static const char* xmlEntity[] = { "lt;", "gt;", "amp;", "apos;", "quot;", 0 }; variable 204 for (iEntity=0; xmlEntity[iEntity] != 0; ++iEntity) in xmlDecode() 206 if (strncmp(ens+iAmp+1, xmlEntity[iEntity], xmlEntLen[iEntity]) == 0) in xmlDecode() 212 if (xmlEntity[iEntity] == 0) // unrecognized sequence in xmlDecode() 242 encoded += xmlEntity[iEntity]; in xmlEncode()
|
/external/libxml2/ |
D | entities.c | 31 static xmlEntity xmlEntityLt = { 38 static xmlEntity xmlEntityGt = { 45 static xmlEntity xmlEntityAmp = { 52 static xmlEntity xmlEntityQuot = { 59 static xmlEntity xmlEntityApos = { 154 ret = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity)); in xmlCreateEntity() 159 memset(ret, 0, sizeof(xmlEntity)); in xmlCreateEntity() 913 cur = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity)); in xmlCopyEntity() 918 memset(cur, 0, sizeof(xmlEntity)); in xmlCopyEntity()
|
/external/libxml2/os400/libxmlrpg/ |
D | entities.rpgle | 34 d xmlEntity ds based(xmlEntityPtr)
|
/external/libxml2/include/libxml/ |
D | tree.h | 48 typedef struct _xmlEntity xmlEntity; typedef 49 typedef xmlEntity *xmlEntityPtr;
|
/external/libxml2/python/ |
D | libxml.py | 589 return xmlEntity(_obj=o)
|
/external/libxml2/doc/html/ |
D | index.sgml | 434 <ANCHOR id="xmlEntity" href="libxml/libxml-entities.html#xmlEntity"> 483 <ANCHOR id="xmlEntity" href="libxml/libxml-tree.html#xmlEntity">
|