Searched refs:send_content (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtsp.h | 521 const unsigned char *send_content,
|
D | rtsp.c | 1338 const unsigned char *send_content, in rtsp_send_cmd_with_content_async() argument 1367 if (send_content_length > 0 && send_content) in rtsp_send_cmd_with_content_async() 1380 if (send_content_length > 0 && send_content) { in rtsp_send_cmd_with_content_async() 1385 ffurl_write(rt->rtsp_hd_out, send_content, send_content_length); in rtsp_send_cmd_with_content_async() 1411 const unsigned char *send_content, in ff_rtsp_send_cmd_with_content() argument 1421 send_content, in ff_rtsp_send_cmd_with_content()
|
/third_party/python/Lib/xmlrpc/ |
D | client.py | 1291 self.send_content(connection, request_body) 1312 def send_content(self, connection, request_body): member in Transport
|
/third_party/python/Lib/test/ |
D | test_xmlrpc.py | 1159 def send_content(self, connection, body): member in GzipServerTestCase.Transport 1163 return xmlrpclib.Transport.send_content(self, connection, body)
|