Lines Matching refs:reply_code
130 int reply_code; member
179 …{ "reply_code", "The http status code to return to a client", OFFSET(reply_code), AV_OPT_TYPE_INT,…
535 int ret, body = 0, reply_code, message_len; in http_write_reply() local
546 reply_code = 400; in http_write_reply()
551 reply_code = 403; in http_write_reply()
556 reply_code = 404; in http_write_reply()
560 reply_code = 200; in http_write_reply()
566 reply_code = 500; in http_write_reply()
581 reply_code, in http_write_reply()
586 reply_code, in http_write_reply()
596 reply_code, in http_write_reply()
637 av_log(c, AV_LOG_TRACE, "Reply code: %d\n", ch->reply_code); in http_handshake()
638 if ((err = http_write_reply(c, ch->reply_code)) < 0) in http_handshake()
672 s->reply_code = 200; in http_listen()