Searched refs:sobj (Results 1 – 2 of 2) sorted by relevance
201 if(peer->sobj) { in cf_ssl_scache_clear_peer()205 peer->sobj = NULL; in cf_ssl_scache_clear_peer()224 peer->sobj_free(peer->sobj); in cf_ssl_scache_peer_set_obj()226 peer->sobj = sobj; in cf_ssl_scache_peer_set_obj()672 if(!scache->peers[i].sobj && in cf_ssl_add_peer()851 DEBUGASSERT(sobj); in Curl_ssl_scache_add_obj()864 if(sobj && sobj_free) in Curl_ssl_scache_add_obj()865 sobj_free(sobj); in Curl_ssl_scache_add_obj()878 *sobj = NULL; in Curl_ssl_scache_get_obj()887 *sobj = peer->sobj; in Curl_ssl_scache_get_obj()[all …]
93 void **sobj);95 typedef void Curl_ssl_scache_obj_dtor(void *sobj); typedef114 void *sobj,
Completed in 8 milliseconds