Searched refs:type_end (Results 1 – 3 of 3) sorted by relevance
99 size_t type_end = content_type_str.find_first_of(HTTP_LWS ";(", type_val); in ParseContentType() local100 if (string::npos == type_end) in ParseContentType()101 type_end = content_type_str.length(); in ParseContentType()108 size_t param_start = content_type_str.find_first_of(';', type_end); in ParseContentType()166 content_type_str.begin() + type_end, in ParseContentType()170 content_type_str.begin() + type_end); in ParseContentType()
82 E = Finder.type_end(); I != E; ++I) { in print()
912 iterator type_end() const { return TYs.end(); } in type_end() function