HomeSort by relevance Sort by last modified time
    Searched full:curl_lock_callback (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 108 static void curl_lock_callback(CURL* handle, curl_lock_data data, curl_lock_access access, void* userPtr) function in namespace:WebCore
132 curl_share_setopt(m_curlShareHandle, CURLSHOPT_LOCKFUNC, curl_lock_callback);

Completed in 120 milliseconds