/third_party/ffmpeg/libavformat/ |
D | srtpproto.c | 113 return ffurl_write(s->rtp_hd, buf, size); in srtp_write() 118 return ffurl_write(s->rtp_hd, s->encryptbuf, size); in srtp_write()
|
D | tls_schannel.c | 115 ret = ffurl_write(s->tcp, outbuf.pvBuffer, outbuf.cbBuffer); in tls_shutdown_client() 235 ret = ffurl_write(c->tls_shared.tcp, outbuf[i].pvBuffer, outbuf[i].cbBuffer); in tls_client_handshake_loop() 318 ret = ffurl_write(s->tcp, outbuf.pvBuffer, outbuf.cbBuffer); in tls_client_handshake() 566 ret = ffurl_write(s->tcp, data, len); in tls_write()
|
D | rtmppkt.c | 383 if ((ret = ffurl_write(h, pkt_hdr, p - pkt_hdr)) < 0) in ff_rtmp_packet_write() 388 if ((ret = ffurl_write(h, pkt->data + off, towrite)) < 0) in ff_rtmp_packet_write() 393 if ((ret = ffurl_write(h, &marker, 1)) < 0) in ff_rtmp_packet_write() 399 if ((ret = ffurl_write(h, ts_header, 4)) < 0) in ff_rtmp_packet_write()
|
D | http.c | 602 if ((ret = ffurl_write(s->hd, message, message_len)) < 0) in http_write_reply() 1515 if ((err = ffurl_write(s->hd, request.str, request.len)) < 0) in http_connect() 1519 if ((err = ffurl_write(s->hd, s->post_data, s->post_datalen)) < 0) in http_connect() 1828 return ffurl_write(s->hd, buf, size); in http_write() 1837 if ((ret = ffurl_write(s->hd, temp, strlen(temp))) < 0 || in http_write() 1838 (ret = ffurl_write(s->hd, buf, size)) < 0 || in http_write() 1839 (ret = ffurl_write(s->hd, crlf, sizeof(crlf) - 1)) < 0) in http_write() 1854 ret = ffurl_write(s->hd, footer, sizeof(footer) - 1); in http_shutdown() 2088 if ((ret = ffurl_write(s->hd, s->buffer, strlen(s->buffer))) < 0) in http_proxy_open() 2130 return ffurl_write(s->hd, buf, size); in http_proxy_write()
|
D | sapenc.c | 60 ffurl_write(sap->ann_fd, sap->ann, sap->ann_size); in sap_write_close() 261 int ret = ffurl_write(sap->ann_fd, sap->ann, sap->ann_size); in sap_write_packet()
|
D | md5proto.c | 77 err = ffurl_write(out, buf, sizeof(buf)); in md5_close()
|
D | rtpdec.c | 407 result = ffurl_write(fd, buf, len); in ff_rtp_check_and_send_back_rr() 426 ffurl_write(rtp_handle, buf, ptr - buf); in ff_rtp_send_punch_packets() 435 ffurl_write(rtp_handle, buf, ptr - buf); in ff_rtp_send_punch_packets() 526 ffurl_write(fd, buf, len); in ff_rtp_send_rtcp_feedback()
|
D | gopher.c | 42 return ffurl_write(s->hd, buf, size); in gopher_write()
|
D | teeproto.c | 58 int ret = ffurl_write(c->child[i].url_context, buf, size); in tee_write()
|
D | crypto.c | 357 ret = ffurl_write(c->hd, c->write_buf, out_size); in crypto_write() 381 ret = ffurl_write(c->hd, out_buf, BLOCKSIZE); in crypto_close()
|
D | url.h | 199 int ffurl_write(URLContext *h, const unsigned char *buf, int size);
|
D | rtspenc.c | 173 ffurl_write(rt->rtsp_hd_out, interleaved_packet, 4 + packet_len); in ff_rtsp_tcp_write_packet()
|
D | tls_libtls.c | 65 int ret = ffurl_write(h, buf, buflen); in tls_write_callback()
|
D | rtpproto.c | 507 if ((ret = ffurl_write(hd, buf, size)) < 0) { in rtp_write() 512 if ((ret_fec = ffurl_write(s->fec_hd, buf, size)) < 0) { in rtp_write()
|
D | rtmpcrypt.c | 307 if ((ret = ffurl_write(rt->stream, buf, size)) < 0) in rtmpe_write()
|
D | icecast.c | 205 return ffurl_write(s->hd, buf, size); in icecast_write()
|
D | tls_gnutls.c | 138 int ret = ffurl_write(c->tls_shared.tcp, buf, len); in gnutls_url_push()
|
D | tls_mbedtls.c | 88 int ret = ffurl_write(h, buf, len); in mbedtls_send()
|
D | tls_openssl.c | 210 int ret = ffurl_write(c->tls_shared.tcp, buf, len); in url_bio_bwrite()
|
D | smoothstreamingenc.c | 82 ffurl_write(os->out, buf, buf_size); in ism_write() 84 ffurl_write(os->out2, buf, buf_size); in ism_write()
|
D | tls_securetransport.c | 229 int written = ffurl_write(c->tls_shared.tcp, data, *dataLength); in tls_write_cb()
|
D | ftp.c | 220 if ((err = ffurl_write(s->conn_control, command, strlen(command))) < 0) in ftp_send_command() 890 written = ffurl_write(s->conn_data, buf, size); in ftp_write()
|
D | rtmpproto.c | 1245 if ((ret = ffurl_write(rt->stream, tosend, in rtmp_handshake() 1341 if ((ret = ffurl_write(rt->stream, tosend, in rtmp_handshake() 1365 if ((ret = ffurl_write(rt->stream, serverdata + 1, in rtmp_handshake() 1407 inoutsize = ffurl_write(rt->stream, arraydata, in rtmp_send_hs_packet() 1443 if (ffurl_write(rt->stream, buffer, 1) <= 0) { // Send S0 in rtmp_server_handshake()
|
D | prompeg.c | 266 ret = ffurl_write(hd, buf, s->rtp_buf_size); in prompeg_write_fec()
|
D | mmst.c | 142 write_result= ffurl_write(mms->mms_hd, mms->out_buffer, exact_length); in send_command_packet()
|