Searched defs:close_stream (Results 1 – 3 of 3) sorted by relevance
524 static void close_stream(AVFormatContext *oc, OutputStream *ost) in close_stream() function
66 static bool close_stream = false; variable
259 int Http3Session::close_stream(int64_t stream_id, uint64_t app_error_code) { in close_stream() function in h2load::Http3Session