Home
last modified time | relevance | path

Searched refs:my_unlock (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/docs/examples/
Dshared-connection-cache.c39 static void my_unlock(CURL *handle, curl_lock_data data, void *useptr) in my_unlock() function
56 curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in main()
/third_party/curl/tests/libtest/
Dlib1554.c35 static void my_unlock(CURL *handle, curl_lock_data data, void *useptr) in my_unlock() function
61 curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test()
Dlib586.c70 static void my_unlock(CURL *handle, curl_lock_data data, void *useptr) in my_unlock() function
165 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test()
Dlib506.c83 static void my_unlock(CURL *handle, curl_lock_data data, void *useptr) in my_unlock() function
212 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock); in test()