Home
last modified time | relevance | path

Searched defs:send_content (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtsp.c1338 const unsigned char *send_content, in rtsp_send_cmd_with_content_async()
1411 const unsigned char *send_content, in ff_rtsp_send_cmd_with_content()
/third_party/python/Lib/test/
Dtest_xmlrpc.py1159 def send_content(self, connection, body): member in GzipServerTestCase.Transport
/third_party/python/Lib/xmlrpc/
Dclient.py1312 def send_content(self, connection, request_body): member in Transport