Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dcomp_helper.h47 json_t *dump_headers(const nghttp2_nv *nva, size_t nvlen);
Dcomp_helper.c112 json_t *dump_headers(const nghttp2_nv *nva, size_t nvlen) { in dump_headers() function
Ddeflatehd.cc98 json_object_set_new(obj, "headers", dump_headers(nva.data(), nva.size())); in output_to_json()
/third_party/ffmpeg/libavcodec/
Dflacdec.c126 static void dump_headers(AVCodecContext *avctx, FLACStreaminfo *s) in dump_headers() function
537 dump_headers(s->avctx, &s->flac_stream_info); in decode_frame()