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.h35 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.c256 Curl_psl_destroy(&share->psl); in curl_share_cleanup()
H A DMakefile.inc204 psl.c \
339 psl.h \
H A Dmulti.c558 data->psl = &data->share->psl; in curl_multi_add_handle()
560 data->psl = &multi->psl; in curl_multi_add_handle()
885 if(data->psl == &multi->psl) in curl_multi_remove_handle()
886 data->psl = NULL; in curl_multi_remove_handle()
3114 if(data->psl == &multi->psl)
3115 data->psl = NULL;
3126 Curl_psl_destroy(&multi->psl);
H A Dsetopt.c1595 if(data->psl == &data->share->psl) in setopt_pointers()
1596 data->psl = data->multi ? &data->multi->psl : NULL; in setopt_pointers()
1642 data->psl = &data->share->psl; in setopt_pointers()
H A DMakefile.mk255 ifneq ($(findstring -psl,$(CFG)),)
H A Dcookie.c953 const psl_ctx_t *psl = Curl_psl_use(data); in is_public_suffix() local
954 if(psl) { in is_public_suffix()
958 acceptable = psl_is_cookie_domain_acceptable(psl, lcase, lcookie); in is_public_suffix()
H A Durldata.h1934 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.ac2312 AC_CHECK_LIB(psl, psl_builtin,

Completed in 45 milliseconds