Searched defs:cchComment (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DVDI.cpp2090 size_t cchComment = pszComment ? strlen(pszComment) : 0; local
2091 if (cchComment >= VDI_IMAGE_COMMENT_SIZE)
2093 LogFunc(("pszComment is too long, %d bytes!\n", cchComment));
2105 memcpy(pImage->Header.u.v1.szComment, pszComment, cchComment);

Completed in 53 milliseconds