Searched refs:type_end (Results 1 – 4 of 4) sorted by relevance
278 type_end = None284 if type_end is None:285 type_end = i287 if type_end is None:288 type_end = i293 if type_end is None:294 type_end = i304 yield Argument(args_str[type_start:type_end],307 yield Argument(args_str[type_start:type_end], '')309 type_end = None[all …]
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()
82 E = Finder.type_end(); I != E; ++I) { in print()
834 iterator type_end() const { return TYs.end(); } in type_end() function