Home
last modified time | relevance | path

Searched refs:typeAsString (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/mail/
H A DMailComponent.cpp362 const char* typeAsString = NULL; in MIMEType() local
373 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()