Home
last modified time | relevance | path

Searched refs:refcount (Results 1 – 9 of 9) sorted by relevance

/curl/lib/vtls/
H A Dgtls.h53 size_t refcount; member
H A Dschannel_int.h134 int refcount; member
H A Dgtls.c473 shared->refcount = 1; in Curl_gtls_shared_creds_create()
482 if(creds->refcount < SIZE_T_MAX) { in Curl_gtls_shared_creds_up_ref()
483 ++creds->refcount; in Curl_gtls_shared_creds_up_ref()
494 --shared->refcount; in Curl_gtls_shared_creds_free()
495 if(!shared->refcount) { in Curl_gtls_shared_creds_free()
645 DEBUGASSERT(sc->refcount == 1); in gtls_set_cached_creds()
H A Dschannel.c757 backend->cred->refcount = 1; in schannel_acquire_credential_handle()
1138 backend->cred->refcount++; in schannel_connect_step1()
1141 backend->cred->refcount)); in schannel_connect_step1()
1685 cred->refcount--; in schannel_session_free()
1686 if(cred->refcount == 0) { in schannel_session_free()
1778 backend->cred->refcount++; in schannel_connect_step3()
/curl/tests/unit/
H A Dunit1305.c124 data_node->refcount = 1; /* hash will hold the reference */
/curl/lib/
H A Dhostip.c368 dns->refcount++; /* we use it! */ in Curl_fetch_addr()
501 dns->refcount = 1; /* the cache has the first reference */ in Curl_cache_addr()
523 dns->refcount++; /* mark entry as in-use */ in Curl_cache_addr()
717 dns->refcount++; /* we use it! */ in Curl_resolv()
1071 DEBUGASSERT(dns && (dns->refcount > 0)); in hostcache_unlink_entry()
1073 dns->refcount--; in hostcache_unlink_entry()
1074 if(dns->refcount == 0) { in hostcache_unlink_entry()
1300 dns->refcount--; in Curl_loadhostpairs()
H A Dhostip.h103 size_t refcount; member
H A Dconncache.c1374 fprintf(stderr, " [%p %d]", (void *)conn, conn->refcount);
H A Durl.c3166 hostaddr->refcount = 1; /* connection is the only one holding this */

Completed in 48 milliseconds