Searched refs:nextIdx (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/ |
H A D | das_version_util.c | 43 static const char *GetSlice(char *str, char delim, int *nextIdx) in GetSlice() argument 48 *nextIdx = *nextIdx + i + 1; in GetSlice() 62 int nextIdx = 0; in StringToVersion() local 76 subVer = GetSlice(verStrTmp, '.', &nextIdx); in StringToVersion() 82 subVer = GetSlice(verStrTmp + nextIdx, '.', &nextIdx); in StringToVersion() 88 subVer = GetSlice(verStrTmp + nextIdx, '.', &nextIdx); in StringToVersion()
|
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/ |
H A D | key_agree_session.c | 95 static const char *GetSlice(char *str, char delim, int32_t *nextIdx) in GetSlice() argument 104 *nextIdx = *nextIdx + i + 1; in GetSlice() 126 int32_t nextIdx = 0; in StringToVersion() local 138 subVer = GetSlice(verStrTmp, '.', &nextIdx); in StringToVersion() 143 subVer = GetSlice(verStrTmp + nextIdx, '.', &nextIdx); in StringToVersion() 148 subVer = GetSlice(verStrTmp + nextIdx, '.', &nextIdx); in StringToVersion()
|