Searched refs:VDI_IMAGE_COMMENT_SIZE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Storage/
H A DVDICore.h89 #define VDI_IMAGE_COMMENT_SIZE 256 macro
103 char szComment[VDI_IMAGE_COMMENT_SIZE];
137 char szComment[VDI_IMAGE_COMMENT_SIZE];
186 char szComment[VDI_IMAGE_COMMENT_SIZE];
H A DVDI.cpp341 char achZero[VDI_IMAGE_COMMENT_SIZE] = {0};
342 Assert(!memcmp(pHeader->u.v1plus.szComment, achZero, VDI_IMAGE_COMMENT_SIZE));
546 && strlen(pszComment) >= VDI_IMAGE_COMMENT_SIZE)
2054 size_t cb = RTStrNLen(pszTmp, VDI_IMAGE_COMMENT_SIZE);
2055 if (cb == VDI_IMAGE_COMMENT_SIZE)
2057 pszTmp[VDI_IMAGE_COMMENT_SIZE-1] = '\0';
2091 if (cchComment >= VDI_IMAGE_COMMENT_SIZE)
2104 memset(pImage->Header.u.v1.szComment, '\0', VDI_IMAGE_COMMENT_SIZE);

Completed in 52 milliseconds