Searched refs:szComment (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Storage/ |
H A D | VDICore.h | 87 * Size of szComment field of HDD image header. 103 char szComment[VDI_IMAGE_COMMENT_SIZE]; member in struct:VDIHEADER0 137 char szComment[VDI_IMAGE_COMMENT_SIZE]; member in struct:VDIHEADER1 186 char szComment[VDI_IMAGE_COMMENT_SIZE]; member in struct:VDIHEADER1PLUS 325 case 0: return &ph->u.v0.szComment[0]; 326 case 1: return &ph->u.v1.szComment[0];
|
H A D | VDI.cpp | 107 memmove(pHdrConv->szComment, pHdr->szComment, sizeof(pHdr->szComment)); 130 memmove(pHdrConv->szComment, pHdr->szComment, sizeof(pHdr->szComment)); 159 memmove(pHdrConv->szComment, pHdr->szComment, sizeof(pHdr->szComment)); 342 Assert(!memcmp(pHeader->u.v1plus.szComment, achZer [all...] |
H A D | VD.cpp | 8165 char szComment[1024]; local 8166 rc = pImageFrom->Backend->pfnGetComment(pImageFrom->pBackendData, szComment, sizeof(szComment)); 8168 szComment[0] = '\0'; 8170 szComment[sizeof(szComment) - 1] = '\0'; 8194 uImageFlags, szComment, &ImageUuid, 8212 uImageFlags, szComment,
|
/vbox/src/libs/zlib-1.2.6/contrib/minizip/ |
H A D | unzip.h | 217 char *szComment, 220 Get the global comment string of the ZipFile, in the szComment buffer. 221 uSizeBuf is the size of the szComment buffer. 294 char *szComment, 303 char *szComment, 314 if szComment!=NULL, the comment string of the file will be copied in szComment
|
H A D | unzip.c | 876 char *szComment, 887 char *szComment, 1080 if ((err==UNZ_OK) && (szComment!=NULL)) 1085 *(szComment+file_info.size_file_comment)='\0'; 1100 if (ZREAD64(s->z_filefunc, s->filestream,szComment,uSizeRead)!=uSizeRead) 1128 char* szComment, uLong commentBufferSize) 1133 szComment,commentBufferSize); 1140 char* szComment, uLong commentBufferSize) 1147 szComment,commentBufferSize); 2047 Get the global comment string of the ZipFile, in the szComment buffe 879 unz64local_GetCurrentFileInfoInternal(unzFile file, unz_file_info64 *pfile_info, unz_file_info64_internal *pfile_info_internal, char *szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char *szComment, uLong commentBufferSize) argument 1124 unzGetCurrentFileInfo64(unzFile file, unz_file_info64 * pfile_info, char * szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char* szComment, uLong commentBufferSize) argument 1136 unzGetCurrentFileInfo(unzFile file, unz_file_info * pfile_info, char * szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char* szComment, uLong commentBufferSize) argument 2051 unzGetGlobalComment(unzFile file, char * szComment, uLong uSizeBuf) argument [all...] |
Completed in 628 milliseconds