Home
last modified time | relevance | path

Searched refs:pslcache (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dpsl.c41 if(pslcache->psl) { in Curl_psl_destroy()
42 if(pslcache->dynamic) in Curl_psl_destroy()
44 pslcache->psl = NULL; in Curl_psl_destroy()
45 pslcache->dynamic = FALSE; in Curl_psl_destroy()
62 if(!pslcache) in Curl_psl_use()
67 if(!pslcache->psl || pslcache->expires <= now) { in Curl_psl_use()
76 if(!pslcache->psl || pslcache->expires <= now) { in Curl_psl_use()
87 if(!psl && !pslcache->dynamic) in Curl_psl_use()
93 Curl_psl_destroy(pslcache); in Curl_psl_use()
94 pslcache->psl = psl; in Curl_psl_use()
[all …]
H A Dpsl.h40 void Curl_psl_destroy(struct PslCache *pslcache);
46 #define Curl_psl_destroy(pslcache) argument

Completed in 4 milliseconds