Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dhttp_file_source.cpp120 static int handleSocket(CURL *handle, curl_socket_t s, int action, void *userp, void *socketp);
180 handleError(curl::multi_setopt(multi, CURLMOPT_SOCKETFUNCTION, handleSocket)); in Impl()
252 int HTTPFileSource::Impl::handleSocket(CURL * /* handle */, curl_socket_t s, int action, void *user… in handleSocket() function in mbgl::HTTPFileSource::Impl