Home
last modified time | relevance | path

Searched refs:psl (Results 1 - 12 of 12) sorted by relevance

/third_party/curl/lib/
H A Dpsl.c31 #include "psl.h"
41 if(pslcache->psl) { in Curl_psl_destroy()
43 psl_free((psl_ctx_t *) pslcache->psl); in Curl_psl_destroy()
44 pslcache->psl = NULL; in Curl_psl_destroy()
58 struct PslCache *pslcache = easy->psl; in Curl_psl_use()
59 const psl_ctx_t *psl; in Curl_psl_use() local
67 if(!pslcache->psl || pslcache->expires <= now) { in Curl_psl_use()
76 if(!pslcache->psl || pslcache->expires <= now) { in Curl_psl_use()
81 psl = psl_latest(NULL); in Curl_psl_use()
82 dynamic = psl ! in Curl_psl_use()
[all...]
H A Dpsl.h33 const psl_ctx_t *psl; /* The PSL. */ member
H A Dshare.h30 #include "psl.h"
52 struct PslCache psl; member
H A Dmultihandle.h30 #include "psl.h"
120 struct PslCache psl; member
H A Dmulti.c37 #include "psl.h"
589 data->psl = &data->share->psl; in curl_multi_add_handle()
591 data->psl = &multi->psl; in curl_multi_add_handle()
923 if(data->psl == &multi->psl) in curl_multi_remove_handle()
924 data->psl = NULL; in curl_multi_remove_handle()
2858 if(data->psl == &multi->psl)
[all...]
H A Dshare.c30 #include "psl.h"
247 Curl_psl_destroy(&share->psl); in curl_share_cleanup()
H A Dsetopt.c2284 if(data->psl == &data->share->psl) in Curl_vsetopt()
2285 data->psl = data->multi? &data->multi->psl: NULL; in Curl_vsetopt()
2331 data->psl = &data->share->psl; in Curl_vsetopt()
H A DMakefile.mk247 ifneq ($(findstring -psl,$(CFG)),)
H A Dcookie.c92 #include "psl.h"
1024 * must also check that the data handle isn't NULL since the psl code will in Curl_cookie_add()
1034 const psl_ctx_t *psl = Curl_psl_use(data); in Curl_cookie_add() local
1035 if(psl) { in Curl_cookie_add()
1039 acceptable = psl_is_cookie_domain_acceptable(psl, lcase, lcookie); in Curl_cookie_add()
H A Durldata.h124 #include "psl.h"
1996 struct PslCache *psl; /* The associated PSL cache. */ member
/third_party/backends/backend/
H A Dmatsushita.c744 SANE_String_Const *psl; /* string list */ in matsushita_build_paper_sizes() local
751 psl = malloc ((sizeof (SANE_String_Const) + 1) * NELEMS (paper_sizes)); in matsushita_build_paper_sizes()
752 if (psl == NULL) in matsushita_build_paper_sizes()
762 free (psl); in matsushita_build_paper_sizes()
775 psl[num] = paper_sizes[i].name; in matsushita_build_paper_sizes()
780 psl[num] = NULL; /* terminate the list */ in matsushita_build_paper_sizes()
782 dev->paper_sizes_list = psl; in matsushita_build_paper_sizes()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c150 xhci_dump_device(struct xhci_softc *sc, struct xhci_slot_ctx *psl) in xhci_dump_device() argument
152 DPRINTFN(5, "psl = %p\n", psl); in xhci_dump_device()
153 DPRINTFN(5, "dwSctx0=0x%08x\n", xhci_ctx_get_le32(sc, &psl->dwSctx0)); in xhci_dump_device()
154 DPRINTFN(5, "dwSctx1=0x%08x\n", xhci_ctx_get_le32(sc, &psl->dwSctx1)); in xhci_dump_device()
155 DPRINTFN(5, "dwSctx2=0x%08x\n", xhci_ctx_get_le32(sc, &psl->dwSctx2)); in xhci_dump_device()
156 DPRINTFN(5, "dwSctx3=0x%08x\n", xhci_ctx_get_le32(sc, &psl->dwSctx3)); in xhci_dump_device()

Completed in 22 milliseconds