Home
last modified time | relevance | path

Searched defs:Connection (Results 1 – 25 of 39) sorted by relevance

12

/third_party/nghttp2/src/
Dshrpx_connection.h101 struct Connection { struct
170 TLSConnection tls; argument
194 static_assert(std::is_standard_layout<Connection>::value, argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDFS.h92 struct Connection { struct
96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument
/third_party/node/test/parallel/
Dtest-http-generic-streams.js46 headers: { Connection: 'keep-alive' } property
88 headers: { 'Connection': 'close' } property
128 headers: { 'Connection': 'close' } property
Dtest-http-autoselectfamily.js68 res.writeHead(200, { Connection: 'close' }); property
104 res.writeHead(200, { Connection: 'close' }); property
109 res.writeHead(200, { Connection: 'close' }); property
Dtest-http-1.0-keep-alive.js42 headers: { 'Connection': 'keep-alive' }, property
61 headers: { 'Connection': 'keep-alive' }, property
79 headers: { 'Connection': 'keep-alive', property
98 headers: { 'Connection': 'keep-alive', property
Dtest-https-autoselectfamily.js83 res.writeHead(200, { Connection: 'close' }); property
121 res.writeHead(200, { Connection: 'close' }); property
127 res.writeHead(200, { Connection: 'close' }); property
Dtest-http-server-close-idle-wait-response.js11 res.writeHead(204, { 'Connection': 'keep-alive', 'Keep-Alive': 'timeout=1' }); property
Dtest-http-upgrade-reconsume-stream.js25 'Connection': 'Upgrade', property
Dtest-http-parser-freed-before-upgrade.js23 Connection: 'Upgrade', property
Dtest-http-upgrade-binary.js22 headers: { 'Connection': 'upgrade', 'Upgrade': 'websocket' }, property
Dtest-http-parser-memory-retention.js29 headers: { Connection: 'close' }, property
Dtest-http-server-close-idle.js11 res.writeHead(200, { Connection: 'keep-alive' }); property
Dtest-http-server-close-all.js11 res.writeHead(200, { Connection: 'keep-alive' }); property
Dtest-http-upgrade-client2.js43 const header = { 'Connection': 'Upgrade', 'Upgrade': 'Test' }; property
Dtest-https-server-close-idle.js22 res.writeHead(200, { Connection: 'keep-alive' }); property
Dtest-https-server-close-all.js22 res.writeHead(200, { Connection: 'keep-alive' }); property
Dtest-http-unix-socket.js30 'Connection': 'close' property
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-printer.cc56 struct Connection { struct
57 void Connect(ConnectionLocation loc) { connected |= loc; } in Connect()
59 void AddHorizontal() { in AddHorizontal()
64 void AddVertical() { in AddVertical()
69 const char* ToString() const { in ToString()
107 uint8_t connected = 0;
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Ddownload.js11 Connection: 'keep-alive' property
/third_party/mesa3d/.gitlab-ci/
Dreport-flakes.py31 class Connection: class
/third_party/node/benchmark/http/
Dheaders.js14 'Connection': 'keep-alive', property
Dclient-request-body.js32 headers: { 'Connection': 'keep-alive', 'Transfer-Encoding': 'chunked' }, property
/third_party/nghttp2/examples/
Dclient.c79 struct Connection { struct
80 SSL *ssl;
81 nghttp2_session *session;
88 int want_io;
/third_party/node/test/pummel/
Dtest-http-many-keep-alive-connections.js48 'Connection': 'Keep-alive', property
/third_party/mesa3d/src/vulkan/overlay-layer/
Dmesa-overlay-control.py19 class Connection: class

12