Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/rtsp/src/http/
H A Dmod.rs33 let mut fields = request_first_line.split_ascii_whitespace(); in unmarshal() localVariable
34 if let Some(method) = fields.next() { in unmarshal()
37 if let Some(url) = fields.next() { in unmarshal()
60 if let Some(version) = fields.next() { in unmarshal()
122 let mut fields = request_first_line.split_ascii_whitespace(); in unmarshal() localVariable
124 if let Some(version) = fields.next() { in unmarshal()
127 if let Some(status) = fields.next() { in unmarshal()
132 if let Some(reason_phrase) = fields.next() { in unmarshal()
/xiu/protocol/webrtc/src/http/
H A Dmod.rs63 let mut fields = request_first_line.split_ascii_whitespace(); in unmarshal() localVariable
64 if let Some(method) = fields.next() { in unmarshal()
67 if let Some(path) = fields.next() { in unmarshal()
87 if let Some(version) = fields.next() { in unmarshal()
170 let mut fields = request_first_line.split_ascii_whitespace(); in unmarshal() localVariable
172 if let Some(version) = fields.next() { in unmarshal()
175 if let Some(status) = fields.next() { in unmarshal()
180 if let Some(reason_phrase) = fields.next() { in unmarshal()