Searched refs:initialized (Results 1 – 22 of 22) sorted by relevance
25 FTP with 633 response before gss initialized
86 static unsigned int initialized; variable147 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()
145 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()
38 If the blob is initialized with the flags member of struct curl_blob set to
43 If the blob is initialized with the flags member of struct curl_blob set to
37 If the blob is initialized with the flags member of struct curl_blob set to
44 If the blob is initialized with the flags member of struct curl_blob set to
48 If the blob is initialized with the flags member of struct curl_blob set to
42 If the blob is initialized with the flags member of struct curl_blob set to
51 If the blob is initialized with the flags member of struct curl_blob set to
52 If the blob is initialized with the flags member of struct curl_blob set to
31 commands require the Session ID to be initialized.
55 SSL negotiation. While *ssl_ctx* points to a newly initialized object each
45 Pass a pointer to a *struct curl_tlssessioninfo **. The pointer is initialized
103 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;
127 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()
102 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()
141 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()
295 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()
84 Doing TLS based transfers without having the TLS layer initialized may lead to
116 initialized properly, your program cannot use sockets properly. You should137 curl_global_init(3) call initialized.
1147 dnl Warn when a variable is used before initialized
Completed in 53 milliseconds