Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 22 of 22) sorted by relevance

/curl/tests/data/
H A Dtest128225 FTP with 633 response before gss initialized
/curl/lib/
H A Deasy.c86 static unsigned int initialized; variable
147 if(initialized++) in global_init()
208 initialized--; /* undo the increase */ in global_init()
245 if(initialized) { in curl_global_init_mem()
249 initialized++; in curl_global_init_mem()
279 if(!initialized) { in curl_global_cleanup()
284 if(--initialized) { in curl_global_cleanup()
358 if(!initialized) { in curl_easy_init()
H A Dhttp2.c145 BIT(initialized);
170 ctx->initialized = TRUE; in cf_h2_ctx_init()
175 if(ctx && ctx->initialized) { in cf_h2_ctx_free()
405 if(!stream || !ctx->initialized) in http2_data_done()
517 DEBUGASSERT(ctx->initialized); in cf_h2_ctx_open()
2482 DEBUGASSERT(ctx->initialized); in cf_h2_connect()
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_SSLKEY_BLOB.md38 If the blob is initialized with the flags member of struct curl_blob set to
H A DCURLOPT_SSLCERT_BLOB.md43 If the blob is initialized with the flags member of struct curl_blob set to
H A DCURLOPT_SSLKEY_BLOB.md37 If the blob is initialized with the flags member of struct curl_blob set to
H A DCURLOPT_CAINFO_BLOB.md44 If the blob is initialized with the flags member of struct curl_blob set to
H A DCURLOPT_PROXY_CAINFO_BLOB.md48 If the blob is initialized with the flags member of struct curl_blob set to
H A DCURLOPT_PROXY_SSLCERT_BLOB.md42 If the blob is initialized with the flags member of struct curl_blob set to
H A DCURLOPT_ISSUERCERT_BLOB.md51 If the blob is initialized with the flags member of struct curl_blob set to
H A DCURLOPT_PROXY_ISSUERCERT_BLOB.md52 If the blob is initialized with the flags member of struct curl_blob set to
H A DCURLOPT_RTSP_REQUEST.md31 commands require the Session ID to be initialized.
H A DCURLOPT_SSL_CTX_FUNCTION.md55 SSL negotiation. While *ssl_ctx* points to a newly initialized object each
H A DCURLINFO_TLS_SSL_PTR.md45 Pass a pointer to a *struct curl_tlssessioninfo **. The pointer is initialized
/curl/lib/vtls/
H A Dmbedtls.c103 BIT(initialized); /* mbedtls_ssl_context is initialized */
580 DEBUGASSERT(!backend->initialized);
818 backend->initialized = TRUE;
1222 if(!backend->initialized || cf->shutdown) {
1306 if(backend->initialized) {
1320 backend->initialized = FALSE;
/curl/lib/vquic/
H A Dcurl_msh3.c127 BIT(initialized);
138 DEBUGASSERT(!ctx->initialized); in cf_msh3_ctx_init()
143 ctx->initialized = TRUE; in cf_msh3_ctx_init()
148 if(ctx && ctx->initialized) { in cf_msh3_ctx_free()
823 DEBUGASSERT(ctx->initialized); in cf_connect_start()
H A Dcurl_quiche.c102 BIT(initialized);
122 DEBUGASSERT(!ctx->initialized); in cf_quiche_ctx_init()
133 ctx->initialized = TRUE; in cf_quiche_ctx_init()
138 if(ctx && ctx->initialized) { in cf_quiche_ctx_free()
1275 DEBUGASSERT(ctx->initialized); in cf_quiche_ctx_open()
H A Dcurl_ngtcp2.c141 BIT(initialized);
154 DEBUGASSERT(!ctx->initialized); in cf_ngtcp2_ctx_init()
163 ctx->initialized = TRUE; in cf_ngtcp2_ctx_init()
168 if(ctx && ctx->initialized) { in cf_ngtcp2_ctx_free()
1986 if(!ctx->initialized) in cf_ngtcp2_ctx_close()
2260 DEBUGASSERT(ctx->initialized); in cf_connect_start()
H A Dcurl_osslq.c295 BIT(initialized);
307 DEBUGASSERT(!ctx->initialized); in cf_osslq_ctx_init()
311 ctx->initialized = TRUE; in cf_osslq_ctx_init()
316 if(ctx && ctx->initialized) { in cf_osslq_ctx_free()
1164 DEBUGASSERT(ctx->initialized); in cf_osslq_ctx_start()
/curl/docs/libcurl/
H A Dcurl_global_init.md84 Doing TLS based transfers without having the TLS layer initialized may lead to
H A Dlibcurl-tutorial.md116 initialized properly, your program cannot use sockets properly. You should
137 curl_global_init(3) call initialized.
/curl/m4/
H A Dcurl-compilers.m41147 dnl Warn when a variable is used before initialized

Completed in 53 milliseconds