Searched refs:typeDAM (Results 1 – 1 of 1) sorted by relevance
1085 int typeDAM; in readDisableAccountInfo() local1087 while ((typeDAM=parser.next()) != END_DOCUMENT in readDisableAccountInfo()1088 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in readDisableAccountInfo()1089 if (typeDAM == END_TAG || typeDAM == TEXT) { in readDisableAccountInfo()1105 int typeDAM; in getAllTrustAgentInfos() local1107 while ((typeDAM=parser.next()) != END_DOCUMENT in getAllTrustAgentInfos()1108 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in getAllTrustAgentInfos()1109 if (typeDAM == END_TAG || typeDAM == TEXT) { in getAllTrustAgentInfos()1127 int typeDAM; in getTrustAgentInfo() local1129 while ((typeDAM=parser.next()) != END_DOCUMENT in getTrustAgentInfo()[all …]