Home
last modified time | relevance | path

Searched refs:qlog_file (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/src/
H A Dh2load_quic.cc280 assert(quic.qlog_file != nullptr); in quic_write_qlog()
281 fwrite(data, 1, datalen, quic.qlog_file); in quic_write_qlog()
400 assert(quic.qlog_file == nullptr); in quic_init()
407 quic.qlog_file = fopen(path.c_str(), "w"); in quic_init()
408 if (quic.qlog_file == nullptr) { in quic_init()
464 if (quic.qlog_file != nullptr) { in quic_free()
465 fclose(quic.qlog_file); in quic_free()
466 quic.qlog_file = nullptr; in quic_free()
H A Dh2load.h347 FILE *qlog_file; member

Completed in 3 milliseconds