Searched refs:matchIndex (Results 1 – 4 of 4) sorted by relevance
290 std::string::size_type matchIndex = 1; in FilterDateTime() local292 while (matchIndex < matches.size()) { in FilterDateTime()326 lastMatchIndex = matchIndex; in FilterDateTime()327 matchIndex++; in FilterDateTime()346 std::string::size_type matchIndex = 1; in FilterPeriod() local348 while (matchIndex < matches.size()) { in FilterPeriod()371 matchIndex++; in FilterPeriod()376 matchIndex++; in FilterPeriod()391 while (matchIndex < matches.size()) { in FilterDateTimePunc()414 matchIndex++; in FilterDateTimePunc()[all …]
482 uint32_t matchIndex = CmGetMatchedCertIndex(&certFileList, certUri); in CmServiceGetCertInfo() local483 if ((matchIndex == MAX_COUNT_CERTIFICATE) || (matchIndex == certFileList.size)) { in CmServiceGetCertInfo()490 ret = CmGetCertStatus(context, &cFileList[matchIndex], store, status); /* status */ in CmServiceGetCertInfo()497 ret = CmStorageGetBuf((char *)cFileList[matchIndex].path.data, in CmServiceGetCertInfo()498 (char *)cFileList[matchIndex].fileName.data, certificateData); /* cert data */ in CmServiceGetCertInfo()
544 uint32_t matchIndex = certFileList->size; in CmGetMatchedCertIndex() local554 matchIndex = i; in CmGetMatchedCertIndex()558 return matchIndex; in CmGetMatchedCertIndex()
69 int matchIndex, MatchedDateTimeInfo& lastMatch,