Searched refs:expiry (Results 1 – 21 of 21) sorted by relevance
/curl/lib/vauth/ |
H A D | ntlm_sspi.c | 100 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 D | digest_sspi.c | 114 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_digest_md5_message() local 169 &credentials, &expiry); in Curl_auth_create_digest_md5_message() 198 &expiry); in Curl_auth_create_digest_md5_message() 488 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_digest_http_message() local 540 &credentials, &expiry); in Curl_auth_create_digest_http_message() 591 &resp_desc, &attrs, &expiry); in Curl_auth_create_digest_http_message()
|
H A D | spnego_sspi.c | 108 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 D | krb5_sspi.c | 110 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 D | test3103 | 41 CURLOPT_COOKIELIST without expiry
|
H A D | test783 | 55 HSTS update expiry, removing includesubdomains in update
|
H A D | test780 | 53 HSTS with updated expiry in response
|
H A D | test781 | 55 HSTS update expiry, with parent includeSubDomains domain present
|
H A D | test782 | 55 HSTS update expiry, with two includeSubDomains domains present
|
H A D | test1104 | 59 HTTP cookie expiry date at Jan 1 00:00:00 GMT 1970
|
H A D | test329 | 48 # which causes the cookie expiry times to be different.
|
H A D | test61 | 48 # which causes the cookie expiry times to be different.
|
H A D | test31 | 70 Set-Cookie: blexp=yesyes; domain=test31.curl; domain=test31.curl; expiry=totally bad; 120 Set-Cookie: blexp=yesyes; domain=test31.curl; domain=test31.curl; expiry=totally bad; 142 # which causes the cookie expiry times to be different.
|
H A D | test46 | 45 # which causes the cookie expiry times to be different from what we expect.
|
H A D | test8 | 47 Set-Cookie: blexp=yesyes; domain=%HOSTIP; domain=%HOSTIP; expiry=totally bad;
|
H A D | test506 | 69 # which causes the cookie expiry times to be different.
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_COOKIESESSION.md | 33 they are session cookies or not. Session cookies are cookies without expiry
|
/curl/lib/ |
H A D | socks_sspi.c | 86 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 D | curl_multi_wait.md | 38 shorter expiry time than *timeout_ms*, that shorter time is being used
|
H A D | curl_multi_poll.md | 39 shorter expiry time than *timeout_ms*, that shorter time is used instead
|
/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 798 ngtcp2_tstamp expiry; in check_and_set_expiry() local 808 expiry = ngtcp2_conn_get_expiry(ctx->qconn); in check_and_set_expiry() 809 if(expiry != UINT64_MAX) { in check_and_set_expiry() 810 if(expiry <= pktx->ts) { in check_and_set_expiry() 826 expiry = ngtcp2_conn_get_expiry(ctx->qconn); in check_and_set_expiry() 829 if(expiry > pktx->ts) { in check_and_set_expiry() 830 ngtcp2_duration timeout = expiry - pktx->ts; in check_and_set_expiry()
|
Completed in 24 milliseconds