Home
last modified time | relevance | path

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

/external/curl/lib/
Dnonblock.c52 flags = sfcntl(sockfd, F_GETFL, 0); in curlx_nonblock()
54 return sfcntl(sockfd, F_SETFL, flags | O_NONBLOCK); in curlx_nonblock()
55 return sfcntl(sockfd, F_SETFL, flags & (~O_NONBLOCK)); in curlx_nonblock()
Dcurl_setup_once.h212 # define sfcntl lwip_fcntl macro
214 # define sfcntl fcntl