Searched refs:s_toofar (Results 1 – 1 of 1) sorted by relevance
357 const char *s, *s_toofar, *e; in parse_mime_type_with_len() local361 s_toofar = mime_string + mime_string_len; in parse_mime_type_with_len()367 for (s = mime_string; (s < s_toofar) && ParseRules::is_ws(*s); s++) { in parse_mime_type_with_len()377 …while ((s < s_toofar) && (d < e - 1) && (!ParseRules::is_ws(*s)) && (*s != ';') && (*s != ',') && … in parse_mime_type_with_len()386 while ((s < s_toofar) && (*s != ';') && (*s != ',') && (*s != '/')) { in parse_mime_type_with_len()389 if ((s < s_toofar) && (*s == '/')) { in parse_mime_type_with_len()392 while ((s < s_toofar) && ParseRules::is_ws(*s)) { in parse_mime_type_with_len()402 …while ((s < s_toofar) && (d < e - 1) && (!ParseRules::is_ws(*s)) && (*s != ';') && (*s != ',') && … in parse_mime_type_with_len()