Searched refs:contentTypeLength (Results 1 – 2 of 2) sorted by relevance
62 size_t contentTypeLength; member265 pSession->contentTypeLength = pSession->topHeader[CONTENT_TYPE_LENGTH_POS]; in FwdLockFile_attach()266 assert(pSession->contentTypeLength <= UCHAR_MAX); // Untaint scalar for code checkers. in FwdLockFile_attach()267 pSession->pContentType = malloc(pSession->contentTypeLength + 1); in FwdLockFile_attach()269 read(fileDesc, pSession->pContentType, pSession->contentTypeLength) == in FwdLockFile_attach()270 (ssize_t)pSession->contentTypeLength) { in FwdLockFile_attach()271 pSession->pContentType[pSession->contentTypeLength] = '\0'; in FwdLockFile_attach()287 pSession->dataOffset = pSession->contentTypeLength + in FwdLockFile_attach()421 pSession->contentTypeLength); in FwdLockFile_CheckHeaderIntegrity()
993 int contentTypeLength = contentTypeBegin.getLength(); in makeMessageBody() local995 appendValueLength(contentTypeLength); in makeMessageBody()