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

  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 331 fd_set fdexcep; local
343 FD_ZERO(&fdexcep);
344 curl_multi_fdset(m_curlMultiHandle, &fdread, &fdwrite, &fdexcep, &maxfd);
349 rc = ::select(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout);

Completed in 451 milliseconds