Home
last modified time | relevance | path

Searched refs:send_content (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtsp.h521 const unsigned char *send_content,
Drtsp.c1338 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/
Dclient.py1291 self.send_content(connection, request_body)
1312 def send_content(self, connection, request_body): member in Transport
/third_party/python/Lib/test/
Dtest_xmlrpc.py1159 def send_content(self, connection, body): member in GzipServerTestCase.Transport
1163 return xmlrpclib.Transport.send_content(self, connection, body)