Searched refs:type_end (Results 1 – 1 of 1) sorted by relevance
246 const char* type_end = strstr(headers, "\r\n"); in ParseContentLengthAndType() local247 if (type_end == NULL) in ParseContentLengthAndType()248 type_end = end; in ParseContentLengthAndType()249 content_type_.assign(headers, type_end); in ParseContentLengthAndType()