Home
last modified time | relevance | path

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

12

/third_party/nghttp2/src/
Dshrpx_connection.h97 struct Connection { struct
157 TLSConnection tls; argument
158 ev_io wev;
159 ev_io rev;
160 ev_timer wt;
161 ev_timer rt;
162 RateLimit wlimit;
163 RateLimit rlimit;
164 struct ev_loop *loop;
165 void *data;
[all …]
/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() function
/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-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-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-upgrade-client2.js43 const header = { 'Connection': 'Upgrade', 'Upgrade': 'Test' }; property
Dtest-http-unix-socket.js30 'Connection': 'close' property
Dtest-http-keep-alive-close-on-header.js31 res.writeHead(200, { 'Content-Length': body.length, 'Connection': 'close' }); 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/boost/libs/msm/doc/PDF/examples/
DActivateStateBeforeTransitionEuml.cpp123 typedef msm::back::state_machine<Connection_> Connection; typedef
DActiveStateSetBeforeTransition.cpp99 typedef msm::back::state_machine<Connection_> Connection; typedef
/third_party/boost/libs/msm/doc/HTML/examples/
DActivateStateBeforeTransitionEuml.cpp123 typedef msm::back::state_machine<Connection_> Connection; typedef
DActiveStateSetBeforeTransition.cpp99 typedef msm::back::state_machine<Connection_> Connection; typedef
/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
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_notls.c86 struct Connection { struct
87 spdylay_session *session;
94 int want_io;
95 int fd;
Dtest_new_connection.c107 struct Connection { struct
108 SSL *ssl;
109 spdylay_session *session;
116 int want_io;
Dtest_request_response.c89 struct Connection { struct
90 SSL *ssl;
91 spdylay_session *session;
98 int want_io;
/third_party/python/Lib/sqlite3/test/
Dregression.py221 class Connection(sqlite.Connection): class
234 class Connection(sqlite.Connection): class
/third_party/python/Lib/multiprocessing/dummy/
Dconnection.py51 class Connection(object): class

12