Home
last modified time | relevance | path

Searched refs:xmlEntLen (Results 1 – 1 of 1) sorted by relevance

/external/xmlrpcpp/src/
DXmlRpcUtil.cpp184 static const int xmlEntLen[] = { 3, 3, 4, 5, 5 }; variable
206 if (strncmp(ens+iAmp+1, xmlEntity[iEntity], xmlEntLen[iEntity]) == 0) in xmlDecode()
209 iAmp += xmlEntLen[iEntity]+1; in xmlDecode()