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

/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A DFDSet.c58 Boolean is_socket; member in struct:FDCallout
84 callout->is_socket = TRUE;
102 callout->is_socket = FALSE;
172 if (callout->is_socket) {
213 if (callout->is_socket) {
/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c2190 static int is_socket(SOCKET);
2197 return cancel_io != NULL && (is_socket(TO_SOCKET(fd)) || !is_console(TO_SOCKET(fd)));
2299 is_socket(SOCKET sock) function
2311 return is_socket(TO_SOCKET(fd));
2587 return !is_socket(sock);
3846 if (!is_socket(sock)) {
5418 if (!is_socket(sock)) {
5849 if (!is_socket(sock)) {
5924 if (is_socket(sock))
6058 if (is_socket(soc
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dio.c566 #define is_socket(fd, path) rb_w32_is_socket(fd) macro
568 #define is_socket(fd, path) 0 macro
571 is_socket(int fd, VALUE path) function
4357 if (is_socket(fptr->fd, fptr->pathv)) {
4421 if (is_socket(fptr->fd, fptr->pathv)) {

Completed in 203 milliseconds