/third_party/nghttp2/src/ |
D | shrpx_connection.h | 97 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/ |
D | ScheduleDFS.h | 92 struct Connection { struct 96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() function
|
/third_party/node/test/parallel/ |
D | test-http-generic-streams.js | 46 headers: { Connection: 'keep-alive' } property 88 headers: { 'Connection': 'close' } property 128 headers: { 'Connection': 'close' } property
|
D | test-http-1.0-keep-alive.js | 42 headers: { 'Connection': 'keep-alive' }, property 61 headers: { 'Connection': 'keep-alive' }, property 79 headers: { 'Connection': 'keep-alive', property 98 headers: { 'Connection': 'keep-alive', property
|
D | test-http-upgrade-reconsume-stream.js | 25 'Connection': 'Upgrade', property
|
D | test-http-parser-freed-before-upgrade.js | 23 Connection: 'Upgrade', property
|
D | test-http-upgrade-binary.js | 22 headers: { 'Connection': 'upgrade', 'Upgrade': 'websocket' }, property
|
D | test-http-upgrade-client2.js | 43 const header = { 'Connection': 'Upgrade', 'Upgrade': 'Test' }; property
|
D | test-http-unix-socket.js | 30 'Connection': 'close' property
|
D | test-http-keep-alive-close-on-header.js | 31 res.writeHead(200, { 'Content-Length': body.length, 'Connection': 'close' }); property
|
/third_party/mesa3d/.gitlab-ci/ |
D | report-flakes.py | 31 class Connection: class
|
/third_party/node/benchmark/http/ |
D | headers.js | 14 'Connection': 'keep-alive', property
|
D | client-request-body.js | 32 headers: { 'Connection': 'keep-alive', 'Transfer-Encoding': 'chunked' }, property
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | ActivateStateBeforeTransitionEuml.cpp | 123 typedef msm::back::state_machine<Connection_> Connection; typedef
|
D | ActiveStateSetBeforeTransition.cpp | 99 typedef msm::back::state_machine<Connection_> Connection; typedef
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | ActivateStateBeforeTransitionEuml.cpp | 123 typedef msm::back::state_machine<Connection_> Connection; typedef
|
D | ActiveStateSetBeforeTransition.cpp | 99 typedef msm::back::state_machine<Connection_> Connection; typedef
|
/third_party/nghttp2/examples/ |
D | client.c | 79 struct Connection { struct 80 SSL *ssl; 81 nghttp2_session *session; 88 int want_io;
|
/third_party/node/test/pummel/ |
D | test-http-many-keep-alive-connections.js | 48 'Connection': 'Keep-alive' property
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | mesa-overlay-control.py | 19 class Connection: class
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
D | test_notls.c | 86 struct Connection { struct 87 spdylay_session *session; 94 int want_io; 95 int fd;
|
D | test_new_connection.c | 107 struct Connection { struct 108 SSL *ssl; 109 spdylay_session *session; 116 int want_io;
|
D | test_request_response.c | 89 struct Connection { struct 90 SSL *ssl; 91 spdylay_session *session; 98 int want_io;
|
/third_party/python/Lib/sqlite3/test/ |
D | regression.py | 221 class Connection(sqlite.Connection): class 234 class Connection(sqlite.Connection): class
|
/third_party/python/Lib/multiprocessing/dummy/ |
D | connection.py | 51 class Connection(object): class
|