Searched refs:hstsread (Results 1 – 3 of 3) sorted by relevance
/curl/docs/examples/ |
H A D | hsts-preload.c | 49 static CURLSTScode hstsread(CURL *easy, struct curl_hstsentry *e, in hstsread() function 93 curl_easy_setopt(curl, CURLOPT_HSTSREADFUNCTION, hstsread); in main()
|
/curl/tests/libtest/ |
H A D | lib1915.c | 55 static CURLSTScode hstsread(CURL *easy, struct curl_hstsentry *e, in hstsread() function 114 easy_setopt(hnd, CURLOPT_HSTSREADFUNCTION, hstsread); in test()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_HSTSREADFUNCTION.md | 33 CURLSTScode hstsread(CURL *easy, struct curl_hstsentry *sts, void *clientp); 35 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HSTSREADFUNCTION, hstsread);
|
Completed in 50 milliseconds