Searched refs:psl (Results 1 – 14 of 14) sorted by relevance
41 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() local81 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 …]
35 const psl_ctx_t *psl; /* The PSL. */ member
55 struct PslCache psl; member
114 struct PslCache psl; member
256 Curl_psl_destroy(&share->psl); in curl_share_cleanup()
204 psl.c \339 psl.h \
558 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);
1595 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()
255 ifneq ($(findstring -psl,$(CFG)),)
953 const psl_ctx_t *psl = Curl_psl_use(data); in is_public_suffix() local954 if(psl) { in is_public_suffix()958 acceptable = psl_is_cookie_domain_acceptable(psl, lcase, lcookie); in is_public_suffix()
1934 struct PslCache *psl; /* The associated PSL cache. */ member
49 find_library(LIBPSL_LIBRARY NAMES "psl" "libpsl"
155 lib/psl.*\
2312 AC_CHECK_LIB(psl, psl_builtin,
Completed in 45 milliseconds