Searched refs:SYNC_CHANGE (Results 1 – 7 of 7) sorted by relevance
1120 while (nextTag(Tags.SYNC_CHANGE) != END) { in changeParser()1142 } else if (tag == Tags.SYNC_CHANGE) { in commandsParser()1217 while (nextTag(Tags.SYNC_CHANGE) != END) { in changeResponsesParser()1241 } else if (tag == Tags.SYNC_CHANGE) { in responsesParser()
470 while (nextTag(Tags.SYNC_CHANGE) != END) { in changeParser()513 } else if (tag == Tags.SYNC_CHANGE) { in commandsParser()590 while (nextTag(Tags.SYNC_CHANGE) != END) {614 } else if (tag == Tags.SYNC_CHANGE) {
616 while (nextTag(Tags.SYNC_CHANGE) != END) { in changeParser()689 } else if (tag == Tags.SYNC_CHANGE) { in commandsParser()742 if (tag == Tags.SYNC_ADD || tag == Tags.SYNC_CHANGE || tag == Tags.SYNC_DELETE) { in responsesParser()
69 public static final int SYNC_CHANGE = SYNC_PAGE + 8; field in Tags
280 s.start(Tags.SYNC_CHANGE); in addOneCollectionToRequest()
866 s.start(Tags.SYNC_CHANGE).data(Tags.SYNC_SERVER_ID, serverId); in setUpsyncCommands()
981 s.start(Tags.SYNC_CHANGE).data(Tags.SYNC_SERVER_ID, serverId); in handleEntity()