Home | History | Annotate | Download | only in agc

Lines Matching refs:versionLen

1699     const WebRtc_Word16 versionLen = (WebRtc_Word16)strlen(version) + 1;
1706 if (versionLen > length)
1711 strncpy(versionStr, version, versionLen);