Searched refs:refcount (Results 1 – 9 of 9) sorted by relevance
54 size_t refcount; member
134 int refcount; member
474 shared->refcount = 1; in Curl_gtls_shared_creds_create()483 if(creds->refcount < SIZE_T_MAX) { in Curl_gtls_shared_creds_up_ref()484 ++creds->refcount; in Curl_gtls_shared_creds_up_ref()495 --shared->refcount; in Curl_gtls_shared_creds_free()496 if(!shared->refcount) { in Curl_gtls_shared_creds_free()646 DEBUGASSERT(sc->refcount == 1); in gtls_set_cached_creds()
763 backend->cred->refcount = 1; in schannel_acquire_credential_handle()964 backend->cred->refcount++; in schannel_connect_step1()967 backend->cred->refcount)); in schannel_connect_step1()1511 cred->refcount--; in schannel_session_free()1512 if(cred->refcount == 0) { in schannel_session_free()1604 backend->cred->refcount++; in schannel_connect_step3()
124 data_node->refcount = 1; /* hash will hold the reference */
368 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()
103 size_t refcount; member
1362 fprintf(stderr, " [%p %d]", (void *)conn, conn->refcount);
3188 hostaddr->refcount = 1; /* connection is the only one holding this */
Completed in 32 milliseconds