Home
last modified time | relevance | path

Searched refs:for_select (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dnet_sockets.c127 * If for_select != 0, check whether the file descriptor is within the range
130 static int check_fd(int fd, int for_select) in check_fd() argument
138 (void) for_select; in check_fd()
144 if (for_select && fd >= FD_SETSIZE) { in check_fd()

Completed in 2 milliseconds