Home
last modified time | relevance | path

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

/external/curl/lib/
Dpsl.c37 void Curl_psl_destroy(struct PslCache *pslcache) in Curl_psl_destroy() argument
39 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() local
60 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 …]
Dpsl.h38 void Curl_psl_destroy(struct PslCache *pslcache);
44 #define Curl_psl_destroy(pslcache) argument