Searched refs:pslcache (Results 1 – 2 of 2) sorted by relevance
37 void Curl_psl_destroy(struct PslCache *pslcache) in Curl_psl_destroy() argument39 if(pslcache->psl) { in Curl_psl_destroy()40 if(pslcache->dynamic) in Curl_psl_destroy()41 psl_free((psl_ctx_t *) pslcache->psl); in Curl_psl_destroy()42 pslcache->psl = NULL; in Curl_psl_destroy()43 pslcache->dynamic = FALSE; in Curl_psl_destroy()56 struct PslCache *pslcache = easy->psl; in Curl_psl_use() local60 if(!pslcache) in Curl_psl_use()65 if(!pslcache->psl || pslcache->expires <= now) { in Curl_psl_use()74 if(!pslcache->psl || pslcache->expires <= now) { in Curl_psl_use()[all …]
38 void Curl_psl_destroy(struct PslCache *pslcache);44 #define Curl_psl_destroy(pslcache) argument