/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 | 377 if ((ret = ffurl_write(h, pkt_hdr, p - pkt_hdr)) < 0) in ff_rtmp_packet_write() 382 if ((ret = ffurl_write(h, pkt->data + off, towrite)) < 0) in ff_rtmp_packet_write() 387 if ((ret = ffurl_write(h, &marker, 1)) < 0) in ff_rtmp_packet_write() 393 if ((ret = ffurl_write(h, ts_header, 4)) < 0) in ff_rtmp_packet_write()
|
D | md5proto.c | 77 err = ffurl_write(out, buf, i*2+1); in md5_close()
|
D | sapenc.c | 59 ffurl_write(sap->ann_fd, sap->ann, sap->ann_size); in sap_write_close() 260 int ret = ffurl_write(sap->ann_fd, sap->ann, sap->ann_size); in sap_write_packet()
|
D | http.c | 536 if ((ret = ffurl_write(s->hd, message, message_len)) < 0) in http_write_reply() 1393 if ((err = ffurl_write(s->hd, request.str, request.len)) < 0) in http_connect() 1397 if ((err = ffurl_write(s->hd, s->post_data, s->post_datalen)) < 0) in http_connect() 1706 return ffurl_write(s->hd, buf, size); in http_write() 1715 if ((ret = ffurl_write(s->hd, temp, strlen(temp))) < 0 || in http_write() 1716 (ret = ffurl_write(s->hd, buf, size)) < 0 || in http_write() 1717 (ret = ffurl_write(s->hd, crlf, sizeof(crlf) - 1)) < 0) in http_write() 1732 ret = ffurl_write(s->hd, footer, sizeof(footer) - 1); in http_shutdown() 1951 if ((ret = ffurl_write(s->hd, s->buffer, strlen(s->buffer))) < 0) in http_proxy_open() 1993 return ffurl_write(s->hd, buf, size); in http_proxy_write()
|
D | gopher.c | 41 return ffurl_write(s->hd, buf, size); in gopher_write()
|
D | rtpdec.c | 398 result = ffurl_write(fd, buf, len); in ff_rtp_check_and_send_back_rr() 417 ffurl_write(rtp_handle, buf, ptr - buf); in ff_rtp_send_punch_packets() 426 ffurl_write(rtp_handle, buf, ptr - buf); in ff_rtp_send_punch_packets() 517 ffurl_write(fd, buf, len); in ff_rtp_send_rtcp_feedback()
|
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 | 200 int ffurl_write(URLContext *h, const unsigned char *buf, int size);
|
D | rtspenc.c | 172 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 | 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 | rtpproto.c | 496 if ((ret = ffurl_write(hd, buf, size)) < 0) { in rtp_write() 501 if ((ret_fec = ffurl_write(s->fec_hd, buf, size)) < 0) { in rtp_write()
|
D | tls_gnutls.c | 128 int ret = ffurl_write(h, buf, len); in gnutls_url_push()
|
D | tls_mbedtls.c | 89 int ret = ffurl_write(h, buf, len); in mbedtls_send()
|
D | tls_openssl.c | 196 int ret = ffurl_write(h, buf, len); in url_bio_bwrite()
|
D | smoothstreamingenc.c | 85 ffurl_write(os->out, buf, buf_size); in ism_write() 87 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() 870 written = ffurl_write(s->conn_data, buf, size); in ftp_write()
|
D | prompeg.c | 266 ret = ffurl_write(hd, buf, s->rtp_buf_size); in prompeg_write_fec()
|
D | rtmpproto.c | 1241 if ((ret = ffurl_write(rt->stream, tosend, in rtmp_handshake() 1337 if ((ret = ffurl_write(rt->stream, tosend, in rtmp_handshake() 1361 if ((ret = ffurl_write(rt->stream, serverdata + 1, in rtmp_handshake() 1403 inoutsize = ffurl_write(rt->stream, arraydata, in rtmp_send_hs_packet() 1439 if (ffurl_write(rt->stream, buffer, 1) <= 0) { // Send S0 in rtmp_server_handshake()
|
D | mmst.c | 142 write_result= ffurl_write(mms->mms_hd, mms->out_buffer, exact_length); in send_command_packet()
|