Searched refs:hstswrite (Results 1 - 2 of 2) sorted by relevance
/third_party/curl/tests/libtest/ |
H A D | lib1915.c | 86 static CURLSTScode hstswrite(CURL *easy, struct curl_hstsentry *e, in hstswrite() function 111 easy_setopt(hnd, CURLOPT_HSTSWRITEFUNCTION, hstswrite); in test() 124 easy_setopt(hnd, CURLOPT_HSTSWRITEFUNCTION, hstswrite); in test()
|
/third_party/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()
|
Completed in 1 milliseconds