Home
last modified time | relevance | path

Searched refs:expiry (Results 1 – 17 of 17) sorted by relevance

/curl/lib/vauth/
H A Dntlm_sspi.c100 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_ntlm_type1_message() local
148 ntlm->credentials, &expiry); in Curl_auth_create_ntlm_type1_message()
175 &attrs, &expiry); in Curl_auth_create_ntlm_type1_message()
256 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_ntlm_type3_message() local
315 &attrs, &expiry); in Curl_auth_create_ntlm_type3_message()
H A Ddigest_sspi.c113 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_digest_md5_message() local
167 &credentials, &expiry); in Curl_auth_create_digest_md5_message()
196 &expiry); in Curl_auth_create_digest_md5_message()
484 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_digest_http_message() local
536 &credentials, &expiry); in Curl_auth_create_digest_http_message()
587 &resp_desc, &attrs, &expiry); in Curl_auth_create_digest_http_message()
H A Dspnego_sspi.c108 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_decode_spnego_message() local
176 nego->credentials, &expiry); in Curl_auth_decode_spnego_message()
254 &expiry); in Curl_auth_decode_spnego_message()
H A Dkrb5_sspi.c110 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_gssapi_user_message() local
166 krb5->credentials, &expiry); in Curl_auth_create_gssapi_user_message()
209 &expiry); in Curl_auth_create_gssapi_user_message()
/curl/tests/data/
H A Dtest310341 CURLOPT_COOKIELIST without expiry
H A Dtest32948 # which causes the cookie expiry times to be different.
H A Dtest110459 HTTP cookie expiry date at Jan 1 00:00:00 GMT 1970
H A Dtest6148 # which causes the cookie expiry times to be different.
H A Dtest3169 Set-Cookie: blexp=yesyes; domain=test31.curl; domain=test31.curl; expiry=totally bad;
118 Set-Cookie: blexp=yesyes; domain=test31.curl; domain=test31.curl; expiry=totally bad;
140 # which causes the cookie expiry times to be different.
H A Dtest4645 # which causes the cookie expiry times to be different from what we expect.
H A Dtest847 Set-Cookie: blexp=yesyes; domain=%HOSTIP; domain=%HOSTIP; expiry=totally bad;
H A Dtest50669 # which causes the cookie expiry times to be different.
/curl/docs/libcurl/opts/
H A DCURLOPT_COOKIESESSION.md32 they are session cookies or not. Session cookies are cookies without expiry
/curl/lib/
H A Dsocks_sspi.c86 TimeStamp expiry; in Curl_SOCKS5_gssapi_negotiate() local
150 &expiry); in Curl_SOCKS5_gssapi_negotiate()
184 &expiry); in Curl_SOCKS5_gssapi_negotiate()
/curl/docs/libcurl/
H A Dcurl_multi_wait.md37 shorter expiry time than *timeout_ms*, that shorter time is being used
H A Dcurl_multi_poll.md38 shorter expiry time than *timeout_ms*, that shorter time is used instead
/curl/lib/vquic/
H A Dcurl_ngtcp2.c765 ngtcp2_tstamp expiry; in check_and_set_expiry() local
775 expiry = ngtcp2_conn_get_expiry(ctx->qconn); in check_and_set_expiry()
776 if(expiry != UINT64_MAX) { in check_and_set_expiry()
777 if(expiry <= pktx->ts) { in check_and_set_expiry()
793 expiry = ngtcp2_conn_get_expiry(ctx->qconn); in check_and_set_expiry()
796 if(expiry > pktx->ts) { in check_and_set_expiry()
797 ngtcp2_duration timeout = expiry - pktx->ts; in check_and_set_expiry()

Completed in 37 milliseconds