Searched refs:content_type_string (Results 1 – 1 of 1) sorted by relevance
221 const char *content_type_string; in SetToRFC822() local248 content_type_string = content_type.FindString("unlabeled"); in SetToRFC822()249 if (content_type_string == NULL || in SetToRFC822()250 strncasecmp(content_type_string,"multipart",9) != 0) in SetToRFC822()