HomeSort by relevance Sort by last modified time
    Searched refs:psl (Results 1 - 12 of 12) sorted by null

  /external/curl/lib/
psl.c 29 #include "psl.h"
39 if(pslcache->psl) {
41 psl_free((psl_ctx_t *) pslcache->psl);
42 pslcache->psl = NULL;
56 struct PslCache *pslcache = easy->psl;
57 const psl_ctx_t *psl; local
65 if(!pslcache->psl || pslcache->expires <= now) {
74 if(!pslcache->psl || pslcache->expires <= now) {
79 psl = psl_latest(NULL);
80 dynamic = psl != NULL
    [all...]
psl.h 28 #define PSL_TTL (72 * 3600) /* PSL time to live before a refresh. */
31 const psl_ctx_t *psl; /* The PSL. */ member in struct:PslCache
32 time_t expires; /* Time this PSL life expires. */
33 bool dynamic; /* PSL should be released when no longer needed. */
share.h 28 #include "psl.h"
54 struct PslCache psl; member in struct:Curl_share
multihandle.h 26 #include "psl.h"
102 /* PSL cache. */
103 struct PslCache psl; member in struct:Curl_multi
share.c 28 #include "psl.h"
215 Curl_psl_destroy(&share->psl);
multi.c 34 #include "psl.h"
436 /* Do the same for PSL. */
438 data->psl = &data->share->psl;
440 data->psl = &multi->psl;
766 /* Remove the PSL association. */
767 if(data->psl == &multi->psl)
768 data->psl = NULL
    [all...]
setopt.c     [all...]
cookie.c 89 #include "psl.h"
609 * Without PSL we don't know when the incoming cookie is set on a
950 const psl_ctx_t *psl = Curl_psl_use(data); local
953 if(psl) {
954 acceptable = psl_is_cookie_domain_acceptable(psl, domain, co->domain);
    [all...]
urldata.h 83 #include "psl.h"
1797 struct PslCache *psl; \/* The associated PSL cache. *\/ member in struct:Curl_easy
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa-indent.sh 2 indent --linux-style -i4 -ip4 -bad -bap -psl $*
  /external/u-boot/cmd/
flash.c 40 * returns: 1 - correct spec; *pinfo, *psf and *psl are
48 abbrev_spec (char *str, flash_info_t ** pinfo, int *psf, int *psl)
83 *psl = last;
  /external/curl/
configure     [all...]

Completed in 1894 milliseconds