net.conn.ok (method)
43 uses
net (current package)
iprawsock.go#L106: if !c.ok() {
iprawsock.go#L114: if !c.ok() {
iprawsock.go#L126: if !c.ok() {
iprawsock.go#L147: if !c.ok() {
iprawsock.go#L159: if !c.ok() {
iprawsock.go#L171: if !c.ok() {
iprawsock.go#L192: if !c.ok() {
net.go#L174: func (c *conn) ok() bool { return c != nil && c.fd != nil }
net.go#L180: if !c.ok() {
net.go#L192: if !c.ok() {
net.go#L204: if !c.ok() {
net.go#L218: if !c.ok() {
net.go#L228: if !c.ok() {
net.go#L236: if !c.ok() {
net.go#L247: if !c.ok() {
net.go#L258: if !c.ok() {
net.go#L270: if !c.ok() {
net.go#L282: if !c.ok() {
tcpsock.go#L92: if !c.ok() {
tcpsock.go#L100: if !c.ok() {
tcpsock.go#L113: if !c.ok() {
tcpsock.go#L125: if !c.ok() {
tcpsock.go#L147: if !c.ok() {
tcpsock.go#L159: if !c.ok() {
tcpsock.go#L170: if !c.ok() {
tcpsock.go#L184: if !c.ok() {
udpsock.go#L95: if !c.ok() {
udpsock.go#L103: if !c.ok() {
udpsock.go#L115: if !c.ok() {
udpsock.go#L136: if !c.ok() {
udpsock.go#L148: if !c.ok() {
udpsock.go#L160: if !c.ok() {
udpsock.go#L183: if !c.ok() {
unixsock.go#L75: if !c.ok() {
unixsock.go#L84: if !c.ok() {
unixsock.go#L96: if !c.ok() {
unixsock.go#L107: if !c.ok() {
unixsock.go#L119: if !c.ok() {
unixsock.go#L140: if !c.ok() {
unixsock.go#L152: if !c.ok() {
unixsock.go#L164: if !c.ok() {
unixsock.go#L185: if !c.ok() {
writev_unix.go#L15: if !c.ok() {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |