Home
last modified time | relevance | path

Searched defs:connection_close (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_downstream.h222 bool connection_close; member
294 bool connection_close; member
Dshrpx_https_upstream.cc985 auto connection_close = false; in send_reply() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_pkt.h349 ngtcp2_connection_close connection_close; member
/third_party/python/Modules/_sqlite/
Dconnection.c343 connection_close(pysqlite_Connection *self) in connection_close() function