HomeSort by relevance Sort by last modified time
    Searched refs:sfcntl (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
nonblock.c 58 flags = sfcntl(sockfd, F_GETFL, 0);
60 return sfcntl(sockfd, F_SETFL, flags | O_NONBLOCK);
61 return sfcntl(sockfd, F_SETFL, flags & (~O_NONBLOCK));
curl_setup_once.h 272 # define sfcntl lwip_fcntl macro
274 # define sfcntl fcntl

Completed in 57 milliseconds