Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhttp.c470 const char *reply_text, *content_type; in http_write_reply() local
481 reply_text = "Bad Request"; in http_write_reply()
486 reply_text = "Forbidden"; in http_write_reply()
491 reply_text = "Not Found"; in http_write_reply()
495 reply_text = "OK"; in http_write_reply()
501 reply_text = "Internal server error"; in http_write_reply()
516 reply_text, in http_write_reply()
518 strlen(reply_text) + 6, // 3 digit status code + space + \r\n in http_write_reply()
521 reply_text); in http_write_reply()
531 reply_text, in http_write_reply()