Searched refs:line (Results 1 – 5 of 5) sorted by relevance
65 for line in lines { in unmarshal()66 if let Some(index) = line.find(": ") { in unmarshal()67 let name = line[..index].to_string(); in unmarshal()68 let value = line[index + 2..].to_string(); in unmarshal()137 for line in lines { in unmarshal()138 if let Some(index) = line.find(": ") { in unmarshal()139 let name = line[..index].to_string(); in unmarshal()193 let mut line = String::new(); in read_headers() localVariable194 match reader.read_line(&mut line) { in read_headers()197 if let Some(index) = line.find(": ") { in read_headers()[all …]
92 for line in lines { in unmarshal()93 if let Some(index) = line.find(": ") { in unmarshal()94 let name = line[..index].to_string(); in unmarshal()95 let value = line[index + 2..].to_string(); in unmarshal()185 for line in lines { in unmarshal()186 if let Some(index) = line.find(": ") { in unmarshal()187 let name = line[..index].to_string(); in unmarshal()246 let mut line = String::new(); in read_headers() localVariable247 match reader.read_line(&mut line) { in read_headers()250 if let Some(index) = line.find(": ") { in read_headers()[all …]
188 for line in lines { in unmarshal()189 if line.is_empty() { in unmarshal()192 let kv: Vec<&str> = line.trim().splitn(2, '=').collect(); in unmarshal()194 log::error!("Sdp current line : {} parse error!", line); in unmarshal()287 log::info!("not parsed: {}", line); in unmarshal()
49 - [x] Support configuring the service using command line or a configuration file.121 You can use command line to configure the xiu server easily. You can specify to configure xiu using…127 ##### Configure using command line
44 - [x] Support configuring the service using command line or a configuration file.116 You can use command line to configure the xiu server easily. You can specify to configure xiu using…122 ##### Configure using command line