Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 5 of 5) sorted by relevance

/xiu/protocol/rtsp/src/http/
H A Dmod.rs30 let mut lines = data_except_body.lines(); in unmarshal() localVariable
32 if let Some(request_first_line) = lines.next() { in unmarshal()
65 for line in lines { in unmarshal()
119 let mut lines = data_except_body.lines(); in unmarshal() localVariable
121 if let Some(request_first_line) = lines.next() { in unmarshal()
137 for line in lines { in unmarshal()
/xiu/protocol/webrtc/src/http/
H A Dmod.rs59 let mut lines = data_except_body.lines(); in unmarshal() localVariable
62 if let Some(request_first_line) = lines.next() { in unmarshal()
92 for line in lines { in unmarshal()
167 let mut lines = data_except_body.lines(); in unmarshal() localVariable
169 if let Some(request_first_line) = lines.next() { in unmarshal()
185 for line in lines { in unmarshal()
/xiu/protocol/rtsp/src/sdp/
H A Dmod.rs187 let lines: Vec<&str> = raw_data.split(|c| c == '\r' || c == '\n').collect(); in unmarshal() localVariable
188 for line in lines { in unmarshal()
/xiu/
H A DREADME.md121 …server easily. You can specify to configure xiu using configuration file or from the command lines.
/xiu/application/xiu/
H A DREADME.md116 …server easily. You can specify to configure xiu using configuration file or from the command lines.