Searched refs:hstswrite (Results 1 – 3 of 3) sorted by relevance
/curl/tests/libtest/ |
H A D | lib1915.c | 87 static CURLSTScode hstswrite(CURL *easy, struct curl_hstsentry *e, in hstswrite() function 116 easy_setopt(hnd, CURLOPT_HSTSWRITEFUNCTION, hstswrite); in test() 135 easy_setopt(hnd, CURLOPT_HSTSWRITEFUNCTION, hstswrite); in test()
|
/curl/docs/examples/ |
H A D | hsts-preload.c | 70 static CURLSTScode hstswrite(CURL *easy, struct curl_hstsentry *e, in hstswrite() function 98 curl_easy_setopt(curl, CURLOPT_HSTSWRITEFUNCTION, hstswrite); in main()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_HSTSWRITEFUNCTION.md | 38 CURLSTScode hstswrite(CURL *easy, struct curl_hstsentry *sts, 41 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HSTSWRITEFUNCTION, hstswrite);
|
Completed in 8 milliseconds