Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhttp.c467 static int http_write_reply(URLContext* h, int status_code) in http_write_reply() function
544 http_write_reply(h, error); in handle_http_errors()
572 if ((err = http_write_reply(c, ch->reply_code)) < 0) in http_handshake()