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

/haiku/src/kits/mail/
H A DMailComponent.cpp362 const char* typeAsString = NULL; local
373 typeAsString = msg.FindString("unlabeled");
374 if (typeAsString != NULL && strncasecmp(typeAsString, "multipart", 9) != 0) {
381 typeAsString = msg.FindString("unlabeled");
382 if (typeAsString != NULL && strncasecmp(typeAsString, "multipart", 9) == 0) {
391 // At this point we have the good MIME type in typeAsString, but only if
401 && typeAsString[i] != 0; i++)
402 typeAsLowerCaseString[i] = tolower(typeAsString[
[all...]

Completed in 32 milliseconds