Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/http/
H A Dmod.rs29 let data_except_body = &request_data[..idx]; in unmarshal() localVariable
30 let mut lines = data_except_body.lines(); in unmarshal()
118 let data_except_body = &request_data[..idx]; in unmarshal() localVariable
119 let mut lines = data_except_body.lines(); in unmarshal()
/xiu/protocol/webrtc/src/http/
H A Dmod.rs58 let data_except_body = &request_data[..idx]; in unmarshal() localVariable
59 let mut lines = data_except_body.lines(); in unmarshal()
166 let data_except_body = &request_data[..idx]; in unmarshal() localVariable
167 let mut lines = data_except_body.lines(); in unmarshal()