func net._C2func_getaddrinfo
3 uses
net (current package)
d2bd86cebde3e0fc58c0894535c79a607aa00c5e131cf2d9a8cd9652c62ae01e-d#L96: func _C2func_getaddrinfo(p0 *_Ctype_char, p1 *_Ctype_char, p2 *_Ctype_struct_addrinfo, p3 **_Ctype_struct_addrinfo) (r1 _Ctype_int, r2 error) {
cgo_unix.go#L110: gerrno, err := func() (_Ctype_int, error){ var _cgo0 *_Ctype_char = /*line :107:31*/nil; var _cgo1 *_Ctype_char = /*line :107:36*/(*_Ctype_char)(unsafe.Pointer(&cservice[0])); _cgo2 := /*line :107:77*/hints; _cgoBase3 := /*line :107:84*/&res; _cgo3 := _cgoBase3; _cgoCheckPointer(_cgo2, nil); _cgoCheckPointer(_cgoBase3, 0 == 0); return _C2func_getaddrinfo(_cgo0, _cgo1, _cgo2, _cgo3); }()
cgo_unix.go#L164: gerrno, err := func() (_Ctype_int, error){ var _cgo0 *_Ctype_char = /*line :161:31*/(*_Ctype_char)(unsafe.Pointer(&h[0])); var _cgo1 *_Ctype_char = /*line :161:65*/nil; _cgoBase2 := /*line :161:70*/&hints; _cgo2 := _cgoBase2; _cgoBase3 := /*line :161:78*/&res; _cgo3 := _cgoBase3; _cgoCheckPointer(_cgoBase2, 0 == 0); _cgoCheckPointer(_cgoBase3, 0 == 0); return _C2func_getaddrinfo(_cgo0, _cgo1, _cgo2, _cgo3); }()
 |
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. |