Home
last modified time | relevance | path

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 Ddas_version_util.c43 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 Dkey_agree_session.c95 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()