/third_party/openssl/ssl/statem/ |
H A D | extensions.c | 22 static int final_renegotiate(SSL *s, unsigned int context, int sent); 24 static int final_server_name(SSL *s, unsigned int context, int sent); 25 static int final_ec_pt_formats(SSL *s, unsigned int context, int sent); 34 static int final_alpn(SSL *s, unsigned int context, int sent); 51 static int final_ems(SSL *s, unsigned int context, int sent); 53 static int final_key_share(SSL *s, unsigned int context, int sent); 57 static int final_sig_algs(SSL *s, unsigned int context, int sent); 58 static int final_early_data(SSL *s, unsigned int context, int sent); 59 static int final_maxfragmentlen(SSL *s, unsigned int context, int sent); 61 static int final_psk(SSL *s, unsigned int context, int sent); 883 final_renegotiate(SSL *s, unsigned int context, int sent) final_renegotiate() argument 935 final_server_name(SSL *s, unsigned int context, int sent) final_server_name() argument 1033 final_ec_pt_formats(SSL *s, unsigned int context, int sent) final_ec_pt_formats() argument 1120 final_alpn(SSL *s, unsigned int context, int sent) final_alpn() argument 1196 final_ems(SSL *s, unsigned int context, int sent) final_ems() argument 1281 final_sig_algs(SSL *s, unsigned int context, int sent) final_sig_algs() argument 1292 final_key_share(SSL *s, unsigned int context, int sent) final_key_share() argument 1638 final_early_data(SSL *s, unsigned int context, int sent) final_early_data() argument 1681 final_maxfragmentlen(SSL *s, unsigned int context, int sent) final_maxfragmentlen() argument 1716 final_psk(SSL *s, unsigned int context, int sent) final_psk() argument [all...] |
/third_party/node/test/parallel/ |
H A D | test-child-process-stdio-big-write-end.js | 44 let sent = 0; 52 assert.strictEqual(+n, sent); 61 sent += bufsize; 67 sent += bufsize;
|
H A D | test-tls-delayed-attach.js | 38 const sent = 'hello world'; 66 c.end(sent); 71 assert.strictEqual(received, sent);
|
/third_party/node/benchmark/dgram/ |
H A D | array-vs-concat.js | 26 let sent = 0; 31 if (sent++ % num === 0) { 43 if (sent++ % num === 0) { 59 const bytes = sent * len;
|
H A D | multi-buffer.js | 24 let sent = 0; 29 if (sent++ % num === 0) { 45 const bytes = (type === 'send' ? sent : received) * len;
|
H A D | offset-length.js | 20 let sent = 0; 25 if (sent++ % num === 0) { 41 const bytes = (type === 'send' ? sent : received) * chunk.length;
|
H A D | single-buffer.js | 20 let sent = 0; 25 if (sent++ % num === 0) { 41 const bytes = (type === 'send' ? sent : received) * chunk.length;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | importCallExpressionAsyncES3System.js | 44 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
79 req = _a.sent() // ONE
100 req = _a.sent() // TWO
117 req = _a.sent() // THREE
134 req = _a.sent() // FOUR
151 req = _a.sent() // FIVE
|
H A D | importCallExpressionAsyncES5System.js | 44 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
79 req = _a.sent() // ONE
100 req = _a.sent() // TWO
117 req = _a.sent() // THREE
134 req = _a.sent() // FOUR
151 req = _a.sent() // FIVE
|
H A D | es5-asyncFunctionForInStatements.js | 58 _a = _d.sent();
98 _d.sent();
126 (_d.sent()).a = _c;
144 _a = _d.sent();
184 _d.sent();
212 _a = _d.sent();
252 _d.sent();
|
H A D | es5-asyncFunctionForStatements.js | 49 _a.sent();
72 if (!_a.sent()) return [3 /*break*/, 4];
96 _a.sent();
114 _a.sent();
|
H A D | es5-asyncFunctionElementAccess.js | 24 z = _a.sent();
36 z = (_a.sent())[y];
51 z = _a[_b.sent()];
|
H A D | es5-asyncFunctionIfStatements.js | 23 if (_a.sent()) {
42 _a.sent();
62 _a.sent();
|
H A D | es5-asyncFunctionPropertyAccess.js | 23 y = _a.sent();
35 y = (_a.sent()).a;
47 _a.sent();
|
H A D | es5-asyncFunctionConditionals.js | 23 a = (_a.sent()) ? y : z;
38 _a = _b.sent();
61 _a = _b.sent();
|
H A D | es5-asyncFunctionReturnStatements.js | 49 case 1: return [2 /*return*/, _a.sent()];
70 _a.sent();
84 case 1: return [2 /*return*/, _a.sent()];
|
H A D | transformNestedGeneratorsWithTry.js | 37 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
82 _a.sent(); // -- remove this and it compiles
85 error_2 = _a.sent();
94 _a.sent(); // -- or remove this and it compiles
97 error_1 = _a.sent();
|
H A D | controlFlowForCatchAndFinally.js | 55 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
94 browser = _a.sent();
97 page = _a.sent();
99 case 4: return [2 /*return*/, _a.sent()];
104 _a.sent(); // ok
110 _a.sent(); // ok
|
H A D | importCallExpressionAsyncES3AMD.js | 42 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
79 req = _a.sent() // ONE
97 req = _a.sent() // TWO
114 req = _a.sent() // THREE
131 req = _a.sent() // FOUR
148 req = _a.sent() // FIVE
|
H A D | importCallExpressionAsyncES3CJS.js | 43 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
78 req = _a.sent() // ONE
96 req = _a.sent() // TWO
113 req = _a.sent() // THREE
130 req = _a.sent() // FOUR
147 req = _a.sent() // FIVE
|
/third_party/toybox/porting/liteos_a/toys/net/ |
H A D | ping.c | 49 unsigned long sent, recv, fugit, min, max; 56 lostret = TT.sent > TT.recv ? ((TT.sent-TT.recv)*100)/(TT.sent?TT.sent:1) : 0; in summary() 57 if (!(toys.optflags&FLAG_q) && TT.sent && TT.sa) { in summary() 60 TT.sent, TT.recv, lostret); in summary() 202 if (0>=(waitms = tW-tnow) || !(TT.sent-TT.recv)) break; in ping_main() 223 TT.sent++; in ping_main() 233 // This is down here so it's against new period if we just sent in ping_main() [all...] |
/third_party/curl/docs/examples/ |
H A D | websocket.c | 35 size_t sent; in ping() local 37 curl_ws_send(curl, send_payload, strlen(send_payload), &sent, 0, in ping() 86 size_t sent; in websocket_close() local 87 (void)curl_ws_send(curl, "", 0, &sent, 0, CURLWS_CLOSE); in websocket_close()
|
/third_party/libuv/test/ |
H A D | test-poll.c | 62 size_t read, sent; member 156 context->sent = 0; in create_connection_context() 189 ASSERT_EQ(context->sent, TRANSFER_BYTES); in connection_close_cb() 191 ASSERT_OK(context->sent); in connection_close_cb() 298 if (context->sent < TRANSFER_BYTES && 309 int send_bytes = MIN(TRANSFER_BYTES - context->sent, sizeof buffer); 323 context->sent += r; 333 int send_bytes = MIN(TRANSFER_BYTES - context->sent, sizeof buffer); 348 context->sent += r; 350 while (context->sent < TRANSFER_BYTE [all...] |
/third_party/curl/tests/libtest/ |
H A D | stub_gssapi.c | 61 enum { NONE, KRB5, NTLM1, NTLM3 } sent; member 140 switch(ctx->sent) { in gss_init_sec_context() 161 switch(ctx->sent) { in gss_init_sec_context() 163 /* We sent KRB5 and it failed, let's try NTLM */ in gss_init_sec_context() 165 ctx->sent = NTLM1; in gss_init_sec_context() 173 ctx->sent = NTLM3; in gss_init_sec_context() 199 ctx->sent = KRB5; in gss_init_sec_context() 201 ctx->sent = NTLM1; in gss_init_sec_context() 223 (char *) target_name, ctx->sent); in gss_init_sec_context()
|
/third_party/toybox/toys/net/ |
H A D | ping.c | 55 unsigned long sent, recv, fugit, min, max; 61 if (!FLAG(q) && TT.sent && TT.sa) { in summary() 64 TT.sent, TT.recv, ((TT.sent-TT.recv)*100)/(TT.sent?TT.sent:1)); in summary() 236 if (0>=(waitms = tW-tnow) || !(TT.sent-TT.recv)) break; in ping_main() 256 TT.sent++; in ping_main() 266 // This is down here so it's against new period if we just sent a packet in ping_main()
|