Searched refs:totalEntries (Results 1 – 1 of 1) sorted by relevance
247 uint64_t totalEntries = endSeqNum - startSeqNum + 1; in handleManagersJournalLogEntryCollectionGet() local248 asyncResp->res.jsonValue["Members@odata.count"] = totalEntries; in handleManagersJournalLogEntryCollectionGet()249 if (skip + top < totalEntries) in handleManagersJournalLogEntryCollectionGet()