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