OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
62
return
sfcntl
(sockfd, F_SETFL, flags & (~O_NONBLOCK));
curl_setup_once.h
272
# define
sfcntl
lwip_fcntl
macro
274
# define
sfcntl
fcntl
Completed in 384 milliseconds