Searched refs:typeAsString (Results 1 – 1 of 1) sorted by relevance
362 const char* typeAsString = NULL; in MIMEType() local373 typeAsString = msg.FindString("unlabeled"); in MIMEType()374 if (typeAsString != NULL && strncasecmp(typeAsString, "multipart", 9) != 0) { in MIMEType()381 typeAsString = msg.FindString("unlabeled"); in MIMEType()382 if (typeAsString != NULL && strncasecmp(typeAsString, "multipart", 9) == 0) { in MIMEType()401 && typeAsString[i] != 0; i++) in MIMEType()402 typeAsLowerCaseString[i] = tolower(typeAsString[i]); in MIMEType()