Lines Matching refs:pure

397     void populate(protoent* proto) @system pure nothrow
498 void populate(servent* serv) @system pure nothrow
635 void populate(hostent* he) @system pure nothrow
1232 abstract @property sockaddr* name() pure nothrow @nogc;
1233 abstract @property const(sockaddr)* name() const pure nothrow @nogc; /// ditto
1236 abstract @property socklen_t nameLen() const pure nothrow @nogc;
1253 @property AddressFamily addressFamily() const pure nothrow @nogc
1428 this(sockaddr* sa, socklen_t len) pure nothrow @nogc
1435 this(const(sockaddr)* sa, socklen_t len) @system pure nothrow
1472 this() pure nothrow @nogc
1500 @property ushort port() const pure nothrow @nogc
1506 @property uint addr() const pure nothrow @nogc
1542 this(uint addr, ushort port) pure nothrow @nogc
1550 this(ushort port) pure nothrow @nogc
1562 this(sockaddr_in addr) pure nothrow @nogc
1726 this() pure nothrow @nogc
1750 static @property ref const(ubyte)[16] ADDR_ANY() pure nothrow @nogc
1771 @property ushort port() const pure nothrow @nogc
1777 @property ubyte[16] addr() const pure nothrow @nogc
1818 this(ubyte[16] addr, ushort port) pure nothrow @nogc
1826 this(ushort port) pure nothrow @nogc
1838 this(sockaddr_in6 addr) pure nothrow @nogc
1916 private this() pure nothrow @nogc {}
1926 this(sockaddr_un addr) pure nothrow @nogc { }
1954 this() pure nothrow @nogc
1984 this(in char[] path) @trusted pure
2003 this(sockaddr_un addr) pure nothrow @nogc
2009 @property string path() @trusted const pure
2018 override string toString() const pure
2097 @property typeof(`~target~`) `~field~`() const pure nothrow @nogc
2103 @property typeof(`~target~`) `~field~`(typeof(`~target~`) value) pure nothrow @nogc
2162 void resize(size_t size) pure nothrow
2167 ref inout(fd_set_count_type) count() @trusted @property inout pure nothrow @nogc
2173 size_t capacity() @property const pure nothrow @nogc
2178 inout(socket_t)[] fds() @trusted inout @property pure nothrow @nogc
2202 static fd_set_type mask(uint n) pure nothrow @nogc
2209 static size_t lengthFor(size_t size) pure nothrow @nogc
2216 void resize(size_t size) pure nothrow
2223 void setMinCapacity(size_t size) pure nothrow
2230 size_t capacity() @property const pure nothrow @nogc
2246 this(size_t size = FD_SETSIZE) pure nothrow
2253 void reset() pure nothrow @nogc
2265 void add(socket_t s) @trusted pure nothrow
2298 void add(Socket s) pure nothrow
2303 void remove(socket_t s) pure nothrow
2328 void remove(Socket s) pure nothrow
2333 int isSet(socket_t s) const pure nothrow @nogc
2351 int isSet(Socket s) const pure nothrow @nogc
2367 @property uint max() const pure nothrow @nogc
2373 fd_set* toFd_set() @trusted pure nothrow @nogc
2379 int selectn() const pure nothrow @nogc
2631 protected this() pure nothrow @nogc
2683 this(socket_t sock, AddressFamily af) pure nothrow @nogc
2698 @property socket_t handle() const pure nothrow @nogc
2826 protected Socket accepting() pure nothrow
3453 protected Address createAddress() pure nothrow
3532 const pure nothrow @nogc @property @safe socket_t handle() { assert(0); }
3540 protected pure nothrow @safe Socket accepting() { assert(0); }
3568 protected pure nothrow @safe Address createAddress() { assert(0); }