Home
last modified time | relevance | path

Searched refs:psl (Results 1 – 14 of 14) sorted by relevance

/curl/lib/
H A Dpsl.c41 if(pslcache->psl) { in Curl_psl_destroy()
44 pslcache->psl = NULL; in Curl_psl_destroy()
59 const psl_ctx_t *psl; in Curl_psl_use() local
81 psl = psl_latest(NULL); in Curl_psl_use()
82 dynamic = psl != NULL; in Curl_psl_use()
90 psl = psl_builtin(); in Curl_psl_use()
92 if(psl) { in Curl_psl_use()
94 pslcache->psl = psl; in Curl_psl_use()
102 psl = pslcache->psl; in Curl_psl_use()
103 if(!psl) in Curl_psl_use()
[all …]
H A Dpsl.h33 const psl_ctx_t *psl; /* The PSL. */ member
H A Dshare.h55 struct PslCache psl; member
H A Dmultihandle.h114 struct PslCache psl; member
H A Dshare.c254 Curl_psl_destroy(&share->psl); in curl_share_cleanup()
H A DMakefile.inc203 psl.c \
339 psl.h \
H A Dmulti.c555 data->psl = &data->share->psl; in curl_multi_add_handle()
557 data->psl = &multi->psl; in curl_multi_add_handle()
880 if(data->psl == &multi->psl) in curl_multi_remove_handle()
881 data->psl = NULL; in curl_multi_remove_handle()
2758 if(data->psl == &multi->psl)
2759 data->psl = NULL;
2768 Curl_psl_destroy(&multi->psl);
H A DMakefile.mk255 ifneq ($(findstring -psl,$(CFG)),)
H A Dcookie.c1040 const psl_ctx_t *psl = Curl_psl_use(data); in Curl_cookie_add() local
1041 if(psl) { in Curl_cookie_add()
1045 acceptable = psl_is_cookie_domain_acceptable(psl, lcase, lcookie); in Curl_cookie_add()
H A Dsetopt.c2321 if(data->psl == &data->share->psl) in Curl_vsetopt()
2322 data->psl = data->multi ? &data->multi->psl : NULL; in Curl_vsetopt()
2368 data->psl = &data->share->psl; in Curl_vsetopt()
H A Durldata.h1922 struct PslCache *psl; /* The associated PSL cache. */ member
/curl/CMake/
H A DFindLibpsl.cmake49 find_library(LIBPSL_LIBRARY NAMES "psl" "libpsl"
/curl/.github/
H A Dlabeler.yml155 lib/psl.*\
/curl/
H A Dconfigure.ac2280 AC_CHECK_LIB(psl, psl_builtin,

Completed in 45 milliseconds