Home
last modified time | relevance | path

Searched refs:keep_alive (Results 1 - 25 of 35) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_http.c31 static int keep_alive(int keep_alive, int body_type) in keep_alive() argument
33 if (keep_alive != 0 in keep_alive()
43 keep_alive = 0; in keep_alive()
44 return keep_alive; in keep_alive()
89 keep_alive(ctx->keep_alive, req->body->type)); in OSSL_CMP_MSG_http_perform()
H A Dcmp_ctx.c118 ctx->keep_alive = 1; in OSSL_CMP_CTX_new()
1093 ctx->keep_alive = val; in OSSL_CMP_CTX_set_option()
1160 return ctx->keep_alive; in OSSL_CMP_CTX_get_option()
/third_party/openssl/crypto/cmp/
H A Dcmp_http.c31 static int keep_alive(int keep_alive, int body_type) in keep_alive() argument
33 if (keep_alive != 0 in keep_alive()
43 keep_alive = 0; in keep_alive()
44 return keep_alive; in keep_alive()
89 keep_alive(ctx->keep_alive, req->body->type)); in OSSL_CMP_MSG_http_perform()
H A Dcmp_ctx.c118 ctx->keep_alive = 1; in OSSL_CMP_CTX_new()
1093 ctx->keep_alive = val; in OSSL_CMP_CTX_set_option()
1160 return ctx->keep_alive; in OSSL_CMP_CTX_get_option()
/third_party/openssl/test/
H A Dhttp_test.c25 int keep_alive; member
32 * Respond with HTTP version 1.'version' and 'keep_alive' (unless implicit).
34 static int mock_http_server(BIO *in, BIO *out, char version, int keep_alive, in mock_http_server() argument
77 if ((version == '0') == keep_alive) /* otherwise, default */ in mock_http_server()
108 ret = mock_http_server(bio, args->out, args->version, args->keep_alive, in http_bio_cb_ex()
143 0 /* keep_alive */); in test_http_x509()
157 static int test_http_keep_alive(char version, int keep_alive, int kept_alive) in test_http_keep_alive() argument
171 mock_args.keep_alive = kept_alive; in test_http_keep_alive()
184 keep_alive); in test_http_keep_alive()
185 if (keep_alive in test_http_keep_alive()
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dhttp.h49 int timeout, int keep_alive);
76 size_t max_resp_len, int timeout, int keep_alive);
93 size_t max_resp_len, int timeout, int keep_alive);
/third_party/openssl/include/openssl/
H A Dhttp.h49 int timeout, int keep_alive);
76 size_t max_resp_len, int timeout, int keep_alive);
93 size_t max_resp_len, int timeout, int keep_alive);
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c65 int keep_alive; /* Persistent conn. 0=no, 1=prefer, 2=require */ member
245 int timeout, int keep_alive) in OSSL_HTTP_REQ_CTX_set_expected()
251 if (keep_alive != 0 in OSSL_HTTP_REQ_CTX_set_expected()
269 rctx->keep_alive = keep_alive; in OSSL_HTTP_REQ_CTX_set_expected()
286 if (rctx->keep_alive != 0 in set1_content()
749 if (rctx->keep_alive != 0 /* do not let server initiate keep_alive */ in OSSL_HTTP_REQ_CTX_nbio()
751 if (rctx->keep_alive == 2) { in OSSL_HTTP_REQ_CTX_nbio()
752 rctx->keep_alive in OSSL_HTTP_REQ_CTX_nbio()
243 OSSL_HTTP_REQ_CTX_set_expected(OSSL_HTTP_REQ_CTX *rctx, const char *content_type, int asn1, int timeout, int keep_alive) OSSL_HTTP_REQ_CTX_set_expected() argument
1015 OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_content_type, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_set1_request() argument
1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
[all...]
/third_party/openssl/crypto/http/
H A Dhttp_client.c65 int keep_alive; /* Persistent conn. 0=no, 1=prefer, 2=require */ member
238 int timeout, int keep_alive) in OSSL_HTTP_REQ_CTX_set_expected()
244 if (keep_alive != 0 in OSSL_HTTP_REQ_CTX_set_expected()
262 rctx->keep_alive = keep_alive; in OSSL_HTTP_REQ_CTX_set_expected()
279 if (rctx->keep_alive != 0 in set1_content()
738 if (rctx->keep_alive != 0 /* do not let server initiate keep_alive */ in OSSL_HTTP_REQ_CTX_nbio()
740 if (rctx->keep_alive == 2) { in OSSL_HTTP_REQ_CTX_nbio()
741 rctx->keep_alive in OSSL_HTTP_REQ_CTX_nbio()
236 OSSL_HTTP_REQ_CTX_set_expected(OSSL_HTTP_REQ_CTX *rctx, const char *content_type, int asn1, int timeout, int keep_alive) OSSL_HTTP_REQ_CTX_set_expected() argument
1004 OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_content_type, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_set1_request() argument
1201 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftdbgmem.c131 FT_Bool keep_alive; member
602 if ( table->keep_alive ) in ft_mem_table_remove()
685 if ( !table->keep_alive ) in ft_mem_debug_free()
773 if ( !table->keep_alive ) in ft_mem_debug_realloc()
842 FT_Long keep_alive = ft_strtol( p, NULL, 10 ); in ft_mem_debug_init() local
845 if ( keep_alive > 0 ) in ft_mem_debug_init()
846 table->keep_alive = 1; in ft_mem_debug_init()
/third_party/lwip/src/apps/mqtt/
H A Dmqtt.c594 /* keep_alive > 0 means keep alive functionality shall be used */ in mqtt_cyclic_timer()
595 if (client->keep_alive > 0) { in mqtt_cyclic_timer()
598 /* If reception from server has been idle for 1.5*keep_alive time, server is considered unresponsive */ in mqtt_cyclic_timer()
599 if ((client->server_watchdog * MQTT_CYCLIC_TIMER_INTERVAL) > (client->keep_alive + client->keep_alive / 2)) { in mqtt_cyclic_timer()
605 /* If time for a keep alive message to be sent, transmission has been idle for keep_alive time */ in mqtt_cyclic_timer()
606 if ((client->cyclic_tick * MQTT_CYCLIC_TIMER_INTERVAL) >= client->keep_alive) { in mqtt_cyclic_timer()
957 if (client->keep_alive != 0) { in mqtt_tcp_recv_cb()
1308 client->keep_alive = client_info->keep_alive; in mqtt_client_connect()
[all...]
/third_party/lwip/src/include/lwip/apps/
H A Dmqtt_priv.h74 u16_t keep_alive; member
H A Dmqtt.h76 u16_t keep_alive; member
/third_party/node/deps/openssl/openssl/apps/include/
H A Dhttp_server.h96 * keep_alive: grant persistent connnection
102 int http_server_send_asn1_resp(BIO *cbio, int keep_alive,
/third_party/openssl/apps/include/
H A Dhttp_server.h96 * keep_alive: grant persistent connnection
102 int http_server_send_asn1_resp(BIO *cbio, int keep_alive,
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-secure-streams-policy.h318 uint16_t keep_alive; member
H A Dlws-mqtt.h93 uint16_t keep_alive; /* MQTT keep alive member
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c508 int http_server_send_asn1_resp(BIO *cbio, int keep_alive, in http_server_send_asn1_resp() argument
515 keep_alive ? "Connection: keep-alive\r\n" : "", in http_server_send_asn1_resp()
/third_party/openssl/apps/lib/
H A Dhttp_server.c508 int http_server_send_asn1_resp(BIO *cbio, int keep_alive, in http_server_send_asn1_resp() argument
515 keep_alive ? "Connection: keep-alive\r\n" : "", in http_server_send_asn1_resp()
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
H A Dminimal-mqtt-client.c42 .keep_alive = 60,
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
H A Dminimal-secure-streams.c594 if (pol->u.mqtt.keep_alive) in main()
595 printf("\t\t\t.keep_alive = %u,\n", in main()
596 pol->u.mqtt.keep_alive); in main()
/third_party/curl/lib/
H A Dcfilters.h201 Curl_cft_conn_keep_alive *keep_alive; /* try to keep it alive */ member
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/
H A Dminimal-mqtt-client-multi.c54 .keep_alive = 60,
/third_party/libwebsockets/lib/roles/mqtt/client/
H A Dclient-mqtt.c133 c->keep_alive_secs = cp->keep_alive; in lws_create_client_mqtt_object()
/third_party/node/src/api/
H A Dhooks.cc134 std::shared_ptr<AsyncCleanupHookInfo> keep_alive = info->self; in FinishAsyncCleanupHook() local

Completed in 19 milliseconds

12