Home
last modified time | relevance | path

Searched refs:socket_t (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsocket.d68 enum socket_t : SOCKET { INVALID_SOCKET } in version() enum
103 enum socket_t : int32_t { init = -1 } in version()
2151 static assert(fd_set_type.sizeof == socket_t.sizeof);
2178 inout(socket_t)[] fds() @trusted inout @property pure nothrow @nogc
2180 return cast(inout(socket_t)[])set[FD_SET_OFFSET .. FD_SET_OFFSET+count];
2265 void add(socket_t s) @trusted pure nothrow
2303 void remove(socket_t s) pure nothrow
2333 int isSet(socket_t s) const pure nothrow @nogc
2394 auto fds = cast(socket_t[])
2395 [cast(socket_t) 1, 2, 0, 1024, 17, 42, 1234, 77, 77+32, 77+64];
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsocket.d54 enum socket_t : SOCKET { INVALID_SOCKET } in version() enum
89 enum socket_t : int32_t { _init = -1 } in version()
2173 static assert(fd_set_type.sizeof == socket_t.sizeof);
2200 inout(socket_t)[] fds() @trusted inout @property pure nothrow @nogc
2202 return cast(inout(socket_t)[])set[FD_SET_OFFSET .. FD_SET_OFFSET+count];
2287 void add(socket_t s) @trusted pure nothrow
2325 void remove(socket_t s) pure nothrow
2355 int isSet(socket_t s) const pure nothrow @nogc
2416 auto fds = cast(socket_t[])
2417 [cast(socket_t) 1, 2, 0, 1024, 17, 42, 1234, 77, 77+32, 77+64];
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d115 alias curl_socket_t = socket_t;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d115 alias curl_socket_t = socket_t;