From 5b4ae3f7b90d1916ccaed8309abb2571bb7324d9 Mon Sep 17 00:00:00 2001 From: Blallo Date: Mon, 13 May 2019 12:28:47 +0200 Subject: [PATCH] Fix deoplete. Add more plugins. --- bundle/ale | 2 +- bundle/deoplete-go/.dockerignore | 15 + bundle/deoplete-go/.flake8 | 29 ++ bundle/deoplete-go/.gitignore | 71 ++++ bundle/deoplete-go/.gitmodules | 6 + bundle/deoplete-go/.travis.yml | 37 ++ bundle/deoplete-go/LICENSE | 22 + bundle/deoplete-go/Makefile | 77 ++++ bundle/deoplete-go/README.md | 377 ++++++++++++++++++ bundle/deoplete-go/benchmark/Dockerfile | 22 + bundle/deoplete-go/benchmark/README.md | 77 ++++ bundle/deoplete-go/benchmark/benchmark.py | 98 +++++ bundle/deoplete-go/benchmark/json/fmt.json | 1 + .../benchmark/json/gocode-twice.json | 1 + bundle/deoplete-go/benchmark/json/gocode.json | 1 + .../deoplete-go/benchmark/json/syscall.json | 1 + bundle/deoplete-go/benchmark/requirements.txt | 4 + bundle/deoplete-go/data/gen_json.py | 86 ++++ .../json/1.7.3/darwin_amd64/archive/tar.json | 1 + .../json/1.7.3/darwin_amd64/archive/zip.json | 1 + .../json/1.7.3/darwin_amd64/bufio/bufio.json | 1 + .../json/1.7.3/darwin_amd64/bytes/bytes.json | 1 + .../1.7.3/darwin_amd64/compress/bzip2.json | 1 + .../1.7.3/darwin_amd64/compress/flate.json | 1 + .../1.7.3/darwin_amd64/compress/gzip.json | 1 + .../json/1.7.3/darwin_amd64/compress/lzw.json | 1 + .../1.7.3/darwin_amd64/compress/zlib.json | 1 + .../1.7.3/darwin_amd64/container/heap.json | 1 + .../1.7.3/darwin_amd64/container/list.json | 1 + .../1.7.3/darwin_amd64/container/ring.json | 1 + .../1.7.3/darwin_amd64/context/context.json | 1 + .../json/1.7.3/darwin_amd64/crypto/aes.json | 1 + .../1.7.3/darwin_amd64/crypto/cipher.json | 1 + .../1.7.3/darwin_amd64/crypto/crypto.json | 1 + .../json/1.7.3/darwin_amd64/crypto/des.json | 1 + .../json/1.7.3/darwin_amd64/crypto/dsa.json | 1 + .../json/1.7.3/darwin_amd64/crypto/ecdsa.json | 1 + .../1.7.3/darwin_amd64/crypto/elliptic.json | 1 + .../json/1.7.3/darwin_amd64/crypto/hmac.json | 1 + .../json/1.7.3/darwin_amd64/crypto/md5.json | 1 + .../json/1.7.3/darwin_amd64/crypto/rand.json | 1 + .../json/1.7.3/darwin_amd64/crypto/rc4.json | 1 + .../json/1.7.3/darwin_amd64/crypto/rsa.json | 1 + .../json/1.7.3/darwin_amd64/crypto/sha1.json | 1 + .../1.7.3/darwin_amd64/crypto/sha256.json | 1 + .../1.7.3/darwin_amd64/crypto/sha512.json | 1 + .../1.7.3/darwin_amd64/crypto/subtle.json | 1 + .../json/1.7.3/darwin_amd64/crypto/tls.json | 1 + .../json/1.7.3/darwin_amd64/crypto/x509.json | 1 + .../1.7.3/darwin_amd64/crypto/x509/pkix.json | 1 + .../json/1.7.3/darwin_amd64/database/sql.json | 1 + .../darwin_amd64/database/sql/driver.json | 1 + .../json/1.7.3/darwin_amd64/debug/dwarf.json | 1 + .../json/1.7.3/darwin_amd64/debug/elf.json | 1 + .../json/1.7.3/darwin_amd64/debug/gosym.json | 1 + .../json/1.7.3/darwin_amd64/debug/macho.json | 1 + .../json/1.7.3/darwin_amd64/debug/pe.json | 1 + .../1.7.3/darwin_amd64/debug/plan9obj.json | 1 + .../1.7.3/darwin_amd64/encoding/ascii85.json | 1 + .../1.7.3/darwin_amd64/encoding/asn1.json | 1 + .../1.7.3/darwin_amd64/encoding/base32.json | 1 + .../1.7.3/darwin_amd64/encoding/base64.json | 1 + .../1.7.3/darwin_amd64/encoding/binary.json | 1 + .../json/1.7.3/darwin_amd64/encoding/csv.json | 1 + .../1.7.3/darwin_amd64/encoding/encoding.json | 1 + .../json/1.7.3/darwin_amd64/encoding/gob.json | 1 + .../json/1.7.3/darwin_amd64/encoding/hex.json | 1 + .../1.7.3/darwin_amd64/encoding/json.json | 1 + .../json/1.7.3/darwin_amd64/encoding/pem.json | 1 + .../json/1.7.3/darwin_amd64/encoding/xml.json | 1 + .../1.7.3/darwin_amd64/errors/errors.json | 1 + .../1.7.3/darwin_amd64/expvar/expvar.json | 1 + .../json/1.7.3/darwin_amd64/flag/flag.json | 1 + .../data/json/1.7.3/darwin_amd64/fmt/fmt.json | 1 + .../data/json/1.7.3/darwin_amd64/go/ast.json | 1 + .../json/1.7.3/darwin_amd64/go/build.json | 1 + .../json/1.7.3/darwin_amd64/go/constant.json | 1 + .../data/json/1.7.3/darwin_amd64/go/doc.json | 1 + .../json/1.7.3/darwin_amd64/go/format.json | 1 + .../json/1.7.3/darwin_amd64/go/importer.json | 1 + .../json/1.7.3/darwin_amd64/go/parser.json | 1 + .../json/1.7.3/darwin_amd64/go/printer.json | 1 + .../json/1.7.3/darwin_amd64/go/scanner.json | 1 + .../json/1.7.3/darwin_amd64/go/token.json | 1 + .../json/1.7.3/darwin_amd64/go/types.json | 1 + .../json/1.7.3/darwin_amd64/hash/adler32.json | 1 + .../json/1.7.3/darwin_amd64/hash/crc32.json | 1 + .../json/1.7.3/darwin_amd64/hash/crc64.json | 1 + .../json/1.7.3/darwin_amd64/hash/fnv.json | 1 + .../json/1.7.3/darwin_amd64/hash/hash.json | 1 + .../json/1.7.3/darwin_amd64/html/html.json | 1 + .../1.7.3/darwin_amd64/html/template.json | 1 + .../json/1.7.3/darwin_amd64/image/color.json | 1 + .../darwin_amd64/image/color/palette.json | 1 + .../json/1.7.3/darwin_amd64/image/draw.json | 1 + .../json/1.7.3/darwin_amd64/image/gif.json | 1 + .../json/1.7.3/darwin_amd64/image/image.json | 1 + .../json/1.7.3/darwin_amd64/image/jpeg.json | 1 + .../json/1.7.3/darwin_amd64/image/png.json | 1 + .../1.7.3/darwin_amd64/index/suffixarray.json | 1 + .../data/json/1.7.3/darwin_amd64/io/io.json | 1 + .../json/1.7.3/darwin_amd64/io/ioutil.json | 1 + .../data/json/1.7.3/darwin_amd64/log/log.json | 1 + .../json/1.7.3/darwin_amd64/log/syslog.json | 1 + .../json/1.7.3/darwin_amd64/math/big.json | 1 + .../json/1.7.3/darwin_amd64/math/cmplx.json | 1 + .../json/1.7.3/darwin_amd64/math/math.json | 1 + .../json/1.7.3/darwin_amd64/math/rand.json | 1 + .../json/1.7.3/darwin_amd64/mime/mime.json | 1 + .../1.7.3/darwin_amd64/mime/multipart.json | 1 + .../darwin_amd64/mime/quotedprintable.json | 1 + .../json/1.7.3/darwin_amd64/net/http.json | 1 + .../json/1.7.3/darwin_amd64/net/http/cgi.json | 1 + .../darwin_amd64/net/http/cookiejar.json | 1 + .../1.7.3/darwin_amd64/net/http/fcgi.json | 1 + .../1.7.3/darwin_amd64/net/http/httptest.json | 1 + .../darwin_amd64/net/http/httptrace.json | 1 + .../1.7.3/darwin_amd64/net/http/httputil.json | 1 + .../1.7.3/darwin_amd64/net/http/pprof.json | 1 + .../json/1.7.3/darwin_amd64/net/mail.json | 1 + .../data/json/1.7.3/darwin_amd64/net/net.json | 1 + .../data/json/1.7.3/darwin_amd64/net/rpc.json | 1 + .../1.7.3/darwin_amd64/net/rpc/jsonrpc.json | 1 + .../json/1.7.3/darwin_amd64/net/smtp.json | 1 + .../1.7.3/darwin_amd64/net/textproto.json | 1 + .../data/json/1.7.3/darwin_amd64/net/url.json | 1 + .../data/json/1.7.3/darwin_amd64/os/exec.json | 1 + .../data/json/1.7.3/darwin_amd64/os/os.json | 1 + .../json/1.7.3/darwin_amd64/os/signal.json | 1 + .../data/json/1.7.3/darwin_amd64/os/user.json | 1 + .../1.7.3/darwin_amd64/path/filepath.json | 1 + .../json/1.7.3/darwin_amd64/path/path.json | 1 + .../1.7.3/darwin_amd64/reflect/reflect.json | 1 + .../1.7.3/darwin_amd64/regexp/regexp.json | 1 + .../1.7.3/darwin_amd64/regexp/syntax.json | 1 + .../1.7.3/darwin_amd64/runtime/debug.json | 1 + .../1.7.3/darwin_amd64/runtime/pprof.json | 1 + .../1.7.3/darwin_amd64/runtime/runtime.json | 1 + .../1.7.3/darwin_amd64/runtime/trace.json | 1 + .../json/1.7.3/darwin_amd64/sort/sort.json | 1 + .../1.7.3/darwin_amd64/strconv/strconv.json | 1 + .../1.7.3/darwin_amd64/strings/strings.json | 1 + .../json/1.7.3/darwin_amd64/sync/atomic.json | 1 + .../json/1.7.3/darwin_amd64/sync/sync.json | 1 + .../1.7.3/darwin_amd64/syscall/syscall.json | 1 + .../1.7.3/darwin_amd64/testing/iotest.json | 1 + .../1.7.3/darwin_amd64/testing/quick.json | 1 + .../1.7.3/darwin_amd64/testing/testing.json | 1 + .../json/1.7.3/darwin_amd64/text/scanner.json | 1 + .../1.7.3/darwin_amd64/text/tabwriter.json | 1 + .../1.7.3/darwin_amd64/text/template.json | 1 + .../darwin_amd64/text/template/parse.json | 1 + .../json/1.7.3/darwin_amd64/time/time.json | 1 + .../1.7.3/darwin_amd64/unicode/unicode.json | 1 + .../1.7.3/darwin_amd64/unicode/utf16.json | 1 + .../json/1.7.3/darwin_amd64/unicode/utf8.json | 1 + .../1.7.3/darwin_amd64/unsafe/unsafe.json | 1 + .../json/1.7.3/linux_amd64/archive/tar.json | 1 + .../json/1.7.3/linux_amd64/archive/zip.json | 1 + .../json/1.7.3/linux_amd64/bufio/bufio.json | 1 + .../json/1.7.3/linux_amd64/bytes/bytes.json | 1 + .../1.7.3/linux_amd64/compress/bzip2.json | 1 + .../1.7.3/linux_amd64/compress/flate.json | 1 + .../json/1.7.3/linux_amd64/compress/gzip.json | 1 + .../json/1.7.3/linux_amd64/compress/lzw.json | 1 + .../json/1.7.3/linux_amd64/compress/zlib.json | 1 + .../1.7.3/linux_amd64/container/heap.json | 1 + .../1.7.3/linux_amd64/container/list.json | 1 + .../1.7.3/linux_amd64/container/ring.json | 1 + .../1.7.3/linux_amd64/context/context.json | 1 + .../json/1.7.3/linux_amd64/crypto/aes.json | 1 + .../json/1.7.3/linux_amd64/crypto/cipher.json | 1 + .../json/1.7.3/linux_amd64/crypto/crypto.json | 1 + .../json/1.7.3/linux_amd64/crypto/des.json | 1 + .../json/1.7.3/linux_amd64/crypto/dsa.json | 1 + .../json/1.7.3/linux_amd64/crypto/ecdsa.json | 1 + .../1.7.3/linux_amd64/crypto/elliptic.json | 1 + .../json/1.7.3/linux_amd64/crypto/hmac.json | 1 + .../json/1.7.3/linux_amd64/crypto/md5.json | 1 + .../json/1.7.3/linux_amd64/crypto/rand.json | 1 + .../json/1.7.3/linux_amd64/crypto/rc4.json | 1 + .../json/1.7.3/linux_amd64/crypto/rsa.json | 1 + .../json/1.7.3/linux_amd64/crypto/sha1.json | 1 + .../json/1.7.3/linux_amd64/crypto/sha256.json | 1 + .../json/1.7.3/linux_amd64/crypto/sha512.json | 1 + .../json/1.7.3/linux_amd64/crypto/subtle.json | 1 + .../json/1.7.3/linux_amd64/crypto/tls.json | 1 + .../json/1.7.3/linux_amd64/crypto/x509.json | 1 + .../1.7.3/linux_amd64/crypto/x509/pkix.json | 1 + .../json/1.7.3/linux_amd64/database/sql.json | 1 + .../linux_amd64/database/sql/driver.json | 1 + .../json/1.7.3/linux_amd64/debug/dwarf.json | 1 + .../json/1.7.3/linux_amd64/debug/elf.json | 1 + .../json/1.7.3/linux_amd64/debug/gosym.json | 1 + .../json/1.7.3/linux_amd64/debug/macho.json | 1 + .../data/json/1.7.3/linux_amd64/debug/pe.json | 1 + .../1.7.3/linux_amd64/debug/plan9obj.json | 1 + .../1.7.3/linux_amd64/encoding/ascii85.json | 1 + .../json/1.7.3/linux_amd64/encoding/asn1.json | 1 + .../1.7.3/linux_amd64/encoding/base32.json | 1 + .../1.7.3/linux_amd64/encoding/base64.json | 1 + .../1.7.3/linux_amd64/encoding/binary.json | 1 + .../json/1.7.3/linux_amd64/encoding/csv.json | 1 + .../1.7.3/linux_amd64/encoding/encoding.json | 1 + .../json/1.7.3/linux_amd64/encoding/gob.json | 1 + .../json/1.7.3/linux_amd64/encoding/hex.json | 1 + .../json/1.7.3/linux_amd64/encoding/json.json | 1 + .../json/1.7.3/linux_amd64/encoding/pem.json | 1 + .../json/1.7.3/linux_amd64/encoding/xml.json | 1 + .../json/1.7.3/linux_amd64/errors/errors.json | 1 + .../json/1.7.3/linux_amd64/expvar/expvar.json | 1 + .../json/1.7.3/linux_amd64/flag/flag.json | 1 + .../data/json/1.7.3/linux_amd64/fmt/fmt.json | 1 + .../data/json/1.7.3/linux_amd64/go/ast.json | 1 + .../data/json/1.7.3/linux_amd64/go/build.json | 1 + .../json/1.7.3/linux_amd64/go/constant.json | 1 + .../data/json/1.7.3/linux_amd64/go/doc.json | 1 + .../json/1.7.3/linux_amd64/go/format.json | 1 + .../json/1.7.3/linux_amd64/go/importer.json | 1 + .../json/1.7.3/linux_amd64/go/parser.json | 1 + .../json/1.7.3/linux_amd64/go/printer.json | 1 + .../json/1.7.3/linux_amd64/go/scanner.json | 1 + .../data/json/1.7.3/linux_amd64/go/token.json | 1 + .../data/json/1.7.3/linux_amd64/go/types.json | 1 + .../json/1.7.3/linux_amd64/hash/adler32.json | 1 + .../json/1.7.3/linux_amd64/hash/crc32.json | 1 + .../json/1.7.3/linux_amd64/hash/crc64.json | 1 + .../data/json/1.7.3/linux_amd64/hash/fnv.json | 1 + .../json/1.7.3/linux_amd64/hash/hash.json | 1 + .../json/1.7.3/linux_amd64/html/html.json | 1 + .../json/1.7.3/linux_amd64/html/template.json | 1 + .../json/1.7.3/linux_amd64/image/color.json | 1 + .../linux_amd64/image/color/palette.json | 1 + .../json/1.7.3/linux_amd64/image/draw.json | 1 + .../json/1.7.3/linux_amd64/image/gif.json | 1 + .../json/1.7.3/linux_amd64/image/image.json | 1 + .../json/1.7.3/linux_amd64/image/jpeg.json | 1 + .../json/1.7.3/linux_amd64/image/png.json | 1 + .../1.7.3/linux_amd64/index/suffixarray.json | 1 + .../data/json/1.7.3/linux_amd64/io/io.json | 1 + .../json/1.7.3/linux_amd64/io/ioutil.json | 1 + .../data/json/1.7.3/linux_amd64/log/log.json | 1 + .../json/1.7.3/linux_amd64/log/syslog.json | 1 + .../data/json/1.7.3/linux_amd64/math/big.json | 1 + .../json/1.7.3/linux_amd64/math/cmplx.json | 1 + .../json/1.7.3/linux_amd64/math/math.json | 1 + .../json/1.7.3/linux_amd64/math/rand.json | 1 + .../json/1.7.3/linux_amd64/mime/mime.json | 1 + .../1.7.3/linux_amd64/mime/multipart.json | 1 + .../linux_amd64/mime/quotedprintable.json | 1 + .../data/json/1.7.3/linux_amd64/net/http.json | 1 + .../json/1.7.3/linux_amd64/net/http/cgi.json | 1 + .../1.7.3/linux_amd64/net/http/cookiejar.json | 1 + .../json/1.7.3/linux_amd64/net/http/fcgi.json | 1 + .../1.7.3/linux_amd64/net/http/httptest.json | 1 + .../1.7.3/linux_amd64/net/http/httptrace.json | 1 + .../1.7.3/linux_amd64/net/http/httputil.json | 1 + .../1.7.3/linux_amd64/net/http/pprof.json | 1 + .../data/json/1.7.3/linux_amd64/net/mail.json | 1 + .../data/json/1.7.3/linux_amd64/net/net.json | 1 + .../data/json/1.7.3/linux_amd64/net/rpc.json | 1 + .../1.7.3/linux_amd64/net/rpc/jsonrpc.json | 1 + .../data/json/1.7.3/linux_amd64/net/smtp.json | 1 + .../json/1.7.3/linux_amd64/net/textproto.json | 1 + .../data/json/1.7.3/linux_amd64/net/url.json | 1 + .../data/json/1.7.3/linux_amd64/os/exec.json | 1 + .../data/json/1.7.3/linux_amd64/os/os.json | 1 + .../json/1.7.3/linux_amd64/os/signal.json | 1 + .../data/json/1.7.3/linux_amd64/os/user.json | 1 + .../json/1.7.3/linux_amd64/path/filepath.json | 1 + .../json/1.7.3/linux_amd64/path/path.json | 1 + .../1.7.3/linux_amd64/reflect/reflect.json | 1 + .../json/1.7.3/linux_amd64/regexp/regexp.json | 1 + .../json/1.7.3/linux_amd64/regexp/syntax.json | 1 + .../json/1.7.3/linux_amd64/runtime/debug.json | 1 + .../json/1.7.3/linux_amd64/runtime/pprof.json | 1 + .../1.7.3/linux_amd64/runtime/runtime.json | 1 + .../json/1.7.3/linux_amd64/runtime/trace.json | 1 + .../json/1.7.3/linux_amd64/sort/sort.json | 1 + .../1.7.3/linux_amd64/strconv/strconv.json | 1 + .../1.7.3/linux_amd64/strings/strings.json | 1 + .../json/1.7.3/linux_amd64/sync/atomic.json | 1 + .../json/1.7.3/linux_amd64/sync/sync.json | 1 + .../1.7.3/linux_amd64/syscall/syscall.json | 1 + .../1.7.3/linux_amd64/testing/iotest.json | 1 + .../json/1.7.3/linux_amd64/testing/quick.json | 1 + .../1.7.3/linux_amd64/testing/testing.json | 1 + .../json/1.7.3/linux_amd64/text/scanner.json | 1 + .../1.7.3/linux_amd64/text/tabwriter.json | 1 + .../json/1.7.3/linux_amd64/text/template.json | 1 + .../linux_amd64/text/template/parse.json | 1 + .../json/1.7.3/linux_amd64/time/time.json | 1 + .../1.7.3/linux_amd64/unicode/unicode.json | 1 + .../json/1.7.3/linux_amd64/unicode/utf16.json | 1 + .../json/1.7.3/linux_amd64/unicode/utf8.json | 1 + .../json/1.7.3/linux_amd64/unsafe/unsafe.json | 1 + .../data/stdlib-1.7.3_darwin_amd64.txt | 139 +++++++ .../data/stdlib-1.7.3_linux_amd64.txt | 139 +++++++ .../data/stdlib-1.7_darwin_amd64.txt | 139 +++++++ .../data/stdlib-1.7_linux_amd64.txt | 139 +++++++ bundle/deoplete-go/data/template.go | 7 + bundle/deoplete-go/dockerfiles/Dockerfile | 92 +++++ .../dockerfiles/gen-json.dockerfile | 22 + bundle/deoplete-go/images/cgo_libgit2.png | Bin 0 -> 181489 bytes bundle/deoplete-go/plugin/deoplete-go.vim | 32 ++ .../rplugin/python3/deoplete/clang | 1 + .../python3/deoplete/sources/deoplete_go.py | 325 +++++++++++++++ .../deoplete/sources/deoplete_go/cgo.py | 212 ++++++++++ .../sources/deoplete_go/clang_index.py | 293 ++++++++++++++ .../deoplete/sources/deoplete_go/profiler.py | 66 +++ .../deoplete/sources/deoplete_go/stdlib.py | 137 +++++++ .../rplugin/python3/deoplete/ujson | 1 + bundle/deoplete-go/tests/cgo.go | 18 + bundle/deoplete-go/tests/cgo_git2go.go | 25 ++ bundle/deoplete-go/tests/deoplete-go.vim | 35 ++ bundle/deoplete-go/tests/fmt.go | 18 + bundle/deoplete-go/tests/requirements.txt | 7 + bundle/deoplete-go/tests/syscall.go | 16 + bundle/deoplete-go/tests/syscall_linux.go | 15 + bundle/deoplete-go/tests/syscall_windows.go | 13 + bundle/deoplete-jedi | 1 + bundle/neosnippet-snippets | 1 + bundle/neosnippet.vim | 1 + bundle/vim-rooter | 1 + bundle/winresizer | 1 + sessions/.dev.vim | 195 +++++++++ vimrc | 64 ++- vimrc.backup | 303 ++++++++++++++ 328 files changed, 3652 insertions(+), 11 deletions(-) create mode 100644 bundle/deoplete-go/.dockerignore create mode 100644 bundle/deoplete-go/.flake8 create mode 100644 bundle/deoplete-go/.gitignore create mode 100644 bundle/deoplete-go/.gitmodules create mode 100644 bundle/deoplete-go/.travis.yml create mode 100644 bundle/deoplete-go/LICENSE create mode 100644 bundle/deoplete-go/Makefile create mode 100644 bundle/deoplete-go/README.md create mode 100644 bundle/deoplete-go/benchmark/Dockerfile create mode 100644 bundle/deoplete-go/benchmark/README.md create mode 100644 bundle/deoplete-go/benchmark/benchmark.py create mode 100644 bundle/deoplete-go/benchmark/json/fmt.json create mode 100644 bundle/deoplete-go/benchmark/json/gocode-twice.json create mode 100644 bundle/deoplete-go/benchmark/json/gocode.json create mode 100644 bundle/deoplete-go/benchmark/json/syscall.json create mode 100644 bundle/deoplete-go/benchmark/requirements.txt create mode 100755 bundle/deoplete-go/data/gen_json.py create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/archive/tar.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/archive/zip.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/bufio/bufio.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/bytes/bytes.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/bzip2.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/flate.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/gzip.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/lzw.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/zlib.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/container/heap.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/container/list.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/container/ring.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/context/context.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/aes.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/cipher.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/crypto.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/des.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/dsa.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/ecdsa.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/elliptic.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/hmac.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/md5.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/rand.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/rc4.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/rsa.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/sha1.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/sha256.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/sha512.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/subtle.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/tls.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/x509.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/x509/pkix.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/database/sql.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/database/sql/driver.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/dwarf.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/elf.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/gosym.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/macho.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/pe.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/plan9obj.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/ascii85.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/asn1.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/base32.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/base64.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/binary.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/csv.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/encoding.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/gob.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/hex.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/json.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/pem.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/xml.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/errors/errors.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/expvar/expvar.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/flag/flag.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/fmt/fmt.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/ast.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/build.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/constant.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/doc.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/format.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/importer.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/parser.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/printer.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/scanner.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/token.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/types.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/adler32.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/crc32.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/crc64.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/fnv.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/hash.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/html/html.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/html/template.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/color.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/color/palette.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/draw.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/gif.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/image.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/jpeg.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/png.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/index/suffixarray.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/io/io.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/io/ioutil.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/log/log.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/log/syslog.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/big.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/cmplx.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/math.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/rand.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/mime/mime.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/mime/multipart.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/mime/quotedprintable.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/cgi.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/cookiejar.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/fcgi.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/httptest.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/httptrace.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/httputil.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/pprof.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/mail.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/net.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/rpc.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/rpc/jsonrpc.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/smtp.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/textproto.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/url.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/exec.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/os.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/signal.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/user.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/path/filepath.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/path/path.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/reflect/reflect.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/regexp/regexp.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/regexp/syntax.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/debug.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/pprof.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/runtime.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/trace.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/sort/sort.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/strconv/strconv.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/strings/strings.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/sync/atomic.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/sync/sync.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/syscall/syscall.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/testing/iotest.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/testing/quick.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/testing/testing.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/scanner.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/tabwriter.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/template.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/template/parse.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/time/time.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unicode/unicode.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unicode/utf16.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unicode/utf8.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unsafe/unsafe.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/archive/tar.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/archive/zip.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/bufio/bufio.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/bytes/bytes.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/bzip2.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/flate.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/gzip.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/lzw.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/zlib.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/container/heap.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/container/list.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/container/ring.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/context/context.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/aes.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/cipher.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/crypto.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/des.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/dsa.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/ecdsa.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/elliptic.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/hmac.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/md5.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/rand.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/rc4.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/rsa.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/sha1.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/sha256.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/sha512.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/subtle.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/tls.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/x509.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/x509/pkix.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/database/sql.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/database/sql/driver.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/dwarf.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/elf.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/gosym.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/macho.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/pe.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/plan9obj.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/ascii85.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/asn1.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/base32.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/base64.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/binary.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/csv.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/encoding.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/gob.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/hex.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/json.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/pem.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/xml.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/errors/errors.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/expvar/expvar.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/flag/flag.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/fmt/fmt.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/ast.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/build.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/constant.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/doc.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/format.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/importer.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/parser.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/printer.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/scanner.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/token.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/types.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/adler32.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/crc32.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/crc64.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/fnv.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/hash.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/html/html.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/html/template.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/color.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/color/palette.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/draw.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/gif.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/image.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/jpeg.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/png.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/index/suffixarray.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/io/io.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/io/ioutil.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/log/log.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/log/syslog.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/big.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/cmplx.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/math.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/rand.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/mime/mime.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/mime/multipart.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/mime/quotedprintable.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/cgi.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/cookiejar.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/fcgi.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/httptest.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/httptrace.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/httputil.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/pprof.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/mail.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/net.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/rpc.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/rpc/jsonrpc.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/smtp.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/textproto.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/url.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/exec.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/os.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/signal.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/user.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/path/filepath.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/path/path.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/reflect/reflect.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/regexp/regexp.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/regexp/syntax.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/debug.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/pprof.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/runtime.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/trace.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/sort/sort.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/strconv/strconv.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/strings/strings.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/sync/atomic.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/sync/sync.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/syscall/syscall.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/testing/iotest.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/testing/quick.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/testing/testing.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/scanner.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/tabwriter.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/template.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/template/parse.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/time/time.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/unicode/unicode.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/unicode/utf16.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/unicode/utf8.json create mode 100644 bundle/deoplete-go/data/json/1.7.3/linux_amd64/unsafe/unsafe.json create mode 100644 bundle/deoplete-go/data/stdlib-1.7.3_darwin_amd64.txt create mode 100644 bundle/deoplete-go/data/stdlib-1.7.3_linux_amd64.txt create mode 100644 bundle/deoplete-go/data/stdlib-1.7_darwin_amd64.txt create mode 100644 bundle/deoplete-go/data/stdlib-1.7_linux_amd64.txt create mode 100644 bundle/deoplete-go/data/template.go create mode 100644 bundle/deoplete-go/dockerfiles/Dockerfile create mode 100644 bundle/deoplete-go/dockerfiles/gen-json.dockerfile create mode 100644 bundle/deoplete-go/images/cgo_libgit2.png create mode 100644 bundle/deoplete-go/plugin/deoplete-go.vim create mode 160000 bundle/deoplete-go/rplugin/python3/deoplete/clang create mode 100644 bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go.py create mode 100644 bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/cgo.py create mode 100644 bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/clang_index.py create mode 100644 bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/profiler.py create mode 100644 bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/stdlib.py create mode 160000 bundle/deoplete-go/rplugin/python3/deoplete/ujson create mode 100644 bundle/deoplete-go/tests/cgo.go create mode 100644 bundle/deoplete-go/tests/cgo_git2go.go create mode 100644 bundle/deoplete-go/tests/deoplete-go.vim create mode 100644 bundle/deoplete-go/tests/fmt.go create mode 100644 bundle/deoplete-go/tests/requirements.txt create mode 100644 bundle/deoplete-go/tests/syscall.go create mode 100644 bundle/deoplete-go/tests/syscall_linux.go create mode 100644 bundle/deoplete-go/tests/syscall_windows.go create mode 160000 bundle/deoplete-jedi create mode 160000 bundle/neosnippet-snippets create mode 160000 bundle/neosnippet.vim create mode 160000 bundle/vim-rooter create mode 160000 bundle/winresizer create mode 100644 sessions/.dev.vim create mode 100644 vimrc.backup diff --git a/bundle/ale b/bundle/ale index 79e42fe..bf17bbf 160000 --- a/bundle/ale +++ b/bundle/ale @@ -1 +1 @@ -Subproject commit 79e42fed14b35767d53d7d443a644a037e012b89 +Subproject commit bf17bbf898da6763e305a3e92f041532221719b0 diff --git a/bundle/deoplete-go/.dockerignore b/bundle/deoplete-go/.dockerignore new file mode 100644 index 0000000..5a72928 --- /dev/null +++ b/bundle/deoplete-go/.dockerignore @@ -0,0 +1,15 @@ +# directories +benchmark +build +images +plugin +data + +# files +.DS_Store +*.tags +*.tar.gz +Dockerfile + +!data/gen_json.py +!data/template.go diff --git a/bundle/deoplete-go/.flake8 b/bundle/deoplete-go/.flake8 new file mode 100644 index 0000000..0899087 --- /dev/null +++ b/bundle/deoplete-go/.flake8 @@ -0,0 +1,29 @@ +# http://flake8.readthedocs.org/en/latest/config.html +[flake8] +# comma-separated filename and glob patterns +# default: .svn,CVS,.bzr,.hg,.git,__pycache +exclude = .svn,CVS,.bzr,.hg,.git,__pycache,tests/* + +# comma-separatedd filename and glob patterns +# default: *.py +filename = *.py + +# select errors and warnings tot enable which are off by default +# select = + +# skip errers ror warnings. +# If the `ignore` option is blank, ignore the error codes are +# - E123/E133 +# - E226 +# - E241/E242 +ignore = D100,D101,D102,D103,D104,D201D201,D202,D203,D204,E402,E123/E133,E226,E241/E242,H101,H301,H304,I100,I201 + +# set maximum allowed line length +# default: 79 +max-line-length = 99 + +# set the error format +# format = + +# McCable complexity threshold +max-complexity = 10 diff --git a/bundle/deoplete-go/.gitignore b/bundle/deoplete-go/.gitignore new file mode 100644 index 0000000..873d7c2 --- /dev/null +++ b/bundle/deoplete-go/.gitignore @@ -0,0 +1,71 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*,cover +.hypothesis/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + + +# json tarballs +*.tar.gz + + +# deoplete-go original +# remote plugin specs +.-rplugin~ + +data/json/devel/** +data/stdlib-devel_darwin_amd64.txt diff --git a/bundle/deoplete-go/.gitmodules b/bundle/deoplete-go/.gitmodules new file mode 100644 index 0000000..dbe0a24 --- /dev/null +++ b/bundle/deoplete-go/.gitmodules @@ -0,0 +1,6 @@ +[submodule "rplugin/python3/deoplete/ujson"] + path = rplugin/python3/deoplete/ujson + url = https://github.com/esnme/ultrajson.git +[submodule "rplugin/python3/deoplete/clang"] + path = rplugin/python3/deoplete/clang + url = https://github.com/zchee/libclang-python3 diff --git a/bundle/deoplete-go/.travis.yml b/bundle/deoplete-go/.travis.yml new file mode 100644 index 0000000..fce6abe --- /dev/null +++ b/bundle/deoplete-go/.travis.yml @@ -0,0 +1,37 @@ +language: python + +cache: + directories: + - "$HOME/.cache/pip" + +matrix: + include: + - sudo: required + os: linux + dist: trusty + compiler: clang + python: '3.5' + - sudo: required + os: linux + dist: trusty + compiler: clang + python: 'nightly' + +before_install: + - uname -a + - cat /etc/lsb-release + +install: + - make + - make lint/install_modules + +script: + - make test + +notifications: + email: false + slack: + on_success: never + on_failure: always + rooms: + secure: k1IlC3Q62cHSK5ZSabxe+CzLe5cG1yQmBW/n1ML5FfDBY5nwUHaJ609r/GA1wJjCHj2vZGP6pfH+VqO6+gsXMcVklOGo+ojKKG6+1Qkrv0hNJc31TT6iEvVOMZbKaYgqjHCv5hSIxyEP7o+Gxy1zPx2o9c+dv0EzmhFynQ4v7NoOuhZtols3V8uOTOdBN9NqbZ9AJJKreAws1Bf1XCVrDyKQsE0E7PtE1KQGrxlWcbmj/z0E/CuNYWlbCOm6IOzagaZbWvS1aVxKgYyyxt9j4Yg+S5MLIDTB0+omfJUT7VviglIP650b26AGOj0v6T76a2a+mP9diBUNtQilH43BMygSuRlvO1zPZtOFazgQ72Ggh1ygSlXJE9tWo8A0GbOe/KDsOvn22geln0jSOiYFVVmuUgvEUsAmAy9lTdXKEWaPXmC9TJJ2Rk5Pmv6XSi04w3tghdhPNvKvFC8w7X9Mo26rAKwLGVnOfwYACDSBKeXAufHaK2RtrjLPdV3P8r7jKZUmJ/XsenVwlmfU8MYAFPOfOVq1CG8cCNVFQrWU3nCD2RKkUZHnf7Wf16o5v79aPN2XNF7RI/gvPHwA4Z/J7sKyLFKBDGFwo7159CHtWI0D5luMQT0jyH0QG6Q3qgRLctx8poB5ckZYnEqUvNm8XlNWXVA3jdPKmreMqQfeiEE= diff --git a/bundle/deoplete-go/LICENSE b/bundle/deoplete-go/LICENSE new file mode 100644 index 0000000..3d4f3bf --- /dev/null +++ b/bundle/deoplete-go/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2016 Koichi Shiraishi + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/bundle/deoplete-go/Makefile b/bundle/deoplete-go/Makefile new file mode 100644 index 0000000..b8cdae2 --- /dev/null +++ b/bundle/deoplete-go/Makefile @@ -0,0 +1,77 @@ +CURRENT := $(shell pwd) +RPLUGIN_HOME := $(CURRENT)/rplugin/python3 +RPLUGIN_PATH := $(RPLUGIN_HOME)/deoplete/sources +MODULE_NAME := deoplete_go.py deoplete_go/cgo.py deoplete_go/stdlib.py + +TARGET = $(RPLUGIN_HOME)/deoplete/ujson.so + +GOCODE := $(shell which gocode) +GO_VERSION = $(shell go version | awk '{print $$3}' | sed -e 's/go//') +GO_STABLE_VERSION = 1.10.1 +GOOS := $(shell go env GOOS) +GOARCH := $(shell go env GOARCH) + +GIT := $(shell which git) +PYTHON3 := $(shell which python3) +DOCKER := $(shell which docker) +DOCKER_IMAGE := zchee/deoplete-go:${GO_STABLE_VERSION}-linux_amd64 + +PACKAGE ?= unsafe + +ifneq ($(PACKAGE),unsafe) + PACKAGE += unsafe +endif + +PIP_FLAGS ?= + + +all: $(TARGET) + + +rplugin/python3/deoplete/ujson/.git: + $(GIT) submodule update --init + + +$(TARGET): rplugin/python3/deoplete/ujson/.git + cd ./rplugin/python3/deoplete/ujson; $(PYTHON3) setup.py build --build-base="$(CURRENT)/build" --build-lib="$(CURRENT)/build" + mv "$(CURRENT)/build/ujson."*".so" "$(TARGET)" + + +data/stdlib-$(GO_VERSION)_$(GOOS)_$(GOARCH).txt: + go tool api -contexts $(GOOS)-$(GOARCH)-cgo | sed -e s/,//g | awk '{print $$2}' | uniq > ./data/stdlib-$(GO_VERSION)_$(GOOS)_$(GOARCH).txt + @for pkg in $(PACKAGE) ; do \ + echo $$pkg >> ./data/stdlib-$(GO_VERSION)_$(GOOS)_$(GOARCH).txt; \ + done + +gen_json: data/stdlib-$(GO_VERSION)_$(GOOS)_$(GOARCH).txt + $(GOCODE) close + $(GOCODE) set package-lookup-mode go + cd ./data && ./gen_json.py $(GOOS) $(GOARCH) + + +docker/build: + $(DOCKER) build -t $(DOCKER_IMAGE) . + +docker/gen_stdlib: docker/build + $(DOCKER) run --rm $(DOCKER_IMAGE) cat /deoplete-go/data/stdlib-${GO_STABLE_VERSION}_linux_amd64.txt > ./data/stdlib-${GO_STABLE_VERSION}_linux_amd64.txt + +docker/gen_json: docker/gen_stdlib + $(DOCKER) run --rm $(DOCKER_IMAGE) > ./json_${GO_STABLE_VERSION}_linux_amd64.tar.gz + tar xf ./json_${GO_STABLE_VERSION}_linux_amd64.tar.gz + mv ./json_${GO_STABLE_VERSION}_linux_amd64.tar.gz ./data/json_${GO_STABLE_VERSION}_linux_amd64.tar.gz + + +test: lint + +lint: lint/flake8 + +lint/flake8: + flake8 --config=$(PWD)/.flake8 $(foreach file,$(MODULE_NAME),$(RPLUGIN_PATH)/$(file)) || true + +lint/install_modules: + pip3 install -U $(PIP_FLAGS) -r ./tests/requirements.txt + +clean: + $(RM) -r "$(CURRENT)/build" "$(TARGET)" rplugin/python3/deoplete/ujson/build data/stdlib-$(GO_VERSION)_$(GOOS)_$(GOARCH).txt + +.PHONY: test lint clean gen_json build diff --git a/bundle/deoplete-go/README.md b/bundle/deoplete-go/README.md new file mode 100644 index 0000000..eb9ecc3 --- /dev/null +++ b/bundle/deoplete-go/README.md @@ -0,0 +1,377 @@ +# deoplete-go + +|| **Status** | +|:---:|:---:| +| **Travis CI** |[![Build Status](https://travis-ci.org/zchee/deoplete-go.svg?branch=master)](https://travis-ci.org/zchee/deoplete-go)| +| **Gitter** |[![Join the chat at https://gitter.im/zchee/deoplete-go](https://badges.gitter.im/zchee/deoplete-go.svg)](https://gitter.im/zchee/deoplete-go?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)| + +Go source for [deoplete.nvim](https://github.com/Shougo/deoplete.nvim) use [gocode](https://github.com/stamblerre/gocode). + +## Overview +Asynchronous Go completion for Neovim/Vim8. +Use, + +### deoplete.nvim +[Shougo/deoplete.nvim](https://github.com/Shougo/deoplete.nvim) + +Dark powered asynchronous completion framework for neovim/Vim8. +Fastetst, Fully asynchronous, Nonblocking user interface, Customizable source +for each languages, and more. The Nextgen word completion. + +### gocode +[stamblerre/gocode](https://github.com/stamblerre/gocode) + +An autocompletion daemon for the Go programming language. +Fastest, Context-sensitive, Server/Client architecture, Result caching. +The *de facto* standard completion engine. + +Note: Another gocode is avaiable. +It seems faster? + +https://github.com/visualfc/gocode + +--- + +## Required + +### deoplete.nvim +https://github.com/Shougo/deoplete.nvim + +### gocode +https://github.com/stamblerre/gocode + +--- + +## How to install + +### 1. Install Neovim or Vim8 +For neovim, see Neovim wiki. + +- [Installing Neovim](https://github.com/neovim/neovim/wiki/Installing-Neovim) +- [Following HEAD](https://github.com/neovim/neovim/wiki/Following-HEAD) +- [Building](https://github.com/neovim/neovim/wiki/Building-Neovim) + +### 2. Install deoplete +See https://github.com/Shougo/deoplete.nvim + +### 3. Install latest of gocode + +```bash +go get -u github.com/stamblerre/gocode +``` + +### 4. Install plugin and Build ujson module +`deoplete-go` using [esnme/ultrajson](https://github.com/esnme/ultrajson) json module. +It's Python bindings for C library. Need compiling. +So, If you use Plugin manager supported build process, set `make` commmand. + +```vim +" dein.vim +call dein#add('Shougo/deoplete.nvim') +call dein#add('deoplete-plugins/deoplete-go', {'build': 'make'}) + +" NeoBundle +NeoBundle 'Shougo/deoplete.nvim' +NeoBundle 'deoplete-plugins/deoplete-go', {'build': {'unix': 'make'}} + +" vim-plug +Plug 'Shougo/deoplete.nvim' +Plug 'deoplete-plugins/deoplete-go', { 'do': 'make'} +``` + +--- + +## Available Settings + +| Setting value | Default | Required | +|:---------------------------------------: |:-------:|:-------------:| +| `g:deoplete#sources#go#gocode_binary` | `''` | **Recommend** | +| `g:deoplete#sources#go#package_dot` | `0` | No | +| `g:deoplete#sources#go#sort_class` | `[]` | **Recommend** | +| `g:deoplete#sources#go#cgo` | `0` | *Any* | +| `g:deoplete#sources#go#goos` | `''` | No | +| `g:deoplete#sources#go#source_importer` | `0` | No | +| `g:deoplete#sources#go#builtin_objects` | `0` | No | +| `g:deoplete#sources#go#unimported_packages` | `0` | No | +| `g:deoplete#sources#go#fallback_to_source ` | `0` | No | + +### `g:deoplete#sources#go#gocode_binary` +#### `gocode` Binary + +| **Default** | `''` | +|--------------|-------------------------| +| **Required** | **Recommend** | +| **Type** | string | +| **Example** | `$GOPATH.'/bin/gocode'` | + +`deoplete-go` will directly call `gocode`. Not vim bypass due to the omnifunc. +By default (not set), Find the gocode binary in `$PATH` environment. +This setting is **Recommend**. +If you set it, `deoplete-go` spared look for the binary. It will improve performance. + +Also, If you want to use a different from the first found `gocode` binary from `$PATH` then set: +```vim +let g:deoplete#sources#go#gocode_binary = '/path/to/gocode' +``` + +### `g:deoplete#sources#go#package_dot` +#### Automatically insert dot after package name + +| **Default** | `0` | +|--------------|-----| +| **Required** | No | +| **Type** | int | +| **Example** | `1` | + +Automatically insert dot (period) when you select `package` name in popup menu. +By default, no dot (period) is inserted after a package name. + +If you would prefer adding a period then set: +```vim +let g:deoplete#sources#go#package_dot = 1 +``` + +### `g:deoplete#sources#go#sort_class` +#### Class Sorting and Ignore + +| **Default** | `[]` | +|--------------|--------------------| +| **Required** | **Recommend** | +| **Type** | list | +| **Example** | See bellow exmaple | + +By default, the completion word list is in the sort order of gocode. Same as +omnifunc. If you want to change it to an arbitrary order, set it. + +Available values are [`package`, `func`, `type`, `var`, `const`]. +If you did not include any value, it will always be hidden in the completion +list. + +To display all words while sorting, set: +```vim +let g:deoplete#sources#go#sort_class = ['package', 'func', 'type', 'var', 'const'] +``` + +### `g:deoplete#sources#go#pointer` +#### Support pointer match + +| **Default** | `0` | +|--------------|-------| +| **Required** | *Any* | +| **Type** | int | +| **Example** | `1` | + +Support pointer (`*`) match. +Example are bellow code. `|` is cursor. + +```go +type Foo struct { + FooName string +} + +func NewFoo() *Foo { + return &Foo{} +} + +func (f *| +``` + +### `g:deoplete#sources#go#cgo` +#### cgo complete use libclang-python3 + +| **Default** | `0` | +|--------------|-------| +| **Required** | *Any* | +| **Type** | int | +| **Example** | `1` | + +If current buffer has `import "C"` also `#include ` and when you type +`C.`, deoplete-go will display the C function in the `foo.h`. + +Simple example is below. `|` is cursor. + +```go +package main + +/* +#include +*/ +import "C" +import ( + "fmt" +) + +func main() { + fmt.Printf() + C.| +} +``` + +Will return the `pid_t`, `malloc`, `free` and more. + +The real example uses libgit2. + +```go +package main + +/* +#include +*/ +import "C" +import ( + "log" + "os" + "path/filepath" + + "github.com/libgit2/git2go" +) + +func main() { + repoPath := filepath.Join(os.Getenv("GOPATH"), "src/github.com/libgit2/git2go") + gitRepo, err := git.OpenRepository(repoPath) + + C.git_blame_| + + if err != nil { + log.Fatal(err) + } + commitOid, err := gitRepo.Head() + if err != nil { + + } +} +``` + +Will return that completion list. + +![cgo_libgit2](images/cgo_libgit2.png) + +Now support current buffer only. +TODO: Support parses `.c`, `.h` file. + +### `g:deoplete#sources#go#cgo#libclang_path` +#### libclang shared library path for cgo complete + +| **Default** | ` ` | +|--------------|--------------------------------| +| **Required** | *Any* | +| **Type** | string | +| **Example** | `/opt/llvm/lib/libclang.dylib` | + +libclang shared library path option. +In darwin, `libclang.dylib`, In Linux, `libclang.so`. + +### `g:deoplete#sources#go#cgo#std` +#### C language standard version + +| **Default** | `c11` | +|--------------|--------| +| **Required** | *Any* | +| **Type** | string | +| **Example** | `c99` | + +C language standard version option. +If not set, deoplete-go uses `c11`(latest) version. + +### `g:deoplete#sources#go#auto_goos` +#### Automatically set GOOS environment variable when calling `gocode` + +| **Default** | `0` | +|--------------|---------| +| **Required** | No | +| **Type** | boolean | +| **Example** | `1` | + +When enabled, deoplete-go will try to set `GOOS` by checking the file name for +`name_.go`. If not found, the file will be checked for a `// +build ` +directive. If the file's OS doesn't match your OS (e.g. `file_darwin.go` +while on `linux`), `CGO_ENABLED=0` will also be set. + +**Note:** There may be a 5-10 second delay if `gocode` needs to compile the +platform-specific sources for the first time. + +### `g:deoplete#sources#go#source_importer` +#### Enable source importer + +| **Default** | `0` | +|--------------|-----| +| **Required** | No | +| **Type** | int | +| **Example** | `1` | + +When enabled, deoplete-go can complete external packages. + +It is deprecated option. You should use the latest gocode. +https://github.com/mdempsky/gocode/pull/71 + +### `g:deoplete#sources#go#builtin_objects` +#### Propose builtin objects + +| **Default** | `0` | +|--------------|-----| +| **Required** | No | +| **Type** | int | +| **Example** | `1` | + +When enabled, deoplete-go can complete builtin objects. + +### `g:deoplete#sources#go#unimported_packages` +#### Propose completions for unimported standard library packages + +| **Default** | `0` | +|--------------|-----| +| **Required** | No | +| **Type** | int | +| **Example** | `1` | + +When enabled, deoplete-go can complete standard library packages that are +not explicitely imported yet. + +### `g:deoplete#sources#go#fallback_to_source` +#### Scan source files when a dependency is not found on the GOPATH + +| **Default** | `0` | +|--------------|-----| +| **Required** | No | +| **Type** | int | +| **Example** | `1` | + +When enabled, deoplete-go will try the source importer when it fails +to find a dependency on the GOPATH. + +--- + +## Sample init.vim + +```vim +" neocomplete like +set completeopt+=noinsert +" deoplete.nvim recommend +set completeopt+=noselect + +" Path to python interpreter for neovim +let g:python3_host_prog = '/path/to/python3' +" Skip the check of neovim module +let g:python3_host_skip_check = 1 + +" Run deoplete.nvim automatically +let g:deoplete#enable_at_startup = 1 +" deoplete-go settings +let g:deoplete#sources#go#gocode_binary = $GOPATH.'/bin/gocode' +let g:deoplete#sources#go#sort_class = ['package', 'func', 'type', 'var', 'const'] +``` + +--- + +TODO: +----- +- [x] Parse included cgo (C, C++ language) headers on current buffer + - `ctags` will be blocking `deoplete.nvim` +- [x] Support static json caching + - See https://github.com/deoplete-plugins/deoplete-go/pull/19 +- [x] Support Go stdlib package `import "***"` name completion + - This feature has been implemented in gocode. Thanks @nhooyr! +- [x] Execute `gocode` binary instead of call vim function +- [x] Get and parse completion list of json format. such as `ycm` +- [x] When there is no candidate infomation, deoplete will cause an error +- [x] Support fizzy matching diff --git a/bundle/deoplete-go/benchmark/Dockerfile b/bundle/deoplete-go/benchmark/Dockerfile new file mode 100644 index 0000000..7bce838 --- /dev/null +++ b/bundle/deoplete-go/benchmark/Dockerfile @@ -0,0 +1,22 @@ +FROM ubuntu:xenial +MAINTAINER zchee + +COPY ./requirements.txt /python_jsonbench/requirements.txt + +RUN set -ex \ + && apt-get update \ + && apt-get install -y --no-install-recommends \ + gcc \ + g++ \ + git \ + python3-dev \ + python3-pip \ + && rm -rf /var/lib/apt/lists/* \ + \ + && pip3 install -U pip setuptools \ + && pip3 install -r /python_jsonbench/requirements.txt + +COPY . /python_jsonbench +WORKDIR /python_jsonbench + +CMD ["python3", "benchmark.py"] diff --git a/bundle/deoplete-go/benchmark/README.md b/bundle/deoplete-go/benchmark/README.md new file mode 100644 index 0000000..ac79d7d --- /dev/null +++ b/bundle/deoplete-go/benchmark/README.md @@ -0,0 +1,77 @@ +```bash +> python3 benchmark.py + +Running json benchmarks... +Running simplejson benchmarks... +Running ujson benchmarks... +Running rapidjson benchmarks... + +Results +======= + +# filesize: 2248 byte +loads (fmt.json) +-------------------- +json 0.00288 s +simplejson 0.00257 s +ujson 0.00327 s +rapidjson 0.00504 s + +# filesize: 116347 byte +loads (syscall.json) +-------------------- +json 0.16875 s +simplejson 0.15083 s +ujson 0.12698 s +rapidjson 0.15828 s + +# filesize: 160808 byte +loads (gocode.json) +-------------------- +json 0.22175 s +simplejson 0.18736 s +ujson 0.17142 s +rapidjson 0.20404 s + +# filesize: 1768818 byte +loads (gocode-twice.json) +-------------------- +json 2.94173 s +simplejson 2.60381 s +ujson 2.63998 s +rapidjson 3.08415 s + +# filesize: 2248 byte +dumps (fmt.json) +-------------------- +json 0.00347 s +simplejson 0.00430 s +ujson 0.00178 s +rapidjson 0.00305 s + +# filesize: 116347 byte +dumps (syscall.json) +-------------------- +json 0.21460 s +simplejson 0.25808 s +ujson 0.08036 s +rapidjson 0.06591 s + +# filesize: 160808 byte +dumps (gocode.json) +-------------------- +json 0.29153 s +simplejson 0.35043 s +ujson 0.14064 s +rapidjson 0.08929 s + +# filesize: 1768818 byte +dumps (gocode-twice.json) +-------------------- +json 3.56336 s +simplejson 3.97017 s +ujson 1.37770 s +rapidjson 1.09713 s + +python3 benchmark.py 21.92s user 2.28s system 99% cpu 24.324 total +``` diff --git a/bundle/deoplete-go/benchmark/benchmark.py b/bundle/deoplete-go/benchmark/benchmark.py new file mode 100644 index 0000000..f6aa472 --- /dev/null +++ b/bundle/deoplete-go/benchmark/benchmark.py @@ -0,0 +1,98 @@ +from __future__ import print_function +import timeit +import importlib +import json +from collections import defaultdict + + +NUMBER = 100 + + +def benchmark_loads(module, data): + module.loads(data) + + +def benchmark_dumps(module, obj): + module.dumps(obj) + + +def benchmark_loads_byline(module, lines): + for line in lines: + module.loads(line) + + +def benchmark_dumps_byline(module, lines): + for obj in lines: + module.dumps(obj) + + +def import_modules(): + for name in ['json', 'simplejson', 'ujson', 'rapidjson']: + try: + yield importlib.import_module(name) + except ImportError: + print('Unable to import {}'.format(name)) + continue + + +def print_results(results): + for suite_name, suite_results in results.items(): + print(suite_name) + print('-' * 20) + for module_name, result in sorted(suite_results.items(), key=lambda x:x[1]): + print('{:10} {:.5f} s'.format(module_name, result)) + print() + + +def run_benchmarks(): + # filesize: 2248 byte + with open('json/fmt.json') as f: + fmt_objs_data = f.readlines() + fmt_objs = [json.loads(line) for line in fmt_objs_data] + + # filesize: 116347 byte + with open('json/syscall.json') as f: + syscall_objs_data = f.readlines() + syscall_objs = [json.loads(line) for line in syscall_objs_data] + + # filesize: 160808 byte + with open('json/gocode.json') as f: + gocode_objs_data = f.readlines() + gocode_objs = [json.loads(line) for line in gocode_objs_data] + + # filesize: 1768818 byte + with open('json/gocode-twice.json') as f: + gocode_twice_objs_data = f.readlines() + gocode_twice_objs = [json.loads(line) for line in gocode_twice_objs_data] + + results = defaultdict(dict) + modules = import_modules() + for module in modules: + module_name = module.__name__ + print('Running {} benchmarks...'.format(module_name)) + + results['loads (fmt.json)'][module_name] = timeit.timeit( + lambda: benchmark_loads_byline(module, fmt_objs_data), number=NUMBER) + results['dumps (fmt.json)'][module_name] = timeit.timeit( + lambda: benchmark_dumps_byline(module, fmt_objs), number=NUMBER) + + results['loads (syscall.json)'][module_name] = timeit.timeit( + lambda: benchmark_loads_byline(module, syscall_objs_data), number=NUMBER) + results['dumps (syscall.json)'][module_name] = timeit.timeit( + lambda: benchmark_dumps_byline(module, syscall_objs), number=NUMBER) + + results['loads (gocode.json)'][module_name] = timeit.timeit( + lambda: benchmark_loads_byline(module, gocode_objs_data), number=NUMBER) + results['dumps (gocode.json)'][module_name] = timeit.timeit( + lambda: benchmark_dumps_byline(module, gocode_objs), number=NUMBER) + + results['loads (gocode-twice.json)'][module_name] = timeit.timeit( + lambda: benchmark_loads_byline(module, gocode_twice_objs_data), number=NUMBER) + results['dumps (gocode-twice.json)'][module_name] = timeit.timeit( + lambda: benchmark_dumps_byline(module, gocode_twice_objs), number=NUMBER) + + print('\nResults\n=======') + print_results(results) + +if __name__ == '__main__': + run_benchmarks() diff --git a/bundle/deoplete-go/benchmark/json/fmt.json b/bundle/deoplete-go/benchmark/json/fmt.json new file mode 100644 index 0000000..0898aaa --- /dev/null +++ b/bundle/deoplete-go/benchmark/json/fmt.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Errorf", "type": "func(format string, a ...interface{}) error"}, {"class": "func", "name": "Fprint", "type": "func(w io.Writer, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fprintf", "type": "func(w io.Writer, format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fprintln", "type": "func(w io.Writer, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fscan", "type": "func(r io.Reader, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fscanf", "type": "func(r io.Reader, format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fscanln", "type": "func(r io.Reader, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Print", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Printf", "type": "func(format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Println", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Scan", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Scanf", "type": "func(format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Scanln", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Sprint", "type": "func(a ...interface{}) string"}, {"class": "func", "name": "Sprintf", "type": "func(format string, a ...interface{}) string"}, {"class": "func", "name": "Sprintln", "type": "func(a ...interface{}) string"}, {"class": "func", "name": "Sscan", "type": "func(str string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Sscanf", "type": "func(str string, format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Sscanln", "type": "func(str string, a ...interface{}) (n int, err error)"}, {"class": "type", "name": "Formatter", "type": "interface"}, {"class": "type", "name": "GoStringer", "type": "interface"}, {"class": "type", "name": "ScanState", "type": "interface"}, {"class": "type", "name": "Scanner", "type": "interface"}, {"class": "type", "name": "State", "type": "interface"}, {"class": "type", "name": "Stringer", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/benchmark/json/gocode-twice.json b/bundle/deoplete-go/benchmark/json/gocode-twice.json new file mode 100644 index 0000000..74f5238 --- /dev/null +++ b/bundle/deoplete-go/benchmark/json/gocode-twice.json @@ -0,0 +1 @@ +[0, [{ "class": "const", "name": "MinRead", "type": "" }, { "class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int" }, { "class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool" }, { "class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool" }, { "class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool" }, { "class": "func", "name": "Fields", "type": "func(s []byte) [][]byte" }, { "class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte" }, { "class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool" }, { "class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool" }, { "class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int" }, { "class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte" }, { "class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte" }, { "class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer" }, { "class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer" }, { "class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader" }, { "class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte" }, { "class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte" }, { "class": "func", "name": "Runes", "type": "func(s []byte) []rune" }, { "class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "Title", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLower", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToTitle", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToUpper", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte" }, { "class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte" }, { "class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte" }, { "class": "type", "name": "Buffer", "type": "struct" }, { "class": "type", "name": "Reader", "type": "struct" }, { "class": "var", "name": "ErrTooLarge", "type": "error" }, { "class": "const", "name": "Bad", "type": "" }, { "class": "const", "name": "Con", "type": "" }, { "class": "const", "name": "FilterFuncDuplicates", "type": "" }, { "class": "const", "name": "FilterImportDuplicates", "type": "" }, { "class": "const", "name": "FilterUnassociatedComments", "type": "" }, { "class": "const", "name": "Fun", "type": "" }, { "class": "const", "name": "Lbl", "type": "" }, { "class": "const", "name": "Pkg", "type": "" }, { "class": "const", "name": "RECV", "type": "" }, { "class": "const", "name": "SEND", "type": "" }, { "class": "const", "name": "Typ", "type": "" }, { "class": "const", "name": "Var", "type": "" }, { "class": "func", "name": "FileExports", "type": "func(src *ast.File) bool" }, { "class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool" }, { "class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool" }, { "class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool" }, { "class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) (err error)" }, { "class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)" }, { "class": "func", "name": "IsExported", "type": "func(name string) bool" }, { "class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File" }, { "class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap" }, { "class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident" }, { "class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object" }, { "class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)" }, { "class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope" }, { "class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool" }, { "class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool" }, { "class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error" }, { "class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)" }, { "class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)" }, { "class": "type", "name": "ArrayType", "type": "struct" }, { "class": "type", "name": "AssignStmt", "type": "struct" }, { "class": "type", "name": "BadDecl", "type": "struct" }, { "class": "type", "name": "BadExpr", "type": "struct" }, { "class": "type", "name": "BadStmt", "type": "struct" }, { "class": "type", "name": "BasicLit", "type": "struct" }, { "class": "type", "name": "BinaryExpr", "type": "struct" }, { "class": "type", "name": "BlockStmt", "type": "struct" }, { "class": "type", "name": "BranchStmt", "type": "struct" }, { "class": "type", "name": "CallExpr", "type": "struct" }, { "class": "type", "name": "CaseClause", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "ChanType", "type": "struct" }, { "class": "type", "name": "CommClause", "type": "struct" }, { "class": "type", "name": "Comment", "type": "struct" }, { "class": "type", "name": "CommentGroup", "type": "struct" }, { "class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup" }, { "class": "type", "name": "CompositeLit", "type": "struct" }, { "class": "type", "name": "Decl", "type": "interface" }, { "class": "type", "name": "DeclStmt", "type": "struct" }, { "class": "type", "name": "DeferStmt", "type": "struct" }, { "class": "type", "name": "Ellipsis", "type": "struct" }, { "class": "type", "name": "EmptyStmt", "type": "struct" }, { "class": "type", "name": "Expr", "type": "interface" }, { "class": "type", "name": "ExprStmt", "type": "struct" }, { "class": "type", "name": "Field", "type": "struct" }, { "class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool" }, { "class": "type", "name": "FieldList", "type": "struct" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "Filter", "type": "func(string) bool" }, { "class": "type", "name": "ForStmt", "type": "struct" }, { "class": "type", "name": "FuncDecl", "type": "struct" }, { "class": "type", "name": "FuncLit", "type": "struct" }, { "class": "type", "name": "FuncType", "type": "struct" }, { "class": "type", "name": "GenDecl", "type": "struct" }, { "class": "type", "name": "GoStmt", "type": "struct" }, { "class": "type", "name": "Ident", "type": "struct" }, { "class": "type", "name": "IfStmt", "type": "struct" }, { "class": "type", "name": "ImportSpec", "type": "struct" }, { "class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)" }, { "class": "type", "name": "IncDecStmt", "type": "struct" }, { "class": "type", "name": "IndexExpr", "type": "struct" }, { "class": "type", "name": "InterfaceType", "type": "struct" }, { "class": "type", "name": "KeyValueExpr", "type": "struct" }, { "class": "type", "name": "LabeledStmt", "type": "struct" }, { "class": "type", "name": "MapType", "type": "struct" }, { "class": "type", "name": "MergeMode", "type": "uint" }, { "class": "type", "name": "Node", "type": "interface" }, { "class": "type", "name": "ObjKind", "type": "int" }, { "class": "type", "name": "Object", "type": "struct" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "ParenExpr", "type": "struct" }, { "class": "type", "name": "RangeStmt", "type": "struct" }, { "class": "type", "name": "ReturnStmt", "type": "struct" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "SelectStmt", "type": "struct" }, { "class": "type", "name": "SelectorExpr", "type": "struct" }, { "class": "type", "name": "SendStmt", "type": "struct" }, { "class": "type", "name": "SliceExpr", "type": "struct" }, { "class": "type", "name": "Spec", "type": "interface" }, { "class": "type", "name": "StarExpr", "type": "struct" }, { "class": "type", "name": "Stmt", "type": "interface" }, { "class": "type", "name": "StructType", "type": "struct" }, { "class": "type", "name": "SwitchStmt", "type": "struct" }, { "class": "type", "name": "TypeAssertExpr", "type": "struct" }, { "class": "type", "name": "TypeSpec", "type": "struct" }, { "class": "type", "name": "TypeSwitchStmt", "type": "struct" }, { "class": "type", "name": "UnaryExpr", "type": "struct" }, { "class": "type", "name": "ValueSpec", "type": "struct" }, { "class": "type", "name": "Visitor", "type": "interface" }, { "class": "const", "name": "ADD", "type": "" }, { "class": "const", "name": "ADD_ASSIGN", "type": "" }, { "class": "const", "name": "AND", "type": "" }, { "class": "const", "name": "AND_ASSIGN", "type": "" }, { "class": "const", "name": "AND_NOT", "type": "" }, { "class": "const", "name": "AND_NOT_ASSIGN", "type": "" }, { "class": "const", "name": "ARROW", "type": "" }, { "class": "const", "name": "ASSIGN", "type": "" }, { "class": "const", "name": "BREAK", "type": "" }, { "class": "const", "name": "CASE", "type": "" }, { "class": "const", "name": "CHAN", "type": "" }, { "class": "const", "name": "CHAR", "type": "" }, { "class": "const", "name": "COLON", "type": "" }, { "class": "const", "name": "COMMA", "type": "" }, { "class": "const", "name": "COMMENT", "type": "" }, { "class": "const", "name": "CONST", "type": "" }, { "class": "const", "name": "CONTINUE", "type": "" }, { "class": "const", "name": "DEC", "type": "" }, { "class": "const", "name": "DEFAULT", "type": "" }, { "class": "const", "name": "DEFER", "type": "" }, { "class": "const", "name": "DEFINE", "type": "" }, { "class": "const", "name": "ELLIPSIS", "type": "" }, { "class": "const", "name": "ELSE", "type": "" }, { "class": "const", "name": "EOF", "type": "" }, { "class": "const", "name": "EQL", "type": "" }, { "class": "const", "name": "FALLTHROUGH", "type": "" }, { "class": "const", "name": "FLOAT", "type": "" }, { "class": "const", "name": "FOR", "type": "" }, { "class": "const", "name": "FUNC", "type": "" }, { "class": "const", "name": "GEQ", "type": "" }, { "class": "const", "name": "GO", "type": "" }, { "class": "const", "name": "GOTO", "type": "" }, { "class": "const", "name": "GTR", "type": "" }, { "class": "const", "name": "HighestPrec", "type": "" }, { "class": "const", "name": "IDENT", "type": "" }, { "class": "const", "name": "IF", "type": "" }, { "class": "const", "name": "ILLEGAL", "type": "" }, { "class": "const", "name": "IMAG", "type": "" }, { "class": "const", "name": "IMPORT", "type": "" }, { "class": "const", "name": "INC", "type": "" }, { "class": "const", "name": "INT", "type": "" }, { "class": "const", "name": "INTERFACE", "type": "" }, { "class": "const", "name": "LAND", "type": "" }, { "class": "const", "name": "LBRACE", "type": "" }, { "class": "const", "name": "LBRACK", "type": "" }, { "class": "const", "name": "LEQ", "type": "" }, { "class": "const", "name": "LOR", "type": "" }, { "class": "const", "name": "LPAREN", "type": "" }, { "class": "const", "name": "LSS", "type": "" }, { "class": "const", "name": "LowestPrec", "type": "" }, { "class": "const", "name": "MAP", "type": "" }, { "class": "const", "name": "MUL", "type": "" }, { "class": "const", "name": "MUL_ASSIGN", "type": "" }, { "class": "const", "name": "NEQ", "type": "" }, { "class": "const", "name": "NOT", "type": "" }, { "class": "const", "name": "NoPos", "type": "" }, { "class": "const", "name": "OR", "type": "" }, { "class": "const", "name": "OR_ASSIGN", "type": "" }, { "class": "const", "name": "PACKAGE", "type": "" }, { "class": "const", "name": "PERIOD", "type": "" }, { "class": "const", "name": "QUO", "type": "" }, { "class": "const", "name": "QUO_ASSIGN", "type": "" }, { "class": "const", "name": "RANGE", "type": "" }, { "class": "const", "name": "RBRACE", "type": "" }, { "class": "const", "name": "RBRACK", "type": "" }, { "class": "const", "name": "REM", "type": "" }, { "class": "const", "name": "REM_ASSIGN", "type": "" }, { "class": "const", "name": "RETURN", "type": "" }, { "class": "const", "name": "RPAREN", "type": "" }, { "class": "const", "name": "SELECT", "type": "" }, { "class": "const", "name": "SEMICOLON", "type": "" }, { "class": "const", "name": "SHL", "type": "" }, { "class": "const", "name": "SHL_ASSIGN", "type": "" }, { "class": "const", "name": "SHR", "type": "" }, { "class": "const", "name": "SHR_ASSIGN", "type": "" }, { "class": "const", "name": "STRING", "type": "" }, { "class": "const", "name": "STRUCT", "type": "" }, { "class": "const", "name": "SUB", "type": "" }, { "class": "const", "name": "SUB_ASSIGN", "type": "" }, { "class": "const", "name": "SWITCH", "type": "" }, { "class": "const", "name": "TYPE", "type": "" }, { "class": "const", "name": "UnaryPrec", "type": "" }, { "class": "const", "name": "VAR", "type": "" }, { "class": "const", "name": "XOR", "type": "" }, { "class": "const", "name": "XOR_ASSIGN", "type": "" }, { "class": "func", "name": "Lookup", "type": "func(ident string) token.Token" }, { "class": "func", "name": "NewFileSet", "type": "func() *token.FileSet" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileSet", "type": "struct" }, { "class": "type", "name": "Pos", "type": "int" }, { "class": "type", "name": "Position", "type": "struct" }, { "class": "type", "name": "Token", "type": "int" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "Byte", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "FieldVal", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "IsBoolean", "type": "" }, { "class": "const", "name": "IsComplex", "type": "" }, { "class": "const", "name": "IsConstType", "type": "" }, { "class": "const", "name": "IsFloat", "type": "" }, { "class": "const", "name": "IsInteger", "type": "" }, { "class": "const", "name": "IsNumeric", "type": "" }, { "class": "const", "name": "IsOrdered", "type": "" }, { "class": "const", "name": "IsString", "type": "" }, { "class": "const", "name": "IsUnsigned", "type": "" }, { "class": "const", "name": "IsUntyped", "type": "" }, { "class": "const", "name": "MethodExpr", "type": "" }, { "class": "const", "name": "MethodVal", "type": "" }, { "class": "const", "name": "RecvOnly", "type": "" }, { "class": "const", "name": "Rune", "type": "" }, { "class": "const", "name": "SendOnly", "type": "" }, { "class": "const", "name": "SendRecv", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "const", "name": "UntypedBool", "type": "" }, { "class": "const", "name": "UntypedComplex", "type": "" }, { "class": "const", "name": "UntypedFloat", "type": "" }, { "class": "const", "name": "UntypedInt", "type": "" }, { "class": "const", "name": "UntypedNil", "type": "" }, { "class": "const", "name": "UntypedRune", "type": "" }, { "class": "const", "name": "UntypedString", "type": "" }, { "class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool" }, { "class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "Comparable", "type": "func(T types.Type) bool" }, { "class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()" }, { "class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (tv types.TypeAndValue, err error)" }, { "class": "func", "name": "ExprString", "type": "func(x ast.Expr) string" }, { "class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string" }, { "class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool" }, { "class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool" }, { "class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool" }, { "class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)" }, { "class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)" }, { "class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array" }, { "class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan" }, { "class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker" }, { "class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const" }, { "class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var" }, { "class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func" }, { "class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface" }, { "class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label" }, { "class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map" }, { "class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet" }, { "class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named" }, { "class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package" }, { "class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName" }, { "class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer" }, { "class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope" }, { "class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature" }, { "class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice" }, { "class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct" }, { "class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple" }, { "class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName" }, { "class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string" }, { "class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier" }, { "class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string" }, { "class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string" }, { "class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)" }, { "class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)" }, { "class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)" }, { "class": "type", "name": "Array", "type": "struct" }, { "class": "type", "name": "Basic", "type": "struct" }, { "class": "type", "name": "BasicInfo", "type": "int" }, { "class": "type", "name": "BasicKind", "type": "int" }, { "class": "type", "name": "Builtin", "type": "struct" }, { "class": "type", "name": "Chan", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Checker", "type": "struct" }, { "class": "type", "name": "Config", "type": "struct" }, { "class": "type", "name": "Const", "type": "struct" }, { "class": "type", "name": "Error", "type": "struct" }, { "class": "type", "name": "Func", "type": "struct" }, { "class": "type", "name": "ImportMode", "type": "int" }, { "class": "type", "name": "Importer", "type": "interface" }, { "class": "type", "name": "ImporterFrom", "type": "interface" }, { "class": "type", "name": "Info", "type": "struct" }, { "class": "type", "name": "Initializer", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "Label", "type": "struct" }, { "class": "type", "name": "Map", "type": "struct" }, { "class": "type", "name": "MethodSet", "type": "struct" }, { "class": "type", "name": "Named", "type": "struct" }, { "class": "type", "name": "Nil", "type": "struct" }, { "class": "type", "name": "Object", "type": "interface" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "PkgName", "type": "struct" }, { "class": "type", "name": "Pointer", "type": "struct" }, { "class": "type", "name": "Qualifier", "type": "func(*types.Package) string" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "Selection", "type": "struct" }, { "class": "type", "name": "SelectionKind", "type": "int" }, { "class": "type", "name": "Signature", "type": "struct" }, { "class": "type", "name": "Sizes", "type": "interface" }, { "class": "type", "name": "Slice", "type": "struct" }, { "class": "type", "name": "StdSizes", "type": "struct" }, { "class": "type", "name": "Struct", "type": "struct" }, { "class": "type", "name": "Tuple", "type": "struct" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "TypeAndValue", "type": "struct" }, { "class": "type", "name": "TypeName", "type": "struct" }, { "class": "type", "name": "Var", "type": "struct" }, { "class": "var", "name": "Typ", "type": "[]*types.Basic" }, { "class": "var", "name": "Universe", "type": "*types.Scope" }, { "class": "var", "name": "Unsafe", "type": "*types.Package" }, { "class": "const", "name": "FlagBroadcast", "type": "" }, { "class": "const", "name": "FlagLoopback", "type": "" }, { "class": "const", "name": "FlagMulticast", "type": "" }, { "class": "const", "name": "FlagPointToPoint", "type": "" }, { "class": "const", "name": "FlagUp", "type": "" }, { "class": "const", "name": "IPv4len", "type": "" }, { "class": "const", "name": "IPv6len", "type": "" }, { "class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask" }, { "class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)" }, { "class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)" }, { "class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)" }, { "class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)" }, { "class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)" }, { "class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)" }, { "class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP" }, { "class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask" }, { "class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)" }, { "class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)" }, { "class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)" }, { "class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)" }, { "class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string" }, { "class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)" }, { "class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)" }, { "class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)" }, { "class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)" }, { "class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)" }, { "class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)" }, { "class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)" }, { "class": "func", "name": "LookupIP", "type": "func(host string) (ips []net.IP, err error)" }, { "class": "func", "name": "LookupMX", "type": "func(name string) (mxs []*net.MX, err error)" }, { "class": "func", "name": "LookupNS", "type": "func(name string) (nss []*net.NS, err error)" }, { "class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)" }, { "class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)" }, { "class": "func", "name": "LookupTXT", "type": "func(name string) (txts []string, err error)" }, { "class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)" }, { "class": "func", "name": "ParseIP", "type": "func(s string) net.IP" }, { "class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)" }, { "class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)" }, { "class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)" }, { "class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)" }, { "class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)" }, { "class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)" }, { "class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)" }, { "class": "type", "name": "Addr", "type": "interface" }, { "class": "type", "name": "AddrError", "type": "struct" }, { "class": "type", "name": "Conn", "type": "interface" }, { "class": "type", "name": "DNSConfigError", "type": "struct" }, { "class": "type", "name": "DNSError", "type": "struct" }, { "class": "type", "name": "Dialer", "type": "struct" }, { "class": "type", "name": "Error", "type": "interface" }, { "class": "type", "name": "Flags", "type": "uint" }, { "class": "type", "name": "HardwareAddr", "type": "[]byte" }, { "class": "type", "name": "IP", "type": "[]byte" }, { "class": "type", "name": "IPAddr", "type": "struct" }, { "class": "type", "name": "IPConn", "type": "struct" }, { "class": "type", "name": "IPMask", "type": "[]byte" }, { "class": "type", "name": "IPNet", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "InvalidAddrError", "type": "string" }, { "class": "type", "name": "Listener", "type": "interface" }, { "class": "type", "name": "MX", "type": "struct" }, { "class": "type", "name": "NS", "type": "struct" }, { "class": "type", "name": "OpError", "type": "struct" }, { "class": "type", "name": "PacketConn", "type": "interface" }, { "class": "type", "name": "ParseError", "type": "struct" }, { "class": "type", "name": "SRV", "type": "struct" }, { "class": "type", "name": "TCPAddr", "type": "struct" }, { "class": "type", "name": "TCPConn", "type": "struct" }, { "class": "type", "name": "TCPListener", "type": "struct" }, { "class": "type", "name": "UDPAddr", "type": "struct" }, { "class": "type", "name": "UDPConn", "type": "struct" }, { "class": "type", "name": "UnixAddr", "type": "struct" }, { "class": "type", "name": "UnixConn", "type": "struct" }, { "class": "type", "name": "UnixListener", "type": "struct" }, { "class": "type", "name": "UnknownNetworkError", "type": "string" }, { "class": "var", "name": "ErrWriteToConnected", "type": "error" }, { "class": "var", "name": "IPv4allrouter", "type": "net.IP" }, { "class": "var", "name": "IPv4allsys", "type": "net.IP" }, { "class": "var", "name": "IPv4bcast", "type": "net.IP" }, { "class": "var", "name": "IPv4zero", "type": "net.IP" }, { "class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP" }, { "class": "var", "name": "IPv6loopback", "type": "net.IP" }, { "class": "var", "name": "IPv6unspecified", "type": "net.IP" }, { "class": "var", "name": "IPv6zero", "type": "net.IP" }, { "class": "const", "name": "DevNull", "type": "" }, { "class": "const", "name": "ModeAppend", "type": "" }, { "class": "const", "name": "ModeCharDevice", "type": "" }, { "class": "const", "name": "ModeDevice", "type": "" }, { "class": "const", "name": "ModeDir", "type": "" }, { "class": "const", "name": "ModeExclusive", "type": "" }, { "class": "const", "name": "ModeNamedPipe", "type": "" }, { "class": "const", "name": "ModePerm", "type": "" }, { "class": "const", "name": "ModeSetgid", "type": "" }, { "class": "const", "name": "ModeSetuid", "type": "" }, { "class": "const", "name": "ModeSocket", "type": "" }, { "class": "const", "name": "ModeSticky", "type": "" }, { "class": "const", "name": "ModeSymlink", "type": "" }, { "class": "const", "name": "ModeTemporary", "type": "" }, { "class": "const", "name": "ModeType", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_CREATE", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PathListSeparator", "type": "" }, { "class": "const", "name": "PathSeparator", "type": "" }, { "class": "const", "name": "SEEK_CUR", "type": "" }, { "class": "const", "name": "SEEK_END", "type": "" }, { "class": "const", "name": "SEEK_SET", "type": "" }, { "class": "func", "name": "Chdir", "type": "func(dir string) error" }, { "class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error" }, { "class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Create", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string" }, { "class": "func", "name": "ExpandEnv", "type": "func(s string) string" }, { "class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)" }, { "class": "func", "name": "Getegid", "type": "func() int" }, { "class": "func", "name": "Getenv", "type": "func(key string) string" }, { "class": "func", "name": "Geteuid", "type": "func() int" }, { "class": "func", "name": "Getgid", "type": "func() int" }, { "class": "func", "name": "Getgroups", "type": "func() ([]int, error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpid", "type": "func() int" }, { "class": "func", "name": "Getppid", "type": "func() int" }, { "class": "func", "name": "Getuid", "type": "func() int" }, { "class": "func", "name": "Getwd", "type": "func() (dir string, err error)" }, { "class": "func", "name": "Hostname", "type": "func() (name string, err error)" }, { "class": "func", "name": "IsExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsNotExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool" }, { "class": "func", "name": "IsPermission", "type": "func(err error) bool" }, { "class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Link", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)" }, { "class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error" }, { "class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error" }, { "class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File" }, { "class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error" }, { "class": "func", "name": "Open", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)" }, { "class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)" }, { "class": "func", "name": "Readlink", "type": "func(name string) (string, error)" }, { "class": "func", "name": "Remove", "type": "func(name string) error" }, { "class": "func", "name": "RemoveAll", "type": "func(path string) error" }, { "class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error" }, { "class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)" }, { "class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "TempDir", "type": "func() string" }, { "class": "func", "name": "Truncate", "type": "func(name string, size int64) error" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileInfo", "type": "interface" }, { "class": "type", "name": "FileMode", "type": "uint32" }, { "class": "type", "name": "LinkError", "type": "struct" }, { "class": "type", "name": "PathError", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Process", "type": "struct" }, { "class": "type", "name": "ProcessState", "type": "struct" }, { "class": "type", "name": "Signal", "type": "interface" }, { "class": "type", "name": "SyscallError", "type": "struct" }, { "class": "var", "name": "Args", "type": "[]string" }, { "class": "var", "name": "ErrExist", "type": "error" }, { "class": "var", "name": "ErrInvalid", "type": "error" }, { "class": "var", "name": "ErrNotExist", "type": "error" }, { "class": "var", "name": "ErrPermission", "type": "error" }, { "class": "var", "name": "Interrupt", "type": "os.Signal" }, { "class": "var", "name": "Kill", "type": "os.Signal" }, { "class": "var", "name": "Stderr", "type": "*os.File" }, { "class": "var", "name": "Stdin", "type": "*os.File" }, { "class": "var", "name": "Stdout", "type": "*os.File" }, { "class": "const", "name": "Array", "type": "" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "BothDir", "type": "" }, { "class": "const", "name": "Chan", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Func", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Interface", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "Map", "type": "" }, { "class": "const", "name": "Ptr", "type": "" }, { "class": "const", "name": "RecvDir", "type": "" }, { "class": "const", "name": "SelectDefault", "type": "" }, { "class": "const", "name": "SelectRecv", "type": "" }, { "class": "const", "name": "SelectSend", "type": "" }, { "class": "const", "name": "SendDir", "type": "" }, { "class": "const", "name": "Slice", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Struct", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value" }, { "class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value" }, { "class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type" }, { "class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int" }, { "class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool" }, { "class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type" }, { "class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value" }, { "class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value" }, { "class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value" }, { "class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value" }, { "class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value" }, { "class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)" }, { "class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type" }, { "class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value" }, { "class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Kind", "type": "uint" }, { "class": "type", "name": "Method", "type": "struct" }, { "class": "type", "name": "SelectCase", "type": "struct" }, { "class": "type", "name": "SelectDir", "type": "int" }, { "class": "type", "name": "SliceHeader", "type": "struct" }, { "class": "type", "name": "StringHeader", "type": "struct" }, { "class": "type", "name": "StructField", "type": "struct" }, { "class": "type", "name": "StructTag", "type": "string" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "Value", "type": "struct" }, { "class": "type", "name": "ValueError", "type": "struct" }, { "class": "const", "name": "AF_APPLETALK", "type": "" }, { "class": "const", "name": "AF_CCITT", "type": "" }, { "class": "const", "name": "AF_CHAOS", "type": "" }, { "class": "const", "name": "AF_CNT", "type": "" }, { "class": "const", "name": "AF_COIP", "type": "" }, { "class": "const", "name": "AF_DATAKIT", "type": "" }, { "class": "const", "name": "AF_DECnet", "type": "" }, { "class": "const", "name": "AF_DLI", "type": "" }, { "class": "const", "name": "AF_E164", "type": "" }, { "class": "const", "name": "AF_ECMA", "type": "" }, { "class": "const", "name": "AF_HYLINK", "type": "" }, { "class": "const", "name": "AF_IEEE80211", "type": "" }, { "class": "const", "name": "AF_IMPLINK", "type": "" }, { "class": "const", "name": "AF_INET", "type": "" }, { "class": "const", "name": "AF_INET6", "type": "" }, { "class": "const", "name": "AF_IPX", "type": "" }, { "class": "const", "name": "AF_ISDN", "type": "" }, { "class": "const", "name": "AF_ISO", "type": "" }, { "class": "const", "name": "AF_LAT", "type": "" }, { "class": "const", "name": "AF_LINK", "type": "" }, { "class": "const", "name": "AF_LOCAL", "type": "" }, { "class": "const", "name": "AF_MAX", "type": "" }, { "class": "const", "name": "AF_NATM", "type": "" }, { "class": "const", "name": "AF_NDRV", "type": "" }, { "class": "const", "name": "AF_NETBIOS", "type": "" }, { "class": "const", "name": "AF_NS", "type": "" }, { "class": "const", "name": "AF_OSI", "type": "" }, { "class": "const", "name": "AF_PPP", "type": "" }, { "class": "const", "name": "AF_PUP", "type": "" }, { "class": "const", "name": "AF_RESERVED_36", "type": "" }, { "class": "const", "name": "AF_ROUTE", "type": "" }, { "class": "const", "name": "AF_SIP", "type": "" }, { "class": "const", "name": "AF_SNA", "type": "" }, { "class": "const", "name": "AF_SYSTEM", "type": "" }, { "class": "const", "name": "AF_UNIX", "type": "" }, { "class": "const", "name": "AF_UNSPEC", "type": "" }, { "class": "const", "name": "B0", "type": "" }, { "class": "const", "name": "B110", "type": "" }, { "class": "const", "name": "B115200", "type": "" }, { "class": "const", "name": "B1200", "type": "" }, { "class": "const", "name": "B134", "type": "" }, { "class": "const", "name": "B14400", "type": "" }, { "class": "const", "name": "B150", "type": "" }, { "class": "const", "name": "B1800", "type": "" }, { "class": "const", "name": "B19200", "type": "" }, { "class": "const", "name": "B200", "type": "" }, { "class": "const", "name": "B230400", "type": "" }, { "class": "const", "name": "B2400", "type": "" }, { "class": "const", "name": "B28800", "type": "" }, { "class": "const", "name": "B300", "type": "" }, { "class": "const", "name": "B38400", "type": "" }, { "class": "const", "name": "B4800", "type": "" }, { "class": "const", "name": "B50", "type": "" }, { "class": "const", "name": "B57600", "type": "" }, { "class": "const", "name": "B600", "type": "" }, { "class": "const", "name": "B7200", "type": "" }, { "class": "const", "name": "B75", "type": "" }, { "class": "const", "name": "B76800", "type": "" }, { "class": "const", "name": "B9600", "type": "" }, { "class": "const", "name": "BIOCFLUSH", "type": "" }, { "class": "const", "name": "BIOCGBLEN", "type": "" }, { "class": "const", "name": "BIOCGDLT", "type": "" }, { "class": "const", "name": "BIOCGDLTLIST", "type": "" }, { "class": "const", "name": "BIOCGETIF", "type": "" }, { "class": "const", "name": "BIOCGHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCGRSIG", "type": "" }, { "class": "const", "name": "BIOCGRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCGSEESENT", "type": "" }, { "class": "const", "name": "BIOCGSTATS", "type": "" }, { "class": "const", "name": "BIOCIMMEDIATE", "type": "" }, { "class": "const", "name": "BIOCPROMISC", "type": "" }, { "class": "const", "name": "BIOCSBLEN", "type": "" }, { "class": "const", "name": "BIOCSDLT", "type": "" }, { "class": "const", "name": "BIOCSETF", "type": "" }, { "class": "const", "name": "BIOCSETIF", "type": "" }, { "class": "const", "name": "BIOCSHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCSRSIG", "type": "" }, { "class": "const", "name": "BIOCSRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCSSEESENT", "type": "" }, { "class": "const", "name": "BIOCVERSION", "type": "" }, { "class": "const", "name": "BPF_A", "type": "" }, { "class": "const", "name": "BPF_ABS", "type": "" }, { "class": "const", "name": "BPF_ADD", "type": "" }, { "class": "const", "name": "BPF_ALIGNMENT", "type": "" }, { "class": "const", "name": "BPF_ALU", "type": "" }, { "class": "const", "name": "BPF_AND", "type": "" }, { "class": "const", "name": "BPF_B", "type": "" }, { "class": "const", "name": "BPF_DIV", "type": "" }, { "class": "const", "name": "BPF_H", "type": "" }, { "class": "const", "name": "BPF_IMM", "type": "" }, { "class": "const", "name": "BPF_IND", "type": "" }, { "class": "const", "name": "BPF_JA", "type": "" }, { "class": "const", "name": "BPF_JEQ", "type": "" }, { "class": "const", "name": "BPF_JGE", "type": "" }, { "class": "const", "name": "BPF_JGT", "type": "" }, { "class": "const", "name": "BPF_JMP", "type": "" }, { "class": "const", "name": "BPF_JSET", "type": "" }, { "class": "const", "name": "BPF_K", "type": "" }, { "class": "const", "name": "BPF_LD", "type": "" }, { "class": "const", "name": "BPF_LDX", "type": "" }, { "class": "const", "name": "BPF_LEN", "type": "" }, { "class": "const", "name": "BPF_LSH", "type": "" }, { "class": "const", "name": "BPF_MAJOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MAXBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MAXINSNS", "type": "" }, { "class": "const", "name": "BPF_MEM", "type": "" }, { "class": "const", "name": "BPF_MEMWORDS", "type": "" }, { "class": "const", "name": "BPF_MINBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MINOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MISC", "type": "" }, { "class": "const", "name": "BPF_MSH", "type": "" }, { "class": "const", "name": "BPF_MUL", "type": "" }, { "class": "const", "name": "BPF_NEG", "type": "" }, { "class": "const", "name": "BPF_OR", "type": "" }, { "class": "const", "name": "BPF_RELEASE", "type": "" }, { "class": "const", "name": "BPF_RET", "type": "" }, { "class": "const", "name": "BPF_RSH", "type": "" }, { "class": "const", "name": "BPF_ST", "type": "" }, { "class": "const", "name": "BPF_STX", "type": "" }, { "class": "const", "name": "BPF_SUB", "type": "" }, { "class": "const", "name": "BPF_TAX", "type": "" }, { "class": "const", "name": "BPF_TXA", "type": "" }, { "class": "const", "name": "BPF_W", "type": "" }, { "class": "const", "name": "BPF_X", "type": "" }, { "class": "const", "name": "BRKINT", "type": "" }, { "class": "const", "name": "CFLUSH", "type": "" }, { "class": "const", "name": "CLOCAL", "type": "" }, { "class": "const", "name": "CREAD", "type": "" }, { "class": "const", "name": "CS5", "type": "" }, { "class": "const", "name": "CS6", "type": "" }, { "class": "const", "name": "CS7", "type": "" }, { "class": "const", "name": "CS8", "type": "" }, { "class": "const", "name": "CSIZE", "type": "" }, { "class": "const", "name": "CSTART", "type": "" }, { "class": "const", "name": "CSTATUS", "type": "" }, { "class": "const", "name": "CSTOP", "type": "" }, { "class": "const", "name": "CSTOPB", "type": "" }, { "class": "const", "name": "CSUSP", "type": "" }, { "class": "const", "name": "CTL_MAXNAME", "type": "" }, { "class": "const", "name": "CTL_NET", "type": "" }, { "class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": "" }, { "class": "const", "name": "DLT_ARCNET", "type": "" }, { "class": "const", "name": "DLT_ATM_CLIP", "type": "" }, { "class": "const", "name": "DLT_ATM_RFC1483", "type": "" }, { "class": "const", "name": "DLT_AX25", "type": "" }, { "class": "const", "name": "DLT_CHAOS", "type": "" }, { "class": "const", "name": "DLT_CHDLC", "type": "" }, { "class": "const", "name": "DLT_C_HDLC", "type": "" }, { "class": "const", "name": "DLT_EN10MB", "type": "" }, { "class": "const", "name": "DLT_EN3MB", "type": "" }, { "class": "const", "name": "DLT_FDDI", "type": "" }, { "class": "const", "name": "DLT_IEEE802", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": "" }, { "class": "const", "name": "DLT_LINUX_SLL", "type": "" }, { "class": "const", "name": "DLT_LOOP", "type": "" }, { "class": "const", "name": "DLT_NULL", "type": "" }, { "class": "const", "name": "DLT_PFLOG", "type": "" }, { "class": "const", "name": "DLT_PFSYNC", "type": "" }, { "class": "const", "name": "DLT_PPP", "type": "" }, { "class": "const", "name": "DLT_PPP_BSDOS", "type": "" }, { "class": "const", "name": "DLT_PPP_SERIAL", "type": "" }, { "class": "const", "name": "DLT_PRONET", "type": "" }, { "class": "const", "name": "DLT_RAW", "type": "" }, { "class": "const", "name": "DLT_SLIP", "type": "" }, { "class": "const", "name": "DLT_SLIP_BSDOS", "type": "" }, { "class": "const", "name": "DT_BLK", "type": "" }, { "class": "const", "name": "DT_CHR", "type": "" }, { "class": "const", "name": "DT_DIR", "type": "" }, { "class": "const", "name": "DT_FIFO", "type": "" }, { "class": "const", "name": "DT_LNK", "type": "" }, { "class": "const", "name": "DT_REG", "type": "" }, { "class": "const", "name": "DT_SOCK", "type": "" }, { "class": "const", "name": "DT_UNKNOWN", "type": "" }, { "class": "const", "name": "DT_WHT", "type": "" }, { "class": "const", "name": "E2BIG", "type": "" }, { "class": "const", "name": "EACCES", "type": "" }, { "class": "const", "name": "EADDRINUSE", "type": "" }, { "class": "const", "name": "EADDRNOTAVAIL", "type": "" }, { "class": "const", "name": "EAFNOSUPPORT", "type": "" }, { "class": "const", "name": "EAGAIN", "type": "" }, { "class": "const", "name": "EALREADY", "type": "" }, { "class": "const", "name": "EAUTH", "type": "" }, { "class": "const", "name": "EBADARCH", "type": "" }, { "class": "const", "name": "EBADEXEC", "type": "" }, { "class": "const", "name": "EBADF", "type": "" }, { "class": "const", "name": "EBADMACHO", "type": "" }, { "class": "const", "name": "EBADMSG", "type": "" }, { "class": "const", "name": "EBADRPC", "type": "" }, { "class": "const", "name": "EBUSY", "type": "" }, { "class": "const", "name": "ECANCELED", "type": "" }, { "class": "const", "name": "ECHILD", "type": "" }, { "class": "const", "name": "ECHO", "type": "" }, { "class": "const", "name": "ECHOCTL", "type": "" }, { "class": "const", "name": "ECHOE", "type": "" }, { "class": "const", "name": "ECHOK", "type": "" }, { "class": "const", "name": "ECHOKE", "type": "" }, { "class": "const", "name": "ECHONL", "type": "" }, { "class": "const", "name": "ECHOPRT", "type": "" }, { "class": "const", "name": "ECONNABORTED", "type": "" }, { "class": "const", "name": "ECONNREFUSED", "type": "" }, { "class": "const", "name": "ECONNRESET", "type": "" }, { "class": "const", "name": "EDEADLK", "type": "" }, { "class": "const", "name": "EDESTADDRREQ", "type": "" }, { "class": "const", "name": "EDEVERR", "type": "" }, { "class": "const", "name": "EDOM", "type": "" }, { "class": "const", "name": "EDQUOT", "type": "" }, { "class": "const", "name": "EEXIST", "type": "" }, { "class": "const", "name": "EFAULT", "type": "" }, { "class": "const", "name": "EFBIG", "type": "" }, { "class": "const", "name": "EFTYPE", "type": "" }, { "class": "const", "name": "EHOSTDOWN", "type": "" }, { "class": "const", "name": "EHOSTUNREACH", "type": "" }, { "class": "const", "name": "EIDRM", "type": "" }, { "class": "const", "name": "EILSEQ", "type": "" }, { "class": "const", "name": "EINPROGRESS", "type": "" }, { "class": "const", "name": "EINTR", "type": "" }, { "class": "const", "name": "EINVAL", "type": "" }, { "class": "const", "name": "EIO", "type": "" }, { "class": "const", "name": "EISCONN", "type": "" }, { "class": "const", "name": "EISDIR", "type": "" }, { "class": "const", "name": "ELAST", "type": "" }, { "class": "const", "name": "ELOOP", "type": "" }, { "class": "const", "name": "EMFILE", "type": "" }, { "class": "const", "name": "EMLINK", "type": "" }, { "class": "const", "name": "EMSGSIZE", "type": "" }, { "class": "const", "name": "EMULTIHOP", "type": "" }, { "class": "const", "name": "ENAMETOOLONG", "type": "" }, { "class": "const", "name": "ENEEDAUTH", "type": "" }, { "class": "const", "name": "ENETDOWN", "type": "" }, { "class": "const", "name": "ENETRESET", "type": "" }, { "class": "const", "name": "ENETUNREACH", "type": "" }, { "class": "const", "name": "ENFILE", "type": "" }, { "class": "const", "name": "ENOATTR", "type": "" }, { "class": "const", "name": "ENOBUFS", "type": "" }, { "class": "const", "name": "ENODATA", "type": "" }, { "class": "const", "name": "ENODEV", "type": "" }, { "class": "const", "name": "ENOENT", "type": "" }, { "class": "const", "name": "ENOEXEC", "type": "" }, { "class": "const", "name": "ENOLCK", "type": "" }, { "class": "const", "name": "ENOLINK", "type": "" }, { "class": "const", "name": "ENOMEM", "type": "" }, { "class": "const", "name": "ENOMSG", "type": "" }, { "class": "const", "name": "ENOPOLICY", "type": "" }, { "class": "const", "name": "ENOPROTOOPT", "type": "" }, { "class": "const", "name": "ENOSPC", "type": "" }, { "class": "const", "name": "ENOSR", "type": "" }, { "class": "const", "name": "ENOSTR", "type": "" }, { "class": "const", "name": "ENOSYS", "type": "" }, { "class": "const", "name": "ENOTBLK", "type": "" }, { "class": "const", "name": "ENOTCONN", "type": "" }, { "class": "const", "name": "ENOTDIR", "type": "" }, { "class": "const", "name": "ENOTEMPTY", "type": "" }, { "class": "const", "name": "ENOTRECOVERABLE", "type": "" }, { "class": "const", "name": "ENOTSOCK", "type": "" }, { "class": "const", "name": "ENOTSUP", "type": "" }, { "class": "const", "name": "ENOTTY", "type": "" }, { "class": "const", "name": "ENXIO", "type": "" }, { "class": "const", "name": "EOPNOTSUPP", "type": "" }, { "class": "const", "name": "EOVERFLOW", "type": "" }, { "class": "const", "name": "EOWNERDEAD", "type": "" }, { "class": "const", "name": "EPERM", "type": "" }, { "class": "const", "name": "EPFNOSUPPORT", "type": "" }, { "class": "const", "name": "EPIPE", "type": "" }, { "class": "const", "name": "EPROCLIM", "type": "" }, { "class": "const", "name": "EPROCUNAVAIL", "type": "" }, { "class": "const", "name": "EPROGMISMATCH", "type": "" }, { "class": "const", "name": "EPROGUNAVAIL", "type": "" }, { "class": "const", "name": "EPROTO", "type": "" }, { "class": "const", "name": "EPROTONOSUPPORT", "type": "" }, { "class": "const", "name": "EPROTOTYPE", "type": "" }, { "class": "const", "name": "EPWROFF", "type": "" }, { "class": "const", "name": "ERANGE", "type": "" }, { "class": "const", "name": "EREMOTE", "type": "" }, { "class": "const", "name": "EROFS", "type": "" }, { "class": "const", "name": "ERPCMISMATCH", "type": "" }, { "class": "const", "name": "ESHLIBVERS", "type": "" }, { "class": "const", "name": "ESHUTDOWN", "type": "" }, { "class": "const", "name": "ESOCKTNOSUPPORT", "type": "" }, { "class": "const", "name": "ESPIPE", "type": "" }, { "class": "const", "name": "ESRCH", "type": "" }, { "class": "const", "name": "ESTALE", "type": "" }, { "class": "const", "name": "ETIME", "type": "" }, { "class": "const", "name": "ETIMEDOUT", "type": "" }, { "class": "const", "name": "ETOOMANYREFS", "type": "" }, { "class": "const", "name": "ETXTBSY", "type": "" }, { "class": "const", "name": "EUSERS", "type": "" }, { "class": "const", "name": "EVFILT_AIO", "type": "" }, { "class": "const", "name": "EVFILT_FS", "type": "" }, { "class": "const", "name": "EVFILT_MACHPORT", "type": "" }, { "class": "const", "name": "EVFILT_PROC", "type": "" }, { "class": "const", "name": "EVFILT_READ", "type": "" }, { "class": "const", "name": "EVFILT_SIGNAL", "type": "" }, { "class": "const", "name": "EVFILT_SYSCOUNT", "type": "" }, { "class": "const", "name": "EVFILT_THREADMARKER", "type": "" }, { "class": "const", "name": "EVFILT_TIMER", "type": "" }, { "class": "const", "name": "EVFILT_USER", "type": "" }, { "class": "const", "name": "EVFILT_VM", "type": "" }, { "class": "const", "name": "EVFILT_VNODE", "type": "" }, { "class": "const", "name": "EVFILT_WRITE", "type": "" }, { "class": "const", "name": "EV_ADD", "type": "" }, { "class": "const", "name": "EV_CLEAR", "type": "" }, { "class": "const", "name": "EV_DELETE", "type": "" }, { "class": "const", "name": "EV_DISABLE", "type": "" }, { "class": "const", "name": "EV_DISPATCH", "type": "" }, { "class": "const", "name": "EV_ENABLE", "type": "" }, { "class": "const", "name": "EV_EOF", "type": "" }, { "class": "const", "name": "EV_ERROR", "type": "" }, { "class": "const", "name": "EV_FLAG0", "type": "" }, { "class": "const", "name": "EV_FLAG1", "type": "" }, { "class": "const", "name": "EV_ONESHOT", "type": "" }, { "class": "const", "name": "EV_OOBAND", "type": "" }, { "class": "const", "name": "EV_POLL", "type": "" }, { "class": "const", "name": "EV_RECEIPT", "type": "" }, { "class": "const", "name": "EV_SYSFLAGS", "type": "" }, { "class": "const", "name": "EWOULDBLOCK", "type": "" }, { "class": "const", "name": "EXDEV", "type": "" }, { "class": "const", "name": "EXTA", "type": "" }, { "class": "const", "name": "EXTB", "type": "" }, { "class": "const", "name": "EXTPROC", "type": "" }, { "class": "const", "name": "FD_CLOEXEC", "type": "" }, { "class": "const", "name": "FD_SETSIZE", "type": "" }, { "class": "const", "name": "FLUSHO", "type": "" }, { "class": "const", "name": "F_ADDFILESIGS", "type": "" }, { "class": "const", "name": "F_ADDSIGS", "type": "" }, { "class": "const", "name": "F_ALLOCATEALL", "type": "" }, { "class": "const", "name": "F_ALLOCATECONTIG", "type": "" }, { "class": "const", "name": "F_CHKCLEAN", "type": "" }, { "class": "const", "name": "F_DUPFD", "type": "" }, { "class": "const", "name": "F_DUPFD_CLOEXEC", "type": "" }, { "class": "const", "name": "F_FLUSH_DATA", "type": "" }, { "class": "const", "name": "F_FREEZE_FS", "type": "" }, { "class": "const", "name": "F_FULLFSYNC", "type": "" }, { "class": "const", "name": "F_GETFD", "type": "" }, { "class": "const", "name": "F_GETFL", "type": "" }, { "class": "const", "name": "F_GETLK", "type": "" }, { "class": "const", "name": "F_GETLKPID", "type": "" }, { "class": "const", "name": "F_GETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_GETOWN", "type": "" }, { "class": "const", "name": "F_GETPATH", "type": "" }, { "class": "const", "name": "F_GETPATH_MTMINFO", "type": "" }, { "class": "const", "name": "F_GETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_GLOBAL_NOCACHE", "type": "" }, { "class": "const", "name": "F_LOG2PHYS", "type": "" }, { "class": "const", "name": "F_LOG2PHYS_EXT", "type": "" }, { "class": "const", "name": "F_MARKDEPENDENCY", "type": "" }, { "class": "const", "name": "F_NOCACHE", "type": "" }, { "class": "const", "name": "F_NODIRECT", "type": "" }, { "class": "const", "name": "F_OK", "type": "" }, { "class": "const", "name": "F_PATHPKG_CHECK", "type": "" }, { "class": "const", "name": "F_PEOFPOSMODE", "type": "" }, { "class": "const", "name": "F_PREALLOCATE", "type": "" }, { "class": "const", "name": "F_RDADVISE", "type": "" }, { "class": "const", "name": "F_RDAHEAD", "type": "" }, { "class": "const", "name": "F_RDLCK", "type": "" }, { "class": "const", "name": "F_READBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_SETBACKINGSTORE", "type": "" }, { "class": "const", "name": "F_SETFD", "type": "" }, { "class": "const", "name": "F_SETFL", "type": "" }, { "class": "const", "name": "F_SETLK", "type": "" }, { "class": "const", "name": "F_SETLKW", "type": "" }, { "class": "const", "name": "F_SETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_SETOWN", "type": "" }, { "class": "const", "name": "F_SETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_SETSIZE", "type": "" }, { "class": "const", "name": "F_THAW_FS", "type": "" }, { "class": "const", "name": "F_UNLCK", "type": "" }, { "class": "const", "name": "F_VOLPOSMODE", "type": "" }, { "class": "const", "name": "F_WRITEBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_WRLCK", "type": "" }, { "class": "const", "name": "HUPCL", "type": "" }, { "class": "const", "name": "ICANON", "type": "" }, { "class": "const", "name": "ICMP6_FILTER", "type": "" }, { "class": "const", "name": "ICRNL", "type": "" }, { "class": "const", "name": "IEXTEN", "type": "" }, { "class": "const", "name": "IFF_ALLMULTI", "type": "" }, { "class": "const", "name": "IFF_ALTPHYS", "type": "" }, { "class": "const", "name": "IFF_BROADCAST", "type": "" }, { "class": "const", "name": "IFF_DEBUG", "type": "" }, { "class": "const", "name": "IFF_LINK0", "type": "" }, { "class": "const", "name": "IFF_LINK1", "type": "" }, { "class": "const", "name": "IFF_LINK2", "type": "" }, { "class": "const", "name": "IFF_LOOPBACK", "type": "" }, { "class": "const", "name": "IFF_MULTICAST", "type": "" }, { "class": "const", "name": "IFF_NOARP", "type": "" }, { "class": "const", "name": "IFF_NOTRAILERS", "type": "" }, { "class": "const", "name": "IFF_OACTIVE", "type": "" }, { "class": "const", "name": "IFF_POINTOPOINT", "type": "" }, { "class": "const", "name": "IFF_PROMISC", "type": "" }, { "class": "const", "name": "IFF_RUNNING", "type": "" }, { "class": "const", "name": "IFF_SIMPLEX", "type": "" }, { "class": "const", "name": "IFF_UP", "type": "" }, { "class": "const", "name": "IFNAMSIZ", "type": "" }, { "class": "const", "name": "IFT_1822", "type": "" }, { "class": "const", "name": "IFT_AAL5", "type": "" }, { "class": "const", "name": "IFT_ARCNET", "type": "" }, { "class": "const", "name": "IFT_ARCNETPLUS", "type": "" }, { "class": "const", "name": "IFT_ATM", "type": "" }, { "class": "const", "name": "IFT_BRIDGE", "type": "" }, { "class": "const", "name": "IFT_CARP", "type": "" }, { "class": "const", "name": "IFT_CELLULAR", "type": "" }, { "class": "const", "name": "IFT_CEPT", "type": "" }, { "class": "const", "name": "IFT_DS3", "type": "" }, { "class": "const", "name": "IFT_ENC", "type": "" }, { "class": "const", "name": "IFT_EON", "type": "" }, { "class": "const", "name": "IFT_ETHER", "type": "" }, { "class": "const", "name": "IFT_FAITH", "type": "" }, { "class": "const", "name": "IFT_FDDI", "type": "" }, { "class": "const", "name": "IFT_FRELAY", "type": "" }, { "class": "const", "name": "IFT_FRELAYDCE", "type": "" }, { "class": "const", "name": "IFT_GIF", "type": "" }, { "class": "const", "name": "IFT_HDH1822", "type": "" }, { "class": "const", "name": "IFT_HIPPI", "type": "" }, { "class": "const", "name": "IFT_HSSI", "type": "" }, { "class": "const", "name": "IFT_HY", "type": "" }, { "class": "const", "name": "IFT_IEEE1394", "type": "" }, { "class": "const", "name": "IFT_IEEE8023ADLAG", "type": "" }, { "class": "const", "name": "IFT_ISDNBASIC", "type": "" }, { "class": "const", "name": "IFT_ISDNPRIMARY", "type": "" }, { "class": "const", "name": "IFT_ISO88022LLC", "type": "" }, { "class": "const", "name": "IFT_ISO88023", "type": "" }, { "class": "const", "name": "IFT_ISO88024", "type": "" }, { "class": "const", "name": "IFT_ISO88025", "type": "" }, { "class": "const", "name": "IFT_ISO88026", "type": "" }, { "class": "const", "name": "IFT_L2VLAN", "type": "" }, { "class": "const", "name": "IFT_LAPB", "type": "" }, { "class": "const", "name": "IFT_LOCALTALK", "type": "" }, { "class": "const", "name": "IFT_LOOP", "type": "" }, { "class": "const", "name": "IFT_MIOX25", "type": "" }, { "class": "const", "name": "IFT_MODEM", "type": "" }, { "class": "const", "name": "IFT_NSIP", "type": "" }, { "class": "const", "name": "IFT_OTHER", "type": "" }, { "class": "const", "name": "IFT_P10", "type": "" }, { "class": "const", "name": "IFT_P80", "type": "" }, { "class": "const", "name": "IFT_PARA", "type": "" }, { "class": "const", "name": "IFT_PDP", "type": "" }, { "class": "const", "name": "IFT_PFLOG", "type": "" }, { "class": "const", "name": "IFT_PFSYNC", "type": "" }, { "class": "const", "name": "IFT_PPP", "type": "" }, { "class": "const", "name": "IFT_PROPMUX", "type": "" }, { "class": "const", "name": "IFT_PROPVIRTUAL", "type": "" }, { "class": "const", "name": "IFT_PTPSERIAL", "type": "" }, { "class": "const", "name": "IFT_RS232", "type": "" }, { "class": "const", "name": "IFT_SDLC", "type": "" }, { "class": "const", "name": "IFT_SIP", "type": "" }, { "class": "const", "name": "IFT_SLIP", "type": "" }, { "class": "const", "name": "IFT_SMDSDXI", "type": "" }, { "class": "const", "name": "IFT_SMDSICIP", "type": "" }, { "class": "const", "name": "IFT_SONET", "type": "" }, { "class": "const", "name": "IFT_SONETPATH", "type": "" }, { "class": "const", "name": "IFT_SONETVT", "type": "" }, { "class": "const", "name": "IFT_STARLAN", "type": "" }, { "class": "const", "name": "IFT_STF", "type": "" }, { "class": "const", "name": "IFT_T1", "type": "" }, { "class": "const", "name": "IFT_ULTRA", "type": "" }, { "class": "const", "name": "IFT_V35", "type": "" }, { "class": "const", "name": "IFT_X25", "type": "" }, { "class": "const", "name": "IFT_X25DDN", "type": "" }, { "class": "const", "name": "IFT_X25PLE", "type": "" }, { "class": "const", "name": "IFT_XETHER", "type": "" }, { "class": "const", "name": "IGNBRK", "type": "" }, { "class": "const", "name": "IGNCR", "type": "" }, { "class": "const", "name": "IGNPAR", "type": "" }, { "class": "const", "name": "IMAXBEL", "type": "" }, { "class": "const", "name": "INLCR", "type": "" }, { "class": "const", "name": "INPCK", "type": "" }, { "class": "const", "name": "IN_CLASSA_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSA_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSA_NET", "type": "" }, { "class": "const", "name": "IN_CLASSA_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSB_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSB_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSB_NET", "type": "" }, { "class": "const", "name": "IN_CLASSB_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSC_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSC_NET", "type": "" }, { "class": "const", "name": "IN_CLASSC_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSD_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSD_NET", "type": "" }, { "class": "const", "name": "IN_CLASSD_NSHIFT", "type": "" }, { "class": "const", "name": "IN_LINKLOCALNETNUM", "type": "" }, { "class": "const", "name": "IN_LOOPBACKNET", "type": "" }, { "class": "const", "name": "IPPROTO_3PC", "type": "" }, { "class": "const", "name": "IPPROTO_ADFS", "type": "" }, { "class": "const", "name": "IPPROTO_AH", "type": "" }, { "class": "const", "name": "IPPROTO_AHIP", "type": "" }, { "class": "const", "name": "IPPROTO_APES", "type": "" }, { "class": "const", "name": "IPPROTO_ARGUS", "type": "" }, { "class": "const", "name": "IPPROTO_AX25", "type": "" }, { "class": "const", "name": "IPPROTO_BHA", "type": "" }, { "class": "const", "name": "IPPROTO_BLT", "type": "" }, { "class": "const", "name": "IPPROTO_BRSATMON", "type": "" }, { "class": "const", "name": "IPPROTO_CFTP", "type": "" }, { "class": "const", "name": "IPPROTO_CHAOS", "type": "" }, { "class": "const", "name": "IPPROTO_CMTP", "type": "" }, { "class": "const", "name": "IPPROTO_CPHB", "type": "" }, { "class": "const", "name": "IPPROTO_CPNX", "type": "" }, { "class": "const", "name": "IPPROTO_DDP", "type": "" }, { "class": "const", "name": "IPPROTO_DGP", "type": "" }, { "class": "const", "name": "IPPROTO_DIVERT", "type": "" }, { "class": "const", "name": "IPPROTO_DONE", "type": "" }, { "class": "const", "name": "IPPROTO_DSTOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_EGP", "type": "" }, { "class": "const", "name": "IPPROTO_EMCON", "type": "" }, { "class": "const", "name": "IPPROTO_ENCAP", "type": "" }, { "class": "const", "name": "IPPROTO_EON", "type": "" }, { "class": "const", "name": "IPPROTO_ESP", "type": "" }, { "class": "const", "name": "IPPROTO_ETHERIP", "type": "" }, { "class": "const", "name": "IPPROTO_FRAGMENT", "type": "" }, { "class": "const", "name": "IPPROTO_GGP", "type": "" }, { "class": "const", "name": "IPPROTO_GMTP", "type": "" }, { "class": "const", "name": "IPPROTO_GRE", "type": "" }, { "class": "const", "name": "IPPROTO_HELLO", "type": "" }, { "class": "const", "name": "IPPROTO_HMP", "type": "" }, { "class": "const", "name": "IPPROTO_HOPOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_ICMP", "type": "" }, { "class": "const", "name": "IPPROTO_ICMPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IDP", "type": "" }, { "class": "const", "name": "IPPROTO_IDPR", "type": "" }, { "class": "const", "name": "IPPROTO_IDRP", "type": "" }, { "class": "const", "name": "IPPROTO_IGMP", "type": "" }, { "class": "const", "name": "IPPROTO_IGP", "type": "" }, { "class": "const", "name": "IPPROTO_IGRP", "type": "" }, { "class": "const", "name": "IPPROTO_IL", "type": "" }, { "class": "const", "name": "IPPROTO_INLSP", "type": "" }, { "class": "const", "name": "IPPROTO_INP", "type": "" }, { "class": "const", "name": "IPPROTO_IP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCOMP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCV", "type": "" }, { "class": "const", "name": "IPPROTO_IPEIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPPC", "type": "" }, { "class": "const", "name": "IPPROTO_IPV4", "type": "" }, { "class": "const", "name": "IPPROTO_IPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IRTP", "type": "" }, { "class": "const", "name": "IPPROTO_KRYPTOLAN", "type": "" }, { "class": "const", "name": "IPPROTO_LARP", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF1", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF2", "type": "" }, { "class": "const", "name": "IPPROTO_MAX", "type": "" }, { "class": "const", "name": "IPPROTO_MAXID", "type": "" }, { "class": "const", "name": "IPPROTO_MEAS", "type": "" }, { "class": "const", "name": "IPPROTO_MHRP", "type": "" }, { "class": "const", "name": "IPPROTO_MICP", "type": "" }, { "class": "const", "name": "IPPROTO_MTP", "type": "" }, { "class": "const", "name": "IPPROTO_MUX", "type": "" }, { "class": "const", "name": "IPPROTO_ND", "type": "" }, { "class": "const", "name": "IPPROTO_NHRP", "type": "" }, { "class": "const", "name": "IPPROTO_NONE", "type": "" }, { "class": "const", "name": "IPPROTO_NSP", "type": "" }, { "class": "const", "name": "IPPROTO_NVPII", "type": "" }, { "class": "const", "name": "IPPROTO_OSPFIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PGM", "type": "" }, { "class": "const", "name": "IPPROTO_PIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PIM", "type": "" }, { "class": "const", "name": "IPPROTO_PRM", "type": "" }, { "class": "const", "name": "IPPROTO_PUP", "type": "" }, { "class": "const", "name": "IPPROTO_PVP", "type": "" }, { "class": "const", "name": "IPPROTO_RAW", "type": "" }, { "class": "const", "name": "IPPROTO_RCCMON", "type": "" }, { "class": "const", "name": "IPPROTO_RDP", "type": "" }, { "class": "const", "name": "IPPROTO_ROUTING", "type": "" }, { "class": "const", "name": "IPPROTO_RSVP", "type": "" }, { "class": "const", "name": "IPPROTO_RVD", "type": "" }, { "class": "const", "name": "IPPROTO_SATEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_SATMON", "type": "" }, { "class": "const", "name": "IPPROTO_SCCSP", "type": "" }, { "class": "const", "name": "IPPROTO_SCTP", "type": "" }, { "class": "const", "name": "IPPROTO_SDRP", "type": "" }, { "class": "const", "name": "IPPROTO_SEP", "type": "" }, { "class": "const", "name": "IPPROTO_SRPC", "type": "" }, { "class": "const", "name": "IPPROTO_ST", "type": "" }, { "class": "const", "name": "IPPROTO_SVMTP", "type": "" }, { "class": "const", "name": "IPPROTO_SWIPE", "type": "" }, { "class": "const", "name": "IPPROTO_TCF", "type": "" }, { "class": "const", "name": "IPPROTO_TCP", "type": "" }, { "class": "const", "name": "IPPROTO_TP", "type": "" }, { "class": "const", "name": "IPPROTO_TPXX", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK1", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK2", "type": "" }, { "class": "const", "name": "IPPROTO_TTP", "type": "" }, { "class": "const", "name": "IPPROTO_UDP", "type": "" }, { "class": "const", "name": "IPPROTO_VINES", "type": "" }, { "class": "const", "name": "IPPROTO_VISA", "type": "" }, { "class": "const", "name": "IPPROTO_VMTP", "type": "" }, { "class": "const", "name": "IPPROTO_WBEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_WBMON", "type": "" }, { "class": "const", "name": "IPPROTO_WSN", "type": "" }, { "class": "const", "name": "IPPROTO_XNET", "type": "" }, { "class": "const", "name": "IPPROTO_XTP", "type": "" }, { "class": "const", "name": "IPV6_2292DSTOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292HOPLIMIT", "type": "" }, { "class": "const", "name": "IPV6_2292HOPOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292NEXTHOP", "type": "" }, { "class": "const", "name": "IPV6_2292PKTINFO", "type": "" }, { "class": "const", "name": "IPV6_2292PKTOPTIONS", "type": "" }, { "class": "const", "name": "IPV6_2292RTHDR", "type": "" }, { "class": "const", "name": "IPV6_BINDV6ONLY", "type": "" }, { "class": "const", "name": "IPV6_BOUND_IF", "type": "" }, { "class": "const", "name": "IPV6_CHECKSUM", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_DEFHLIM", "type": "" }, { "class": "const", "name": "IPV6_FAITH", "type": "" }, { "class": "const", "name": "IPV6_FLOWINFO_MASK", "type": "" }, { "class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": "" }, { "class": "const", "name": "IPV6_FRAGTTL", "type": "" }, { "class": "const", "name": "IPV6_FW_ADD", "type": "" }, { "class": "const", "name": "IPV6_FW_DEL", "type": "" }, { "class": "const", "name": "IPV6_FW_FLUSH", "type": "" }, { "class": "const", "name": "IPV6_FW_GET", "type": "" }, { "class": "const", "name": "IPV6_FW_ZERO", "type": "" }, { "class": "const", "name": "IPV6_HLIMDEC", "type": "" }, { "class": "const", "name": "IPV6_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IPV6_JOIN_GROUP", "type": "" }, { "class": "const", "name": "IPV6_LEAVE_GROUP", "type": "" }, { "class": "const", "name": "IPV6_MAXHLIM", "type": "" }, { "class": "const", "name": "IPV6_MAXOPTHDR", "type": "" }, { "class": "const", "name": "IPV6_MAXPACKET", "type": "" }, { "class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MMTU", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IPV6_RECVTCLASS", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_LOOSE", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_STRICT", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": "" }, { "class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": "" }, { "class": "const", "name": "IPV6_TCLASS", "type": "" }, { "class": "const", "name": "IPV6_UNICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_V6ONLY", "type": "" }, { "class": "const", "name": "IPV6_VERSION", "type": "" }, { "class": "const", "name": "IPV6_VERSION_MASK", "type": "" }, { "class": "const", "name": "IP_ADD_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_BLOCK_SOURCE", "type": "" }, { "class": "const", "name": "IP_BOUND_IF", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_DF", "type": "" }, { "class": "const", "name": "IP_DROP_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_DEL", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_FLUSH", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_GET", "type": "" }, { "class": "const", "name": "IP_FAITH", "type": "" }, { "class": "const", "name": "IP_FW_ADD", "type": "" }, { "class": "const", "name": "IP_FW_DEL", "type": "" }, { "class": "const", "name": "IP_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_FW_GET", "type": "" }, { "class": "const", "name": "IP_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_HDRINCL", "type": "" }, { "class": "const", "name": "IP_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IP_MAXPACKET", "type": "" }, { "class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MF", "type": "" }, { "class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MSFILTER", "type": "" }, { "class": "const", "name": "IP_MSS", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IFINDEX", "type": "" }, { "class": "const", "name": "IP_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_MULTICAST_VIF", "type": "" }, { "class": "const", "name": "IP_NAT__XXX", "type": "" }, { "class": "const", "name": "IP_OFFMASK", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ADD", "type": "" }, { "class": "const", "name": "IP_OLD_FW_DEL", "type": "" }, { "class": "const", "name": "IP_OLD_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_OLD_FW_GET", "type": "" }, { "class": "const", "name": "IP_OLD_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_OPTIONS", "type": "" }, { "class": "const", "name": "IP_PKTINFO", "type": "" }, { "class": "const", "name": "IP_PORTRANGE", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IP_RECVDSTADDR", "type": "" }, { "class": "const", "name": "IP_RECVIF", "type": "" }, { "class": "const", "name": "IP_RECVOPTS", "type": "" }, { "class": "const", "name": "IP_RECVPKTINFO", "type": "" }, { "class": "const", "name": "IP_RECVRETOPTS", "type": "" }, { "class": "const", "name": "IP_RECVTTL", "type": "" }, { "class": "const", "name": "IP_RETOPTS", "type": "" }, { "class": "const", "name": "IP_RF", "type": "" }, { "class": "const", "name": "IP_RSVP_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_ON", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_ON", "type": "" }, { "class": "const", "name": "IP_STRIPHDR", "type": "" }, { "class": "const", "name": "IP_TOS", "type": "" }, { "class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": "" }, { "class": "const", "name": "IP_TTL", "type": "" }, { "class": "const", "name": "IP_UNBLOCK_SOURCE", "type": "" }, { "class": "const", "name": "ISIG", "type": "" }, { "class": "const", "name": "ISTRIP", "type": "" }, { "class": "const", "name": "IUTF8", "type": "" }, { "class": "const", "name": "IXANY", "type": "" }, { "class": "const", "name": "IXOFF", "type": "" }, { "class": "const", "name": "IXON", "type": "" }, { "class": "const", "name": "ImplementsGetwd", "type": "" }, { "class": "const", "name": "LOCK_EX", "type": "" }, { "class": "const", "name": "LOCK_NB", "type": "" }, { "class": "const", "name": "LOCK_SH", "type": "" }, { "class": "const", "name": "LOCK_UN", "type": "" }, { "class": "const", "name": "MADV_CAN_REUSE", "type": "" }, { "class": "const", "name": "MADV_DONTNEED", "type": "" }, { "class": "const", "name": "MADV_FREE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSABLE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSE", "type": "" }, { "class": "const", "name": "MADV_NORMAL", "type": "" }, { "class": "const", "name": "MADV_RANDOM", "type": "" }, { "class": "const", "name": "MADV_SEQUENTIAL", "type": "" }, { "class": "const", "name": "MADV_WILLNEED", "type": "" }, { "class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": "" }, { "class": "const", "name": "MAP_ANON", "type": "" }, { "class": "const", "name": "MAP_COPY", "type": "" }, { "class": "const", "name": "MAP_FILE", "type": "" }, { "class": "const", "name": "MAP_FIXED", "type": "" }, { "class": "const", "name": "MAP_HASSEMAPHORE", "type": "" }, { "class": "const", "name": "MAP_JIT", "type": "" }, { "class": "const", "name": "MAP_NOCACHE", "type": "" }, { "class": "const", "name": "MAP_NOEXTEND", "type": "" }, { "class": "const", "name": "MAP_NORESERVE", "type": "" }, { "class": "const", "name": "MAP_PRIVATE", "type": "" }, { "class": "const", "name": "MAP_RENAME", "type": "" }, { "class": "const", "name": "MAP_RESERVED0080", "type": "" }, { "class": "const", "name": "MAP_SHARED", "type": "" }, { "class": "const", "name": "MCL_CURRENT", "type": "" }, { "class": "const", "name": "MCL_FUTURE", "type": "" }, { "class": "const", "name": "MSG_CTRUNC", "type": "" }, { "class": "const", "name": "MSG_DONTROUTE", "type": "" }, { "class": "const", "name": "MSG_DONTWAIT", "type": "" }, { "class": "const", "name": "MSG_EOF", "type": "" }, { "class": "const", "name": "MSG_EOR", "type": "" }, { "class": "const", "name": "MSG_FLUSH", "type": "" }, { "class": "const", "name": "MSG_HAVEMORE", "type": "" }, { "class": "const", "name": "MSG_HOLD", "type": "" }, { "class": "const", "name": "MSG_NEEDSA", "type": "" }, { "class": "const", "name": "MSG_OOB", "type": "" }, { "class": "const", "name": "MSG_PEEK", "type": "" }, { "class": "const", "name": "MSG_RCVMORE", "type": "" }, { "class": "const", "name": "MSG_SEND", "type": "" }, { "class": "const", "name": "MSG_TRUNC", "type": "" }, { "class": "const", "name": "MSG_WAITALL", "type": "" }, { "class": "const", "name": "MSG_WAITSTREAM", "type": "" }, { "class": "const", "name": "MS_ASYNC", "type": "" }, { "class": "const", "name": "MS_DEACTIVATE", "type": "" }, { "class": "const", "name": "MS_INVALIDATE", "type": "" }, { "class": "const", "name": "MS_KILLPAGES", "type": "" }, { "class": "const", "name": "MS_SYNC", "type": "" }, { "class": "const", "name": "NAME_MAX", "type": "" }, { "class": "const", "name": "NET_RT_DUMP", "type": "" }, { "class": "const", "name": "NET_RT_DUMP2", "type": "" }, { "class": "const", "name": "NET_RT_FLAGS", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST2", "type": "" }, { "class": "const", "name": "NET_RT_MAXID", "type": "" }, { "class": "const", "name": "NET_RT_STAT", "type": "" }, { "class": "const", "name": "NET_RT_TRASH", "type": "" }, { "class": "const", "name": "NOFLSH", "type": "" }, { "class": "const", "name": "NOTE_ABSOLUTE", "type": "" }, { "class": "const", "name": "NOTE_ATTRIB", "type": "" }, { "class": "const", "name": "NOTE_CHILD", "type": "" }, { "class": "const", "name": "NOTE_DELETE", "type": "" }, { "class": "const", "name": "NOTE_EXEC", "type": "" }, { "class": "const", "name": "NOTE_EXIT", "type": "" }, { "class": "const", "name": "NOTE_EXITSTATUS", "type": "" }, { "class": "const", "name": "NOTE_EXTEND", "type": "" }, { "class": "const", "name": "NOTE_FFAND", "type": "" }, { "class": "const", "name": "NOTE_FFCOPY", "type": "" }, { "class": "const", "name": "NOTE_FFCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_FFLAGSMASK", "type": "" }, { "class": "const", "name": "NOTE_FFNOP", "type": "" }, { "class": "const", "name": "NOTE_FFOR", "type": "" }, { "class": "const", "name": "NOTE_FORK", "type": "" }, { "class": "const", "name": "NOTE_LINK", "type": "" }, { "class": "const", "name": "NOTE_LOWAT", "type": "" }, { "class": "const", "name": "NOTE_NONE", "type": "" }, { "class": "const", "name": "NOTE_NSECONDS", "type": "" }, { "class": "const", "name": "NOTE_PCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_PDATAMASK", "type": "" }, { "class": "const", "name": "NOTE_REAP", "type": "" }, { "class": "const", "name": "NOTE_RENAME", "type": "" }, { "class": "const", "name": "NOTE_RESOURCEEND", "type": "" }, { "class": "const", "name": "NOTE_REVOKE", "type": "" }, { "class": "const", "name": "NOTE_SECONDS", "type": "" }, { "class": "const", "name": "NOTE_SIGNAL", "type": "" }, { "class": "const", "name": "NOTE_TRACK", "type": "" }, { "class": "const", "name": "NOTE_TRACKERR", "type": "" }, { "class": "const", "name": "NOTE_TRIGGER", "type": "" }, { "class": "const", "name": "NOTE_USECONDS", "type": "" }, { "class": "const", "name": "NOTE_VM_ERROR", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_WRITE", "type": "" }, { "class": "const", "name": "OCRNL", "type": "" }, { "class": "const", "name": "OFDEL", "type": "" }, { "class": "const", "name": "OFILL", "type": "" }, { "class": "const", "name": "ONLCR", "type": "" }, { "class": "const", "name": "ONLRET", "type": "" }, { "class": "const", "name": "ONOCR", "type": "" }, { "class": "const", "name": "ONOEOT", "type": "" }, { "class": "const", "name": "OPOST", "type": "" }, { "class": "const", "name": "O_ACCMODE", "type": "" }, { "class": "const", "name": "O_ALERT", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_ASYNC", "type": "" }, { "class": "const", "name": "O_CLOEXEC", "type": "" }, { "class": "const", "name": "O_CREAT", "type": "" }, { "class": "const", "name": "O_DIRECTORY", "type": "" }, { "class": "const", "name": "O_DSYNC", "type": "" }, { "class": "const", "name": "O_EVTONLY", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_EXLOCK", "type": "" }, { "class": "const", "name": "O_FSYNC", "type": "" }, { "class": "const", "name": "O_NDELAY", "type": "" }, { "class": "const", "name": "O_NOCTTY", "type": "" }, { "class": "const", "name": "O_NOFOLLOW", "type": "" }, { "class": "const", "name": "O_NONBLOCK", "type": "" }, { "class": "const", "name": "O_POPUP", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SHLOCK", "type": "" }, { "class": "const", "name": "O_SYMLINK", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PARENB", "type": "" }, { "class": "const", "name": "PARMRK", "type": "" }, { "class": "const", "name": "PARODD", "type": "" }, { "class": "const", "name": "PENDIN", "type": "" }, { "class": "const", "name": "PRIO_PGRP", "type": "" }, { "class": "const", "name": "PRIO_PROCESS", "type": "" }, { "class": "const", "name": "PRIO_USER", "type": "" }, { "class": "const", "name": "PROT_EXEC", "type": "" }, { "class": "const", "name": "PROT_NONE", "type": "" }, { "class": "const", "name": "PROT_READ", "type": "" }, { "class": "const", "name": "PROT_WRITE", "type": "" }, { "class": "const", "name": "PTRACE_CONT", "type": "" }, { "class": "const", "name": "PTRACE_KILL", "type": "" }, { "class": "const", "name": "PTRACE_TRACEME", "type": "" }, { "class": "const", "name": "PT_ATTACH", "type": "" }, { "class": "const", "name": "PT_ATTACHEXC", "type": "" }, { "class": "const", "name": "PT_CONTINUE", "type": "" }, { "class": "const", "name": "PT_DENY_ATTACH", "type": "" }, { "class": "const", "name": "PT_DETACH", "type": "" }, { "class": "const", "name": "PT_FIRSTMACH", "type": "" }, { "class": "const", "name": "PT_FORCEQUOTA", "type": "" }, { "class": "const", "name": "PT_KILL", "type": "" }, { "class": "const", "name": "PT_READ_D", "type": "" }, { "class": "const", "name": "PT_READ_I", "type": "" }, { "class": "const", "name": "PT_READ_U", "type": "" }, { "class": "const", "name": "PT_SIGEXC", "type": "" }, { "class": "const", "name": "PT_STEP", "type": "" }, { "class": "const", "name": "PT_THUPDATE", "type": "" }, { "class": "const", "name": "PT_TRACE_ME", "type": "" }, { "class": "const", "name": "PT_WRITE_D", "type": "" }, { "class": "const", "name": "PT_WRITE_I", "type": "" }, { "class": "const", "name": "PT_WRITE_U", "type": "" }, { "class": "const", "name": "RLIMIT_AS", "type": "" }, { "class": "const", "name": "RLIMIT_CORE", "type": "" }, { "class": "const", "name": "RLIMIT_CPU", "type": "" }, { "class": "const", "name": "RLIMIT_DATA", "type": "" }, { "class": "const", "name": "RLIMIT_FSIZE", "type": "" }, { "class": "const", "name": "RLIMIT_NOFILE", "type": "" }, { "class": "const", "name": "RLIMIT_STACK", "type": "" }, { "class": "const", "name": "RLIM_INFINITY", "type": "" }, { "class": "const", "name": "RTAX_AUTHOR", "type": "" }, { "class": "const", "name": "RTAX_BRD", "type": "" }, { "class": "const", "name": "RTAX_DST", "type": "" }, { "class": "const", "name": "RTAX_GATEWAY", "type": "" }, { "class": "const", "name": "RTAX_GENMASK", "type": "" }, { "class": "const", "name": "RTAX_IFA", "type": "" }, { "class": "const", "name": "RTAX_IFP", "type": "" }, { "class": "const", "name": "RTAX_MAX", "type": "" }, { "class": "const", "name": "RTAX_NETMASK", "type": "" }, { "class": "const", "name": "RTA_AUTHOR", "type": "" }, { "class": "const", "name": "RTA_BRD", "type": "" }, { "class": "const", "name": "RTA_DST", "type": "" }, { "class": "const", "name": "RTA_GATEWAY", "type": "" }, { "class": "const", "name": "RTA_GENMASK", "type": "" }, { "class": "const", "name": "RTA_IFA", "type": "" }, { "class": "const", "name": "RTA_IFP", "type": "" }, { "class": "const", "name": "RTA_NETMASK", "type": "" }, { "class": "const", "name": "RTF_BLACKHOLE", "type": "" }, { "class": "const", "name": "RTF_BROADCAST", "type": "" }, { "class": "const", "name": "RTF_CLONING", "type": "" }, { "class": "const", "name": "RTF_CONDEMNED", "type": "" }, { "class": "const", "name": "RTF_DELCLONE", "type": "" }, { "class": "const", "name": "RTF_DONE", "type": "" }, { "class": "const", "name": "RTF_DYNAMIC", "type": "" }, { "class": "const", "name": "RTF_GATEWAY", "type": "" }, { "class": "const", "name": "RTF_HOST", "type": "" }, { "class": "const", "name": "RTF_IFREF", "type": "" }, { "class": "const", "name": "RTF_IFSCOPE", "type": "" }, { "class": "const", "name": "RTF_LLINFO", "type": "" }, { "class": "const", "name": "RTF_LOCAL", "type": "" }, { "class": "const", "name": "RTF_MODIFIED", "type": "" }, { "class": "const", "name": "RTF_MULTICAST", "type": "" }, { "class": "const", "name": "RTF_PINNED", "type": "" }, { "class": "const", "name": "RTF_PRCLONING", "type": "" }, { "class": "const", "name": "RTF_PROTO1", "type": "" }, { "class": "const", "name": "RTF_PROTO2", "type": "" }, { "class": "const", "name": "RTF_PROTO3", "type": "" }, { "class": "const", "name": "RTF_REJECT", "type": "" }, { "class": "const", "name": "RTF_STATIC", "type": "" }, { "class": "const", "name": "RTF_UP", "type": "" }, { "class": "const", "name": "RTF_WASCLONED", "type": "" }, { "class": "const", "name": "RTF_XRESOLVE", "type": "" }, { "class": "const", "name": "RTM_ADD", "type": "" }, { "class": "const", "name": "RTM_CHANGE", "type": "" }, { "class": "const", "name": "RTM_DELADDR", "type": "" }, { "class": "const", "name": "RTM_DELETE", "type": "" }, { "class": "const", "name": "RTM_DELMADDR", "type": "" }, { "class": "const", "name": "RTM_GET", "type": "" }, { "class": "const", "name": "RTM_GET2", "type": "" }, { "class": "const", "name": "RTM_IFINFO", "type": "" }, { "class": "const", "name": "RTM_IFINFO2", "type": "" }, { "class": "const", "name": "RTM_LOCK", "type": "" }, { "class": "const", "name": "RTM_LOSING", "type": "" }, { "class": "const", "name": "RTM_MISS", "type": "" }, { "class": "const", "name": "RTM_NEWADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR2", "type": "" }, { "class": "const", "name": "RTM_OLDADD", "type": "" }, { "class": "const", "name": "RTM_OLDDEL", "type": "" }, { "class": "const", "name": "RTM_REDIRECT", "type": "" }, { "class": "const", "name": "RTM_RESOLVE", "type": "" }, { "class": "const", "name": "RTM_RTTUNIT", "type": "" }, { "class": "const", "name": "RTM_VERSION", "type": "" }, { "class": "const", "name": "RTV_EXPIRE", "type": "" }, { "class": "const", "name": "RTV_HOPCOUNT", "type": "" }, { "class": "const", "name": "RTV_MTU", "type": "" }, { "class": "const", "name": "RTV_RPIPE", "type": "" }, { "class": "const", "name": "RTV_RTT", "type": "" }, { "class": "const", "name": "RTV_RTTVAR", "type": "" }, { "class": "const", "name": "RTV_SPIPE", "type": "" }, { "class": "const", "name": "RTV_SSTHRESH", "type": "" }, { "class": "const", "name": "RUSAGE_CHILDREN", "type": "" }, { "class": "const", "name": "RUSAGE_SELF", "type": "" }, { "class": "const", "name": "SCM_CREDS", "type": "" }, { "class": "const", "name": "SCM_RIGHTS", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SHUT_RD", "type": "" }, { "class": "const", "name": "SHUT_RDWR", "type": "" }, { "class": "const", "name": "SHUT_WR", "type": "" }, { "class": "const", "name": "SIGABRT", "type": "" }, { "class": "const", "name": "SIGALRM", "type": "" }, { "class": "const", "name": "SIGBUS", "type": "" }, { "class": "const", "name": "SIGCHLD", "type": "" }, { "class": "const", "name": "SIGCONT", "type": "" }, { "class": "const", "name": "SIGEMT", "type": "" }, { "class": "const", "name": "SIGFPE", "type": "" }, { "class": "const", "name": "SIGHUP", "type": "" }, { "class": "const", "name": "SIGILL", "type": "" }, { "class": "const", "name": "SIGINFO", "type": "" }, { "class": "const", "name": "SIGINT", "type": "" }, { "class": "const", "name": "SIGIO", "type": "" }, { "class": "const", "name": "SIGIOT", "type": "" }, { "class": "const", "name": "SIGKILL", "type": "" }, { "class": "const", "name": "SIGPIPE", "type": "" }, { "class": "const", "name": "SIGPROF", "type": "" }, { "class": "const", "name": "SIGQUIT", "type": "" }, { "class": "const", "name": "SIGSEGV", "type": "" }, { "class": "const", "name": "SIGSTOP", "type": "" }, { "class": "const", "name": "SIGSYS", "type": "" }, { "class": "const", "name": "SIGTERM", "type": "" }, { "class": "const", "name": "SIGTRAP", "type": "" }, { "class": "const", "name": "SIGTSTP", "type": "" }, { "class": "const", "name": "SIGTTIN", "type": "" }, { "class": "const", "name": "SIGTTOU", "type": "" }, { "class": "const", "name": "SIGURG", "type": "" }, { "class": "const", "name": "SIGUSR1", "type": "" }, { "class": "const", "name": "SIGUSR2", "type": "" }, { "class": "const", "name": "SIGVTALRM", "type": "" }, { "class": "const", "name": "SIGWINCH", "type": "" }, { "class": "const", "name": "SIGXCPU", "type": "" }, { "class": "const", "name": "SIGXFSZ", "type": "" }, { "class": "const", "name": "SIOCADDMULTI", "type": "" }, { "class": "const", "name": "SIOCAIFADDR", "type": "" }, { "class": "const", "name": "SIOCALIFADDR", "type": "" }, { "class": "const", "name": "SIOCARPIPLL", "type": "" }, { "class": "const", "name": "SIOCATMARK", "type": "" }, { "class": "const", "name": "SIOCAUTOADDR", "type": "" }, { "class": "const", "name": "SIOCAUTONETMASK", "type": "" }, { "class": "const", "name": "SIOCDELMULTI", "type": "" }, { "class": "const", "name": "SIOCDIFADDR", "type": "" }, { "class": "const", "name": "SIOCDIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCDLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCGETSGCNT", "type": "" }, { "class": "const", "name": "SIOCGETVIFCNT", "type": "" }, { "class": "const", "name": "SIOCGETVLAN", "type": "" }, { "class": "const", "name": "SIOCGHIWAT", "type": "" }, { "class": "const", "name": "SIOCGIFADDR", "type": "" }, { "class": "const", "name": "SIOCGIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCGIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCGIFBOND", "type": "" }, { "class": "const", "name": "SIOCGIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCGIFCAP", "type": "" }, { "class": "const", "name": "SIOCGIFCONF", "type": "" }, { "class": "const", "name": "SIOCGIFDEVMTU", "type": "" }, { "class": "const", "name": "SIOCGIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCGIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCGIFKPI", "type": "" }, { "class": "const", "name": "SIOCGIFMAC", "type": "" }, { "class": "const", "name": "SIOCGIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCGIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCGIFMTU", "type": "" }, { "class": "const", "name": "SIOCGIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCGIFPDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFPHYS", "type": "" }, { "class": "const", "name": "SIOCGIFPSRCADDR", "type": "" }, { "class": "const", "name": "SIOCGIFSTATUS", "type": "" }, { "class": "const", "name": "SIOCGIFVLAN", "type": "" }, { "class": "const", "name": "SIOCGIFWAKEFLAGS", "type": "" }, { "class": "const", "name": "SIOCGLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCGLOWAT", "type": "" }, { "class": "const", "name": "SIOCGPGRP", "type": "" }, { "class": "const", "name": "SIOCIFCREATE", "type": "" }, { "class": "const", "name": "SIOCIFCREATE2", "type": "" }, { "class": "const", "name": "SIOCIFDESTROY", "type": "" }, { "class": "const", "name": "SIOCRSLVMULTI", "type": "" }, { "class": "const", "name": "SIOCSDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCSETVLAN", "type": "" }, { "class": "const", "name": "SIOCSHIWAT", "type": "" }, { "class": "const", "name": "SIOCSIFADDR", "type": "" }, { "class": "const", "name": "SIOCSIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCSIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCSIFBOND", "type": "" }, { "class": "const", "name": "SIOCSIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCSIFCAP", "type": "" }, { "class": "const", "name": "SIOCSIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCSIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCSIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCSIFKPI", "type": "" }, { "class": "const", "name": "SIOCSIFLLADDR", "type": "" }, { "class": "const", "name": "SIOCSIFMAC", "type": "" }, { "class": "const", "name": "SIOCSIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCSIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCSIFMTU", "type": "" }, { "class": "const", "name": "SIOCSIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCSIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSIFPHYS", "type": "" }, { "class": "const", "name": "SIOCSIFVLAN", "type": "" }, { "class": "const", "name": "SIOCSLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSLOWAT", "type": "" }, { "class": "const", "name": "SIOCSPGRP", "type": "" }, { "class": "const", "name": "SOCK_DGRAM", "type": "" }, { "class": "const", "name": "SOCK_MAXADDRLEN", "type": "" }, { "class": "const", "name": "SOCK_RAW", "type": "" }, { "class": "const", "name": "SOCK_RDM", "type": "" }, { "class": "const", "name": "SOCK_SEQPACKET", "type": "" }, { "class": "const", "name": "SOCK_STREAM", "type": "" }, { "class": "const", "name": "SOL_SOCKET", "type": "" }, { "class": "const", "name": "SOMAXCONN", "type": "" }, { "class": "const", "name": "SO_ACCEPTCONN", "type": "" }, { "class": "const", "name": "SO_BROADCAST", "type": "" }, { "class": "const", "name": "SO_DEBUG", "type": "" }, { "class": "const", "name": "SO_DONTROUTE", "type": "" }, { "class": "const", "name": "SO_DONTTRUNC", "type": "" }, { "class": "const", "name": "SO_ERROR", "type": "" }, { "class": "const", "name": "SO_KEEPALIVE", "type": "" }, { "class": "const", "name": "SO_LABEL", "type": "" }, { "class": "const", "name": "SO_LINGER", "type": "" }, { "class": "const", "name": "SO_LINGER_SEC", "type": "" }, { "class": "const", "name": "SO_NKE", "type": "" }, { "class": "const", "name": "SO_NOADDRERR", "type": "" }, { "class": "const", "name": "SO_NOSIGPIPE", "type": "" }, { "class": "const", "name": "SO_NOTIFYCONFLICT", "type": "" }, { "class": "const", "name": "SO_NP_EXTENSIONS", "type": "" }, { "class": "const", "name": "SO_NREAD", "type": "" }, { "class": "const", "name": "SO_NWRITE", "type": "" }, { "class": "const", "name": "SO_OOBINLINE", "type": "" }, { "class": "const", "name": "SO_PEERLABEL", "type": "" }, { "class": "const", "name": "SO_RANDOMPORT", "type": "" }, { "class": "const", "name": "SO_RCVBUF", "type": "" }, { "class": "const", "name": "SO_RCVLOWAT", "type": "" }, { "class": "const", "name": "SO_RCVTIMEO", "type": "" }, { "class": "const", "name": "SO_RESTRICTIONS", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYIN", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYOUT", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYSET", "type": "" }, { "class": "const", "name": "SO_REUSEADDR", "type": "" }, { "class": "const", "name": "SO_REUSEPORT", "type": "" }, { "class": "const", "name": "SO_REUSESHAREUID", "type": "" }, { "class": "const", "name": "SO_SNDBUF", "type": "" }, { "class": "const", "name": "SO_SNDLOWAT", "type": "" }, { "class": "const", "name": "SO_SNDTIMEO", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SO_TYPE", "type": "" }, { "class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": "" }, { "class": "const", "name": "SO_USELOOPBACK", "type": "" }, { "class": "const", "name": "SO_WANTMORE", "type": "" }, { "class": "const", "name": "SO_WANTOOBFLAG", "type": "" }, { "class": "const", "name": "SYS_ACCEPT", "type": "" }, { "class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_ACCESS", "type": "" }, { "class": "const", "name": "SYS_ACCESS_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_ACCT", "type": "" }, { "class": "const", "name": "SYS_ADD_PROFIL", "type": "" }, { "class": "const", "name": "SYS_ADJTIME", "type": "" }, { "class": "const", "name": "SYS_AIO_CANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_ERROR", "type": "" }, { "class": "const", "name": "SYS_AIO_FSYNC", "type": "" }, { "class": "const", "name": "SYS_AIO_READ", "type": "" }, { "class": "const", "name": "SYS_AIO_RETURN", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_WRITE", "type": "" }, { "class": "const", "name": "SYS_ATGETMSG", "type": "" }, { "class": "const", "name": "SYS_ATPGETREQ", "type": "" }, { "class": "const", "name": "SYS_ATPGETRSP", "type": "" }, { "class": "const", "name": "SYS_ATPSNDREQ", "type": "" }, { "class": "const", "name": "SYS_ATPSNDRSP", "type": "" }, { "class": "const", "name": "SYS_ATPUTMSG", "type": "" }, { "class": "const", "name": "SYS_ATSOCKET", "type": "" }, { "class": "const", "name": "SYS_AUDIT", "type": "" }, { "class": "const", "name": "SYS_AUDITCTL", "type": "" }, { "class": "const", "name": "SYS_AUDITON", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": "" }, { "class": "const", "name": "SYS_BIND", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": "" }, { "class": "const", "name": "SYS_CHDIR", "type": "" }, { "class": "const", "name": "SYS_CHFLAGS", "type": "" }, { "class": "const", "name": "SYS_CHMOD", "type": "" }, { "class": "const", "name": "SYS_CHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_CHOWN", "type": "" }, { "class": "const", "name": "SYS_CHROOT", "type": "" }, { "class": "const", "name": "SYS_CHUD", "type": "" }, { "class": "const", "name": "SYS_CLOSE", "type": "" }, { "class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_CONNECT", "type": "" }, { "class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_COPYFILE", "type": "" }, { "class": "const", "name": "SYS_CSOPS", "type": "" }, { "class": "const", "name": "SYS_DELETE", "type": "" }, { "class": "const", "name": "SYS_DUP", "type": "" }, { "class": "const", "name": "SYS_DUP2", "type": "" }, { "class": "const", "name": "SYS_EXCHANGEDATA", "type": "" }, { "class": "const", "name": "SYS_EXECVE", "type": "" }, { "class": "const", "name": "SYS_EXIT", "type": "" }, { "class": "const", "name": "SYS_FCHDIR", "type": "" }, { "class": "const", "name": "SYS_FCHFLAGS", "type": "" }, { "class": "const", "name": "SYS_FCHMOD", "type": "" }, { "class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FCHOWN", "type": "" }, { "class": "const", "name": "SYS_FCNTL", "type": "" }, { "class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FDATASYNC", "type": "" }, { "class": "const", "name": "SYS_FFSCTL", "type": "" }, { "class": "const", "name": "SYS_FGETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FGETXATTR", "type": "" }, { "class": "const", "name": "SYS_FHOPEN", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": "" }, { "class": "const", "name": "SYS_FLISTXATTR", "type": "" }, { "class": "const", "name": "SYS_FLOCK", "type": "" }, { "class": "const", "name": "SYS_FORK", "type": "" }, { "class": "const", "name": "SYS_FPATHCONF", "type": "" }, { "class": "const", "name": "SYS_FREMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_FSCTL", "type": "" }, { "class": "const", "name": "SYS_FSETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FSETXATTR", "type": "" }, { "class": "const", "name": "SYS_FSGETPATH", "type": "" }, { "class": "const", "name": "SYS_FSTAT", "type": "" }, { "class": "const", "name": "SYS_FSTAT64", "type": "" }, { "class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSTATFS", "type": "" }, { "class": "const", "name": "SYS_FSTATFS64", "type": "" }, { "class": "const", "name": "SYS_FSTATV", "type": "" }, { "class": "const", "name": "SYS_FSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSYNC", "type": "" }, { "class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FTRUNCATE", "type": "" }, { "class": "const", "name": "SYS_FUTIMES", "type": "" }, { "class": "const", "name": "SYS_GETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_GETAUID", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES64", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": "" }, { "class": "const", "name": "SYS_GETDTABLESIZE", "type": "" }, { "class": "const", "name": "SYS_GETEGID", "type": "" }, { "class": "const", "name": "SYS_GETEUID", "type": "" }, { "class": "const", "name": "SYS_GETFH", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT64", "type": "" }, { "class": "const", "name": "SYS_GETGID", "type": "" }, { "class": "const", "name": "SYS_GETGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETHOSTUUID", "type": "" }, { "class": "const", "name": "SYS_GETITIMER", "type": "" }, { "class": "const", "name": "SYS_GETLCID", "type": "" }, { "class": "const", "name": "SYS_GETLOGIN", "type": "" }, { "class": "const", "name": "SYS_GETPEERNAME", "type": "" }, { "class": "const", "name": "SYS_GETPGID", "type": "" }, { "class": "const", "name": "SYS_GETPGRP", "type": "" }, { "class": "const", "name": "SYS_GETPID", "type": "" }, { "class": "const", "name": "SYS_GETPPID", "type": "" }, { "class": "const", "name": "SYS_GETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_GETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_GETRUSAGE", "type": "" }, { "class": "const", "name": "SYS_GETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETSID", "type": "" }, { "class": "const", "name": "SYS_GETSOCKNAME", "type": "" }, { "class": "const", "name": "SYS_GETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_GETTID", "type": "" }, { "class": "const", "name": "SYS_GETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_GETUID", "type": "" }, { "class": "const", "name": "SYS_GETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETXATTR", "type": "" }, { "class": "const", "name": "SYS_IDENTITYSVC", "type": "" }, { "class": "const", "name": "SYS_INITGROUPS", "type": "" }, { "class": "const", "name": "SYS_IOCTL", "type": "" }, { "class": "const", "name": "SYS_IOPOLICYSYS", "type": "" }, { "class": "const", "name": "SYS_ISSETUGID", "type": "" }, { "class": "const", "name": "SYS_KDEBUG_TRACE", "type": "" }, { "class": "const", "name": "SYS_KEVENT", "type": "" }, { "class": "const", "name": "SYS_KEVENT64", "type": "" }, { "class": "const", "name": "SYS_KILL", "type": "" }, { "class": "const", "name": "SYS_KQUEUE", "type": "" }, { "class": "const", "name": "SYS_LCHOWN", "type": "" }, { "class": "const", "name": "SYS_LINK", "type": "" }, { "class": "const", "name": "SYS_LIO_LISTIO", "type": "" }, { "class": "const", "name": "SYS_LISTEN", "type": "" }, { "class": "const", "name": "SYS_LISTXATTR", "type": "" }, { "class": "const", "name": "SYS_LSEEK", "type": "" }, { "class": "const", "name": "SYS_LSTAT", "type": "" }, { "class": "const", "name": "SYS_LSTAT64", "type": "" }, { "class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_LSTATV", "type": "" }, { "class": "const", "name": "SYS_LSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MADVISE", "type": "" }, { "class": "const", "name": "SYS_MAXSYSCALL", "type": "" }, { "class": "const", "name": "SYS_MINCORE", "type": "" }, { "class": "const", "name": "SYS_MINHERIT", "type": "" }, { "class": "const", "name": "SYS_MKCOMPLEX", "type": "" }, { "class": "const", "name": "SYS_MKDIR", "type": "" }, { "class": "const", "name": "SYS_MKDIR_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKFIFO", "type": "" }, { "class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKNOD", "type": "" }, { "class": "const", "name": "SYS_MLOCK", "type": "" }, { "class": "const", "name": "SYS_MLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MMAP", "type": "" }, { "class": "const", "name": "SYS_MODWATCH", "type": "" }, { "class": "const", "name": "SYS_MOUNT", "type": "" }, { "class": "const", "name": "SYS_MPROTECT", "type": "" }, { "class": "const", "name": "SYS_MSGCTL", "type": "" }, { "class": "const", "name": "SYS_MSGGET", "type": "" }, { "class": "const", "name": "SYS_MSGRCV", "type": "" }, { "class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSND", "type": "" }, { "class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSYS", "type": "" }, { "class": "const", "name": "SYS_MSYNC", "type": "" }, { "class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MUNLOCK", "type": "" }, { "class": "const", "name": "SYS_MUNLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MUNMAP", "type": "" }, { "class": "const", "name": "SYS_NFSCLNT", "type": "" }, { "class": "const", "name": "SYS_NFSSVC", "type": "" }, { "class": "const", "name": "SYS_OPEN", "type": "" }, { "class": "const", "name": "SYS_OPEN_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_OPEN_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PATHCONF", "type": "" }, { "class": "const", "name": "SYS_PID_HIBERNATE", "type": "" }, { "class": "const", "name": "SYS_PID_RESUME", "type": "" }, { "class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": "" }, { "class": "const", "name": "SYS_PID_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_PIPE", "type": "" }, { "class": "const", "name": "SYS_POLL", "type": "" }, { "class": "const", "name": "SYS_POLL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_POSIX_SPAWN", "type": "" }, { "class": "const", "name": "SYS_PREAD", "type": "" }, { "class": "const", "name": "SYS_PREAD_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PROCESS_POLICY", "type": "" }, { "class": "const", "name": "SYS_PROC_INFO", "type": "" }, { "class": "const", "name": "SYS_PROFIL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": "" }, { "class": "const", "name": "SYS_PTRACE", "type": "" }, { "class": "const", "name": "SYS_PWRITE", "type": "" }, { "class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_QUOTACTL", "type": "" }, { "class": "const", "name": "SYS_READ", "type": "" }, { "class": "const", "name": "SYS_READLINK", "type": "" }, { "class": "const", "name": "SYS_READV", "type": "" }, { "class": "const", "name": "SYS_READV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_READ_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REBOOT", "type": "" }, { "class": "const", "name": "SYS_RECVFROM", "type": "" }, { "class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_RECVMSG", "type": "" }, { "class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_RENAME", "type": "" }, { "class": "const", "name": "SYS_REVOKE", "type": "" }, { "class": "const", "name": "SYS_RMDIR", "type": "" }, { "class": "const", "name": "SYS_SEARCHFS", "type": "" }, { "class": "const", "name": "SYS_SELECT", "type": "" }, { "class": "const", "name": "SYS_SELECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SEMCTL", "type": "" }, { "class": "const", "name": "SYS_SEMGET", "type": "" }, { "class": "const", "name": "SYS_SEMOP", "type": "" }, { "class": "const", "name": "SYS_SEMSYS", "type": "" }, { "class": "const", "name": "SYS_SEM_CLOSE", "type": "" }, { "class": "const", "name": "SYS_SEM_DESTROY", "type": "" }, { "class": "const", "name": "SYS_SEM_GETVALUE", "type": "" }, { "class": "const", "name": "SYS_SEM_INIT", "type": "" }, { "class": "const", "name": "SYS_SEM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SEM_POST", "type": "" }, { "class": "const", "name": "SYS_SEM_TRYWAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDFILE", "type": "" }, { "class": "const", "name": "SYS_SENDMSG", "type": "" }, { "class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDTO", "type": "" }, { "class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_SETAUID", "type": "" }, { "class": "const", "name": "SYS_SETEGID", "type": "" }, { "class": "const", "name": "SYS_SETEUID", "type": "" }, { "class": "const", "name": "SYS_SETGID", "type": "" }, { "class": "const", "name": "SYS_SETGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETITIMER", "type": "" }, { "class": "const", "name": "SYS_SETLCID", "type": "" }, { "class": "const", "name": "SYS_SETLOGIN", "type": "" }, { "class": "const", "name": "SYS_SETPGID", "type": "" }, { "class": "const", "name": "SYS_SETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_SETPRIVEXEC", "type": "" }, { "class": "const", "name": "SYS_SETREGID", "type": "" }, { "class": "const", "name": "SYS_SETREUID", "type": "" }, { "class": "const", "name": "SYS_SETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_SETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETSID", "type": "" }, { "class": "const", "name": "SYS_SETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_SETTID", "type": "" }, { "class": "const", "name": "SYS_SETTID_WITH_PID", "type": "" }, { "class": "const", "name": "SYS_SETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_SETUID", "type": "" }, { "class": "const", "name": "SYS_SETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETXATTR", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": "" }, { "class": "const", "name": "SYS_SHMAT", "type": "" }, { "class": "const", "name": "SYS_SHMCTL", "type": "" }, { "class": "const", "name": "SYS_SHMDT", "type": "" }, { "class": "const", "name": "SYS_SHMGET", "type": "" }, { "class": "const", "name": "SYS_SHMSYS", "type": "" }, { "class": "const", "name": "SYS_SHM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SHM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SHUTDOWN", "type": "" }, { "class": "const", "name": "SYS_SIGACTION", "type": "" }, { "class": "const", "name": "SYS_SIGALTSTACK", "type": "" }, { "class": "const", "name": "SYS_SIGPENDING", "type": "" }, { "class": "const", "name": "SYS_SIGPROCMASK", "type": "" }, { "class": "const", "name": "SYS_SIGRETURN", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SOCKET", "type": "" }, { "class": "const", "name": "SYS_SOCKETPAIR", "type": "" }, { "class": "const", "name": "SYS_STACK_SNAPSHOT", "type": "" }, { "class": "const", "name": "SYS_STAT", "type": "" }, { "class": "const", "name": "SYS_STAT64", "type": "" }, { "class": "const", "name": "SYS_STAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_STATFS", "type": "" }, { "class": "const", "name": "SYS_STATFS64", "type": "" }, { "class": "const", "name": "SYS_STATV", "type": "" }, { "class": "const", "name": "SYS_STAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_SWAPON", "type": "" }, { "class": "const", "name": "SYS_SYMLINK", "type": "" }, { "class": "const", "name": "SYS_SYNC", "type": "" }, { "class": "const", "name": "SYS_SYSCALL", "type": "" }, { "class": "const", "name": "SYS_THREAD_SELFID", "type": "" }, { "class": "const", "name": "SYS_TRUNCATE", "type": "" }, { "class": "const", "name": "SYS_UMASK", "type": "" }, { "class": "const", "name": "SYS_UMASK_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_UNDELETE", "type": "" }, { "class": "const", "name": "SYS_UNLINK", "type": "" }, { "class": "const", "name": "SYS_UNMOUNT", "type": "" }, { "class": "const", "name": "SYS_UTIMES", "type": "" }, { "class": "const", "name": "SYS_VFORK", "type": "" }, { "class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": "" }, { "class": "const", "name": "SYS_WAIT4", "type": "" }, { "class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WAITEVENT", "type": "" }, { "class": "const", "name": "SYS_WAITID", "type": "" }, { "class": "const", "name": "SYS_WAITID_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WATCHEVENT", "type": "" }, { "class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": "" }, { "class": "const", "name": "SYS_WORKQ_OPEN", "type": "" }, { "class": "const", "name": "SYS_WRITE", "type": "" }, { "class": "const", "name": "SYS_WRITEV", "type": "" }, { "class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": "" }, { "class": "const", "name": "SYS___MAC_EXECVE", "type": "" }, { "class": "const", "name": "SYS___MAC_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_SYSCALL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CANCELED", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_KILL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SYSCTL", "type": "" }, { "class": "const", "name": "S_IEXEC", "type": "" }, { "class": "const", "name": "S_IFBLK", "type": "" }, { "class": "const", "name": "S_IFCHR", "type": "" }, { "class": "const", "name": "S_IFDIR", "type": "" }, { "class": "const", "name": "S_IFIFO", "type": "" }, { "class": "const", "name": "S_IFLNK", "type": "" }, { "class": "const", "name": "S_IFMT", "type": "" }, { "class": "const", "name": "S_IFREG", "type": "" }, { "class": "const", "name": "S_IFSOCK", "type": "" }, { "class": "const", "name": "S_IFWHT", "type": "" }, { "class": "const", "name": "S_IREAD", "type": "" }, { "class": "const", "name": "S_IRGRP", "type": "" }, { "class": "const", "name": "S_IROTH", "type": "" }, { "class": "const", "name": "S_IRUSR", "type": "" }, { "class": "const", "name": "S_IRWXG", "type": "" }, { "class": "const", "name": "S_IRWXO", "type": "" }, { "class": "const", "name": "S_IRWXU", "type": "" }, { "class": "const", "name": "S_ISGID", "type": "" }, { "class": "const", "name": "S_ISTXT", "type": "" }, { "class": "const", "name": "S_ISUID", "type": "" }, { "class": "const", "name": "S_ISVTX", "type": "" }, { "class": "const", "name": "S_IWGRP", "type": "" }, { "class": "const", "name": "S_IWOTH", "type": "" }, { "class": "const", "name": "S_IWRITE", "type": "" }, { "class": "const", "name": "S_IWUSR", "type": "" }, { "class": "const", "name": "S_IXGRP", "type": "" }, { "class": "const", "name": "S_IXOTH", "type": "" }, { "class": "const", "name": "S_IXUSR", "type": "" }, { "class": "const", "name": "SizeofBpfHdr", "type": "" }, { "class": "const", "name": "SizeofBpfInsn", "type": "" }, { "class": "const", "name": "SizeofBpfProgram", "type": "" }, { "class": "const", "name": "SizeofBpfStat", "type": "" }, { "class": "const", "name": "SizeofBpfVersion", "type": "" }, { "class": "const", "name": "SizeofCmsghdr", "type": "" }, { "class": "const", "name": "SizeofICMPv6Filter", "type": "" }, { "class": "const", "name": "SizeofIPMreq", "type": "" }, { "class": "const", "name": "SizeofIPv6MTUInfo", "type": "" }, { "class": "const", "name": "SizeofIPv6Mreq", "type": "" }, { "class": "const", "name": "SizeofIfData", "type": "" }, { "class": "const", "name": "SizeofIfMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr2", "type": "" }, { "class": "const", "name": "SizeofInet4Pktinfo", "type": "" }, { "class": "const", "name": "SizeofInet6Pktinfo", "type": "" }, { "class": "const", "name": "SizeofLinger", "type": "" }, { "class": "const", "name": "SizeofMsghdr", "type": "" }, { "class": "const", "name": "SizeofRtMetrics", "type": "" }, { "class": "const", "name": "SizeofRtMsghdr", "type": "" }, { "class": "const", "name": "SizeofSockaddrAny", "type": "" }, { "class": "const", "name": "SizeofSockaddrDatalink", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet4", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet6", "type": "" }, { "class": "const", "name": "SizeofSockaddrUnix", "type": "" }, { "class": "const", "name": "TCIFLUSH", "type": "" }, { "class": "const", "name": "TCIOFLUSH", "type": "" }, { "class": "const", "name": "TCOFLUSH", "type": "" }, { "class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": "" }, { "class": "const", "name": "TCP_KEEPALIVE", "type": "" }, { "class": "const", "name": "TCP_MAXHLEN", "type": "" }, { "class": "const", "name": "TCP_MAXOLEN", "type": "" }, { "class": "const", "name": "TCP_MAXSEG", "type": "" }, { "class": "const", "name": "TCP_MAXWIN", "type": "" }, { "class": "const", "name": "TCP_MAX_SACK", "type": "" }, { "class": "const", "name": "TCP_MAX_WINSHIFT", "type": "" }, { "class": "const", "name": "TCP_MINMSS", "type": "" }, { "class": "const", "name": "TCP_MINMSSOVERLOAD", "type": "" }, { "class": "const", "name": "TCP_MSS", "type": "" }, { "class": "const", "name": "TCP_NODELAY", "type": "" }, { "class": "const", "name": "TCP_NOOPT", "type": "" }, { "class": "const", "name": "TCP_NOPUSH", "type": "" }, { "class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": "" }, { "class": "const", "name": "TCP_RXT_FINDROP", "type": "" }, { "class": "const", "name": "TCSAFLUSH", "type": "" }, { "class": "const", "name": "TIOCCBRK", "type": "" }, { "class": "const", "name": "TIOCCDTR", "type": "" }, { "class": "const", "name": "TIOCCONS", "type": "" }, { "class": "const", "name": "TIOCDCDTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCDRAIN", "type": "" }, { "class": "const", "name": "TIOCDSIMICROCODE", "type": "" }, { "class": "const", "name": "TIOCEXCL", "type": "" }, { "class": "const", "name": "TIOCEXT", "type": "" }, { "class": "const", "name": "TIOCFLUSH", "type": "" }, { "class": "const", "name": "TIOCGDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCGETA", "type": "" }, { "class": "const", "name": "TIOCGETD", "type": "" }, { "class": "const", "name": "TIOCGPGRP", "type": "" }, { "class": "const", "name": "TIOCGWINSZ", "type": "" }, { "class": "const", "name": "TIOCIXOFF", "type": "" }, { "class": "const", "name": "TIOCIXON", "type": "" }, { "class": "const", "name": "TIOCMBIC", "type": "" }, { "class": "const", "name": "TIOCMBIS", "type": "" }, { "class": "const", "name": "TIOCMGDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMGET", "type": "" }, { "class": "const", "name": "TIOCMODG", "type": "" }, { "class": "const", "name": "TIOCMODS", "type": "" }, { "class": "const", "name": "TIOCMSDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMSET", "type": "" }, { "class": "const", "name": "TIOCM_CAR", "type": "" }, { "class": "const", "name": "TIOCM_CD", "type": "" }, { "class": "const", "name": "TIOCM_CTS", "type": "" }, { "class": "const", "name": "TIOCM_DSR", "type": "" }, { "class": "const", "name": "TIOCM_DTR", "type": "" }, { "class": "const", "name": "TIOCM_LE", "type": "" }, { "class": "const", "name": "TIOCM_RI", "type": "" }, { "class": "const", "name": "TIOCM_RNG", "type": "" }, { "class": "const", "name": "TIOCM_RTS", "type": "" }, { "class": "const", "name": "TIOCM_SR", "type": "" }, { "class": "const", "name": "TIOCM_ST", "type": "" }, { "class": "const", "name": "TIOCNOTTY", "type": "" }, { "class": "const", "name": "TIOCNXCL", "type": "" }, { "class": "const", "name": "TIOCOUTQ", "type": "" }, { "class": "const", "name": "TIOCPKT", "type": "" }, { "class": "const", "name": "TIOCPKT_DATA", "type": "" }, { "class": "const", "name": "TIOCPKT_DOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHREAD", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": "" }, { "class": "const", "name": "TIOCPKT_IOCTL", "type": "" }, { "class": "const", "name": "TIOCPKT_NOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_START", "type": "" }, { "class": "const", "name": "TIOCPKT_STOP", "type": "" }, { "class": "const", "name": "TIOCPTYGNAME", "type": "" }, { "class": "const", "name": "TIOCPTYGRANT", "type": "" }, { "class": "const", "name": "TIOCPTYUNLK", "type": "" }, { "class": "const", "name": "TIOCREMOTE", "type": "" }, { "class": "const", "name": "TIOCSBRK", "type": "" }, { "class": "const", "name": "TIOCSCONS", "type": "" }, { "class": "const", "name": "TIOCSCTTY", "type": "" }, { "class": "const", "name": "TIOCSDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCSDTR", "type": "" }, { "class": "const", "name": "TIOCSETA", "type": "" }, { "class": "const", "name": "TIOCSETAF", "type": "" }, { "class": "const", "name": "TIOCSETAW", "type": "" }, { "class": "const", "name": "TIOCSETD", "type": "" }, { "class": "const", "name": "TIOCSIG", "type": "" }, { "class": "const", "name": "TIOCSPGRP", "type": "" }, { "class": "const", "name": "TIOCSTART", "type": "" }, { "class": "const", "name": "TIOCSTAT", "type": "" }, { "class": "const", "name": "TIOCSTI", "type": "" }, { "class": "const", "name": "TIOCSTOP", "type": "" }, { "class": "const", "name": "TIOCSWINSZ", "type": "" }, { "class": "const", "name": "TIOCTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCUCNTL", "type": "" }, { "class": "const", "name": "TOSTOP", "type": "" }, { "class": "const", "name": "VDISCARD", "type": "" }, { "class": "const", "name": "VDSUSP", "type": "" }, { "class": "const", "name": "VEOF", "type": "" }, { "class": "const", "name": "VEOL", "type": "" }, { "class": "const", "name": "VEOL2", "type": "" }, { "class": "const", "name": "VERASE", "type": "" }, { "class": "const", "name": "VINTR", "type": "" }, { "class": "const", "name": "VKILL", "type": "" }, { "class": "const", "name": "VLNEXT", "type": "" }, { "class": "const", "name": "VMIN", "type": "" }, { "class": "const", "name": "VQUIT", "type": "" }, { "class": "const", "name": "VREPRINT", "type": "" }, { "class": "const", "name": "VSTART", "type": "" }, { "class": "const", "name": "VSTATUS", "type": "" }, { "class": "const", "name": "VSTOP", "type": "" }, { "class": "const", "name": "VSUSP", "type": "" }, { "class": "const", "name": "VT0", "type": "" }, { "class": "const", "name": "VT1", "type": "" }, { "class": "const", "name": "VTDLY", "type": "" }, { "class": "const", "name": "VTIME", "type": "" }, { "class": "const", "name": "VWERASE", "type": "" }, { "class": "const", "name": "WCONTINUED", "type": "" }, { "class": "const", "name": "WCOREFLAG", "type": "" }, { "class": "const", "name": "WEXITED", "type": "" }, { "class": "const", "name": "WNOHANG", "type": "" }, { "class": "const", "name": "WNOWAIT", "type": "" }, { "class": "const", "name": "WORDSIZE", "type": "" }, { "class": "const", "name": "WSTOPPED", "type": "" }, { "class": "const", "name": "WUNTRACED", "type": "" }, { "class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)" }, { "class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)" }, { "class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)" }, { "class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)" }, { "class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)" }, { "class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)" }, { "class": "func", "name": "Chdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error" }, { "class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Chroot", "type": "func(path string) (err error)" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Close", "type": "func(fd int) (err error)" }, { "class": "func", "name": "CloseOnExec", "type": "func(fd int)" }, { "class": "func", "name": "CmsgLen", "type": "func(datalen int) int" }, { "class": "func", "name": "CmsgSpace", "type": "func(datalen int) int" }, { "class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)" }, { "class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)" }, { "class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Fchdir", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)" }, { "class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)" }, { "class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)" }, { "class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error" }, { "class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)" }, { "class": "func", "name": "FlushBpf", "type": "func(fd int) error" }, { "class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)" }, { "class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)" }, { "class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "Fsync", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)" }, { "class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)" }, { "class": "func", "name": "Getdtablesize", "type": "func() (size int)" }, { "class": "func", "name": "Getegid", "type": "func() (egid int)" }, { "class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)" }, { "class": "func", "name": "Geteuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)" }, { "class": "func", "name": "Getgid", "type": "func() (gid int)" }, { "class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)" }, { "class": "func", "name": "Getpgrp", "type": "func() (pgrp int)" }, { "class": "func", "name": "Getpid", "type": "func() (pid int)" }, { "class": "func", "name": "Getppid", "type": "func() (ppid int)" }, { "class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)" }, { "class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)" }, { "class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)" }, { "class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)" }, { "class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)" }, { "class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)" }, { "class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)" }, { "class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)" }, { "class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)" }, { "class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)" }, { "class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Getuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getwd", "type": "func() (string, error)" }, { "class": "func", "name": "Issetugid", "type": "func() (tainted bool)" }, { "class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)" }, { "class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)" }, { "class": "func", "name": "Kqueue", "type": "func() (fd int, err error)" }, { "class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Link", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)" }, { "class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)" }, { "class": "func", "name": "Mlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Mlockall", "type": "func(flags int) (err error)" }, { "class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)" }, { "class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)" }, { "class": "func", "name": "Munlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Munlockall", "type": "func() (err error)" }, { "class": "func", "name": "Munmap", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)" }, { "class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)" }, { "class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)" }, { "class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)" }, { "class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)" }, { "class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)" }, { "class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)" }, { "class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)" }, { "class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)" }, { "class": "func", "name": "Pipe", "type": "func(p []int) (err error)" }, { "class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)" }, { "class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)" }, { "class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Rename", "type": "func(from string, to string) (err error)" }, { "class": "func", "name": "Revoke", "type": "func(path string) (err error)" }, { "class": "func", "name": "Rmdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)" }, { "class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)" }, { "class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)" }, { "class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)" }, { "class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)" }, { "class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)" }, { "class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)" }, { "class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error" }, { "class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)" }, { "class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)" }, { "class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error" }, { "class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error" }, { "class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error" }, { "class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)" }, { "class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)" }, { "class": "func", "name": "Setegid", "type": "func(egid int) (err error)" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "Seteuid", "type": "func(euid int) (err error)" }, { "class": "func", "name": "Setgid", "type": "func(gid int) (err error)" }, { "class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)" }, { "class": "func", "name": "Setlogin", "type": "func(name string) (err error)" }, { "class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)" }, { "class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)" }, { "class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)" }, { "class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)" }, { "class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)" }, { "class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Setsid", "type": "func() (pid int, err error)" }, { "class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)" }, { "class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error" }, { "class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)" }, { "class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)" }, { "class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)" }, { "class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)" }, { "class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)" }, { "class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)" }, { "class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)" }, { "class": "func", "name": "Setuid", "type": "func(uid int) (err error)" }, { "class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)" }, { "class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)" }, { "class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)" }, { "class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)" }, { "class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)" }, { "class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "StringBytePtr", "type": "func(s string) *byte" }, { "class": "func", "name": "StringByteSlice", "type": "func(s string) []byte" }, { "class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte" }, { "class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Sync", "type": "func() (err error)" }, { "class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)" }, { "class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)" }, { "class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64" }, { "class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64" }, { "class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)" }, { "class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)" }, { "class": "func", "name": "Undelete", "type": "func(path string) (err error)" }, { "class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte" }, { "class": "func", "name": "Unlink", "type": "func(path string) (err error)" }, { "class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error" }, { "class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)" }, { "class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "type", "name": "BpfHdr", "type": "struct" }, { "class": "type", "name": "BpfInsn", "type": "struct" }, { "class": "type", "name": "BpfProgram", "type": "struct" }, { "class": "type", "name": "BpfStat", "type": "struct" }, { "class": "type", "name": "BpfVersion", "type": "struct" }, { "class": "type", "name": "Cmsghdr", "type": "struct" }, { "class": "type", "name": "Credential", "type": "struct" }, { "class": "type", "name": "Dirent", "type": "struct" }, { "class": "type", "name": "Errno", "type": "uintptr" }, { "class": "type", "name": "Fbootstraptransfer_t", "type": "struct" }, { "class": "type", "name": "FdSet", "type": "struct" }, { "class": "type", "name": "Flock_t", "type": "struct" }, { "class": "type", "name": "Fsid", "type": "struct" }, { "class": "type", "name": "Fstore_t", "type": "struct" }, { "class": "type", "name": "ICMPv6Filter", "type": "struct" }, { "class": "type", "name": "IPMreq", "type": "struct" }, { "class": "type", "name": "IPv6MTUInfo", "type": "struct" }, { "class": "type", "name": "IPv6Mreq", "type": "struct" }, { "class": "type", "name": "IfData", "type": "struct" }, { "class": "type", "name": "IfMsghdr", "type": "struct" }, { "class": "type", "name": "IfaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr2", "type": "struct" }, { "class": "type", "name": "Inet4Pktinfo", "type": "struct" }, { "class": "type", "name": "Inet6Pktinfo", "type": "struct" }, { "class": "type", "name": "InterfaceAddrMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct" }, { "class": "type", "name": "Iovec", "type": "struct" }, { "class": "type", "name": "Kevent_t", "type": "struct" }, { "class": "type", "name": "Linger", "type": "struct" }, { "class": "type", "name": "Log2phys_t", "type": "struct" }, { "class": "type", "name": "Msghdr", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Radvisory_t", "type": "struct" }, { "class": "type", "name": "RawSockaddr", "type": "struct" }, { "class": "type", "name": "RawSockaddrAny", "type": "struct" }, { "class": "type", "name": "RawSockaddrDatalink", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet4", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet6", "type": "struct" }, { "class": "type", "name": "RawSockaddrUnix", "type": "struct" }, { "class": "type", "name": "Rlimit", "type": "struct" }, { "class": "type", "name": "RouteMessage", "type": "struct" }, { "class": "type", "name": "RoutingMessage", "type": "interface" }, { "class": "type", "name": "RtMetrics", "type": "struct" }, { "class": "type", "name": "RtMsghdr", "type": "struct" }, { "class": "type", "name": "Rusage", "type": "struct" }, { "class": "type", "name": "Signal", "type": "int" }, { "class": "type", "name": "Sockaddr", "type": "interface" }, { "class": "type", "name": "SockaddrDatalink", "type": "struct" }, { "class": "type", "name": "SockaddrInet4", "type": "struct" }, { "class": "type", "name": "SockaddrInet6", "type": "struct" }, { "class": "type", "name": "SockaddrUnix", "type": "struct" }, { "class": "type", "name": "SocketControlMessage", "type": "struct" }, { "class": "type", "name": "Stat_t", "type": "struct" }, { "class": "type", "name": "Statfs_t", "type": "struct" }, { "class": "type", "name": "SysProcAttr", "type": "struct" }, { "class": "type", "name": "Termios", "type": "struct" }, { "class": "type", "name": "Timespec", "type": "struct" }, { "class": "type", "name": "Timeval", "type": "struct" }, { "class": "type", "name": "Timeval32", "type": "struct" }, { "class": "type", "name": "WaitStatus", "type": "uint32" }, { "class": "var", "name": "ForkLock", "type": "sync.RWMutex" }, { "class": "var", "name": "SocketDisableIPv6", "type": "bool" }, { "class": "var", "name": "Stderr", "type": "int" }, { "class": "var", "name": "Stdin", "type": "int" }, { "class": "var", "name": "Stdout", "type": "int"},{ "class": "const", "name": "MinRead", "type": "" }, { "class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int" }, { "class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool" }, { "class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool" }, { "class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool" }, { "class": "func", "name": "Fields", "type": "func(s []byte) [][]byte" }, { "class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte" }, { "class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool" }, { "class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool" }, { "class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int" }, { "class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte" }, { "class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte" }, { "class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer" }, { "class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer" }, { "class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader" }, { "class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte" }, { "class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte" }, { "class": "func", "name": "Runes", "type": "func(s []byte) []rune" }, { "class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "Title", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLower", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToTitle", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToUpper", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte" }, { "class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte" }, { "class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte" }, { "class": "type", "name": "Buffer", "type": "struct" }, { "class": "type", "name": "Reader", "type": "struct" }, { "class": "var", "name": "ErrTooLarge", "type": "error" }, { "class": "const", "name": "Bad", "type": "" }, { "class": "const", "name": "Con", "type": "" }, { "class": "const", "name": "FilterFuncDuplicates", "type": "" }, { "class": "const", "name": "FilterImportDuplicates", "type": "" }, { "class": "const", "name": "FilterUnassociatedComments", "type": "" }, { "class": "const", "name": "Fun", "type": "" }, { "class": "const", "name": "Lbl", "type": "" }, { "class": "const", "name": "Pkg", "type": "" }, { "class": "const", "name": "RECV", "type": "" }, { "class": "const", "name": "SEND", "type": "" }, { "class": "const", "name": "Typ", "type": "" }, { "class": "const", "name": "Var", "type": "" }, { "class": "func", "name": "FileExports", "type": "func(src *ast.File) bool" }, { "class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool" }, { "class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool" }, { "class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool" }, { "class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) (err error)" }, { "class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)" }, { "class": "func", "name": "IsExported", "type": "func(name string) bool" }, { "class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File" }, { "class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap" }, { "class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident" }, { "class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object" }, { "class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)" }, { "class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope" }, { "class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool" }, { "class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool" }, { "class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error" }, { "class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)" }, { "class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)" }, { "class": "type", "name": "ArrayType", "type": "struct" }, { "class": "type", "name": "AssignStmt", "type": "struct" }, { "class": "type", "name": "BadDecl", "type": "struct" }, { "class": "type", "name": "BadExpr", "type": "struct" }, { "class": "type", "name": "BadStmt", "type": "struct" }, { "class": "type", "name": "BasicLit", "type": "struct" }, { "class": "type", "name": "BinaryExpr", "type": "struct" }, { "class": "type", "name": "BlockStmt", "type": "struct" }, { "class": "type", "name": "BranchStmt", "type": "struct" }, { "class": "type", "name": "CallExpr", "type": "struct" }, { "class": "type", "name": "CaseClause", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "ChanType", "type": "struct" }, { "class": "type", "name": "CommClause", "type": "struct" }, { "class": "type", "name": "Comment", "type": "struct" }, { "class": "type", "name": "CommentGroup", "type": "struct" }, { "class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup" }, { "class": "type", "name": "CompositeLit", "type": "struct" }, { "class": "type", "name": "Decl", "type": "interface" }, { "class": "type", "name": "DeclStmt", "type": "struct" }, { "class": "type", "name": "DeferStmt", "type": "struct" }, { "class": "type", "name": "Ellipsis", "type": "struct" }, { "class": "type", "name": "EmptyStmt", "type": "struct" }, { "class": "type", "name": "Expr", "type": "interface" }, { "class": "type", "name": "ExprStmt", "type": "struct" }, { "class": "type", "name": "Field", "type": "struct" }, { "class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool" }, { "class": "type", "name": "FieldList", "type": "struct" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "Filter", "type": "func(string) bool" }, { "class": "type", "name": "ForStmt", "type": "struct" }, { "class": "type", "name": "FuncDecl", "type": "struct" }, { "class": "type", "name": "FuncLit", "type": "struct" }, { "class": "type", "name": "FuncType", "type": "struct" }, { "class": "type", "name": "GenDecl", "type": "struct" }, { "class": "type", "name": "GoStmt", "type": "struct" }, { "class": "type", "name": "Ident", "type": "struct" }, { "class": "type", "name": "IfStmt", "type": "struct" }, { "class": "type", "name": "ImportSpec", "type": "struct" }, { "class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)" }, { "class": "type", "name": "IncDecStmt", "type": "struct" }, { "class": "type", "name": "IndexExpr", "type": "struct" }, { "class": "type", "name": "InterfaceType", "type": "struct" }, { "class": "type", "name": "KeyValueExpr", "type": "struct" }, { "class": "type", "name": "LabeledStmt", "type": "struct" }, { "class": "type", "name": "MapType", "type": "struct" }, { "class": "type", "name": "MergeMode", "type": "uint" }, { "class": "type", "name": "Node", "type": "interface" }, { "class": "type", "name": "ObjKind", "type": "int" }, { "class": "type", "name": "Object", "type": "struct" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "ParenExpr", "type": "struct" }, { "class": "type", "name": "RangeStmt", "type": "struct" }, { "class": "type", "name": "ReturnStmt", "type": "struct" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "SelectStmt", "type": "struct" }, { "class": "type", "name": "SelectorExpr", "type": "struct" }, { "class": "type", "name": "SendStmt", "type": "struct" }, { "class": "type", "name": "SliceExpr", "type": "struct" }, { "class": "type", "name": "Spec", "type": "interface" }, { "class": "type", "name": "StarExpr", "type": "struct" }, { "class": "type", "name": "Stmt", "type": "interface" }, { "class": "type", "name": "StructType", "type": "struct" }, { "class": "type", "name": "SwitchStmt", "type": "struct" }, { "class": "type", "name": "TypeAssertExpr", "type": "struct" }, { "class": "type", "name": "TypeSpec", "type": "struct" }, { "class": "type", "name": "TypeSwitchStmt", "type": "struct" }, { "class": "type", "name": "UnaryExpr", "type": "struct" }, { "class": "type", "name": "ValueSpec", "type": "struct" }, { "class": "type", "name": "Visitor", "type": "interface" }, { "class": "const", "name": "ADD", "type": "" }, { "class": "const", "name": "ADD_ASSIGN", "type": "" }, { "class": "const", "name": "AND", "type": "" }, { "class": "const", "name": "AND_ASSIGN", "type": "" }, { "class": "const", "name": "AND_NOT", "type": "" }, { "class": "const", "name": "AND_NOT_ASSIGN", "type": "" }, { "class": "const", "name": "ARROW", "type": "" }, { "class": "const", "name": "ASSIGN", "type": "" }, { "class": "const", "name": "BREAK", "type": "" }, { "class": "const", "name": "CASE", "type": "" }, { "class": "const", "name": "CHAN", "type": "" }, { "class": "const", "name": "CHAR", "type": "" }, { "class": "const", "name": "COLON", "type": "" }, { "class": "const", "name": "COMMA", "type": "" }, { "class": "const", "name": "COMMENT", "type": "" }, { "class": "const", "name": "CONST", "type": "" }, { "class": "const", "name": "CONTINUE", "type": "" }, { "class": "const", "name": "DEC", "type": "" }, { "class": "const", "name": "DEFAULT", "type": "" }, { "class": "const", "name": "DEFER", "type": "" }, { "class": "const", "name": "DEFINE", "type": "" }, { "class": "const", "name": "ELLIPSIS", "type": "" }, { "class": "const", "name": "ELSE", "type": "" }, { "class": "const", "name": "EOF", "type": "" }, { "class": "const", "name": "EQL", "type": "" }, { "class": "const", "name": "FALLTHROUGH", "type": "" }, { "class": "const", "name": "FLOAT", "type": "" }, { "class": "const", "name": "FOR", "type": "" }, { "class": "const", "name": "FUNC", "type": "" }, { "class": "const", "name": "GEQ", "type": "" }, { "class": "const", "name": "GO", "type": "" }, { "class": "const", "name": "GOTO", "type": "" }, { "class": "const", "name": "GTR", "type": "" }, { "class": "const", "name": "HighestPrec", "type": "" }, { "class": "const", "name": "IDENT", "type": "" }, { "class": "const", "name": "IF", "type": "" }, { "class": "const", "name": "ILLEGAL", "type": "" }, { "class": "const", "name": "IMAG", "type": "" }, { "class": "const", "name": "IMPORT", "type": "" }, { "class": "const", "name": "INC", "type": "" }, { "class": "const", "name": "INT", "type": "" }, { "class": "const", "name": "INTERFACE", "type": "" }, { "class": "const", "name": "LAND", "type": "" }, { "class": "const", "name": "LBRACE", "type": "" }, { "class": "const", "name": "LBRACK", "type": "" }, { "class": "const", "name": "LEQ", "type": "" }, { "class": "const", "name": "LOR", "type": "" }, { "class": "const", "name": "LPAREN", "type": "" }, { "class": "const", "name": "LSS", "type": "" }, { "class": "const", "name": "LowestPrec", "type": "" }, { "class": "const", "name": "MAP", "type": "" }, { "class": "const", "name": "MUL", "type": "" }, { "class": "const", "name": "MUL_ASSIGN", "type": "" }, { "class": "const", "name": "NEQ", "type": "" }, { "class": "const", "name": "NOT", "type": "" }, { "class": "const", "name": "NoPos", "type": "" }, { "class": "const", "name": "OR", "type": "" }, { "class": "const", "name": "OR_ASSIGN", "type": "" }, { "class": "const", "name": "PACKAGE", "type": "" }, { "class": "const", "name": "PERIOD", "type": "" }, { "class": "const", "name": "QUO", "type": "" }, { "class": "const", "name": "QUO_ASSIGN", "type": "" }, { "class": "const", "name": "RANGE", "type": "" }, { "class": "const", "name": "RBRACE", "type": "" }, { "class": "const", "name": "RBRACK", "type": "" }, { "class": "const", "name": "REM", "type": "" }, { "class": "const", "name": "REM_ASSIGN", "type": "" }, { "class": "const", "name": "RETURN", "type": "" }, { "class": "const", "name": "RPAREN", "type": "" }, { "class": "const", "name": "SELECT", "type": "" }, { "class": "const", "name": "SEMICOLON", "type": "" }, { "class": "const", "name": "SHL", "type": "" }, { "class": "const", "name": "SHL_ASSIGN", "type": "" }, { "class": "const", "name": "SHR", "type": "" }, { "class": "const", "name": "SHR_ASSIGN", "type": "" }, { "class": "const", "name": "STRING", "type": "" }, { "class": "const", "name": "STRUCT", "type": "" }, { "class": "const", "name": "SUB", "type": "" }, { "class": "const", "name": "SUB_ASSIGN", "type": "" }, { "class": "const", "name": "SWITCH", "type": "" }, { "class": "const", "name": "TYPE", "type": "" }, { "class": "const", "name": "UnaryPrec", "type": "" }, { "class": "const", "name": "VAR", "type": "" }, { "class": "const", "name": "XOR", "type": "" }, { "class": "const", "name": "XOR_ASSIGN", "type": "" }, { "class": "func", "name": "Lookup", "type": "func(ident string) token.Token" }, { "class": "func", "name": "NewFileSet", "type": "func() *token.FileSet" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileSet", "type": "struct" }, { "class": "type", "name": "Pos", "type": "int" }, { "class": "type", "name": "Position", "type": "struct" }, { "class": "type", "name": "Token", "type": "int" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "Byte", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "FieldVal", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "IsBoolean", "type": "" }, { "class": "const", "name": "IsComplex", "type": "" }, { "class": "const", "name": "IsConstType", "type": "" }, { "class": "const", "name": "IsFloat", "type": "" }, { "class": "const", "name": "IsInteger", "type": "" }, { "class": "const", "name": "IsNumeric", "type": "" }, { "class": "const", "name": "IsOrdered", "type": "" }, { "class": "const", "name": "IsString", "type": "" }, { "class": "const", "name": "IsUnsigned", "type": "" }, { "class": "const", "name": "IsUntyped", "type": "" }, { "class": "const", "name": "MethodExpr", "type": "" }, { "class": "const", "name": "MethodVal", "type": "" }, { "class": "const", "name": "RecvOnly", "type": "" }, { "class": "const", "name": "Rune", "type": "" }, { "class": "const", "name": "SendOnly", "type": "" }, { "class": "const", "name": "SendRecv", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "const", "name": "UntypedBool", "type": "" }, { "class": "const", "name": "UntypedComplex", "type": "" }, { "class": "const", "name": "UntypedFloat", "type": "" }, { "class": "const", "name": "UntypedInt", "type": "" }, { "class": "const", "name": "UntypedNil", "type": "" }, { "class": "const", "name": "UntypedRune", "type": "" }, { "class": "const", "name": "UntypedString", "type": "" }, { "class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool" }, { "class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "Comparable", "type": "func(T types.Type) bool" }, { "class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()" }, { "class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (tv types.TypeAndValue, err error)" }, { "class": "func", "name": "ExprString", "type": "func(x ast.Expr) string" }, { "class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string" }, { "class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool" }, { "class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool" }, { "class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool" }, { "class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)" }, { "class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)" }, { "class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array" }, { "class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan" }, { "class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker" }, { "class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const" }, { "class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var" }, { "class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func" }, { "class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface" }, { "class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label" }, { "class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map" }, { "class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet" }, { "class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named" }, { "class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package" }, { "class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName" }, { "class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer" }, { "class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope" }, { "class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature" }, { "class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice" }, { "class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct" }, { "class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple" }, { "class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName" }, { "class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string" }, { "class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier" }, { "class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string" }, { "class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string" }, { "class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)" }, { "class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)" }, { "class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)" }, { "class": "type", "name": "Array", "type": "struct" }, { "class": "type", "name": "Basic", "type": "struct" }, { "class": "type", "name": "BasicInfo", "type": "int" }, { "class": "type", "name": "BasicKind", "type": "int" }, { "class": "type", "name": "Builtin", "type": "struct" }, { "class": "type", "name": "Chan", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Checker", "type": "struct" }, { "class": "type", "name": "Config", "type": "struct" }, { "class": "type", "name": "Const", "type": "struct" }, { "class": "type", "name": "Error", "type": "struct" }, { "class": "type", "name": "Func", "type": "struct" }, { "class": "type", "name": "ImportMode", "type": "int" }, { "class": "type", "name": "Importer", "type": "interface" }, { "class": "type", "name": "ImporterFrom", "type": "interface" }, { "class": "type", "name": "Info", "type": "struct" }, { "class": "type", "name": "Initializer", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "Label", "type": "struct" }, { "class": "type", "name": "Map", "type": "struct" }, { "class": "type", "name": "MethodSet", "type": "struct" }, { "class": "type", "name": "Named", "type": "struct" }, { "class": "type", "name": "Nil", "type": "struct" }, { "class": "type", "name": "Object", "type": "interface" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "PkgName", "type": "struct" }, { "class": "type", "name": "Pointer", "type": "struct" }, { "class": "type", "name": "Qualifier", "type": "func(*types.Package) string" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "Selection", "type": "struct" }, { "class": "type", "name": "SelectionKind", "type": "int" }, { "class": "type", "name": "Signature", "type": "struct" }, { "class": "type", "name": "Sizes", "type": "interface" }, { "class": "type", "name": "Slice", "type": "struct" }, { "class": "type", "name": "StdSizes", "type": "struct" }, { "class": "type", "name": "Struct", "type": "struct" }, { "class": "type", "name": "Tuple", "type": "struct" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "TypeAndValue", "type": "struct" }, { "class": "type", "name": "TypeName", "type": "struct" }, { "class": "type", "name": "Var", "type": "struct" }, { "class": "var", "name": "Typ", "type": "[]*types.Basic" }, { "class": "var", "name": "Universe", "type": "*types.Scope" }, { "class": "var", "name": "Unsafe", "type": "*types.Package" }, { "class": "const", "name": "FlagBroadcast", "type": "" }, { "class": "const", "name": "FlagLoopback", "type": "" }, { "class": "const", "name": "FlagMulticast", "type": "" }, { "class": "const", "name": "FlagPointToPoint", "type": "" }, { "class": "const", "name": "FlagUp", "type": "" }, { "class": "const", "name": "IPv4len", "type": "" }, { "class": "const", "name": "IPv6len", "type": "" }, { "class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask" }, { "class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)" }, { "class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)" }, { "class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)" }, { "class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)" }, { "class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)" }, { "class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)" }, { "class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP" }, { "class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask" }, { "class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)" }, { "class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)" }, { "class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)" }, { "class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)" }, { "class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string" }, { "class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)" }, { "class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)" }, { "class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)" }, { "class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)" }, { "class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)" }, { "class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)" }, { "class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)" }, { "class": "func", "name": "LookupIP", "type": "func(host string) (ips []net.IP, err error)" }, { "class": "func", "name": "LookupMX", "type": "func(name string) (mxs []*net.MX, err error)" }, { "class": "func", "name": "LookupNS", "type": "func(name string) (nss []*net.NS, err error)" }, { "class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)" }, { "class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)" }, { "class": "func", "name": "LookupTXT", "type": "func(name string) (txts []string, err error)" }, { "class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)" }, { "class": "func", "name": "ParseIP", "type": "func(s string) net.IP" }, { "class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)" }, { "class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)" }, { "class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)" }, { "class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)" }, { "class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)" }, { "class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)" }, { "class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)" }, { "class": "type", "name": "Addr", "type": "interface" }, { "class": "type", "name": "AddrError", "type": "struct" }, { "class": "type", "name": "Conn", "type": "interface" }, { "class": "type", "name": "DNSConfigError", "type": "struct" }, { "class": "type", "name": "DNSError", "type": "struct" }, { "class": "type", "name": "Dialer", "type": "struct" }, { "class": "type", "name": "Error", "type": "interface" }, { "class": "type", "name": "Flags", "type": "uint" }, { "class": "type", "name": "HardwareAddr", "type": "[]byte" }, { "class": "type", "name": "IP", "type": "[]byte" }, { "class": "type", "name": "IPAddr", "type": "struct" }, { "class": "type", "name": "IPConn", "type": "struct" }, { "class": "type", "name": "IPMask", "type": "[]byte" }, { "class": "type", "name": "IPNet", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "InvalidAddrError", "type": "string" }, { "class": "type", "name": "Listener", "type": "interface" }, { "class": "type", "name": "MX", "type": "struct" }, { "class": "type", "name": "NS", "type": "struct" }, { "class": "type", "name": "OpError", "type": "struct" }, { "class": "type", "name": "PacketConn", "type": "interface" }, { "class": "type", "name": "ParseError", "type": "struct" }, { "class": "type", "name": "SRV", "type": "struct" }, { "class": "type", "name": "TCPAddr", "type": "struct" }, { "class": "type", "name": "TCPConn", "type": "struct" }, { "class": "type", "name": "TCPListener", "type": "struct" }, { "class": "type", "name": "UDPAddr", "type": "struct" }, { "class": "type", "name": "UDPConn", "type": "struct" }, { "class": "type", "name": "UnixAddr", "type": "struct" }, { "class": "type", "name": "UnixConn", "type": "struct" }, { "class": "type", "name": "UnixListener", "type": "struct" }, { "class": "type", "name": "UnknownNetworkError", "type": "string" }, { "class": "var", "name": "ErrWriteToConnected", "type": "error" }, { "class": "var", "name": "IPv4allrouter", "type": "net.IP" }, { "class": "var", "name": "IPv4allsys", "type": "net.IP" }, { "class": "var", "name": "IPv4bcast", "type": "net.IP" }, { "class": "var", "name": "IPv4zero", "type": "net.IP" }, { "class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP" }, { "class": "var", "name": "IPv6loopback", "type": "net.IP" }, { "class": "var", "name": "IPv6unspecified", "type": "net.IP" }, { "class": "var", "name": "IPv6zero", "type": "net.IP" }, { "class": "const", "name": "DevNull", "type": "" }, { "class": "const", "name": "ModeAppend", "type": "" }, { "class": "const", "name": "ModeCharDevice", "type": "" }, { "class": "const", "name": "ModeDevice", "type": "" }, { "class": "const", "name": "ModeDir", "type": "" }, { "class": "const", "name": "ModeExclusive", "type": "" }, { "class": "const", "name": "ModeNamedPipe", "type": "" }, { "class": "const", "name": "ModePerm", "type": "" }, { "class": "const", "name": "ModeSetgid", "type": "" }, { "class": "const", "name": "ModeSetuid", "type": "" }, { "class": "const", "name": "ModeSocket", "type": "" }, { "class": "const", "name": "ModeSticky", "type": "" }, { "class": "const", "name": "ModeSymlink", "type": "" }, { "class": "const", "name": "ModeTemporary", "type": "" }, { "class": "const", "name": "ModeType", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_CREATE", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PathListSeparator", "type": "" }, { "class": "const", "name": "PathSeparator", "type": "" }, { "class": "const", "name": "SEEK_CUR", "type": "" }, { "class": "const", "name": "SEEK_END", "type": "" }, { "class": "const", "name": "SEEK_SET", "type": "" }, { "class": "func", "name": "Chdir", "type": "func(dir string) error" }, { "class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error" }, { "class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Create", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string" }, { "class": "func", "name": "ExpandEnv", "type": "func(s string) string" }, { "class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)" }, { "class": "func", "name": "Getegid", "type": "func() int" }, { "class": "func", "name": "Getenv", "type": "func(key string) string" }, { "class": "func", "name": "Geteuid", "type": "func() int" }, { "class": "func", "name": "Getgid", "type": "func() int" }, { "class": "func", "name": "Getgroups", "type": "func() ([]int, error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpid", "type": "func() int" }, { "class": "func", "name": "Getppid", "type": "func() int" }, { "class": "func", "name": "Getuid", "type": "func() int" }, { "class": "func", "name": "Getwd", "type": "func() (dir string, err error)" }, { "class": "func", "name": "Hostname", "type": "func() (name string, err error)" }, { "class": "func", "name": "IsExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsNotExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool" }, { "class": "func", "name": "IsPermission", "type": "func(err error) bool" }, { "class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Link", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)" }, { "class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error" }, { "class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error" }, { "class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File" }, { "class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error" }, { "class": "func", "name": "Open", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)" }, { "class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)" }, { "class": "func", "name": "Readlink", "type": "func(name string) (string, error)" }, { "class": "func", "name": "Remove", "type": "func(name string) error" }, { "class": "func", "name": "RemoveAll", "type": "func(path string) error" }, { "class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error" }, { "class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)" }, { "class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "TempDir", "type": "func() string" }, { "class": "func", "name": "Truncate", "type": "func(name string, size int64) error" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileInfo", "type": "interface" }, { "class": "type", "name": "FileMode", "type": "uint32" }, { "class": "type", "name": "LinkError", "type": "struct" }, { "class": "type", "name": "PathError", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Process", "type": "struct" }, { "class": "type", "name": "ProcessState", "type": "struct" }, { "class": "type", "name": "Signal", "type": "interface" }, { "class": "type", "name": "SyscallError", "type": "struct" }, { "class": "var", "name": "Args", "type": "[]string" }, { "class": "var", "name": "ErrExist", "type": "error" }, { "class": "var", "name": "ErrInvalid", "type": "error" }, { "class": "var", "name": "ErrNotExist", "type": "error" }, { "class": "var", "name": "ErrPermission", "type": "error" }, { "class": "var", "name": "Interrupt", "type": "os.Signal" }, { "class": "var", "name": "Kill", "type": "os.Signal" }, { "class": "var", "name": "Stderr", "type": "*os.File" }, { "class": "var", "name": "Stdin", "type": "*os.File" }, { "class": "var", "name": "Stdout", "type": "*os.File" }, { "class": "const", "name": "Array", "type": "" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "BothDir", "type": "" }, { "class": "const", "name": "Chan", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Func", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Interface", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "Map", "type": "" }, { "class": "const", "name": "Ptr", "type": "" }, { "class": "const", "name": "RecvDir", "type": "" }, { "class": "const", "name": "SelectDefault", "type": "" }, { "class": "const", "name": "SelectRecv", "type": "" }, { "class": "const", "name": "SelectSend", "type": "" }, { "class": "const", "name": "SendDir", "type": "" }, { "class": "const", "name": "Slice", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Struct", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value" }, { "class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value" }, { "class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type" }, { "class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int" }, { "class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool" }, { "class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type" }, { "class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value" }, { "class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value" }, { "class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value" }, { "class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value" }, { "class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value" }, { "class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)" }, { "class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type" }, { "class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value" }, { "class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Kind", "type": "uint" }, { "class": "type", "name": "Method", "type": "struct" }, { "class": "type", "name": "SelectCase", "type": "struct" }, { "class": "type", "name": "SelectDir", "type": "int" }, { "class": "type", "name": "SliceHeader", "type": "struct" }, { "class": "type", "name": "StringHeader", "type": "struct" }, { "class": "type", "name": "StructField", "type": "struct" }, { "class": "type", "name": "StructTag", "type": "string" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "Value", "type": "struct" }, { "class": "type", "name": "ValueError", "type": "struct" }, { "class": "const", "name": "AF_APPLETALK", "type": "" }, { "class": "const", "name": "AF_CCITT", "type": "" }, { "class": "const", "name": "AF_CHAOS", "type": "" }, { "class": "const", "name": "AF_CNT", "type": "" }, { "class": "const", "name": "AF_COIP", "type": "" }, { "class": "const", "name": "AF_DATAKIT", "type": "" }, { "class": "const", "name": "AF_DECnet", "type": "" }, { "class": "const", "name": "AF_DLI", "type": "" }, { "class": "const", "name": "AF_E164", "type": "" }, { "class": "const", "name": "AF_ECMA", "type": "" }, { "class": "const", "name": "AF_HYLINK", "type": "" }, { "class": "const", "name": "AF_IEEE80211", "type": "" }, { "class": "const", "name": "AF_IMPLINK", "type": "" }, { "class": "const", "name": "AF_INET", "type": "" }, { "class": "const", "name": "AF_INET6", "type": "" }, { "class": "const", "name": "AF_IPX", "type": "" }, { "class": "const", "name": "AF_ISDN", "type": "" }, { "class": "const", "name": "AF_ISO", "type": "" }, { "class": "const", "name": "AF_LAT", "type": "" }, { "class": "const", "name": "AF_LINK", "type": "" }, { "class": "const", "name": "AF_LOCAL", "type": "" }, { "class": "const", "name": "AF_MAX", "type": "" }, { "class": "const", "name": "AF_NATM", "type": "" }, { "class": "const", "name": "AF_NDRV", "type": "" }, { "class": "const", "name": "AF_NETBIOS", "type": "" }, { "class": "const", "name": "AF_NS", "type": "" }, { "class": "const", "name": "AF_OSI", "type": "" }, { "class": "const", "name": "AF_PPP", "type": "" }, { "class": "const", "name": "AF_PUP", "type": "" }, { "class": "const", "name": "AF_RESERVED_36", "type": "" }, { "class": "const", "name": "AF_ROUTE", "type": "" }, { "class": "const", "name": "AF_SIP", "type": "" }, { "class": "const", "name": "AF_SNA", "type": "" }, { "class": "const", "name": "AF_SYSTEM", "type": "" }, { "class": "const", "name": "AF_UNIX", "type": "" }, { "class": "const", "name": "AF_UNSPEC", "type": "" }, { "class": "const", "name": "B0", "type": "" }, { "class": "const", "name": "B110", "type": "" }, { "class": "const", "name": "B115200", "type": "" }, { "class": "const", "name": "B1200", "type": "" }, { "class": "const", "name": "B134", "type": "" }, { "class": "const", "name": "B14400", "type": "" }, { "class": "const", "name": "B150", "type": "" }, { "class": "const", "name": "B1800", "type": "" }, { "class": "const", "name": "B19200", "type": "" }, { "class": "const", "name": "B200", "type": "" }, { "class": "const", "name": "B230400", "type": "" }, { "class": "const", "name": "B2400", "type": "" }, { "class": "const", "name": "B28800", "type": "" }, { "class": "const", "name": "B300", "type": "" }, { "class": "const", "name": "B38400", "type": "" }, { "class": "const", "name": "B4800", "type": "" }, { "class": "const", "name": "B50", "type": "" }, { "class": "const", "name": "B57600", "type": "" }, { "class": "const", "name": "B600", "type": "" }, { "class": "const", "name": "B7200", "type": "" }, { "class": "const", "name": "B75", "type": "" }, { "class": "const", "name": "B76800", "type": "" }, { "class": "const", "name": "B9600", "type": "" }, { "class": "const", "name": "BIOCFLUSH", "type": "" }, { "class": "const", "name": "BIOCGBLEN", "type": "" }, { "class": "const", "name": "BIOCGDLT", "type": "" }, { "class": "const", "name": "BIOCGDLTLIST", "type": "" }, { "class": "const", "name": "BIOCGETIF", "type": "" }, { "class": "const", "name": "BIOCGHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCGRSIG", "type": "" }, { "class": "const", "name": "BIOCGRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCGSEESENT", "type": "" }, { "class": "const", "name": "BIOCGSTATS", "type": "" }, { "class": "const", "name": "BIOCIMMEDIATE", "type": "" }, { "class": "const", "name": "BIOCPROMISC", "type": "" }, { "class": "const", "name": "BIOCSBLEN", "type": "" }, { "class": "const", "name": "BIOCSDLT", "type": "" }, { "class": "const", "name": "BIOCSETF", "type": "" }, { "class": "const", "name": "BIOCSETIF", "type": "" }, { "class": "const", "name": "BIOCSHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCSRSIG", "type": "" }, { "class": "const", "name": "BIOCSRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCSSEESENT", "type": "" }, { "class": "const", "name": "BIOCVERSION", "type": "" }, { "class": "const", "name": "BPF_A", "type": "" }, { "class": "const", "name": "BPF_ABS", "type": "" }, { "class": "const", "name": "BPF_ADD", "type": "" }, { "class": "const", "name": "BPF_ALIGNMENT", "type": "" }, { "class": "const", "name": "BPF_ALU", "type": "" }, { "class": "const", "name": "BPF_AND", "type": "" }, { "class": "const", "name": "BPF_B", "type": "" }, { "class": "const", "name": "BPF_DIV", "type": "" }, { "class": "const", "name": "BPF_H", "type": "" }, { "class": "const", "name": "BPF_IMM", "type": "" }, { "class": "const", "name": "BPF_IND", "type": "" }, { "class": "const", "name": "BPF_JA", "type": "" }, { "class": "const", "name": "BPF_JEQ", "type": "" }, { "class": "const", "name": "BPF_JGE", "type": "" }, { "class": "const", "name": "BPF_JGT", "type": "" }, { "class": "const", "name": "BPF_JMP", "type": "" }, { "class": "const", "name": "BPF_JSET", "type": "" }, { "class": "const", "name": "BPF_K", "type": "" }, { "class": "const", "name": "BPF_LD", "type": "" }, { "class": "const", "name": "BPF_LDX", "type": "" }, { "class": "const", "name": "BPF_LEN", "type": "" }, { "class": "const", "name": "BPF_LSH", "type": "" }, { "class": "const", "name": "BPF_MAJOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MAXBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MAXINSNS", "type": "" }, { "class": "const", "name": "BPF_MEM", "type": "" }, { "class": "const", "name": "BPF_MEMWORDS", "type": "" }, { "class": "const", "name": "BPF_MINBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MINOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MISC", "type": "" }, { "class": "const", "name": "BPF_MSH", "type": "" }, { "class": "const", "name": "BPF_MUL", "type": "" }, { "class": "const", "name": "BPF_NEG", "type": "" }, { "class": "const", "name": "BPF_OR", "type": "" }, { "class": "const", "name": "BPF_RELEASE", "type": "" }, { "class": "const", "name": "BPF_RET", "type": "" }, { "class": "const", "name": "BPF_RSH", "type": "" }, { "class": "const", "name": "BPF_ST", "type": "" }, { "class": "const", "name": "BPF_STX", "type": "" }, { "class": "const", "name": "BPF_SUB", "type": "" }, { "class": "const", "name": "BPF_TAX", "type": "" }, { "class": "const", "name": "BPF_TXA", "type": "" }, { "class": "const", "name": "BPF_W", "type": "" }, { "class": "const", "name": "BPF_X", "type": "" }, { "class": "const", "name": "BRKINT", "type": "" }, { "class": "const", "name": "CFLUSH", "type": "" }, { "class": "const", "name": "CLOCAL", "type": "" }, { "class": "const", "name": "CREAD", "type": "" }, { "class": "const", "name": "CS5", "type": "" }, { "class": "const", "name": "CS6", "type": "" }, { "class": "const", "name": "CS7", "type": "" }, { "class": "const", "name": "CS8", "type": "" }, { "class": "const", "name": "CSIZE", "type": "" }, { "class": "const", "name": "CSTART", "type": "" }, { "class": "const", "name": "CSTATUS", "type": "" }, { "class": "const", "name": "CSTOP", "type": "" }, { "class": "const", "name": "CSTOPB", "type": "" }, { "class": "const", "name": "CSUSP", "type": "" }, { "class": "const", "name": "CTL_MAXNAME", "type": "" }, { "class": "const", "name": "CTL_NET", "type": "" }, { "class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": "" }, { "class": "const", "name": "DLT_ARCNET", "type": "" }, { "class": "const", "name": "DLT_ATM_CLIP", "type": "" }, { "class": "const", "name": "DLT_ATM_RFC1483", "type": "" }, { "class": "const", "name": "DLT_AX25", "type": "" }, { "class": "const", "name": "DLT_CHAOS", "type": "" }, { "class": "const", "name": "DLT_CHDLC", "type": "" }, { "class": "const", "name": "DLT_C_HDLC", "type": "" }, { "class": "const", "name": "DLT_EN10MB", "type": "" }, { "class": "const", "name": "DLT_EN3MB", "type": "" }, { "class": "const", "name": "DLT_FDDI", "type": "" }, { "class": "const", "name": "DLT_IEEE802", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": "" }, { "class": "const", "name": "DLT_LINUX_SLL", "type": "" }, { "class": "const", "name": "DLT_LOOP", "type": "" }, { "class": "const", "name": "DLT_NULL", "type": "" }, { "class": "const", "name": "DLT_PFLOG", "type": "" }, { "class": "const", "name": "DLT_PFSYNC", "type": "" }, { "class": "const", "name": "DLT_PPP", "type": "" }, { "class": "const", "name": "DLT_PPP_BSDOS", "type": "" }, { "class": "const", "name": "DLT_PPP_SERIAL", "type": "" }, { "class": "const", "name": "DLT_PRONET", "type": "" }, { "class": "const", "name": "DLT_RAW", "type": "" }, { "class": "const", "name": "DLT_SLIP", "type": "" }, { "class": "const", "name": "DLT_SLIP_BSDOS", "type": "" }, { "class": "const", "name": "DT_BLK", "type": "" }, { "class": "const", "name": "DT_CHR", "type": "" }, { "class": "const", "name": "DT_DIR", "type": "" }, { "class": "const", "name": "DT_FIFO", "type": "" }, { "class": "const", "name": "DT_LNK", "type": "" }, { "class": "const", "name": "DT_REG", "type": "" }, { "class": "const", "name": "DT_SOCK", "type": "" }, { "class": "const", "name": "DT_UNKNOWN", "type": "" }, { "class": "const", "name": "DT_WHT", "type": "" }, { "class": "const", "name": "E2BIG", "type": "" }, { "class": "const", "name": "EACCES", "type": "" }, { "class": "const", "name": "EADDRINUSE", "type": "" }, { "class": "const", "name": "EADDRNOTAVAIL", "type": "" }, { "class": "const", "name": "EAFNOSUPPORT", "type": "" }, { "class": "const", "name": "EAGAIN", "type": "" }, { "class": "const", "name": "EALREADY", "type": "" }, { "class": "const", "name": "EAUTH", "type": "" }, { "class": "const", "name": "EBADARCH", "type": "" }, { "class": "const", "name": "EBADEXEC", "type": "" }, { "class": "const", "name": "EBADF", "type": "" }, { "class": "const", "name": "EBADMACHO", "type": "" }, { "class": "const", "name": "EBADMSG", "type": "" }, { "class": "const", "name": "EBADRPC", "type": "" }, { "class": "const", "name": "EBUSY", "type": "" }, { "class": "const", "name": "ECANCELED", "type": "" }, { "class": "const", "name": "ECHILD", "type": "" }, { "class": "const", "name": "ECHO", "type": "" }, { "class": "const", "name": "ECHOCTL", "type": "" }, { "class": "const", "name": "ECHOE", "type": "" }, { "class": "const", "name": "ECHOK", "type": "" }, { "class": "const", "name": "ECHOKE", "type": "" }, { "class": "const", "name": "ECHONL", "type": "" }, { "class": "const", "name": "ECHOPRT", "type": "" }, { "class": "const", "name": "ECONNABORTED", "type": "" }, { "class": "const", "name": "ECONNREFUSED", "type": "" }, { "class": "const", "name": "ECONNRESET", "type": "" }, { "class": "const", "name": "EDEADLK", "type": "" }, { "class": "const", "name": "EDESTADDRREQ", "type": "" }, { "class": "const", "name": "EDEVERR", "type": "" }, { "class": "const", "name": "EDOM", "type": "" }, { "class": "const", "name": "EDQUOT", "type": "" }, { "class": "const", "name": "EEXIST", "type": "" }, { "class": "const", "name": "EFAULT", "type": "" }, { "class": "const", "name": "EFBIG", "type": "" }, { "class": "const", "name": "EFTYPE", "type": "" }, { "class": "const", "name": "EHOSTDOWN", "type": "" }, { "class": "const", "name": "EHOSTUNREACH", "type": "" }, { "class": "const", "name": "EIDRM", "type": "" }, { "class": "const", "name": "EILSEQ", "type": "" }, { "class": "const", "name": "EINPROGRESS", "type": "" }, { "class": "const", "name": "EINTR", "type": "" }, { "class": "const", "name": "EINVAL", "type": "" }, { "class": "const", "name": "EIO", "type": "" }, { "class": "const", "name": "EISCONN", "type": "" }, { "class": "const", "name": "EISDIR", "type": "" }, { "class": "const", "name": "ELAST", "type": "" }, { "class": "const", "name": "ELOOP", "type": "" }, { "class": "const", "name": "EMFILE", "type": "" }, { "class": "const", "name": "EMLINK", "type": "" }, { "class": "const", "name": "EMSGSIZE", "type": "" }, { "class": "const", "name": "EMULTIHOP", "type": "" }, { "class": "const", "name": "ENAMETOOLONG", "type": "" }, { "class": "const", "name": "ENEEDAUTH", "type": "" }, { "class": "const", "name": "ENETDOWN", "type": "" }, { "class": "const", "name": "ENETRESET", "type": "" }, { "class": "const", "name": "ENETUNREACH", "type": "" }, { "class": "const", "name": "ENFILE", "type": "" }, { "class": "const", "name": "ENOATTR", "type": "" }, { "class": "const", "name": "ENOBUFS", "type": "" }, { "class": "const", "name": "ENODATA", "type": "" }, { "class": "const", "name": "ENODEV", "type": "" }, { "class": "const", "name": "ENOENT", "type": "" }, { "class": "const", "name": "ENOEXEC", "type": "" }, { "class": "const", "name": "ENOLCK", "type": "" }, { "class": "const", "name": "ENOLINK", "type": "" }, { "class": "const", "name": "ENOMEM", "type": "" }, { "class": "const", "name": "ENOMSG", "type": "" }, { "class": "const", "name": "ENOPOLICY", "type": "" }, { "class": "const", "name": "ENOPROTOOPT", "type": "" }, { "class": "const", "name": "ENOSPC", "type": "" }, { "class": "const", "name": "ENOSR", "type": "" }, { "class": "const", "name": "ENOSTR", "type": "" }, { "class": "const", "name": "ENOSYS", "type": "" }, { "class": "const", "name": "ENOTBLK", "type": "" }, { "class": "const", "name": "ENOTCONN", "type": "" }, { "class": "const", "name": "ENOTDIR", "type": "" }, { "class": "const", "name": "ENOTEMPTY", "type": "" }, { "class": "const", "name": "ENOTRECOVERABLE", "type": "" }, { "class": "const", "name": "ENOTSOCK", "type": "" }, { "class": "const", "name": "ENOTSUP", "type": "" }, { "class": "const", "name": "ENOTTY", "type": "" }, { "class": "const", "name": "ENXIO", "type": "" }, { "class": "const", "name": "EOPNOTSUPP", "type": "" }, { "class": "const", "name": "EOVERFLOW", "type": "" }, { "class": "const", "name": "EOWNERDEAD", "type": "" }, { "class": "const", "name": "EPERM", "type": "" }, { "class": "const", "name": "EPFNOSUPPORT", "type": "" }, { "class": "const", "name": "EPIPE", "type": "" }, { "class": "const", "name": "EPROCLIM", "type": "" }, { "class": "const", "name": "EPROCUNAVAIL", "type": "" }, { "class": "const", "name": "EPROGMISMATCH", "type": "" }, { "class": "const", "name": "EPROGUNAVAIL", "type": "" }, { "class": "const", "name": "EPROTO", "type": "" }, { "class": "const", "name": "EPROTONOSUPPORT", "type": "" }, { "class": "const", "name": "EPROTOTYPE", "type": "" }, { "class": "const", "name": "EPWROFF", "type": "" }, { "class": "const", "name": "ERANGE", "type": "" }, { "class": "const", "name": "EREMOTE", "type": "" }, { "class": "const", "name": "EROFS", "type": "" }, { "class": "const", "name": "ERPCMISMATCH", "type": "" }, { "class": "const", "name": "ESHLIBVERS", "type": "" }, { "class": "const", "name": "ESHUTDOWN", "type": "" }, { "class": "const", "name": "ESOCKTNOSUPPORT", "type": "" }, { "class": "const", "name": "ESPIPE", "type": "" }, { "class": "const", "name": "ESRCH", "type": "" }, { "class": "const", "name": "ESTALE", "type": "" }, { "class": "const", "name": "ETIME", "type": "" }, { "class": "const", "name": "ETIMEDOUT", "type": "" }, { "class": "const", "name": "ETOOMANYREFS", "type": "" }, { "class": "const", "name": "ETXTBSY", "type": "" }, { "class": "const", "name": "EUSERS", "type": "" }, { "class": "const", "name": "EVFILT_AIO", "type": "" }, { "class": "const", "name": "EVFILT_FS", "type": "" }, { "class": "const", "name": "EVFILT_MACHPORT", "type": "" }, { "class": "const", "name": "EVFILT_PROC", "type": "" }, { "class": "const", "name": "EVFILT_READ", "type": "" }, { "class": "const", "name": "EVFILT_SIGNAL", "type": "" }, { "class": "const", "name": "EVFILT_SYSCOUNT", "type": "" }, { "class": "const", "name": "EVFILT_THREADMARKER", "type": "" }, { "class": "const", "name": "EVFILT_TIMER", "type": "" }, { "class": "const", "name": "EVFILT_USER", "type": "" }, { "class": "const", "name": "EVFILT_VM", "type": "" }, { "class": "const", "name": "EVFILT_VNODE", "type": "" }, { "class": "const", "name": "EVFILT_WRITE", "type": "" }, { "class": "const", "name": "EV_ADD", "type": "" }, { "class": "const", "name": "EV_CLEAR", "type": "" }, { "class": "const", "name": "EV_DELETE", "type": "" }, { "class": "const", "name": "EV_DISABLE", "type": "" }, { "class": "const", "name": "EV_DISPATCH", "type": "" }, { "class": "const", "name": "EV_ENABLE", "type": "" }, { "class": "const", "name": "EV_EOF", "type": "" }, { "class": "const", "name": "EV_ERROR", "type": "" }, { "class": "const", "name": "EV_FLAG0", "type": "" }, { "class": "const", "name": "EV_FLAG1", "type": "" }, { "class": "const", "name": "EV_ONESHOT", "type": "" }, { "class": "const", "name": "EV_OOBAND", "type": "" }, { "class": "const", "name": "EV_POLL", "type": "" }, { "class": "const", "name": "EV_RECEIPT", "type": "" }, { "class": "const", "name": "EV_SYSFLAGS", "type": "" }, { "class": "const", "name": "EWOULDBLOCK", "type": "" }, { "class": "const", "name": "EXDEV", "type": "" }, { "class": "const", "name": "EXTA", "type": "" }, { "class": "const", "name": "EXTB", "type": "" }, { "class": "const", "name": "EXTPROC", "type": "" }, { "class": "const", "name": "FD_CLOEXEC", "type": "" }, { "class": "const", "name": "FD_SETSIZE", "type": "" }, { "class": "const", "name": "FLUSHO", "type": "" }, { "class": "const", "name": "F_ADDFILESIGS", "type": "" }, { "class": "const", "name": "F_ADDSIGS", "type": "" }, { "class": "const", "name": "F_ALLOCATEALL", "type": "" }, { "class": "const", "name": "F_ALLOCATECONTIG", "type": "" }, { "class": "const", "name": "F_CHKCLEAN", "type": "" }, { "class": "const", "name": "F_DUPFD", "type": "" }, { "class": "const", "name": "F_DUPFD_CLOEXEC", "type": "" }, { "class": "const", "name": "F_FLUSH_DATA", "type": "" }, { "class": "const", "name": "F_FREEZE_FS", "type": "" }, { "class": "const", "name": "F_FULLFSYNC", "type": "" }, { "class": "const", "name": "F_GETFD", "type": "" }, { "class": "const", "name": "F_GETFL", "type": "" }, { "class": "const", "name": "F_GETLK", "type": "" }, { "class": "const", "name": "F_GETLKPID", "type": "" }, { "class": "const", "name": "F_GETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_GETOWN", "type": "" }, { "class": "const", "name": "F_GETPATH", "type": "" }, { "class": "const", "name": "F_GETPATH_MTMINFO", "type": "" }, { "class": "const", "name": "F_GETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_GLOBAL_NOCACHE", "type": "" }, { "class": "const", "name": "F_LOG2PHYS", "type": "" }, { "class": "const", "name": "F_LOG2PHYS_EXT", "type": "" }, { "class": "const", "name": "F_MARKDEPENDENCY", "type": "" }, { "class": "const", "name": "F_NOCACHE", "type": "" }, { "class": "const", "name": "F_NODIRECT", "type": "" }, { "class": "const", "name": "F_OK", "type": "" }, { "class": "const", "name": "F_PATHPKG_CHECK", "type": "" }, { "class": "const", "name": "F_PEOFPOSMODE", "type": "" }, { "class": "const", "name": "F_PREALLOCATE", "type": "" }, { "class": "const", "name": "F_RDADVISE", "type": "" }, { "class": "const", "name": "F_RDAHEAD", "type": "" }, { "class": "const", "name": "F_RDLCK", "type": "" }, { "class": "const", "name": "F_READBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_SETBACKINGSTORE", "type": "" }, { "class": "const", "name": "F_SETFD", "type": "" }, { "class": "const", "name": "F_SETFL", "type": "" }, { "class": "const", "name": "F_SETLK", "type": "" }, { "class": "const", "name": "F_SETLKW", "type": "" }, { "class": "const", "name": "F_SETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_SETOWN", "type": "" }, { "class": "const", "name": "F_SETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_SETSIZE", "type": "" }, { "class": "const", "name": "F_THAW_FS", "type": "" }, { "class": "const", "name": "F_UNLCK", "type": "" }, { "class": "const", "name": "F_VOLPOSMODE", "type": "" }, { "class": "const", "name": "F_WRITEBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_WRLCK", "type": "" }, { "class": "const", "name": "HUPCL", "type": "" }, { "class": "const", "name": "ICANON", "type": "" }, { "class": "const", "name": "ICMP6_FILTER", "type": "" }, { "class": "const", "name": "ICRNL", "type": "" }, { "class": "const", "name": "IEXTEN", "type": "" }, { "class": "const", "name": "IFF_ALLMULTI", "type": "" }, { "class": "const", "name": "IFF_ALTPHYS", "type": "" }, { "class": "const", "name": "IFF_BROADCAST", "type": "" }, { "class": "const", "name": "IFF_DEBUG", "type": "" }, { "class": "const", "name": "IFF_LINK0", "type": "" }, { "class": "const", "name": "IFF_LINK1", "type": "" }, { "class": "const", "name": "IFF_LINK2", "type": "" }, { "class": "const", "name": "IFF_LOOPBACK", "type": "" }, { "class": "const", "name": "IFF_MULTICAST", "type": "" }, { "class": "const", "name": "IFF_NOARP", "type": "" }, { "class": "const", "name": "IFF_NOTRAILERS", "type": "" }, { "class": "const", "name": "IFF_OACTIVE", "type": "" }, { "class": "const", "name": "IFF_POINTOPOINT", "type": "" }, { "class": "const", "name": "IFF_PROMISC", "type": "" }, { "class": "const", "name": "IFF_RUNNING", "type": "" }, { "class": "const", "name": "IFF_SIMPLEX", "type": "" }, { "class": "const", "name": "IFF_UP", "type": "" }, { "class": "const", "name": "IFNAMSIZ", "type": "" }, { "class": "const", "name": "IFT_1822", "type": "" }, { "class": "const", "name": "IFT_AAL5", "type": "" }, { "class": "const", "name": "IFT_ARCNET", "type": "" }, { "class": "const", "name": "IFT_ARCNETPLUS", "type": "" }, { "class": "const", "name": "IFT_ATM", "type": "" }, { "class": "const", "name": "IFT_BRIDGE", "type": "" }, { "class": "const", "name": "IFT_CARP", "type": "" }, { "class": "const", "name": "IFT_CELLULAR", "type": "" }, { "class": "const", "name": "IFT_CEPT", "type": "" }, { "class": "const", "name": "IFT_DS3", "type": "" }, { "class": "const", "name": "IFT_ENC", "type": "" }, { "class": "const", "name": "IFT_EON", "type": "" }, { "class": "const", "name": "IFT_ETHER", "type": "" }, { "class": "const", "name": "IFT_FAITH", "type": "" }, { "class": "const", "name": "IFT_FDDI", "type": "" }, { "class": "const", "name": "IFT_FRELAY", "type": "" }, { "class": "const", "name": "IFT_FRELAYDCE", "type": "" }, { "class": "const", "name": "IFT_GIF", "type": "" }, { "class": "const", "name": "IFT_HDH1822", "type": "" }, { "class": "const", "name": "IFT_HIPPI", "type": "" }, { "class": "const", "name": "IFT_HSSI", "type": "" }, { "class": "const", "name": "IFT_HY", "type": "" }, { "class": "const", "name": "IFT_IEEE1394", "type": "" }, { "class": "const", "name": "IFT_IEEE8023ADLAG", "type": "" }, { "class": "const", "name": "IFT_ISDNBASIC", "type": "" }, { "class": "const", "name": "IFT_ISDNPRIMARY", "type": "" }, { "class": "const", "name": "IFT_ISO88022LLC", "type": "" }, { "class": "const", "name": "IFT_ISO88023", "type": "" }, { "class": "const", "name": "IFT_ISO88024", "type": "" }, { "class": "const", "name": "IFT_ISO88025", "type": "" }, { "class": "const", "name": "IFT_ISO88026", "type": "" }, { "class": "const", "name": "IFT_L2VLAN", "type": "" }, { "class": "const", "name": "IFT_LAPB", "type": "" }, { "class": "const", "name": "IFT_LOCALTALK", "type": "" }, { "class": "const", "name": "IFT_LOOP", "type": "" }, { "class": "const", "name": "IFT_MIOX25", "type": "" }, { "class": "const", "name": "IFT_MODEM", "type": "" }, { "class": "const", "name": "IFT_NSIP", "type": "" }, { "class": "const", "name": "IFT_OTHER", "type": "" }, { "class": "const", "name": "IFT_P10", "type": "" }, { "class": "const", "name": "IFT_P80", "type": "" }, { "class": "const", "name": "IFT_PARA", "type": "" }, { "class": "const", "name": "IFT_PDP", "type": "" }, { "class": "const", "name": "IFT_PFLOG", "type": "" }, { "class": "const", "name": "IFT_PFSYNC", "type": "" }, { "class": "const", "name": "IFT_PPP", "type": "" }, { "class": "const", "name": "IFT_PROPMUX", "type": "" }, { "class": "const", "name": "IFT_PROPVIRTUAL", "type": "" }, { "class": "const", "name": "IFT_PTPSERIAL", "type": "" }, { "class": "const", "name": "IFT_RS232", "type": "" }, { "class": "const", "name": "IFT_SDLC", "type": "" }, { "class": "const", "name": "IFT_SIP", "type": "" }, { "class": "const", "name": "IFT_SLIP", "type": "" }, { "class": "const", "name": "IFT_SMDSDXI", "type": "" }, { "class": "const", "name": "IFT_SMDSICIP", "type": "" }, { "class": "const", "name": "IFT_SONET", "type": "" }, { "class": "const", "name": "IFT_SONETPATH", "type": "" }, { "class": "const", "name": "IFT_SONETVT", "type": "" }, { "class": "const", "name": "IFT_STARLAN", "type": "" }, { "class": "const", "name": "IFT_STF", "type": "" }, { "class": "const", "name": "IFT_T1", "type": "" }, { "class": "const", "name": "IFT_ULTRA", "type": "" }, { "class": "const", "name": "IFT_V35", "type": "" }, { "class": "const", "name": "IFT_X25", "type": "" }, { "class": "const", "name": "IFT_X25DDN", "type": "" }, { "class": "const", "name": "IFT_X25PLE", "type": "" }, { "class": "const", "name": "IFT_XETHER", "type": "" }, { "class": "const", "name": "IGNBRK", "type": "" }, { "class": "const", "name": "IGNCR", "type": "" }, { "class": "const", "name": "IGNPAR", "type": "" }, { "class": "const", "name": "IMAXBEL", "type": "" }, { "class": "const", "name": "INLCR", "type": "" }, { "class": "const", "name": "INPCK", "type": "" }, { "class": "const", "name": "IN_CLASSA_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSA_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSA_NET", "type": "" }, { "class": "const", "name": "IN_CLASSA_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSB_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSB_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSB_NET", "type": "" }, { "class": "const", "name": "IN_CLASSB_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSC_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSC_NET", "type": "" }, { "class": "const", "name": "IN_CLASSC_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSD_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSD_NET", "type": "" }, { "class": "const", "name": "IN_CLASSD_NSHIFT", "type": "" }, { "class": "const", "name": "IN_LINKLOCALNETNUM", "type": "" }, { "class": "const", "name": "IN_LOOPBACKNET", "type": "" }, { "class": "const", "name": "IPPROTO_3PC", "type": "" }, { "class": "const", "name": "IPPROTO_ADFS", "type": "" }, { "class": "const", "name": "IPPROTO_AH", "type": "" }, { "class": "const", "name": "IPPROTO_AHIP", "type": "" }, { "class": "const", "name": "IPPROTO_APES", "type": "" }, { "class": "const", "name": "IPPROTO_ARGUS", "type": "" }, { "class": "const", "name": "IPPROTO_AX25", "type": "" }, { "class": "const", "name": "IPPROTO_BHA", "type": "" }, { "class": "const", "name": "IPPROTO_BLT", "type": "" }, { "class": "const", "name": "IPPROTO_BRSATMON", "type": "" }, { "class": "const", "name": "IPPROTO_CFTP", "type": "" }, { "class": "const", "name": "IPPROTO_CHAOS", "type": "" }, { "class": "const", "name": "IPPROTO_CMTP", "type": "" }, { "class": "const", "name": "IPPROTO_CPHB", "type": "" }, { "class": "const", "name": "IPPROTO_CPNX", "type": "" }, { "class": "const", "name": "IPPROTO_DDP", "type": "" }, { "class": "const", "name": "IPPROTO_DGP", "type": "" }, { "class": "const", "name": "IPPROTO_DIVERT", "type": "" }, { "class": "const", "name": "IPPROTO_DONE", "type": "" }, { "class": "const", "name": "IPPROTO_DSTOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_EGP", "type": "" }, { "class": "const", "name": "IPPROTO_EMCON", "type": "" }, { "class": "const", "name": "IPPROTO_ENCAP", "type": "" }, { "class": "const", "name": "IPPROTO_EON", "type": "" }, { "class": "const", "name": "IPPROTO_ESP", "type": "" }, { "class": "const", "name": "IPPROTO_ETHERIP", "type": "" }, { "class": "const", "name": "IPPROTO_FRAGMENT", "type": "" }, { "class": "const", "name": "IPPROTO_GGP", "type": "" }, { "class": "const", "name": "IPPROTO_GMTP", "type": "" }, { "class": "const", "name": "IPPROTO_GRE", "type": "" }, { "class": "const", "name": "IPPROTO_HELLO", "type": "" }, { "class": "const", "name": "IPPROTO_HMP", "type": "" }, { "class": "const", "name": "IPPROTO_HOPOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_ICMP", "type": "" }, { "class": "const", "name": "IPPROTO_ICMPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IDP", "type": "" }, { "class": "const", "name": "IPPROTO_IDPR", "type": "" }, { "class": "const", "name": "IPPROTO_IDRP", "type": "" }, { "class": "const", "name": "IPPROTO_IGMP", "type": "" }, { "class": "const", "name": "IPPROTO_IGP", "type": "" }, { "class": "const", "name": "IPPROTO_IGRP", "type": "" }, { "class": "const", "name": "IPPROTO_IL", "type": "" }, { "class": "const", "name": "IPPROTO_INLSP", "type": "" }, { "class": "const", "name": "IPPROTO_INP", "type": "" }, { "class": "const", "name": "IPPROTO_IP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCOMP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCV", "type": "" }, { "class": "const", "name": "IPPROTO_IPEIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPPC", "type": "" }, { "class": "const", "name": "IPPROTO_IPV4", "type": "" }, { "class": "const", "name": "IPPROTO_IPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IRTP", "type": "" }, { "class": "const", "name": "IPPROTO_KRYPTOLAN", "type": "" }, { "class": "const", "name": "IPPROTO_LARP", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF1", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF2", "type": "" }, { "class": "const", "name": "IPPROTO_MAX", "type": "" }, { "class": "const", "name": "IPPROTO_MAXID", "type": "" }, { "class": "const", "name": "IPPROTO_MEAS", "type": "" }, { "class": "const", "name": "IPPROTO_MHRP", "type": "" }, { "class": "const", "name": "IPPROTO_MICP", "type": "" }, { "class": "const", "name": "IPPROTO_MTP", "type": "" }, { "class": "const", "name": "IPPROTO_MUX", "type": "" }, { "class": "const", "name": "IPPROTO_ND", "type": "" }, { "class": "const", "name": "IPPROTO_NHRP", "type": "" }, { "class": "const", "name": "IPPROTO_NONE", "type": "" }, { "class": "const", "name": "IPPROTO_NSP", "type": "" }, { "class": "const", "name": "IPPROTO_NVPII", "type": "" }, { "class": "const", "name": "IPPROTO_OSPFIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PGM", "type": "" }, { "class": "const", "name": "IPPROTO_PIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PIM", "type": "" }, { "class": "const", "name": "IPPROTO_PRM", "type": "" }, { "class": "const", "name": "IPPROTO_PUP", "type": "" }, { "class": "const", "name": "IPPROTO_PVP", "type": "" }, { "class": "const", "name": "IPPROTO_RAW", "type": "" }, { "class": "const", "name": "IPPROTO_RCCMON", "type": "" }, { "class": "const", "name": "IPPROTO_RDP", "type": "" }, { "class": "const", "name": "IPPROTO_ROUTING", "type": "" }, { "class": "const", "name": "IPPROTO_RSVP", "type": "" }, { "class": "const", "name": "IPPROTO_RVD", "type": "" }, { "class": "const", "name": "IPPROTO_SATEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_SATMON", "type": "" }, { "class": "const", "name": "IPPROTO_SCCSP", "type": "" }, { "class": "const", "name": "IPPROTO_SCTP", "type": "" }, { "class": "const", "name": "IPPROTO_SDRP", "type": "" }, { "class": "const", "name": "IPPROTO_SEP", "type": "" }, { "class": "const", "name": "IPPROTO_SRPC", "type": "" }, { "class": "const", "name": "IPPROTO_ST", "type": "" }, { "class": "const", "name": "IPPROTO_SVMTP", "type": "" }, { "class": "const", "name": "IPPROTO_SWIPE", "type": "" }, { "class": "const", "name": "IPPROTO_TCF", "type": "" }, { "class": "const", "name": "IPPROTO_TCP", "type": "" }, { "class": "const", "name": "IPPROTO_TP", "type": "" }, { "class": "const", "name": "IPPROTO_TPXX", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK1", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK2", "type": "" }, { "class": "const", "name": "IPPROTO_TTP", "type": "" }, { "class": "const", "name": "IPPROTO_UDP", "type": "" }, { "class": "const", "name": "IPPROTO_VINES", "type": "" }, { "class": "const", "name": "IPPROTO_VISA", "type": "" }, { "class": "const", "name": "IPPROTO_VMTP", "type": "" }, { "class": "const", "name": "IPPROTO_WBEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_WBMON", "type": "" }, { "class": "const", "name": "IPPROTO_WSN", "type": "" }, { "class": "const", "name": "IPPROTO_XNET", "type": "" }, { "class": "const", "name": "IPPROTO_XTP", "type": "" }, { "class": "const", "name": "IPV6_2292DSTOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292HOPLIMIT", "type": "" }, { "class": "const", "name": "IPV6_2292HOPOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292NEXTHOP", "type": "" }, { "class": "const", "name": "IPV6_2292PKTINFO", "type": "" }, { "class": "const", "name": "IPV6_2292PKTOPTIONS", "type": "" }, { "class": "const", "name": "IPV6_2292RTHDR", "type": "" }, { "class": "const", "name": "IPV6_BINDV6ONLY", "type": "" }, { "class": "const", "name": "IPV6_BOUND_IF", "type": "" }, { "class": "const", "name": "IPV6_CHECKSUM", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_DEFHLIM", "type": "" }, { "class": "const", "name": "IPV6_FAITH", "type": "" }, { "class": "const", "name": "IPV6_FLOWINFO_MASK", "type": "" }, { "class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": "" }, { "class": "const", "name": "IPV6_FRAGTTL", "type": "" }, { "class": "const", "name": "IPV6_FW_ADD", "type": "" }, { "class": "const", "name": "IPV6_FW_DEL", "type": "" }, { "class": "const", "name": "IPV6_FW_FLUSH", "type": "" }, { "class": "const", "name": "IPV6_FW_GET", "type": "" }, { "class": "const", "name": "IPV6_FW_ZERO", "type": "" }, { "class": "const", "name": "IPV6_HLIMDEC", "type": "" }, { "class": "const", "name": "IPV6_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IPV6_JOIN_GROUP", "type": "" }, { "class": "const", "name": "IPV6_LEAVE_GROUP", "type": "" }, { "class": "const", "name": "IPV6_MAXHLIM", "type": "" }, { "class": "const", "name": "IPV6_MAXOPTHDR", "type": "" }, { "class": "const", "name": "IPV6_MAXPACKET", "type": "" }, { "class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MMTU", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IPV6_RECVTCLASS", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_LOOSE", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_STRICT", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": "" }, { "class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": "" }, { "class": "const", "name": "IPV6_TCLASS", "type": "" }, { "class": "const", "name": "IPV6_UNICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_V6ONLY", "type": "" }, { "class": "const", "name": "IPV6_VERSION", "type": "" }, { "class": "const", "name": "IPV6_VERSION_MASK", "type": "" }, { "class": "const", "name": "IP_ADD_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_BLOCK_SOURCE", "type": "" }, { "class": "const", "name": "IP_BOUND_IF", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_DF", "type": "" }, { "class": "const", "name": "IP_DROP_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_DEL", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_FLUSH", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_GET", "type": "" }, { "class": "const", "name": "IP_FAITH", "type": "" }, { "class": "const", "name": "IP_FW_ADD", "type": "" }, { "class": "const", "name": "IP_FW_DEL", "type": "" }, { "class": "const", "name": "IP_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_FW_GET", "type": "" }, { "class": "const", "name": "IP_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_HDRINCL", "type": "" }, { "class": "const", "name": "IP_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IP_MAXPACKET", "type": "" }, { "class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MF", "type": "" }, { "class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MSFILTER", "type": "" }, { "class": "const", "name": "IP_MSS", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IFINDEX", "type": "" }, { "class": "const", "name": "IP_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_MULTICAST_VIF", "type": "" }, { "class": "const", "name": "IP_NAT__XXX", "type": "" }, { "class": "const", "name": "IP_OFFMASK", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ADD", "type": "" }, { "class": "const", "name": "IP_OLD_FW_DEL", "type": "" }, { "class": "const", "name": "IP_OLD_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_OLD_FW_GET", "type": "" }, { "class": "const", "name": "IP_OLD_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_OPTIONS", "type": "" }, { "class": "const", "name": "IP_PKTINFO", "type": "" }, { "class": "const", "name": "IP_PORTRANGE", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IP_RECVDSTADDR", "type": "" }, { "class": "const", "name": "IP_RECVIF", "type": "" }, { "class": "const", "name": "IP_RECVOPTS", "type": "" }, { "class": "const", "name": "IP_RECVPKTINFO", "type": "" }, { "class": "const", "name": "IP_RECVRETOPTS", "type": "" }, { "class": "const", "name": "IP_RECVTTL", "type": "" }, { "class": "const", "name": "IP_RETOPTS", "type": "" }, { "class": "const", "name": "IP_RF", "type": "" }, { "class": "const", "name": "IP_RSVP_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_ON", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_ON", "type": "" }, { "class": "const", "name": "IP_STRIPHDR", "type": "" }, { "class": "const", "name": "IP_TOS", "type": "" }, { "class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": "" }, { "class": "const", "name": "IP_TTL", "type": "" }, { "class": "const", "name": "IP_UNBLOCK_SOURCE", "type": "" }, { "class": "const", "name": "ISIG", "type": "" }, { "class": "const", "name": "ISTRIP", "type": "" }, { "class": "const", "name": "IUTF8", "type": "" }, { "class": "const", "name": "IXANY", "type": "" }, { "class": "const", "name": "IXOFF", "type": "" }, { "class": "const", "name": "IXON", "type": "" }, { "class": "const", "name": "ImplementsGetwd", "type": "" }, { "class": "const", "name": "LOCK_EX", "type": "" }, { "class": "const", "name": "LOCK_NB", "type": "" }, { "class": "const", "name": "LOCK_SH", "type": "" }, { "class": "const", "name": "LOCK_UN", "type": "" }, { "class": "const", "name": "MADV_CAN_REUSE", "type": "" }, { "class": "const", "name": "MADV_DONTNEED", "type": "" }, { "class": "const", "name": "MADV_FREE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSABLE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSE", "type": "" }, { "class": "const", "name": "MADV_NORMAL", "type": "" }, { "class": "const", "name": "MADV_RANDOM", "type": "" }, { "class": "const", "name": "MADV_SEQUENTIAL", "type": "" }, { "class": "const", "name": "MADV_WILLNEED", "type": "" }, { "class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": "" }, { "class": "const", "name": "MAP_ANON", "type": "" }, { "class": "const", "name": "MAP_COPY", "type": "" }, { "class": "const", "name": "MAP_FILE", "type": "" }, { "class": "const", "name": "MAP_FIXED", "type": "" }, { "class": "const", "name": "MAP_HASSEMAPHORE", "type": "" }, { "class": "const", "name": "MAP_JIT", "type": "" }, { "class": "const", "name": "MAP_NOCACHE", "type": "" }, { "class": "const", "name": "MAP_NOEXTEND", "type": "" }, { "class": "const", "name": "MAP_NORESERVE", "type": "" }, { "class": "const", "name": "MAP_PRIVATE", "type": "" }, { "class": "const", "name": "MAP_RENAME", "type": "" }, { "class": "const", "name": "MAP_RESERVED0080", "type": "" }, { "class": "const", "name": "MAP_SHARED", "type": "" }, { "class": "const", "name": "MCL_CURRENT", "type": "" }, { "class": "const", "name": "MCL_FUTURE", "type": "" }, { "class": "const", "name": "MSG_CTRUNC", "type": "" }, { "class": "const", "name": "MSG_DONTROUTE", "type": "" }, { "class": "const", "name": "MSG_DONTWAIT", "type": "" }, { "class": "const", "name": "MSG_EOF", "type": "" }, { "class": "const", "name": "MSG_EOR", "type": "" }, { "class": "const", "name": "MSG_FLUSH", "type": "" }, { "class": "const", "name": "MSG_HAVEMORE", "type": "" }, { "class": "const", "name": "MSG_HOLD", "type": "" }, { "class": "const", "name": "MSG_NEEDSA", "type": "" }, { "class": "const", "name": "MSG_OOB", "type": "" }, { "class": "const", "name": "MSG_PEEK", "type": "" }, { "class": "const", "name": "MSG_RCVMORE", "type": "" }, { "class": "const", "name": "MSG_SEND", "type": "" }, { "class": "const", "name": "MSG_TRUNC", "type": "" }, { "class": "const", "name": "MSG_WAITALL", "type": "" }, { "class": "const", "name": "MSG_WAITSTREAM", "type": "" }, { "class": "const", "name": "MS_ASYNC", "type": "" }, { "class": "const", "name": "MS_DEACTIVATE", "type": "" }, { "class": "const", "name": "MS_INVALIDATE", "type": "" }, { "class": "const", "name": "MS_KILLPAGES", "type": "" }, { "class": "const", "name": "MS_SYNC", "type": "" }, { "class": "const", "name": "NAME_MAX", "type": "" }, { "class": "const", "name": "NET_RT_DUMP", "type": "" }, { "class": "const", "name": "NET_RT_DUMP2", "type": "" }, { "class": "const", "name": "NET_RT_FLAGS", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST2", "type": "" }, { "class": "const", "name": "NET_RT_MAXID", "type": "" }, { "class": "const", "name": "NET_RT_STAT", "type": "" }, { "class": "const", "name": "NET_RT_TRASH", "type": "" }, { "class": "const", "name": "NOFLSH", "type": "" }, { "class": "const", "name": "NOTE_ABSOLUTE", "type": "" }, { "class": "const", "name": "NOTE_ATTRIB", "type": "" }, { "class": "const", "name": "NOTE_CHILD", "type": "" }, { "class": "const", "name": "NOTE_DELETE", "type": "" }, { "class": "const", "name": "NOTE_EXEC", "type": "" }, { "class": "const", "name": "NOTE_EXIT", "type": "" }, { "class": "const", "name": "NOTE_EXITSTATUS", "type": "" }, { "class": "const", "name": "NOTE_EXTEND", "type": "" }, { "class": "const", "name": "NOTE_FFAND", "type": "" }, { "class": "const", "name": "NOTE_FFCOPY", "type": "" }, { "class": "const", "name": "NOTE_FFCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_FFLAGSMASK", "type": "" }, { "class": "const", "name": "NOTE_FFNOP", "type": "" }, { "class": "const", "name": "NOTE_FFOR", "type": "" }, { "class": "const", "name": "NOTE_FORK", "type": "" }, { "class": "const", "name": "NOTE_LINK", "type": "" }, { "class": "const", "name": "NOTE_LOWAT", "type": "" }, { "class": "const", "name": "NOTE_NONE", "type": "" }, { "class": "const", "name": "NOTE_NSECONDS", "type": "" }, { "class": "const", "name": "NOTE_PCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_PDATAMASK", "type": "" }, { "class": "const", "name": "NOTE_REAP", "type": "" }, { "class": "const", "name": "NOTE_RENAME", "type": "" }, { "class": "const", "name": "NOTE_RESOURCEEND", "type": "" }, { "class": "const", "name": "NOTE_REVOKE", "type": "" }, { "class": "const", "name": "NOTE_SECONDS", "type": "" }, { "class": "const", "name": "NOTE_SIGNAL", "type": "" }, { "class": "const", "name": "NOTE_TRACK", "type": "" }, { "class": "const", "name": "NOTE_TRACKERR", "type": "" }, { "class": "const", "name": "NOTE_TRIGGER", "type": "" }, { "class": "const", "name": "NOTE_USECONDS", "type": "" }, { "class": "const", "name": "NOTE_VM_ERROR", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_WRITE", "type": "" }, { "class": "const", "name": "OCRNL", "type": "" }, { "class": "const", "name": "OFDEL", "type": "" }, { "class": "const", "name": "OFILL", "type": "" }, { "class": "const", "name": "ONLCR", "type": "" }, { "class": "const", "name": "ONLRET", "type": "" }, { "class": "const", "name": "ONOCR", "type": "" }, { "class": "const", "name": "ONOEOT", "type": "" }, { "class": "const", "name": "OPOST", "type": "" }, { "class": "const", "name": "O_ACCMODE", "type": "" }, { "class": "const", "name": "O_ALERT", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_ASYNC", "type": "" }, { "class": "const", "name": "O_CLOEXEC", "type": "" }, { "class": "const", "name": "O_CREAT", "type": "" }, { "class": "const", "name": "O_DIRECTORY", "type": "" }, { "class": "const", "name": "O_DSYNC", "type": "" }, { "class": "const", "name": "O_EVTONLY", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_EXLOCK", "type": "" }, { "class": "const", "name": "O_FSYNC", "type": "" }, { "class": "const", "name": "O_NDELAY", "type": "" }, { "class": "const", "name": "O_NOCTTY", "type": "" }, { "class": "const", "name": "O_NOFOLLOW", "type": "" }, { "class": "const", "name": "O_NONBLOCK", "type": "" }, { "class": "const", "name": "O_POPUP", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SHLOCK", "type": "" }, { "class": "const", "name": "O_SYMLINK", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PARENB", "type": "" }, { "class": "const", "name": "PARMRK", "type": "" }, { "class": "const", "name": "PARODD", "type": "" }, { "class": "const", "name": "PENDIN", "type": "" }, { "class": "const", "name": "PRIO_PGRP", "type": "" }, { "class": "const", "name": "PRIO_PROCESS", "type": "" }, { "class": "const", "name": "PRIO_USER", "type": "" }, { "class": "const", "name": "PROT_EXEC", "type": "" }, { "class": "const", "name": "PROT_NONE", "type": "" }, { "class": "const", "name": "PROT_READ", "type": "" }, { "class": "const", "name": "PROT_WRITE", "type": "" }, { "class": "const", "name": "PTRACE_CONT", "type": "" }, { "class": "const", "name": "PTRACE_KILL", "type": "" }, { "class": "const", "name": "PTRACE_TRACEME", "type": "" }, { "class": "const", "name": "PT_ATTACH", "type": "" }, { "class": "const", "name": "PT_ATTACHEXC", "type": "" }, { "class": "const", "name": "PT_CONTINUE", "type": "" }, { "class": "const", "name": "PT_DENY_ATTACH", "type": "" }, { "class": "const", "name": "PT_DETACH", "type": "" }, { "class": "const", "name": "PT_FIRSTMACH", "type": "" }, { "class": "const", "name": "PT_FORCEQUOTA", "type": "" }, { "class": "const", "name": "PT_KILL", "type": "" }, { "class": "const", "name": "PT_READ_D", "type": "" }, { "class": "const", "name": "PT_READ_I", "type": "" }, { "class": "const", "name": "PT_READ_U", "type": "" }, { "class": "const", "name": "PT_SIGEXC", "type": "" }, { "class": "const", "name": "PT_STEP", "type": "" }, { "class": "const", "name": "PT_THUPDATE", "type": "" }, { "class": "const", "name": "PT_TRACE_ME", "type": "" }, { "class": "const", "name": "PT_WRITE_D", "type": "" }, { "class": "const", "name": "PT_WRITE_I", "type": "" }, { "class": "const", "name": "PT_WRITE_U", "type": "" }, { "class": "const", "name": "RLIMIT_AS", "type": "" }, { "class": "const", "name": "RLIMIT_CORE", "type": "" }, { "class": "const", "name": "RLIMIT_CPU", "type": "" }, { "class": "const", "name": "RLIMIT_DATA", "type": "" }, { "class": "const", "name": "RLIMIT_FSIZE", "type": "" }, { "class": "const", "name": "RLIMIT_NOFILE", "type": "" }, { "class": "const", "name": "RLIMIT_STACK", "type": "" }, { "class": "const", "name": "RLIM_INFINITY", "type": "" }, { "class": "const", "name": "RTAX_AUTHOR", "type": "" }, { "class": "const", "name": "RTAX_BRD", "type": "" }, { "class": "const", "name": "RTAX_DST", "type": "" }, { "class": "const", "name": "RTAX_GATEWAY", "type": "" }, { "class": "const", "name": "RTAX_GENMASK", "type": "" }, { "class": "const", "name": "RTAX_IFA", "type": "" }, { "class": "const", "name": "RTAX_IFP", "type": "" }, { "class": "const", "name": "RTAX_MAX", "type": "" }, { "class": "const", "name": "RTAX_NETMASK", "type": "" }, { "class": "const", "name": "RTA_AUTHOR", "type": "" }, { "class": "const", "name": "RTA_BRD", "type": "" }, { "class": "const", "name": "RTA_DST", "type": "" }, { "class": "const", "name": "RTA_GATEWAY", "type": "" }, { "class": "const", "name": "RTA_GENMASK", "type": "" }, { "class": "const", "name": "RTA_IFA", "type": "" }, { "class": "const", "name": "RTA_IFP", "type": "" }, { "class": "const", "name": "RTA_NETMASK", "type": "" }, { "class": "const", "name": "RTF_BLACKHOLE", "type": "" }, { "class": "const", "name": "RTF_BROADCAST", "type": "" }, { "class": "const", "name": "RTF_CLONING", "type": "" }, { "class": "const", "name": "RTF_CONDEMNED", "type": "" }, { "class": "const", "name": "RTF_DELCLONE", "type": "" }, { "class": "const", "name": "RTF_DONE", "type": "" }, { "class": "const", "name": "RTF_DYNAMIC", "type": "" }, { "class": "const", "name": "RTF_GATEWAY", "type": "" }, { "class": "const", "name": "RTF_HOST", "type": "" }, { "class": "const", "name": "RTF_IFREF", "type": "" }, { "class": "const", "name": "RTF_IFSCOPE", "type": "" }, { "class": "const", "name": "RTF_LLINFO", "type": "" }, { "class": "const", "name": "RTF_LOCAL", "type": "" }, { "class": "const", "name": "RTF_MODIFIED", "type": "" }, { "class": "const", "name": "RTF_MULTICAST", "type": "" }, { "class": "const", "name": "RTF_PINNED", "type": "" }, { "class": "const", "name": "RTF_PRCLONING", "type": "" }, { "class": "const", "name": "RTF_PROTO1", "type": "" }, { "class": "const", "name": "RTF_PROTO2", "type": "" }, { "class": "const", "name": "RTF_PROTO3", "type": "" }, { "class": "const", "name": "RTF_REJECT", "type": "" }, { "class": "const", "name": "RTF_STATIC", "type": "" }, { "class": "const", "name": "RTF_UP", "type": "" }, { "class": "const", "name": "RTF_WASCLONED", "type": "" }, { "class": "const", "name": "RTF_XRESOLVE", "type": "" }, { "class": "const", "name": "RTM_ADD", "type": "" }, { "class": "const", "name": "RTM_CHANGE", "type": "" }, { "class": "const", "name": "RTM_DELADDR", "type": "" }, { "class": "const", "name": "RTM_DELETE", "type": "" }, { "class": "const", "name": "RTM_DELMADDR", "type": "" }, { "class": "const", "name": "RTM_GET", "type": "" }, { "class": "const", "name": "RTM_GET2", "type": "" }, { "class": "const", "name": "RTM_IFINFO", "type": "" }, { "class": "const", "name": "RTM_IFINFO2", "type": "" }, { "class": "const", "name": "RTM_LOCK", "type": "" }, { "class": "const", "name": "RTM_LOSING", "type": "" }, { "class": "const", "name": "RTM_MISS", "type": "" }, { "class": "const", "name": "RTM_NEWADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR2", "type": "" }, { "class": "const", "name": "RTM_OLDADD", "type": "" }, { "class": "const", "name": "RTM_OLDDEL", "type": "" }, { "class": "const", "name": "RTM_REDIRECT", "type": "" }, { "class": "const", "name": "RTM_RESOLVE", "type": "" }, { "class": "const", "name": "RTM_RTTUNIT", "type": "" }, { "class": "const", "name": "RTM_VERSION", "type": "" }, { "class": "const", "name": "RTV_EXPIRE", "type": "" }, { "class": "const", "name": "RTV_HOPCOUNT", "type": "" }, { "class": "const", "name": "RTV_MTU", "type": "" }, { "class": "const", "name": "RTV_RPIPE", "type": "" }, { "class": "const", "name": "RTV_RTT", "type": "" }, { "class": "const", "name": "RTV_RTTVAR", "type": "" }, { "class": "const", "name": "RTV_SPIPE", "type": "" }, { "class": "const", "name": "RTV_SSTHRESH", "type": "" }, { "class": "const", "name": "RUSAGE_CHILDREN", "type": "" }, { "class": "const", "name": "RUSAGE_SELF", "type": "" }, { "class": "const", "name": "SCM_CREDS", "type": "" }, { "class": "const", "name": "SCM_RIGHTS", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SHUT_RD", "type": "" }, { "class": "const", "name": "SHUT_RDWR", "type": "" }, { "class": "const", "name": "SHUT_WR", "type": "" }, { "class": "const", "name": "SIGABRT", "type": "" }, { "class": "const", "name": "SIGALRM", "type": "" }, { "class": "const", "name": "SIGBUS", "type": "" }, { "class": "const", "name": "SIGCHLD", "type": "" }, { "class": "const", "name": "SIGCONT", "type": "" }, { "class": "const", "name": "SIGEMT", "type": "" }, { "class": "const", "name": "SIGFPE", "type": "" }, { "class": "const", "name": "SIGHUP", "type": "" }, { "class": "const", "name": "SIGILL", "type": "" }, { "class": "const", "name": "SIGINFO", "type": "" }, { "class": "const", "name": "SIGINT", "type": "" }, { "class": "const", "name": "SIGIO", "type": "" }, { "class": "const", "name": "SIGIOT", "type": "" }, { "class": "const", "name": "SIGKILL", "type": "" }, { "class": "const", "name": "SIGPIPE", "type": "" }, { "class": "const", "name": "SIGPROF", "type": "" }, { "class": "const", "name": "SIGQUIT", "type": "" }, { "class": "const", "name": "SIGSEGV", "type": "" }, { "class": "const", "name": "SIGSTOP", "type": "" }, { "class": "const", "name": "SIGSYS", "type": "" }, { "class": "const", "name": "SIGTERM", "type": "" }, { "class": "const", "name": "SIGTRAP", "type": "" }, { "class": "const", "name": "SIGTSTP", "type": "" }, { "class": "const", "name": "SIGTTIN", "type": "" }, { "class": "const", "name": "SIGTTOU", "type": "" }, { "class": "const", "name": "SIGURG", "type": "" }, { "class": "const", "name": "SIGUSR1", "type": "" }, { "class": "const", "name": "SIGUSR2", "type": "" }, { "class": "const", "name": "SIGVTALRM", "type": "" }, { "class": "const", "name": "SIGWINCH", "type": "" }, { "class": "const", "name": "SIGXCPU", "type": "" }, { "class": "const", "name": "SIGXFSZ", "type": "" }, { "class": "const", "name": "SIOCADDMULTI", "type": "" }, { "class": "const", "name": "SIOCAIFADDR", "type": "" }, { "class": "const", "name": "SIOCALIFADDR", "type": "" }, { "class": "const", "name": "SIOCARPIPLL", "type": "" }, { "class": "const", "name": "SIOCATMARK", "type": "" }, { "class": "const", "name": "SIOCAUTOADDR", "type": "" }, { "class": "const", "name": "SIOCAUTONETMASK", "type": "" }, { "class": "const", "name": "SIOCDELMULTI", "type": "" }, { "class": "const", "name": "SIOCDIFADDR", "type": "" }, { "class": "const", "name": "SIOCDIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCDLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCGETSGCNT", "type": "" }, { "class": "const", "name": "SIOCGETVIFCNT", "type": "" }, { "class": "const", "name": "SIOCGETVLAN", "type": "" }, { "class": "const", "name": "SIOCGHIWAT", "type": "" }, { "class": "const", "name": "SIOCGIFADDR", "type": "" }, { "class": "const", "name": "SIOCGIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCGIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCGIFBOND", "type": "" }, { "class": "const", "name": "SIOCGIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCGIFCAP", "type": "" }, { "class": "const", "name": "SIOCGIFCONF", "type": "" }, { "class": "const", "name": "SIOCGIFDEVMTU", "type": "" }, { "class": "const", "name": "SIOCGIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCGIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCGIFKPI", "type": "" }, { "class": "const", "name": "SIOCGIFMAC", "type": "" }, { "class": "const", "name": "SIOCGIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCGIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCGIFMTU", "type": "" }, { "class": "const", "name": "SIOCGIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCGIFPDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFPHYS", "type": "" }, { "class": "const", "name": "SIOCGIFPSRCADDR", "type": "" }, { "class": "const", "name": "SIOCGIFSTATUS", "type": "" }, { "class": "const", "name": "SIOCGIFVLAN", "type": "" }, { "class": "const", "name": "SIOCGIFWAKEFLAGS", "type": "" }, { "class": "const", "name": "SIOCGLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCGLOWAT", "type": "" }, { "class": "const", "name": "SIOCGPGRP", "type": "" }, { "class": "const", "name": "SIOCIFCREATE", "type": "" }, { "class": "const", "name": "SIOCIFCREATE2", "type": "" }, { "class": "const", "name": "SIOCIFDESTROY", "type": "" }, { "class": "const", "name": "SIOCRSLVMULTI", "type": "" }, { "class": "const", "name": "SIOCSDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCSETVLAN", "type": "" }, { "class": "const", "name": "SIOCSHIWAT", "type": "" }, { "class": "const", "name": "SIOCSIFADDR", "type": "" }, { "class": "const", "name": "SIOCSIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCSIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCSIFBOND", "type": "" }, { "class": "const", "name": "SIOCSIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCSIFCAP", "type": "" }, { "class": "const", "name": "SIOCSIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCSIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCSIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCSIFKPI", "type": "" }, { "class": "const", "name": "SIOCSIFLLADDR", "type": "" }, { "class": "const", "name": "SIOCSIFMAC", "type": "" }, { "class": "const", "name": "SIOCSIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCSIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCSIFMTU", "type": "" }, { "class": "const", "name": "SIOCSIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCSIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSIFPHYS", "type": "" }, { "class": "const", "name": "SIOCSIFVLAN", "type": "" }, { "class": "const", "name": "SIOCSLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSLOWAT", "type": "" }, { "class": "const", "name": "SIOCSPGRP", "type": "" }, { "class": "const", "name": "SOCK_DGRAM", "type": "" }, { "class": "const", "name": "SOCK_MAXADDRLEN", "type": "" }, { "class": "const", "name": "SOCK_RAW", "type": "" }, { "class": "const", "name": "SOCK_RDM", "type": "" }, { "class": "const", "name": "SOCK_SEQPACKET", "type": "" }, { "class": "const", "name": "SOCK_STREAM", "type": "" }, { "class": "const", "name": "SOL_SOCKET", "type": "" }, { "class": "const", "name": "SOMAXCONN", "type": "" }, { "class": "const", "name": "SO_ACCEPTCONN", "type": "" }, { "class": "const", "name": "SO_BROADCAST", "type": "" }, { "class": "const", "name": "SO_DEBUG", "type": "" }, { "class": "const", "name": "SO_DONTROUTE", "type": "" }, { "class": "const", "name": "SO_DONTTRUNC", "type": "" }, { "class": "const", "name": "SO_ERROR", "type": "" }, { "class": "const", "name": "SO_KEEPALIVE", "type": "" }, { "class": "const", "name": "SO_LABEL", "type": "" }, { "class": "const", "name": "SO_LINGER", "type": "" }, { "class": "const", "name": "SO_LINGER_SEC", "type": "" }, { "class": "const", "name": "SO_NKE", "type": "" }, { "class": "const", "name": "SO_NOADDRERR", "type": "" }, { "class": "const", "name": "SO_NOSIGPIPE", "type": "" }, { "class": "const", "name": "SO_NOTIFYCONFLICT", "type": "" }, { "class": "const", "name": "SO_NP_EXTENSIONS", "type": "" }, { "class": "const", "name": "SO_NREAD", "type": "" }, { "class": "const", "name": "SO_NWRITE", "type": "" }, { "class": "const", "name": "SO_OOBINLINE", "type": "" }, { "class": "const", "name": "SO_PEERLABEL", "type": "" }, { "class": "const", "name": "SO_RANDOMPORT", "type": "" }, { "class": "const", "name": "SO_RCVBUF", "type": "" }, { "class": "const", "name": "SO_RCVLOWAT", "type": "" }, { "class": "const", "name": "SO_RCVTIMEO", "type": "" }, { "class": "const", "name": "SO_RESTRICTIONS", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYIN", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYOUT", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYSET", "type": "" }, { "class": "const", "name": "SO_REUSEADDR", "type": "" }, { "class": "const", "name": "SO_REUSEPORT", "type": "" }, { "class": "const", "name": "SO_REUSESHAREUID", "type": "" }, { "class": "const", "name": "SO_SNDBUF", "type": "" }, { "class": "const", "name": "SO_SNDLOWAT", "type": "" }, { "class": "const", "name": "SO_SNDTIMEO", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SO_TYPE", "type": "" }, { "class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": "" }, { "class": "const", "name": "SO_USELOOPBACK", "type": "" }, { "class": "const", "name": "SO_WANTMORE", "type": "" }, { "class": "const", "name": "SO_WANTOOBFLAG", "type": "" }, { "class": "const", "name": "SYS_ACCEPT", "type": "" }, { "class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_ACCESS", "type": "" }, { "class": "const", "name": "SYS_ACCESS_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_ACCT", "type": "" }, { "class": "const", "name": "SYS_ADD_PROFIL", "type": "" }, { "class": "const", "name": "SYS_ADJTIME", "type": "" }, { "class": "const", "name": "SYS_AIO_CANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_ERROR", "type": "" }, { "class": "const", "name": "SYS_AIO_FSYNC", "type": "" }, { "class": "const", "name": "SYS_AIO_READ", "type": "" }, { "class": "const", "name": "SYS_AIO_RETURN", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_WRITE", "type": "" }, { "class": "const", "name": "SYS_ATGETMSG", "type": "" }, { "class": "const", "name": "SYS_ATPGETREQ", "type": "" }, { "class": "const", "name": "SYS_ATPGETRSP", "type": "" }, { "class": "const", "name": "SYS_ATPSNDREQ", "type": "" }, { "class": "const", "name": "SYS_ATPSNDRSP", "type": "" }, { "class": "const", "name": "SYS_ATPUTMSG", "type": "" }, { "class": "const", "name": "SYS_ATSOCKET", "type": "" }, { "class": "const", "name": "SYS_AUDIT", "type": "" }, { "class": "const", "name": "SYS_AUDITCTL", "type": "" }, { "class": "const", "name": "SYS_AUDITON", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": "" }, { "class": "const", "name": "SYS_BIND", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": "" }, { "class": "const", "name": "SYS_CHDIR", "type": "" }, { "class": "const", "name": "SYS_CHFLAGS", "type": "" }, { "class": "const", "name": "SYS_CHMOD", "type": "" }, { "class": "const", "name": "SYS_CHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_CHOWN", "type": "" }, { "class": "const", "name": "SYS_CHROOT", "type": "" }, { "class": "const", "name": "SYS_CHUD", "type": "" }, { "class": "const", "name": "SYS_CLOSE", "type": "" }, { "class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_CONNECT", "type": "" }, { "class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_COPYFILE", "type": "" }, { "class": "const", "name": "SYS_CSOPS", "type": "" }, { "class": "const", "name": "SYS_DELETE", "type": "" }, { "class": "const", "name": "SYS_DUP", "type": "" }, { "class": "const", "name": "SYS_DUP2", "type": "" }, { "class": "const", "name": "SYS_EXCHANGEDATA", "type": "" }, { "class": "const", "name": "SYS_EXECVE", "type": "" }, { "class": "const", "name": "SYS_EXIT", "type": "" }, { "class": "const", "name": "SYS_FCHDIR", "type": "" }, { "class": "const", "name": "SYS_FCHFLAGS", "type": "" }, { "class": "const", "name": "SYS_FCHMOD", "type": "" }, { "class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FCHOWN", "type": "" }, { "class": "const", "name": "SYS_FCNTL", "type": "" }, { "class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FDATASYNC", "type": "" }, { "class": "const", "name": "SYS_FFSCTL", "type": "" }, { "class": "const", "name": "SYS_FGETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FGETXATTR", "type": "" }, { "class": "const", "name": "SYS_FHOPEN", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": "" }, { "class": "const", "name": "SYS_FLISTXATTR", "type": "" }, { "class": "const", "name": "SYS_FLOCK", "type": "" }, { "class": "const", "name": "SYS_FORK", "type": "" }, { "class": "const", "name": "SYS_FPATHCONF", "type": "" }, { "class": "const", "name": "SYS_FREMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_FSCTL", "type": "" }, { "class": "const", "name": "SYS_FSETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FSETXATTR", "type": "" }, { "class": "const", "name": "SYS_FSGETPATH", "type": "" }, { "class": "const", "name": "SYS_FSTAT", "type": "" }, { "class": "const", "name": "SYS_FSTAT64", "type": "" }, { "class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSTATFS", "type": "" }, { "class": "const", "name": "SYS_FSTATFS64", "type": "" }, { "class": "const", "name": "SYS_FSTATV", "type": "" }, { "class": "const", "name": "SYS_FSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSYNC", "type": "" }, { "class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FTRUNCATE", "type": "" }, { "class": "const", "name": "SYS_FUTIMES", "type": "" }, { "class": "const", "name": "SYS_GETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_GETAUID", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES64", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": "" }, { "class": "const", "name": "SYS_GETDTABLESIZE", "type": "" }, { "class": "const", "name": "SYS_GETEGID", "type": "" }, { "class": "const", "name": "SYS_GETEUID", "type": "" }, { "class": "const", "name": "SYS_GETFH", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT64", "type": "" }, { "class": "const", "name": "SYS_GETGID", "type": "" }, { "class": "const", "name": "SYS_GETGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETHOSTUUID", "type": "" }, { "class": "const", "name": "SYS_GETITIMER", "type": "" }, { "class": "const", "name": "SYS_GETLCID", "type": "" }, { "class": "const", "name": "SYS_GETLOGIN", "type": "" }, { "class": "const", "name": "SYS_GETPEERNAME", "type": "" }, { "class": "const", "name": "SYS_GETPGID", "type": "" }, { "class": "const", "name": "SYS_GETPGRP", "type": "" }, { "class": "const", "name": "SYS_GETPID", "type": "" }, { "class": "const", "name": "SYS_GETPPID", "type": "" }, { "class": "const", "name": "SYS_GETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_GETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_GETRUSAGE", "type": "" }, { "class": "const", "name": "SYS_GETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETSID", "type": "" }, { "class": "const", "name": "SYS_GETSOCKNAME", "type": "" }, { "class": "const", "name": "SYS_GETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_GETTID", "type": "" }, { "class": "const", "name": "SYS_GETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_GETUID", "type": "" }, { "class": "const", "name": "SYS_GETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETXATTR", "type": "" }, { "class": "const", "name": "SYS_IDENTITYSVC", "type": "" }, { "class": "const", "name": "SYS_INITGROUPS", "type": "" }, { "class": "const", "name": "SYS_IOCTL", "type": "" }, { "class": "const", "name": "SYS_IOPOLICYSYS", "type": "" }, { "class": "const", "name": "SYS_ISSETUGID", "type": "" }, { "class": "const", "name": "SYS_KDEBUG_TRACE", "type": "" }, { "class": "const", "name": "SYS_KEVENT", "type": "" }, { "class": "const", "name": "SYS_KEVENT64", "type": "" }, { "class": "const", "name": "SYS_KILL", "type": "" }, { "class": "const", "name": "SYS_KQUEUE", "type": "" }, { "class": "const", "name": "SYS_LCHOWN", "type": "" }, { "class": "const", "name": "SYS_LINK", "type": "" }, { "class": "const", "name": "SYS_LIO_LISTIO", "type": "" }, { "class": "const", "name": "SYS_LISTEN", "type": "" }, { "class": "const", "name": "SYS_LISTXATTR", "type": "" }, { "class": "const", "name": "SYS_LSEEK", "type": "" }, { "class": "const", "name": "SYS_LSTAT", "type": "" }, { "class": "const", "name": "SYS_LSTAT64", "type": "" }, { "class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_LSTATV", "type": "" }, { "class": "const", "name": "SYS_LSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MADVISE", "type": "" }, { "class": "const", "name": "SYS_MAXSYSCALL", "type": "" }, { "class": "const", "name": "SYS_MINCORE", "type": "" }, { "class": "const", "name": "SYS_MINHERIT", "type": "" }, { "class": "const", "name": "SYS_MKCOMPLEX", "type": "" }, { "class": "const", "name": "SYS_MKDIR", "type": "" }, { "class": "const", "name": "SYS_MKDIR_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKFIFO", "type": "" }, { "class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKNOD", "type": "" }, { "class": "const", "name": "SYS_MLOCK", "type": "" }, { "class": "const", "name": "SYS_MLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MMAP", "type": "" }, { "class": "const", "name": "SYS_MODWATCH", "type": "" }, { "class": "const", "name": "SYS_MOUNT", "type": "" }, { "class": "const", "name": "SYS_MPROTECT", "type": "" }, { "class": "const", "name": "SYS_MSGCTL", "type": "" }, { "class": "const", "name": "SYS_MSGGET", "type": "" }, { "class": "const", "name": "SYS_MSGRCV", "type": "" }, { "class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSND", "type": "" }, { "class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSYS", "type": "" }, { "class": "const", "name": "SYS_MSYNC", "type": "" }, { "class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MUNLOCK", "type": "" }, { "class": "const", "name": "SYS_MUNLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MUNMAP", "type": "" }, { "class": "const", "name": "SYS_NFSCLNT", "type": "" }, { "class": "const", "name": "SYS_NFSSVC", "type": "" }, { "class": "const", "name": "SYS_OPEN", "type": "" }, { "class": "const", "name": "SYS_OPEN_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_OPEN_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PATHCONF", "type": "" }, { "class": "const", "name": "SYS_PID_HIBERNATE", "type": "" }, { "class": "const", "name": "SYS_PID_RESUME", "type": "" }, { "class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": "" }, { "class": "const", "name": "SYS_PID_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_PIPE", "type": "" }, { "class": "const", "name": "SYS_POLL", "type": "" }, { "class": "const", "name": "SYS_POLL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_POSIX_SPAWN", "type": "" }, { "class": "const", "name": "SYS_PREAD", "type": "" }, { "class": "const", "name": "SYS_PREAD_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PROCESS_POLICY", "type": "" }, { "class": "const", "name": "SYS_PROC_INFO", "type": "" }, { "class": "const", "name": "SYS_PROFIL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": "" }, { "class": "const", "name": "SYS_PTRACE", "type": "" }, { "class": "const", "name": "SYS_PWRITE", "type": "" }, { "class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_QUOTACTL", "type": "" }, { "class": "const", "name": "SYS_READ", "type": "" }, { "class": "const", "name": "SYS_READLINK", "type": "" }, { "class": "const", "name": "SYS_READV", "type": "" }, { "class": "const", "name": "SYS_READV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_READ_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REBOOT", "type": "" }, { "class": "const", "name": "SYS_RECVFROM", "type": "" }, { "class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_RECVMSG", "type": "" }, { "class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_RENAME", "type": "" }, { "class": "const", "name": "SYS_REVOKE", "type": "" }, { "class": "const", "name": "SYS_RMDIR", "type": "" }, { "class": "const", "name": "SYS_SEARCHFS", "type": "" }, { "class": "const", "name": "SYS_SELECT", "type": "" }, { "class": "const", "name": "SYS_SELECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SEMCTL", "type": "" }, { "class": "const", "name": "SYS_SEMGET", "type": "" }, { "class": "const", "name": "SYS_SEMOP", "type": "" }, { "class": "const", "name": "SYS_SEMSYS", "type": "" }, { "class": "const", "name": "SYS_SEM_CLOSE", "type": "" }, { "class": "const", "name": "SYS_SEM_DESTROY", "type": "" }, { "class": "const", "name": "SYS_SEM_GETVALUE", "type": "" }, { "class": "const", "name": "SYS_SEM_INIT", "type": "" }, { "class": "const", "name": "SYS_SEM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SEM_POST", "type": "" }, { "class": "const", "name": "SYS_SEM_TRYWAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDFILE", "type": "" }, { "class": "const", "name": "SYS_SENDMSG", "type": "" }, { "class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDTO", "type": "" }, { "class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_SETAUID", "type": "" }, { "class": "const", "name": "SYS_SETEGID", "type": "" }, { "class": "const", "name": "SYS_SETEUID", "type": "" }, { "class": "const", "name": "SYS_SETGID", "type": "" }, { "class": "const", "name": "SYS_SETGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETITIMER", "type": "" }, { "class": "const", "name": "SYS_SETLCID", "type": "" }, { "class": "const", "name": "SYS_SETLOGIN", "type": "" }, { "class": "const", "name": "SYS_SETPGID", "type": "" }, { "class": "const", "name": "SYS_SETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_SETPRIVEXEC", "type": "" }, { "class": "const", "name": "SYS_SETREGID", "type": "" }, { "class": "const", "name": "SYS_SETREUID", "type": "" }, { "class": "const", "name": "SYS_SETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_SETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETSID", "type": "" }, { "class": "const", "name": "SYS_SETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_SETTID", "type": "" }, { "class": "const", "name": "SYS_SETTID_WITH_PID", "type": "" }, { "class": "const", "name": "SYS_SETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_SETUID", "type": "" }, { "class": "const", "name": "SYS_SETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETXATTR", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": "" }, { "class": "const", "name": "SYS_SHMAT", "type": "" }, { "class": "const", "name": "SYS_SHMCTL", "type": "" }, { "class": "const", "name": "SYS_SHMDT", "type": "" }, { "class": "const", "name": "SYS_SHMGET", "type": "" }, { "class": "const", "name": "SYS_SHMSYS", "type": "" }, { "class": "const", "name": "SYS_SHM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SHM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SHUTDOWN", "type": "" }, { "class": "const", "name": "SYS_SIGACTION", "type": "" }, { "class": "const", "name": "SYS_SIGALTSTACK", "type": "" }, { "class": "const", "name": "SYS_SIGPENDING", "type": "" }, { "class": "const", "name": "SYS_SIGPROCMASK", "type": "" }, { "class": "const", "name": "SYS_SIGRETURN", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SOCKET", "type": "" }, { "class": "const", "name": "SYS_SOCKETPAIR", "type": "" }, { "class": "const", "name": "SYS_STACK_SNAPSHOT", "type": "" }, { "class": "const", "name": "SYS_STAT", "type": "" }, { "class": "const", "name": "SYS_STAT64", "type": "" }, { "class": "const", "name": "SYS_STAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_STATFS", "type": "" }, { "class": "const", "name": "SYS_STATFS64", "type": "" }, { "class": "const", "name": "SYS_STATV", "type": "" }, { "class": "const", "name": "SYS_STAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_SWAPON", "type": "" }, { "class": "const", "name": "SYS_SYMLINK", "type": "" }, { "class": "const", "name": "SYS_SYNC", "type": "" }, { "class": "const", "name": "SYS_SYSCALL", "type": "" }, { "class": "const", "name": "SYS_THREAD_SELFID", "type": "" }, { "class": "const", "name": "SYS_TRUNCATE", "type": "" }, { "class": "const", "name": "SYS_UMASK", "type": "" }, { "class": "const", "name": "SYS_UMASK_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_UNDELETE", "type": "" }, { "class": "const", "name": "SYS_UNLINK", "type": "" }, { "class": "const", "name": "SYS_UNMOUNT", "type": "" }, { "class": "const", "name": "SYS_UTIMES", "type": "" }, { "class": "const", "name": "SYS_VFORK", "type": "" }, { "class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": "" }, { "class": "const", "name": "SYS_WAIT4", "type": "" }, { "class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WAITEVENT", "type": "" }, { "class": "const", "name": "SYS_WAITID", "type": "" }, { "class": "const", "name": "SYS_WAITID_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WATCHEVENT", "type": "" }, { "class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": "" }, { "class": "const", "name": "SYS_WORKQ_OPEN", "type": "" }, { "class": "const", "name": "SYS_WRITE", "type": "" }, { "class": "const", "name": "SYS_WRITEV", "type": "" }, { "class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": "" }, { "class": "const", "name": "SYS___MAC_EXECVE", "type": "" }, { "class": "const", "name": "SYS___MAC_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_SYSCALL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CANCELED", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_KILL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SYSCTL", "type": "" }, { "class": "const", "name": "S_IEXEC", "type": "" }, { "class": "const", "name": "S_IFBLK", "type": "" }, { "class": "const", "name": "S_IFCHR", "type": "" }, { "class": "const", "name": "S_IFDIR", "type": "" }, { "class": "const", "name": "S_IFIFO", "type": "" }, { "class": "const", "name": "S_IFLNK", "type": "" }, { "class": "const", "name": "S_IFMT", "type": "" }, { "class": "const", "name": "S_IFREG", "type": "" }, { "class": "const", "name": "S_IFSOCK", "type": "" }, { "class": "const", "name": "S_IFWHT", "type": "" }, { "class": "const", "name": "S_IREAD", "type": "" }, { "class": "const", "name": "S_IRGRP", "type": "" }, { "class": "const", "name": "S_IROTH", "type": "" }, { "class": "const", "name": "S_IRUSR", "type": "" }, { "class": "const", "name": "S_IRWXG", "type": "" }, { "class": "const", "name": "S_IRWXO", "type": "" }, { "class": "const", "name": "S_IRWXU", "type": "" }, { "class": "const", "name": "S_ISGID", "type": "" }, { "class": "const", "name": "S_ISTXT", "type": "" }, { "class": "const", "name": "S_ISUID", "type": "" }, { "class": "const", "name": "S_ISVTX", "type": "" }, { "class": "const", "name": "S_IWGRP", "type": "" }, { "class": "const", "name": "S_IWOTH", "type": "" }, { "class": "const", "name": "S_IWRITE", "type": "" }, { "class": "const", "name": "S_IWUSR", "type": "" }, { "class": "const", "name": "S_IXGRP", "type": "" }, { "class": "const", "name": "S_IXOTH", "type": "" }, { "class": "const", "name": "S_IXUSR", "type": "" }, { "class": "const", "name": "SizeofBpfHdr", "type": "" }, { "class": "const", "name": "SizeofBpfInsn", "type": "" }, { "class": "const", "name": "SizeofBpfProgram", "type": "" }, { "class": "const", "name": "SizeofBpfStat", "type": "" }, { "class": "const", "name": "SizeofBpfVersion", "type": "" }, { "class": "const", "name": "SizeofCmsghdr", "type": "" }, { "class": "const", "name": "SizeofICMPv6Filter", "type": "" }, { "class": "const", "name": "SizeofIPMreq", "type": "" }, { "class": "const", "name": "SizeofIPv6MTUInfo", "type": "" }, { "class": "const", "name": "SizeofIPv6Mreq", "type": "" }, { "class": "const", "name": "SizeofIfData", "type": "" }, { "class": "const", "name": "SizeofIfMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr2", "type": "" }, { "class": "const", "name": "SizeofInet4Pktinfo", "type": "" }, { "class": "const", "name": "SizeofInet6Pktinfo", "type": "" }, { "class": "const", "name": "SizeofLinger", "type": "" }, { "class": "const", "name": "SizeofMsghdr", "type": "" }, { "class": "const", "name": "SizeofRtMetrics", "type": "" }, { "class": "const", "name": "SizeofRtMsghdr", "type": "" }, { "class": "const", "name": "SizeofSockaddrAny", "type": "" }, { "class": "const", "name": "SizeofSockaddrDatalink", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet4", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet6", "type": "" }, { "class": "const", "name": "SizeofSockaddrUnix", "type": "" }, { "class": "const", "name": "TCIFLUSH", "type": "" }, { "class": "const", "name": "TCIOFLUSH", "type": "" }, { "class": "const", "name": "TCOFLUSH", "type": "" }, { "class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": "" }, { "class": "const", "name": "TCP_KEEPALIVE", "type": "" }, { "class": "const", "name": "TCP_MAXHLEN", "type": "" }, { "class": "const", "name": "TCP_MAXOLEN", "type": "" }, { "class": "const", "name": "TCP_MAXSEG", "type": "" }, { "class": "const", "name": "TCP_MAXWIN", "type": "" }, { "class": "const", "name": "TCP_MAX_SACK", "type": "" }, { "class": "const", "name": "TCP_MAX_WINSHIFT", "type": "" }, { "class": "const", "name": "TCP_MINMSS", "type": "" }, { "class": "const", "name": "TCP_MINMSSOVERLOAD", "type": "" }, { "class": "const", "name": "TCP_MSS", "type": "" }, { "class": "const", "name": "TCP_NODELAY", "type": "" }, { "class": "const", "name": "TCP_NOOPT", "type": "" }, { "class": "const", "name": "TCP_NOPUSH", "type": "" }, { "class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": "" }, { "class": "const", "name": "TCP_RXT_FINDROP", "type": "" }, { "class": "const", "name": "TCSAFLUSH", "type": "" }, { "class": "const", "name": "TIOCCBRK", "type": "" }, { "class": "const", "name": "TIOCCDTR", "type": "" }, { "class": "const", "name": "TIOCCONS", "type": "" }, { "class": "const", "name": "TIOCDCDTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCDRAIN", "type": "" }, { "class": "const", "name": "TIOCDSIMICROCODE", "type": "" }, { "class": "const", "name": "TIOCEXCL", "type": "" }, { "class": "const", "name": "TIOCEXT", "type": "" }, { "class": "const", "name": "TIOCFLUSH", "type": "" }, { "class": "const", "name": "TIOCGDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCGETA", "type": "" }, { "class": "const", "name": "TIOCGETD", "type": "" }, { "class": "const", "name": "TIOCGPGRP", "type": "" }, { "class": "const", "name": "TIOCGWINSZ", "type": "" }, { "class": "const", "name": "TIOCIXOFF", "type": "" }, { "class": "const", "name": "TIOCIXON", "type": "" }, { "class": "const", "name": "TIOCMBIC", "type": "" }, { "class": "const", "name": "TIOCMBIS", "type": "" }, { "class": "const", "name": "TIOCMGDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMGET", "type": "" }, { "class": "const", "name": "TIOCMODG", "type": "" }, { "class": "const", "name": "TIOCMODS", "type": "" }, { "class": "const", "name": "TIOCMSDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMSET", "type": "" }, { "class": "const", "name": "TIOCM_CAR", "type": "" }, { "class": "const", "name": "TIOCM_CD", "type": "" }, { "class": "const", "name": "TIOCM_CTS", "type": "" }, { "class": "const", "name": "TIOCM_DSR", "type": "" }, { "class": "const", "name": "TIOCM_DTR", "type": "" }, { "class": "const", "name": "TIOCM_LE", "type": "" }, { "class": "const", "name": "TIOCM_RI", "type": "" }, { "class": "const", "name": "TIOCM_RNG", "type": "" }, { "class": "const", "name": "TIOCM_RTS", "type": "" }, { "class": "const", "name": "TIOCM_SR", "type": "" }, { "class": "const", "name": "TIOCM_ST", "type": "" }, { "class": "const", "name": "TIOCNOTTY", "type": "" }, { "class": "const", "name": "TIOCNXCL", "type": "" }, { "class": "const", "name": "TIOCOUTQ", "type": "" }, { "class": "const", "name": "TIOCPKT", "type": "" }, { "class": "const", "name": "TIOCPKT_DATA", "type": "" }, { "class": "const", "name": "TIOCPKT_DOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHREAD", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": "" }, { "class": "const", "name": "TIOCPKT_IOCTL", "type": "" }, { "class": "const", "name": "TIOCPKT_NOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_START", "type": "" }, { "class": "const", "name": "TIOCPKT_STOP", "type": "" }, { "class": "const", "name": "TIOCPTYGNAME", "type": "" }, { "class": "const", "name": "TIOCPTYGRANT", "type": "" }, { "class": "const", "name": "TIOCPTYUNLK", "type": "" }, { "class": "const", "name": "TIOCREMOTE", "type": "" }, { "class": "const", "name": "TIOCSBRK", "type": "" }, { "class": "const", "name": "TIOCSCONS", "type": "" }, { "class": "const", "name": "TIOCSCTTY", "type": "" }, { "class": "const", "name": "TIOCSDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCSDTR", "type": "" }, { "class": "const", "name": "TIOCSETA", "type": "" }, { "class": "const", "name": "TIOCSETAF", "type": "" }, { "class": "const", "name": "TIOCSETAW", "type": "" }, { "class": "const", "name": "TIOCSETD", "type": "" }, { "class": "const", "name": "TIOCSIG", "type": "" }, { "class": "const", "name": "TIOCSPGRP", "type": "" }, { "class": "const", "name": "TIOCSTART", "type": "" }, { "class": "const", "name": "TIOCSTAT", "type": "" }, { "class": "const", "name": "TIOCSTI", "type": "" }, { "class": "const", "name": "TIOCSTOP", "type": "" }, { "class": "const", "name": "TIOCSWINSZ", "type": "" }, { "class": "const", "name": "TIOCTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCUCNTL", "type": "" }, { "class": "const", "name": "TOSTOP", "type": "" }, { "class": "const", "name": "VDISCARD", "type": "" }, { "class": "const", "name": "VDSUSP", "type": "" }, { "class": "const", "name": "VEOF", "type": "" }, { "class": "const", "name": "VEOL", "type": "" }, { "class": "const", "name": "VEOL2", "type": "" }, { "class": "const", "name": "VERASE", "type": "" }, { "class": "const", "name": "VINTR", "type": "" }, { "class": "const", "name": "VKILL", "type": "" }, { "class": "const", "name": "VLNEXT", "type": "" }, { "class": "const", "name": "VMIN", "type": "" }, { "class": "const", "name": "VQUIT", "type": "" }, { "class": "const", "name": "VREPRINT", "type": "" }, { "class": "const", "name": "VSTART", "type": "" }, { "class": "const", "name": "VSTATUS", "type": "" }, { "class": "const", "name": "VSTOP", "type": "" }, { "class": "const", "name": "VSUSP", "type": "" }, { "class": "const", "name": "VT0", "type": "" }, { "class": "const", "name": "VT1", "type": "" }, { "class": "const", "name": "VTDLY", "type": "" }, { "class": "const", "name": "VTIME", "type": "" }, { "class": "const", "name": "VWERASE", "type": "" }, { "class": "const", "name": "WCONTINUED", "type": "" }, { "class": "const", "name": "WCOREFLAG", "type": "" }, { "class": "const", "name": "WEXITED", "type": "" }, { "class": "const", "name": "WNOHANG", "type": "" }, { "class": "const", "name": "WNOWAIT", "type": "" }, { "class": "const", "name": "WORDSIZE", "type": "" }, { "class": "const", "name": "WSTOPPED", "type": "" }, { "class": "const", "name": "WUNTRACED", "type": "" }, { "class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)" }, { "class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)" }, { "class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)" }, { "class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)" }, { "class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)" }, { "class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)" }, { "class": "func", "name": "Chdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error" }, { "class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Chroot", "type": "func(path string) (err error)" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Close", "type": "func(fd int) (err error)" }, { "class": "func", "name": "CloseOnExec", "type": "func(fd int)" }, { "class": "func", "name": "CmsgLen", "type": "func(datalen int) int" }, { "class": "func", "name": "CmsgSpace", "type": "func(datalen int) int" }, { "class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)" }, { "class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)" }, { "class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Fchdir", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)" }, { "class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)" }, { "class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)" }, { "class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error" }, { "class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)" }, { "class": "func", "name": "FlushBpf", "type": "func(fd int) error" }, { "class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)" }, { "class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)" }, { "class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "Fsync", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)" }, { "class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)" }, { "class": "func", "name": "Getdtablesize", "type": "func() (size int)" }, { "class": "func", "name": "Getegid", "type": "func() (egid int)" }, { "class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)" }, { "class": "func", "name": "Geteuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)" }, { "class": "func", "name": "Getgid", "type": "func() (gid int)" }, { "class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)" }, { "class": "func", "name": "Getpgrp", "type": "func() (pgrp int)" }, { "class": "func", "name": "Getpid", "type": "func() (pid int)" }, { "class": "func", "name": "Getppid", "type": "func() (ppid int)" }, { "class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)" }, { "class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)" }, { "class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)" }, { "class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)" }, { "class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)" }, { "class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)" }, { "class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)" }, { "class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)" }, { "class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)" }, { "class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)" }, { "class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Getuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getwd", "type": "func() (string, error)" }, { "class": "func", "name": "Issetugid", "type": "func() (tainted bool)" }, { "class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)" }, { "class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)" }, { "class": "func", "name": "Kqueue", "type": "func() (fd int, err error)" }, { "class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Link", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)" }, { "class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)" }, { "class": "func", "name": "Mlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Mlockall", "type": "func(flags int) (err error)" }, { "class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)" }, { "class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)" }, { "class": "func", "name": "Munlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Munlockall", "type": "func() (err error)" }, { "class": "func", "name": "Munmap", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)" }, { "class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)" }, { "class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)" }, { "class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)" }, { "class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)" }, { "class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)" }, { "class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)" }, { "class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)" }, { "class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)" }, { "class": "func", "name": "Pipe", "type": "func(p []int) (err error)" }, { "class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)" }, { "class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)" }, { "class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Rename", "type": "func(from string, to string) (err error)" }, { "class": "func", "name": "Revoke", "type": "func(path string) (err error)" }, { "class": "func", "name": "Rmdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)" }, { "class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)" }, { "class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)" }, { "class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)" }, { "class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)" }, { "class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)" }, { "class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)" }, { "class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error" }, { "class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)" }, { "class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)" }, { "class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error" }, { "class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error" }, { "class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error" }, { "class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)" }, { "class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)" }, { "class": "func", "name": "Setegid", "type": "func(egid int) (err error)" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "Seteuid", "type": "func(euid int) (err error)" }, { "class": "func", "name": "Setgid", "type": "func(gid int) (err error)" }, { "class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)" }, { "class": "func", "name": "Setlogin", "type": "func(name string) (err error)" }, { "class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)" }, { "class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)" }, { "class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)" }, { "class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)" }, { "class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)" }, { "class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Setsid", "type": "func() (pid int, err error)" }, { "class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)" }, { "class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error" }, { "class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)" }, { "class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)" }, { "class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)" }, { "class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)" }, { "class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)" }, { "class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)" }, { "class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)" }, { "class": "func", "name": "Setuid", "type": "func(uid int) (err error)" }, { "class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)" }, { "class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)" }, { "class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)" }, { "class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)" }, { "class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)" }, { "class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "StringBytePtr", "type": "func(s string) *byte" }, { "class": "func", "name": "StringByteSlice", "type": "func(s string) []byte" }, { "class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte" }, { "class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Sync", "type": "func() (err error)" }, { "class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)" }, { "class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)" }, { "class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64" }, { "class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64" }, { "class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)" }, { "class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)" }, { "class": "func", "name": "Undelete", "type": "func(path string) (err error)" }, { "class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte" }, { "class": "func", "name": "Unlink", "type": "func(path string) (err error)" }, { "class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error" }, { "class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)" }, { "class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "type", "name": "BpfHdr", "type": "struct" }, { "class": "type", "name": "BpfInsn", "type": "struct" }, { "class": "type", "name": "BpfProgram", "type": "struct" }, { "class": "type", "name": "BpfStat", "type": "struct" }, { "class": "type", "name": "BpfVersion", "type": "struct" }, { "class": "type", "name": "Cmsghdr", "type": "struct" }, { "class": "type", "name": "Credential", "type": "struct" }, { "class": "type", "name": "Dirent", "type": "struct" }, { "class": "type", "name": "Errno", "type": "uintptr" }, { "class": "type", "name": "Fbootstraptransfer_t", "type": "struct" }, { "class": "type", "name": "FdSet", "type": "struct" }, { "class": "type", "name": "Flock_t", "type": "struct" }, { "class": "type", "name": "Fsid", "type": "struct" }, { "class": "type", "name": "Fstore_t", "type": "struct" }, { "class": "type", "name": "ICMPv6Filter", "type": "struct" }, { "class": "type", "name": "IPMreq", "type": "struct" }, { "class": "type", "name": "IPv6MTUInfo", "type": "struct" }, { "class": "type", "name": "IPv6Mreq", "type": "struct" }, { "class": "type", "name": "IfData", "type": "struct" }, { "class": "type", "name": "IfMsghdr", "type": "struct" }, { "class": "type", "name": "IfaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr2", "type": "struct" }, { "class": "type", "name": "Inet4Pktinfo", "type": "struct" }, { "class": "type", "name": "Inet6Pktinfo", "type": "struct" }, { "class": "type", "name": "InterfaceAddrMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct" }, { "class": "type", "name": "Iovec", "type": "struct" }, { "class": "type", "name": "Kevent_t", "type": "struct" }, { "class": "type", "name": "Linger", "type": "struct" }, { "class": "type", "name": "Log2phys_t", "type": "struct" }, { "class": "type", "name": "Msghdr", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Radvisory_t", "type": "struct" }, { "class": "type", "name": "RawSockaddr", "type": "struct" }, { "class": "type", "name": "RawSockaddrAny", "type": "struct" }, { "class": "type", "name": "RawSockaddrDatalink", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet4", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet6", "type": "struct" }, { "class": "type", "name": "RawSockaddrUnix", "type": "struct" }, { "class": "type", "name": "Rlimit", "type": "struct" }, { "class": "type", "name": "RouteMessage", "type": "struct" }, { "class": "type", "name": "RoutingMessage", "type": "interface" }, { "class": "type", "name": "RtMetrics", "type": "struct" }, { "class": "type", "name": "RtMsghdr", "type": "struct" }, { "class": "type", "name": "Rusage", "type": "struct" }, { "class": "type", "name": "Signal", "type": "int" }, { "class": "type", "name": "Sockaddr", "type": "interface" }, { "class": "type", "name": "SockaddrDatalink", "type": "struct" }, { "class": "type", "name": "SockaddrInet4", "type": "struct" }, { "class": "type", "name": "SockaddrInet6", "type": "struct" }, { "class": "type", "name": "SockaddrUnix", "type": "struct" }, { "class": "type", "name": "SocketControlMessage", "type": "struct" }, { "class": "type", "name": "Stat_t", "type": "struct" }, { "class": "type", "name": "Statfs_t", "type": "struct" }, { "class": "type", "name": "SysProcAttr", "type": "struct" }, { "class": "type", "name": "Termios", "type": "struct" }, { "class": "type", "name": "Timespec", "type": "struct" }, { "class": "type", "name": "Timeval", "type": "struct" }, { "class": "type", "name": "Timeval32", "type": "struct" }, { "class": "type", "name": "WaitStatus", "type": "uint32" }, { "class": "var", "name": "ForkLock", "type": "sync.RWMutex" }, { "class": "var", "name": "SocketDisableIPv6", "type": "bool" }, { "class": "var", "name": "Stderr", "type": "int" }, { "class": "var", "name": "Stdin", "type": "int" }, { "class": "var", "name": "Stdout", "type": "int"},{ "class": "const", "name": "MinRead", "type": "" }, { "class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int" }, { "class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool" }, { "class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool" }, { "class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool" }, { "class": "func", "name": "Fields", "type": "func(s []byte) [][]byte" }, { "class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte" }, { "class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool" }, { "class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool" }, { "class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int" }, { "class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte" }, { "class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte" }, { "class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer" }, { "class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer" }, { "class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader" }, { "class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte" }, { "class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte" }, { "class": "func", "name": "Runes", "type": "func(s []byte) []rune" }, { "class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "Title", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLower", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToTitle", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToUpper", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte" }, { "class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte" }, { "class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte" }, { "class": "type", "name": "Buffer", "type": "struct" }, { "class": "type", "name": "Reader", "type": "struct" }, { "class": "var", "name": "ErrTooLarge", "type": "error" }, { "class": "const", "name": "Bad", "type": "" }, { "class": "const", "name": "Con", "type": "" }, { "class": "const", "name": "FilterFuncDuplicates", "type": "" }, { "class": "const", "name": "FilterImportDuplicates", "type": "" }, { "class": "const", "name": "FilterUnassociatedComments", "type": "" }, { "class": "const", "name": "Fun", "type": "" }, { "class": "const", "name": "Lbl", "type": "" }, { "class": "const", "name": "Pkg", "type": "" }, { "class": "const", "name": "RECV", "type": "" }, { "class": "const", "name": "SEND", "type": "" }, { "class": "const", "name": "Typ", "type": "" }, { "class": "const", "name": "Var", "type": "" }, { "class": "func", "name": "FileExports", "type": "func(src *ast.File) bool" }, { "class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool" }, { "class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool" }, { "class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool" }, { "class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) (err error)" }, { "class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)" }, { "class": "func", "name": "IsExported", "type": "func(name string) bool" }, { "class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File" }, { "class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap" }, { "class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident" }, { "class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object" }, { "class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)" }, { "class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope" }, { "class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool" }, { "class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool" }, { "class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error" }, { "class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)" }, { "class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)" }, { "class": "type", "name": "ArrayType", "type": "struct" }, { "class": "type", "name": "AssignStmt", "type": "struct" }, { "class": "type", "name": "BadDecl", "type": "struct" }, { "class": "type", "name": "BadExpr", "type": "struct" }, { "class": "type", "name": "BadStmt", "type": "struct" }, { "class": "type", "name": "BasicLit", "type": "struct" }, { "class": "type", "name": "BinaryExpr", "type": "struct" }, { "class": "type", "name": "BlockStmt", "type": "struct" }, { "class": "type", "name": "BranchStmt", "type": "struct" }, { "class": "type", "name": "CallExpr", "type": "struct" }, { "class": "type", "name": "CaseClause", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "ChanType", "type": "struct" }, { "class": "type", "name": "CommClause", "type": "struct" }, { "class": "type", "name": "Comment", "type": "struct" }, { "class": "type", "name": "CommentGroup", "type": "struct" }, { "class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup" }, { "class": "type", "name": "CompositeLit", "type": "struct" }, { "class": "type", "name": "Decl", "type": "interface" }, { "class": "type", "name": "DeclStmt", "type": "struct" }, { "class": "type", "name": "DeferStmt", "type": "struct" }, { "class": "type", "name": "Ellipsis", "type": "struct" }, { "class": "type", "name": "EmptyStmt", "type": "struct" }, { "class": "type", "name": "Expr", "type": "interface" }, { "class": "type", "name": "ExprStmt", "type": "struct" }, { "class": "type", "name": "Field", "type": "struct" }, { "class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool" }, { "class": "type", "name": "FieldList", "type": "struct" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "Filter", "type": "func(string) bool" }, { "class": "type", "name": "ForStmt", "type": "struct" }, { "class": "type", "name": "FuncDecl", "type": "struct" }, { "class": "type", "name": "FuncLit", "type": "struct" }, { "class": "type", "name": "FuncType", "type": "struct" }, { "class": "type", "name": "GenDecl", "type": "struct" }, { "class": "type", "name": "GoStmt", "type": "struct" }, { "class": "type", "name": "Ident", "type": "struct" }, { "class": "type", "name": "IfStmt", "type": "struct" }, { "class": "type", "name": "ImportSpec", "type": "struct" }, { "class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)" }, { "class": "type", "name": "IncDecStmt", "type": "struct" }, { "class": "type", "name": "IndexExpr", "type": "struct" }, { "class": "type", "name": "InterfaceType", "type": "struct" }, { "class": "type", "name": "KeyValueExpr", "type": "struct" }, { "class": "type", "name": "LabeledStmt", "type": "struct" }, { "class": "type", "name": "MapType", "type": "struct" }, { "class": "type", "name": "MergeMode", "type": "uint" }, { "class": "type", "name": "Node", "type": "interface" }, { "class": "type", "name": "ObjKind", "type": "int" }, { "class": "type", "name": "Object", "type": "struct" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "ParenExpr", "type": "struct" }, { "class": "type", "name": "RangeStmt", "type": "struct" }, { "class": "type", "name": "ReturnStmt", "type": "struct" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "SelectStmt", "type": "struct" }, { "class": "type", "name": "SelectorExpr", "type": "struct" }, { "class": "type", "name": "SendStmt", "type": "struct" }, { "class": "type", "name": "SliceExpr", "type": "struct" }, { "class": "type", "name": "Spec", "type": "interface" }, { "class": "type", "name": "StarExpr", "type": "struct" }, { "class": "type", "name": "Stmt", "type": "interface" }, { "class": "type", "name": "StructType", "type": "struct" }, { "class": "type", "name": "SwitchStmt", "type": "struct" }, { "class": "type", "name": "TypeAssertExpr", "type": "struct" }, { "class": "type", "name": "TypeSpec", "type": "struct" }, { "class": "type", "name": "TypeSwitchStmt", "type": "struct" }, { "class": "type", "name": "UnaryExpr", "type": "struct" }, { "class": "type", "name": "ValueSpec", "type": "struct" }, { "class": "type", "name": "Visitor", "type": "interface" }, { "class": "const", "name": "ADD", "type": "" }, { "class": "const", "name": "ADD_ASSIGN", "type": "" }, { "class": "const", "name": "AND", "type": "" }, { "class": "const", "name": "AND_ASSIGN", "type": "" }, { "class": "const", "name": "AND_NOT", "type": "" }, { "class": "const", "name": "AND_NOT_ASSIGN", "type": "" }, { "class": "const", "name": "ARROW", "type": "" }, { "class": "const", "name": "ASSIGN", "type": "" }, { "class": "const", "name": "BREAK", "type": "" }, { "class": "const", "name": "CASE", "type": "" }, { "class": "const", "name": "CHAN", "type": "" }, { "class": "const", "name": "CHAR", "type": "" }, { "class": "const", "name": "COLON", "type": "" }, { "class": "const", "name": "COMMA", "type": "" }, { "class": "const", "name": "COMMENT", "type": "" }, { "class": "const", "name": "CONST", "type": "" }, { "class": "const", "name": "CONTINUE", "type": "" }, { "class": "const", "name": "DEC", "type": "" }, { "class": "const", "name": "DEFAULT", "type": "" }, { "class": "const", "name": "DEFER", "type": "" }, { "class": "const", "name": "DEFINE", "type": "" }, { "class": "const", "name": "ELLIPSIS", "type": "" }, { "class": "const", "name": "ELSE", "type": "" }, { "class": "const", "name": "EOF", "type": "" }, { "class": "const", "name": "EQL", "type": "" }, { "class": "const", "name": "FALLTHROUGH", "type": "" }, { "class": "const", "name": "FLOAT", "type": "" }, { "class": "const", "name": "FOR", "type": "" }, { "class": "const", "name": "FUNC", "type": "" }, { "class": "const", "name": "GEQ", "type": "" }, { "class": "const", "name": "GO", "type": "" }, { "class": "const", "name": "GOTO", "type": "" }, { "class": "const", "name": "GTR", "type": "" }, { "class": "const", "name": "HighestPrec", "type": "" }, { "class": "const", "name": "IDENT", "type": "" }, { "class": "const", "name": "IF", "type": "" }, { "class": "const", "name": "ILLEGAL", "type": "" }, { "class": "const", "name": "IMAG", "type": "" }, { "class": "const", "name": "IMPORT", "type": "" }, { "class": "const", "name": "INC", "type": "" }, { "class": "const", "name": "INT", "type": "" }, { "class": "const", "name": "INTERFACE", "type": "" }, { "class": "const", "name": "LAND", "type": "" }, { "class": "const", "name": "LBRACE", "type": "" }, { "class": "const", "name": "LBRACK", "type": "" }, { "class": "const", "name": "LEQ", "type": "" }, { "class": "const", "name": "LOR", "type": "" }, { "class": "const", "name": "LPAREN", "type": "" }, { "class": "const", "name": "LSS", "type": "" }, { "class": "const", "name": "LowestPrec", "type": "" }, { "class": "const", "name": "MAP", "type": "" }, { "class": "const", "name": "MUL", "type": "" }, { "class": "const", "name": "MUL_ASSIGN", "type": "" }, { "class": "const", "name": "NEQ", "type": "" }, { "class": "const", "name": "NOT", "type": "" }, { "class": "const", "name": "NoPos", "type": "" }, { "class": "const", "name": "OR", "type": "" }, { "class": "const", "name": "OR_ASSIGN", "type": "" }, { "class": "const", "name": "PACKAGE", "type": "" }, { "class": "const", "name": "PERIOD", "type": "" }, { "class": "const", "name": "QUO", "type": "" }, { "class": "const", "name": "QUO_ASSIGN", "type": "" }, { "class": "const", "name": "RANGE", "type": "" }, { "class": "const", "name": "RBRACE", "type": "" }, { "class": "const", "name": "RBRACK", "type": "" }, { "class": "const", "name": "REM", "type": "" }, { "class": "const", "name": "REM_ASSIGN", "type": "" }, { "class": "const", "name": "RETURN", "type": "" }, { "class": "const", "name": "RPAREN", "type": "" }, { "class": "const", "name": "SELECT", "type": "" }, { "class": "const", "name": "SEMICOLON", "type": "" }, { "class": "const", "name": "SHL", "type": "" }, { "class": "const", "name": "SHL_ASSIGN", "type": "" }, { "class": "const", "name": "SHR", "type": "" }, { "class": "const", "name": "SHR_ASSIGN", "type": "" }, { "class": "const", "name": "STRING", "type": "" }, { "class": "const", "name": "STRUCT", "type": "" }, { "class": "const", "name": "SUB", "type": "" }, { "class": "const", "name": "SUB_ASSIGN", "type": "" }, { "class": "const", "name": "SWITCH", "type": "" }, { "class": "const", "name": "TYPE", "type": "" }, { "class": "const", "name": "UnaryPrec", "type": "" }, { "class": "const", "name": "VAR", "type": "" }, { "class": "const", "name": "XOR", "type": "" }, { "class": "const", "name": "XOR_ASSIGN", "type": "" }, { "class": "func", "name": "Lookup", "type": "func(ident string) token.Token" }, { "class": "func", "name": "NewFileSet", "type": "func() *token.FileSet" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileSet", "type": "struct" }, { "class": "type", "name": "Pos", "type": "int" }, { "class": "type", "name": "Position", "type": "struct" }, { "class": "type", "name": "Token", "type": "int" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "Byte", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "FieldVal", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "IsBoolean", "type": "" }, { "class": "const", "name": "IsComplex", "type": "" }, { "class": "const", "name": "IsConstType", "type": "" }, { "class": "const", "name": "IsFloat", "type": "" }, { "class": "const", "name": "IsInteger", "type": "" }, { "class": "const", "name": "IsNumeric", "type": "" }, { "class": "const", "name": "IsOrdered", "type": "" }, { "class": "const", "name": "IsString", "type": "" }, { "class": "const", "name": "IsUnsigned", "type": "" }, { "class": "const", "name": "IsUntyped", "type": "" }, { "class": "const", "name": "MethodExpr", "type": "" }, { "class": "const", "name": "MethodVal", "type": "" }, { "class": "const", "name": "RecvOnly", "type": "" }, { "class": "const", "name": "Rune", "type": "" }, { "class": "const", "name": "SendOnly", "type": "" }, { "class": "const", "name": "SendRecv", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "const", "name": "UntypedBool", "type": "" }, { "class": "const", "name": "UntypedComplex", "type": "" }, { "class": "const", "name": "UntypedFloat", "type": "" }, { "class": "const", "name": "UntypedInt", "type": "" }, { "class": "const", "name": "UntypedNil", "type": "" }, { "class": "const", "name": "UntypedRune", "type": "" }, { "class": "const", "name": "UntypedString", "type": "" }, { "class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool" }, { "class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "Comparable", "type": "func(T types.Type) bool" }, { "class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()" }, { "class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (tv types.TypeAndValue, err error)" }, { "class": "func", "name": "ExprString", "type": "func(x ast.Expr) string" }, { "class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string" }, { "class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool" }, { "class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool" }, { "class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool" }, { "class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)" }, { "class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)" }, { "class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array" }, { "class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan" }, { "class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker" }, { "class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const" }, { "class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var" }, { "class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func" }, { "class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface" }, { "class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label" }, { "class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map" }, { "class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet" }, { "class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named" }, { "class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package" }, { "class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName" }, { "class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer" }, { "class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope" }, { "class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature" }, { "class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice" }, { "class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct" }, { "class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple" }, { "class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName" }, { "class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string" }, { "class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier" }, { "class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string" }, { "class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string" }, { "class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)" }, { "class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)" }, { "class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)" }, { "class": "type", "name": "Array", "type": "struct" }, { "class": "type", "name": "Basic", "type": "struct" }, { "class": "type", "name": "BasicInfo", "type": "int" }, { "class": "type", "name": "BasicKind", "type": "int" }, { "class": "type", "name": "Builtin", "type": "struct" }, { "class": "type", "name": "Chan", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Checker", "type": "struct" }, { "class": "type", "name": "Config", "type": "struct" }, { "class": "type", "name": "Const", "type": "struct" }, { "class": "type", "name": "Error", "type": "struct" }, { "class": "type", "name": "Func", "type": "struct" }, { "class": "type", "name": "ImportMode", "type": "int" }, { "class": "type", "name": "Importer", "type": "interface" }, { "class": "type", "name": "ImporterFrom", "type": "interface" }, { "class": "type", "name": "Info", "type": "struct" }, { "class": "type", "name": "Initializer", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "Label", "type": "struct" }, { "class": "type", "name": "Map", "type": "struct" }, { "class": "type", "name": "MethodSet", "type": "struct" }, { "class": "type", "name": "Named", "type": "struct" }, { "class": "type", "name": "Nil", "type": "struct" }, { "class": "type", "name": "Object", "type": "interface" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "PkgName", "type": "struct" }, { "class": "type", "name": "Pointer", "type": "struct" }, { "class": "type", "name": "Qualifier", "type": "func(*types.Package) string" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "Selection", "type": "struct" }, { "class": "type", "name": "SelectionKind", "type": "int" }, { "class": "type", "name": "Signature", "type": "struct" }, { "class": "type", "name": "Sizes", "type": "interface" }, { "class": "type", "name": "Slice", "type": "struct" }, { "class": "type", "name": "StdSizes", "type": "struct" }, { "class": "type", "name": "Struct", "type": "struct" }, { "class": "type", "name": "Tuple", "type": "struct" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "TypeAndValue", "type": "struct" }, { "class": "type", "name": "TypeName", "type": "struct" }, { "class": "type", "name": "Var", "type": "struct" }, { "class": "var", "name": "Typ", "type": "[]*types.Basic" }, { "class": "var", "name": "Universe", "type": "*types.Scope" }, { "class": "var", "name": "Unsafe", "type": "*types.Package" }, { "class": "const", "name": "FlagBroadcast", "type": "" }, { "class": "const", "name": "FlagLoopback", "type": "" }, { "class": "const", "name": "FlagMulticast", "type": "" }, { "class": "const", "name": "FlagPointToPoint", "type": "" }, { "class": "const", "name": "FlagUp", "type": "" }, { "class": "const", "name": "IPv4len", "type": "" }, { "class": "const", "name": "IPv6len", "type": "" }, { "class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask" }, { "class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)" }, { "class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)" }, { "class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)" }, { "class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)" }, { "class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)" }, { "class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)" }, { "class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP" }, { "class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask" }, { "class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)" }, { "class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)" }, { "class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)" }, { "class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)" }, { "class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string" }, { "class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)" }, { "class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)" }, { "class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)" }, { "class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)" }, { "class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)" }, { "class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)" }, { "class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)" }, { "class": "func", "name": "LookupIP", "type": "func(host string) (ips []net.IP, err error)" }, { "class": "func", "name": "LookupMX", "type": "func(name string) (mxs []*net.MX, err error)" }, { "class": "func", "name": "LookupNS", "type": "func(name string) (nss []*net.NS, err error)" }, { "class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)" }, { "class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)" }, { "class": "func", "name": "LookupTXT", "type": "func(name string) (txts []string, err error)" }, { "class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)" }, { "class": "func", "name": "ParseIP", "type": "func(s string) net.IP" }, { "class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)" }, { "class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)" }, { "class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)" }, { "class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)" }, { "class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)" }, { "class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)" }, { "class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)" }, { "class": "type", "name": "Addr", "type": "interface" }, { "class": "type", "name": "AddrError", "type": "struct" }, { "class": "type", "name": "Conn", "type": "interface" }, { "class": "type", "name": "DNSConfigError", "type": "struct" }, { "class": "type", "name": "DNSError", "type": "struct" }, { "class": "type", "name": "Dialer", "type": "struct" }, { "class": "type", "name": "Error", "type": "interface" }, { "class": "type", "name": "Flags", "type": "uint" }, { "class": "type", "name": "HardwareAddr", "type": "[]byte" }, { "class": "type", "name": "IP", "type": "[]byte" }, { "class": "type", "name": "IPAddr", "type": "struct" }, { "class": "type", "name": "IPConn", "type": "struct" }, { "class": "type", "name": "IPMask", "type": "[]byte" }, { "class": "type", "name": "IPNet", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "InvalidAddrError", "type": "string" }, { "class": "type", "name": "Listener", "type": "interface" }, { "class": "type", "name": "MX", "type": "struct" }, { "class": "type", "name": "NS", "type": "struct" }, { "class": "type", "name": "OpError", "type": "struct" }, { "class": "type", "name": "PacketConn", "type": "interface" }, { "class": "type", "name": "ParseError", "type": "struct" }, { "class": "type", "name": "SRV", "type": "struct" }, { "class": "type", "name": "TCPAddr", "type": "struct" }, { "class": "type", "name": "TCPConn", "type": "struct" }, { "class": "type", "name": "TCPListener", "type": "struct" }, { "class": "type", "name": "UDPAddr", "type": "struct" }, { "class": "type", "name": "UDPConn", "type": "struct" }, { "class": "type", "name": "UnixAddr", "type": "struct" }, { "class": "type", "name": "UnixConn", "type": "struct" }, { "class": "type", "name": "UnixListener", "type": "struct" }, { "class": "type", "name": "UnknownNetworkError", "type": "string" }, { "class": "var", "name": "ErrWriteToConnected", "type": "error" }, { "class": "var", "name": "IPv4allrouter", "type": "net.IP" }, { "class": "var", "name": "IPv4allsys", "type": "net.IP" }, { "class": "var", "name": "IPv4bcast", "type": "net.IP" }, { "class": "var", "name": "IPv4zero", "type": "net.IP" }, { "class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP" }, { "class": "var", "name": "IPv6loopback", "type": "net.IP" }, { "class": "var", "name": "IPv6unspecified", "type": "net.IP" }, { "class": "var", "name": "IPv6zero", "type": "net.IP" }, { "class": "const", "name": "DevNull", "type": "" }, { "class": "const", "name": "ModeAppend", "type": "" }, { "class": "const", "name": "ModeCharDevice", "type": "" }, { "class": "const", "name": "ModeDevice", "type": "" }, { "class": "const", "name": "ModeDir", "type": "" }, { "class": "const", "name": "ModeExclusive", "type": "" }, { "class": "const", "name": "ModeNamedPipe", "type": "" }, { "class": "const", "name": "ModePerm", "type": "" }, { "class": "const", "name": "ModeSetgid", "type": "" }, { "class": "const", "name": "ModeSetuid", "type": "" }, { "class": "const", "name": "ModeSocket", "type": "" }, { "class": "const", "name": "ModeSticky", "type": "" }, { "class": "const", "name": "ModeSymlink", "type": "" }, { "class": "const", "name": "ModeTemporary", "type": "" }, { "class": "const", "name": "ModeType", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_CREATE", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PathListSeparator", "type": "" }, { "class": "const", "name": "PathSeparator", "type": "" }, { "class": "const", "name": "SEEK_CUR", "type": "" }, { "class": "const", "name": "SEEK_END", "type": "" }, { "class": "const", "name": "SEEK_SET", "type": "" }, { "class": "func", "name": "Chdir", "type": "func(dir string) error" }, { "class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error" }, { "class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Create", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string" }, { "class": "func", "name": "ExpandEnv", "type": "func(s string) string" }, { "class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)" }, { "class": "func", "name": "Getegid", "type": "func() int" }, { "class": "func", "name": "Getenv", "type": "func(key string) string" }, { "class": "func", "name": "Geteuid", "type": "func() int" }, { "class": "func", "name": "Getgid", "type": "func() int" }, { "class": "func", "name": "Getgroups", "type": "func() ([]int, error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpid", "type": "func() int" }, { "class": "func", "name": "Getppid", "type": "func() int" }, { "class": "func", "name": "Getuid", "type": "func() int" }, { "class": "func", "name": "Getwd", "type": "func() (dir string, err error)" }, { "class": "func", "name": "Hostname", "type": "func() (name string, err error)" }, { "class": "func", "name": "IsExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsNotExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool" }, { "class": "func", "name": "IsPermission", "type": "func(err error) bool" }, { "class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Link", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)" }, { "class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error" }, { "class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error" }, { "class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File" }, { "class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error" }, { "class": "func", "name": "Open", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)" }, { "class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)" }, { "class": "func", "name": "Readlink", "type": "func(name string) (string, error)" }, { "class": "func", "name": "Remove", "type": "func(name string) error" }, { "class": "func", "name": "RemoveAll", "type": "func(path string) error" }, { "class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error" }, { "class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)" }, { "class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "TempDir", "type": "func() string" }, { "class": "func", "name": "Truncate", "type": "func(name string, size int64) error" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileInfo", "type": "interface" }, { "class": "type", "name": "FileMode", "type": "uint32" }, { "class": "type", "name": "LinkError", "type": "struct" }, { "class": "type", "name": "PathError", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Process", "type": "struct" }, { "class": "type", "name": "ProcessState", "type": "struct" }, { "class": "type", "name": "Signal", "type": "interface" }, { "class": "type", "name": "SyscallError", "type": "struct" }, { "class": "var", "name": "Args", "type": "[]string" }, { "class": "var", "name": "ErrExist", "type": "error" }, { "class": "var", "name": "ErrInvalid", "type": "error" }, { "class": "var", "name": "ErrNotExist", "type": "error" }, { "class": "var", "name": "ErrPermission", "type": "error" }, { "class": "var", "name": "Interrupt", "type": "os.Signal" }, { "class": "var", "name": "Kill", "type": "os.Signal" }, { "class": "var", "name": "Stderr", "type": "*os.File" }, { "class": "var", "name": "Stdin", "type": "*os.File" }, { "class": "var", "name": "Stdout", "type": "*os.File" }, { "class": "const", "name": "Array", "type": "" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "BothDir", "type": "" }, { "class": "const", "name": "Chan", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Func", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Interface", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "Map", "type": "" }, { "class": "const", "name": "Ptr", "type": "" }, { "class": "const", "name": "RecvDir", "type": "" }, { "class": "const", "name": "SelectDefault", "type": "" }, { "class": "const", "name": "SelectRecv", "type": "" }, { "class": "const", "name": "SelectSend", "type": "" }, { "class": "const", "name": "SendDir", "type": "" }, { "class": "const", "name": "Slice", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Struct", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value" }, { "class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value" }, { "class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type" }, { "class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int" }, { "class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool" }, { "class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type" }, { "class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value" }, { "class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value" }, { "class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value" }, { "class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value" }, { "class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value" }, { "class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)" }, { "class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type" }, { "class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value" }, { "class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Kind", "type": "uint" }, { "class": "type", "name": "Method", "type": "struct" }, { "class": "type", "name": "SelectCase", "type": "struct" }, { "class": "type", "name": "SelectDir", "type": "int" }, { "class": "type", "name": "SliceHeader", "type": "struct" }, { "class": "type", "name": "StringHeader", "type": "struct" }, { "class": "type", "name": "StructField", "type": "struct" }, { "class": "type", "name": "StructTag", "type": "string" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "Value", "type": "struct" }, { "class": "type", "name": "ValueError", "type": "struct" }, { "class": "const", "name": "AF_APPLETALK", "type": "" }, { "class": "const", "name": "AF_CCITT", "type": "" }, { "class": "const", "name": "AF_CHAOS", "type": "" }, { "class": "const", "name": "AF_CNT", "type": "" }, { "class": "const", "name": "AF_COIP", "type": "" }, { "class": "const", "name": "AF_DATAKIT", "type": "" }, { "class": "const", "name": "AF_DECnet", "type": "" }, { "class": "const", "name": "AF_DLI", "type": "" }, { "class": "const", "name": "AF_E164", "type": "" }, { "class": "const", "name": "AF_ECMA", "type": "" }, { "class": "const", "name": "AF_HYLINK", "type": "" }, { "class": "const", "name": "AF_IEEE80211", "type": "" }, { "class": "const", "name": "AF_IMPLINK", "type": "" }, { "class": "const", "name": "AF_INET", "type": "" }, { "class": "const", "name": "AF_INET6", "type": "" }, { "class": "const", "name": "AF_IPX", "type": "" }, { "class": "const", "name": "AF_ISDN", "type": "" }, { "class": "const", "name": "AF_ISO", "type": "" }, { "class": "const", "name": "AF_LAT", "type": "" }, { "class": "const", "name": "AF_LINK", "type": "" }, { "class": "const", "name": "AF_LOCAL", "type": "" }, { "class": "const", "name": "AF_MAX", "type": "" }, { "class": "const", "name": "AF_NATM", "type": "" }, { "class": "const", "name": "AF_NDRV", "type": "" }, { "class": "const", "name": "AF_NETBIOS", "type": "" }, { "class": "const", "name": "AF_NS", "type": "" }, { "class": "const", "name": "AF_OSI", "type": "" }, { "class": "const", "name": "AF_PPP", "type": "" }, { "class": "const", "name": "AF_PUP", "type": "" }, { "class": "const", "name": "AF_RESERVED_36", "type": "" }, { "class": "const", "name": "AF_ROUTE", "type": "" }, { "class": "const", "name": "AF_SIP", "type": "" }, { "class": "const", "name": "AF_SNA", "type": "" }, { "class": "const", "name": "AF_SYSTEM", "type": "" }, { "class": "const", "name": "AF_UNIX", "type": "" }, { "class": "const", "name": "AF_UNSPEC", "type": "" }, { "class": "const", "name": "B0", "type": "" }, { "class": "const", "name": "B110", "type": "" }, { "class": "const", "name": "B115200", "type": "" }, { "class": "const", "name": "B1200", "type": "" }, { "class": "const", "name": "B134", "type": "" }, { "class": "const", "name": "B14400", "type": "" }, { "class": "const", "name": "B150", "type": "" }, { "class": "const", "name": "B1800", "type": "" }, { "class": "const", "name": "B19200", "type": "" }, { "class": "const", "name": "B200", "type": "" }, { "class": "const", "name": "B230400", "type": "" }, { "class": "const", "name": "B2400", "type": "" }, { "class": "const", "name": "B28800", "type": "" }, { "class": "const", "name": "B300", "type": "" }, { "class": "const", "name": "B38400", "type": "" }, { "class": "const", "name": "B4800", "type": "" }, { "class": "const", "name": "B50", "type": "" }, { "class": "const", "name": "B57600", "type": "" }, { "class": "const", "name": "B600", "type": "" }, { "class": "const", "name": "B7200", "type": "" }, { "class": "const", "name": "B75", "type": "" }, { "class": "const", "name": "B76800", "type": "" }, { "class": "const", "name": "B9600", "type": "" }, { "class": "const", "name": "BIOCFLUSH", "type": "" }, { "class": "const", "name": "BIOCGBLEN", "type": "" }, { "class": "const", "name": "BIOCGDLT", "type": "" }, { "class": "const", "name": "BIOCGDLTLIST", "type": "" }, { "class": "const", "name": "BIOCGETIF", "type": "" }, { "class": "const", "name": "BIOCGHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCGRSIG", "type": "" }, { "class": "const", "name": "BIOCGRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCGSEESENT", "type": "" }, { "class": "const", "name": "BIOCGSTATS", "type": "" }, { "class": "const", "name": "BIOCIMMEDIATE", "type": "" }, { "class": "const", "name": "BIOCPROMISC", "type": "" }, { "class": "const", "name": "BIOCSBLEN", "type": "" }, { "class": "const", "name": "BIOCSDLT", "type": "" }, { "class": "const", "name": "BIOCSETF", "type": "" }, { "class": "const", "name": "BIOCSETIF", "type": "" }, { "class": "const", "name": "BIOCSHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCSRSIG", "type": "" }, { "class": "const", "name": "BIOCSRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCSSEESENT", "type": "" }, { "class": "const", "name": "BIOCVERSION", "type": "" }, { "class": "const", "name": "BPF_A", "type": "" }, { "class": "const", "name": "BPF_ABS", "type": "" }, { "class": "const", "name": "BPF_ADD", "type": "" }, { "class": "const", "name": "BPF_ALIGNMENT", "type": "" }, { "class": "const", "name": "BPF_ALU", "type": "" }, { "class": "const", "name": "BPF_AND", "type": "" }, { "class": "const", "name": "BPF_B", "type": "" }, { "class": "const", "name": "BPF_DIV", "type": "" }, { "class": "const", "name": "BPF_H", "type": "" }, { "class": "const", "name": "BPF_IMM", "type": "" }, { "class": "const", "name": "BPF_IND", "type": "" }, { "class": "const", "name": "BPF_JA", "type": "" }, { "class": "const", "name": "BPF_JEQ", "type": "" }, { "class": "const", "name": "BPF_JGE", "type": "" }, { "class": "const", "name": "BPF_JGT", "type": "" }, { "class": "const", "name": "BPF_JMP", "type": "" }, { "class": "const", "name": "BPF_JSET", "type": "" }, { "class": "const", "name": "BPF_K", "type": "" }, { "class": "const", "name": "BPF_LD", "type": "" }, { "class": "const", "name": "BPF_LDX", "type": "" }, { "class": "const", "name": "BPF_LEN", "type": "" }, { "class": "const", "name": "BPF_LSH", "type": "" }, { "class": "const", "name": "BPF_MAJOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MAXBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MAXINSNS", "type": "" }, { "class": "const", "name": "BPF_MEM", "type": "" }, { "class": "const", "name": "BPF_MEMWORDS", "type": "" }, { "class": "const", "name": "BPF_MINBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MINOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MISC", "type": "" }, { "class": "const", "name": "BPF_MSH", "type": "" }, { "class": "const", "name": "BPF_MUL", "type": "" }, { "class": "const", "name": "BPF_NEG", "type": "" }, { "class": "const", "name": "BPF_OR", "type": "" }, { "class": "const", "name": "BPF_RELEASE", "type": "" }, { "class": "const", "name": "BPF_RET", "type": "" }, { "class": "const", "name": "BPF_RSH", "type": "" }, { "class": "const", "name": "BPF_ST", "type": "" }, { "class": "const", "name": "BPF_STX", "type": "" }, { "class": "const", "name": "BPF_SUB", "type": "" }, { "class": "const", "name": "BPF_TAX", "type": "" }, { "class": "const", "name": "BPF_TXA", "type": "" }, { "class": "const", "name": "BPF_W", "type": "" }, { "class": "const", "name": "BPF_X", "type": "" }, { "class": "const", "name": "BRKINT", "type": "" }, { "class": "const", "name": "CFLUSH", "type": "" }, { "class": "const", "name": "CLOCAL", "type": "" }, { "class": "const", "name": "CREAD", "type": "" }, { "class": "const", "name": "CS5", "type": "" }, { "class": "const", "name": "CS6", "type": "" }, { "class": "const", "name": "CS7", "type": "" }, { "class": "const", "name": "CS8", "type": "" }, { "class": "const", "name": "CSIZE", "type": "" }, { "class": "const", "name": "CSTART", "type": "" }, { "class": "const", "name": "CSTATUS", "type": "" }, { "class": "const", "name": "CSTOP", "type": "" }, { "class": "const", "name": "CSTOPB", "type": "" }, { "class": "const", "name": "CSUSP", "type": "" }, { "class": "const", "name": "CTL_MAXNAME", "type": "" }, { "class": "const", "name": "CTL_NET", "type": "" }, { "class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": "" }, { "class": "const", "name": "DLT_ARCNET", "type": "" }, { "class": "const", "name": "DLT_ATM_CLIP", "type": "" }, { "class": "const", "name": "DLT_ATM_RFC1483", "type": "" }, { "class": "const", "name": "DLT_AX25", "type": "" }, { "class": "const", "name": "DLT_CHAOS", "type": "" }, { "class": "const", "name": "DLT_CHDLC", "type": "" }, { "class": "const", "name": "DLT_C_HDLC", "type": "" }, { "class": "const", "name": "DLT_EN10MB", "type": "" }, { "class": "const", "name": "DLT_EN3MB", "type": "" }, { "class": "const", "name": "DLT_FDDI", "type": "" }, { "class": "const", "name": "DLT_IEEE802", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": "" }, { "class": "const", "name": "DLT_LINUX_SLL", "type": "" }, { "class": "const", "name": "DLT_LOOP", "type": "" }, { "class": "const", "name": "DLT_NULL", "type": "" }, { "class": "const", "name": "DLT_PFLOG", "type": "" }, { "class": "const", "name": "DLT_PFSYNC", "type": "" }, { "class": "const", "name": "DLT_PPP", "type": "" }, { "class": "const", "name": "DLT_PPP_BSDOS", "type": "" }, { "class": "const", "name": "DLT_PPP_SERIAL", "type": "" }, { "class": "const", "name": "DLT_PRONET", "type": "" }, { "class": "const", "name": "DLT_RAW", "type": "" }, { "class": "const", "name": "DLT_SLIP", "type": "" }, { "class": "const", "name": "DLT_SLIP_BSDOS", "type": "" }, { "class": "const", "name": "DT_BLK", "type": "" }, { "class": "const", "name": "DT_CHR", "type": "" }, { "class": "const", "name": "DT_DIR", "type": "" }, { "class": "const", "name": "DT_FIFO", "type": "" }, { "class": "const", "name": "DT_LNK", "type": "" }, { "class": "const", "name": "DT_REG", "type": "" }, { "class": "const", "name": "DT_SOCK", "type": "" }, { "class": "const", "name": "DT_UNKNOWN", "type": "" }, { "class": "const", "name": "DT_WHT", "type": "" }, { "class": "const", "name": "E2BIG", "type": "" }, { "class": "const", "name": "EACCES", "type": "" }, { "class": "const", "name": "EADDRINUSE", "type": "" }, { "class": "const", "name": "EADDRNOTAVAIL", "type": "" }, { "class": "const", "name": "EAFNOSUPPORT", "type": "" }, { "class": "const", "name": "EAGAIN", "type": "" }, { "class": "const", "name": "EALREADY", "type": "" }, { "class": "const", "name": "EAUTH", "type": "" }, { "class": "const", "name": "EBADARCH", "type": "" }, { "class": "const", "name": "EBADEXEC", "type": "" }, { "class": "const", "name": "EBADF", "type": "" }, { "class": "const", "name": "EBADMACHO", "type": "" }, { "class": "const", "name": "EBADMSG", "type": "" }, { "class": "const", "name": "EBADRPC", "type": "" }, { "class": "const", "name": "EBUSY", "type": "" }, { "class": "const", "name": "ECANCELED", "type": "" }, { "class": "const", "name": "ECHILD", "type": "" }, { "class": "const", "name": "ECHO", "type": "" }, { "class": "const", "name": "ECHOCTL", "type": "" }, { "class": "const", "name": "ECHOE", "type": "" }, { "class": "const", "name": "ECHOK", "type": "" }, { "class": "const", "name": "ECHOKE", "type": "" }, { "class": "const", "name": "ECHONL", "type": "" }, { "class": "const", "name": "ECHOPRT", "type": "" }, { "class": "const", "name": "ECONNABORTED", "type": "" }, { "class": "const", "name": "ECONNREFUSED", "type": "" }, { "class": "const", "name": "ECONNRESET", "type": "" }, { "class": "const", "name": "EDEADLK", "type": "" }, { "class": "const", "name": "EDESTADDRREQ", "type": "" }, { "class": "const", "name": "EDEVERR", "type": "" }, { "class": "const", "name": "EDOM", "type": "" }, { "class": "const", "name": "EDQUOT", "type": "" }, { "class": "const", "name": "EEXIST", "type": "" }, { "class": "const", "name": "EFAULT", "type": "" }, { "class": "const", "name": "EFBIG", "type": "" }, { "class": "const", "name": "EFTYPE", "type": "" }, { "class": "const", "name": "EHOSTDOWN", "type": "" }, { "class": "const", "name": "EHOSTUNREACH", "type": "" }, { "class": "const", "name": "EIDRM", "type": "" }, { "class": "const", "name": "EILSEQ", "type": "" }, { "class": "const", "name": "EINPROGRESS", "type": "" }, { "class": "const", "name": "EINTR", "type": "" }, { "class": "const", "name": "EINVAL", "type": "" }, { "class": "const", "name": "EIO", "type": "" }, { "class": "const", "name": "EISCONN", "type": "" }, { "class": "const", "name": "EISDIR", "type": "" }, { "class": "const", "name": "ELAST", "type": "" }, { "class": "const", "name": "ELOOP", "type": "" }, { "class": "const", "name": "EMFILE", "type": "" }, { "class": "const", "name": "EMLINK", "type": "" }, { "class": "const", "name": "EMSGSIZE", "type": "" }, { "class": "const", "name": "EMULTIHOP", "type": "" }, { "class": "const", "name": "ENAMETOOLONG", "type": "" }, { "class": "const", "name": "ENEEDAUTH", "type": "" }, { "class": "const", "name": "ENETDOWN", "type": "" }, { "class": "const", "name": "ENETRESET", "type": "" }, { "class": "const", "name": "ENETUNREACH", "type": "" }, { "class": "const", "name": "ENFILE", "type": "" }, { "class": "const", "name": "ENOATTR", "type": "" }, { "class": "const", "name": "ENOBUFS", "type": "" }, { "class": "const", "name": "ENODATA", "type": "" }, { "class": "const", "name": "ENODEV", "type": "" }, { "class": "const", "name": "ENOENT", "type": "" }, { "class": "const", "name": "ENOEXEC", "type": "" }, { "class": "const", "name": "ENOLCK", "type": "" }, { "class": "const", "name": "ENOLINK", "type": "" }, { "class": "const", "name": "ENOMEM", "type": "" }, { "class": "const", "name": "ENOMSG", "type": "" }, { "class": "const", "name": "ENOPOLICY", "type": "" }, { "class": "const", "name": "ENOPROTOOPT", "type": "" }, { "class": "const", "name": "ENOSPC", "type": "" }, { "class": "const", "name": "ENOSR", "type": "" }, { "class": "const", "name": "ENOSTR", "type": "" }, { "class": "const", "name": "ENOSYS", "type": "" }, { "class": "const", "name": "ENOTBLK", "type": "" }, { "class": "const", "name": "ENOTCONN", "type": "" }, { "class": "const", "name": "ENOTDIR", "type": "" }, { "class": "const", "name": "ENOTEMPTY", "type": "" }, { "class": "const", "name": "ENOTRECOVERABLE", "type": "" }, { "class": "const", "name": "ENOTSOCK", "type": "" }, { "class": "const", "name": "ENOTSUP", "type": "" }, { "class": "const", "name": "ENOTTY", "type": "" }, { "class": "const", "name": "ENXIO", "type": "" }, { "class": "const", "name": "EOPNOTSUPP", "type": "" }, { "class": "const", "name": "EOVERFLOW", "type": "" }, { "class": "const", "name": "EOWNERDEAD", "type": "" }, { "class": "const", "name": "EPERM", "type": "" }, { "class": "const", "name": "EPFNOSUPPORT", "type": "" }, { "class": "const", "name": "EPIPE", "type": "" }, { "class": "const", "name": "EPROCLIM", "type": "" }, { "class": "const", "name": "EPROCUNAVAIL", "type": "" }, { "class": "const", "name": "EPROGMISMATCH", "type": "" }, { "class": "const", "name": "EPROGUNAVAIL", "type": "" }, { "class": "const", "name": "EPROTO", "type": "" }, { "class": "const", "name": "EPROTONOSUPPORT", "type": "" }, { "class": "const", "name": "EPROTOTYPE", "type": "" }, { "class": "const", "name": "EPWROFF", "type": "" }, { "class": "const", "name": "ERANGE", "type": "" }, { "class": "const", "name": "EREMOTE", "type": "" }, { "class": "const", "name": "EROFS", "type": "" }, { "class": "const", "name": "ERPCMISMATCH", "type": "" }, { "class": "const", "name": "ESHLIBVERS", "type": "" }, { "class": "const", "name": "ESHUTDOWN", "type": "" }, { "class": "const", "name": "ESOCKTNOSUPPORT", "type": "" }, { "class": "const", "name": "ESPIPE", "type": "" }, { "class": "const", "name": "ESRCH", "type": "" }, { "class": "const", "name": "ESTALE", "type": "" }, { "class": "const", "name": "ETIME", "type": "" }, { "class": "const", "name": "ETIMEDOUT", "type": "" }, { "class": "const", "name": "ETOOMANYREFS", "type": "" }, { "class": "const", "name": "ETXTBSY", "type": "" }, { "class": "const", "name": "EUSERS", "type": "" }, { "class": "const", "name": "EVFILT_AIO", "type": "" }, { "class": "const", "name": "EVFILT_FS", "type": "" }, { "class": "const", "name": "EVFILT_MACHPORT", "type": "" }, { "class": "const", "name": "EVFILT_PROC", "type": "" }, { "class": "const", "name": "EVFILT_READ", "type": "" }, { "class": "const", "name": "EVFILT_SIGNAL", "type": "" }, { "class": "const", "name": "EVFILT_SYSCOUNT", "type": "" }, { "class": "const", "name": "EVFILT_THREADMARKER", "type": "" }, { "class": "const", "name": "EVFILT_TIMER", "type": "" }, { "class": "const", "name": "EVFILT_USER", "type": "" }, { "class": "const", "name": "EVFILT_VM", "type": "" }, { "class": "const", "name": "EVFILT_VNODE", "type": "" }, { "class": "const", "name": "EVFILT_WRITE", "type": "" }, { "class": "const", "name": "EV_ADD", "type": "" }, { "class": "const", "name": "EV_CLEAR", "type": "" }, { "class": "const", "name": "EV_DELETE", "type": "" }, { "class": "const", "name": "EV_DISABLE", "type": "" }, { "class": "const", "name": "EV_DISPATCH", "type": "" }, { "class": "const", "name": "EV_ENABLE", "type": "" }, { "class": "const", "name": "EV_EOF", "type": "" }, { "class": "const", "name": "EV_ERROR", "type": "" }, { "class": "const", "name": "EV_FLAG0", "type": "" }, { "class": "const", "name": "EV_FLAG1", "type": "" }, { "class": "const", "name": "EV_ONESHOT", "type": "" }, { "class": "const", "name": "EV_OOBAND", "type": "" }, { "class": "const", "name": "EV_POLL", "type": "" }, { "class": "const", "name": "EV_RECEIPT", "type": "" }, { "class": "const", "name": "EV_SYSFLAGS", "type": "" }, { "class": "const", "name": "EWOULDBLOCK", "type": "" }, { "class": "const", "name": "EXDEV", "type": "" }, { "class": "const", "name": "EXTA", "type": "" }, { "class": "const", "name": "EXTB", "type": "" }, { "class": "const", "name": "EXTPROC", "type": "" }, { "class": "const", "name": "FD_CLOEXEC", "type": "" }, { "class": "const", "name": "FD_SETSIZE", "type": "" }, { "class": "const", "name": "FLUSHO", "type": "" }, { "class": "const", "name": "F_ADDFILESIGS", "type": "" }, { "class": "const", "name": "F_ADDSIGS", "type": "" }, { "class": "const", "name": "F_ALLOCATEALL", "type": "" }, { "class": "const", "name": "F_ALLOCATECONTIG", "type": "" }, { "class": "const", "name": "F_CHKCLEAN", "type": "" }, { "class": "const", "name": "F_DUPFD", "type": "" }, { "class": "const", "name": "F_DUPFD_CLOEXEC", "type": "" }, { "class": "const", "name": "F_FLUSH_DATA", "type": "" }, { "class": "const", "name": "F_FREEZE_FS", "type": "" }, { "class": "const", "name": "F_FULLFSYNC", "type": "" }, { "class": "const", "name": "F_GETFD", "type": "" }, { "class": "const", "name": "F_GETFL", "type": "" }, { "class": "const", "name": "F_GETLK", "type": "" }, { "class": "const", "name": "F_GETLKPID", "type": "" }, { "class": "const", "name": "F_GETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_GETOWN", "type": "" }, { "class": "const", "name": "F_GETPATH", "type": "" }, { "class": "const", "name": "F_GETPATH_MTMINFO", "type": "" }, { "class": "const", "name": "F_GETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_GLOBAL_NOCACHE", "type": "" }, { "class": "const", "name": "F_LOG2PHYS", "type": "" }, { "class": "const", "name": "F_LOG2PHYS_EXT", "type": "" }, { "class": "const", "name": "F_MARKDEPENDENCY", "type": "" }, { "class": "const", "name": "F_NOCACHE", "type": "" }, { "class": "const", "name": "F_NODIRECT", "type": "" }, { "class": "const", "name": "F_OK", "type": "" }, { "class": "const", "name": "F_PATHPKG_CHECK", "type": "" }, { "class": "const", "name": "F_PEOFPOSMODE", "type": "" }, { "class": "const", "name": "F_PREALLOCATE", "type": "" }, { "class": "const", "name": "F_RDADVISE", "type": "" }, { "class": "const", "name": "F_RDAHEAD", "type": "" }, { "class": "const", "name": "F_RDLCK", "type": "" }, { "class": "const", "name": "F_READBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_SETBACKINGSTORE", "type": "" }, { "class": "const", "name": "F_SETFD", "type": "" }, { "class": "const", "name": "F_SETFL", "type": "" }, { "class": "const", "name": "F_SETLK", "type": "" }, { "class": "const", "name": "F_SETLKW", "type": "" }, { "class": "const", "name": "F_SETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_SETOWN", "type": "" }, { "class": "const", "name": "F_SETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_SETSIZE", "type": "" }, { "class": "const", "name": "F_THAW_FS", "type": "" }, { "class": "const", "name": "F_UNLCK", "type": "" }, { "class": "const", "name": "F_VOLPOSMODE", "type": "" }, { "class": "const", "name": "F_WRITEBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_WRLCK", "type": "" }, { "class": "const", "name": "HUPCL", "type": "" }, { "class": "const", "name": "ICANON", "type": "" }, { "class": "const", "name": "ICMP6_FILTER", "type": "" }, { "class": "const", "name": "ICRNL", "type": "" }, { "class": "const", "name": "IEXTEN", "type": "" }, { "class": "const", "name": "IFF_ALLMULTI", "type": "" }, { "class": "const", "name": "IFF_ALTPHYS", "type": "" }, { "class": "const", "name": "IFF_BROADCAST", "type": "" }, { "class": "const", "name": "IFF_DEBUG", "type": "" }, { "class": "const", "name": "IFF_LINK0", "type": "" }, { "class": "const", "name": "IFF_LINK1", "type": "" }, { "class": "const", "name": "IFF_LINK2", "type": "" }, { "class": "const", "name": "IFF_LOOPBACK", "type": "" }, { "class": "const", "name": "IFF_MULTICAST", "type": "" }, { "class": "const", "name": "IFF_NOARP", "type": "" }, { "class": "const", "name": "IFF_NOTRAILERS", "type": "" }, { "class": "const", "name": "IFF_OACTIVE", "type": "" }, { "class": "const", "name": "IFF_POINTOPOINT", "type": "" }, { "class": "const", "name": "IFF_PROMISC", "type": "" }, { "class": "const", "name": "IFF_RUNNING", "type": "" }, { "class": "const", "name": "IFF_SIMPLEX", "type": "" }, { "class": "const", "name": "IFF_UP", "type": "" }, { "class": "const", "name": "IFNAMSIZ", "type": "" }, { "class": "const", "name": "IFT_1822", "type": "" }, { "class": "const", "name": "IFT_AAL5", "type": "" }, { "class": "const", "name": "IFT_ARCNET", "type": "" }, { "class": "const", "name": "IFT_ARCNETPLUS", "type": "" }, { "class": "const", "name": "IFT_ATM", "type": "" }, { "class": "const", "name": "IFT_BRIDGE", "type": "" }, { "class": "const", "name": "IFT_CARP", "type": "" }, { "class": "const", "name": "IFT_CELLULAR", "type": "" }, { "class": "const", "name": "IFT_CEPT", "type": "" }, { "class": "const", "name": "IFT_DS3", "type": "" }, { "class": "const", "name": "IFT_ENC", "type": "" }, { "class": "const", "name": "IFT_EON", "type": "" }, { "class": "const", "name": "IFT_ETHER", "type": "" }, { "class": "const", "name": "IFT_FAITH", "type": "" }, { "class": "const", "name": "IFT_FDDI", "type": "" }, { "class": "const", "name": "IFT_FRELAY", "type": "" }, { "class": "const", "name": "IFT_FRELAYDCE", "type": "" }, { "class": "const", "name": "IFT_GIF", "type": "" }, { "class": "const", "name": "IFT_HDH1822", "type": "" }, { "class": "const", "name": "IFT_HIPPI", "type": "" }, { "class": "const", "name": "IFT_HSSI", "type": "" }, { "class": "const", "name": "IFT_HY", "type": "" }, { "class": "const", "name": "IFT_IEEE1394", "type": "" }, { "class": "const", "name": "IFT_IEEE8023ADLAG", "type": "" }, { "class": "const", "name": "IFT_ISDNBASIC", "type": "" }, { "class": "const", "name": "IFT_ISDNPRIMARY", "type": "" }, { "class": "const", "name": "IFT_ISO88022LLC", "type": "" }, { "class": "const", "name": "IFT_ISO88023", "type": "" }, { "class": "const", "name": "IFT_ISO88024", "type": "" }, { "class": "const", "name": "IFT_ISO88025", "type": "" }, { "class": "const", "name": "IFT_ISO88026", "type": "" }, { "class": "const", "name": "IFT_L2VLAN", "type": "" }, { "class": "const", "name": "IFT_LAPB", "type": "" }, { "class": "const", "name": "IFT_LOCALTALK", "type": "" }, { "class": "const", "name": "IFT_LOOP", "type": "" }, { "class": "const", "name": "IFT_MIOX25", "type": "" }, { "class": "const", "name": "IFT_MODEM", "type": "" }, { "class": "const", "name": "IFT_NSIP", "type": "" }, { "class": "const", "name": "IFT_OTHER", "type": "" }, { "class": "const", "name": "IFT_P10", "type": "" }, { "class": "const", "name": "IFT_P80", "type": "" }, { "class": "const", "name": "IFT_PARA", "type": "" }, { "class": "const", "name": "IFT_PDP", "type": "" }, { "class": "const", "name": "IFT_PFLOG", "type": "" }, { "class": "const", "name": "IFT_PFSYNC", "type": "" }, { "class": "const", "name": "IFT_PPP", "type": "" }, { "class": "const", "name": "IFT_PROPMUX", "type": "" }, { "class": "const", "name": "IFT_PROPVIRTUAL", "type": "" }, { "class": "const", "name": "IFT_PTPSERIAL", "type": "" }, { "class": "const", "name": "IFT_RS232", "type": "" }, { "class": "const", "name": "IFT_SDLC", "type": "" }, { "class": "const", "name": "IFT_SIP", "type": "" }, { "class": "const", "name": "IFT_SLIP", "type": "" }, { "class": "const", "name": "IFT_SMDSDXI", "type": "" }, { "class": "const", "name": "IFT_SMDSICIP", "type": "" }, { "class": "const", "name": "IFT_SONET", "type": "" }, { "class": "const", "name": "IFT_SONETPATH", "type": "" }, { "class": "const", "name": "IFT_SONETVT", "type": "" }, { "class": "const", "name": "IFT_STARLAN", "type": "" }, { "class": "const", "name": "IFT_STF", "type": "" }, { "class": "const", "name": "IFT_T1", "type": "" }, { "class": "const", "name": "IFT_ULTRA", "type": "" }, { "class": "const", "name": "IFT_V35", "type": "" }, { "class": "const", "name": "IFT_X25", "type": "" }, { "class": "const", "name": "IFT_X25DDN", "type": "" }, { "class": "const", "name": "IFT_X25PLE", "type": "" }, { "class": "const", "name": "IFT_XETHER", "type": "" }, { "class": "const", "name": "IGNBRK", "type": "" }, { "class": "const", "name": "IGNCR", "type": "" }, { "class": "const", "name": "IGNPAR", "type": "" }, { "class": "const", "name": "IMAXBEL", "type": "" }, { "class": "const", "name": "INLCR", "type": "" }, { "class": "const", "name": "INPCK", "type": "" }, { "class": "const", "name": "IN_CLASSA_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSA_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSA_NET", "type": "" }, { "class": "const", "name": "IN_CLASSA_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSB_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSB_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSB_NET", "type": "" }, { "class": "const", "name": "IN_CLASSB_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSC_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSC_NET", "type": "" }, { "class": "const", "name": "IN_CLASSC_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSD_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSD_NET", "type": "" }, { "class": "const", "name": "IN_CLASSD_NSHIFT", "type": "" }, { "class": "const", "name": "IN_LINKLOCALNETNUM", "type": "" }, { "class": "const", "name": "IN_LOOPBACKNET", "type": "" }, { "class": "const", "name": "IPPROTO_3PC", "type": "" }, { "class": "const", "name": "IPPROTO_ADFS", "type": "" }, { "class": "const", "name": "IPPROTO_AH", "type": "" }, { "class": "const", "name": "IPPROTO_AHIP", "type": "" }, { "class": "const", "name": "IPPROTO_APES", "type": "" }, { "class": "const", "name": "IPPROTO_ARGUS", "type": "" }, { "class": "const", "name": "IPPROTO_AX25", "type": "" }, { "class": "const", "name": "IPPROTO_BHA", "type": "" }, { "class": "const", "name": "IPPROTO_BLT", "type": "" }, { "class": "const", "name": "IPPROTO_BRSATMON", "type": "" }, { "class": "const", "name": "IPPROTO_CFTP", "type": "" }, { "class": "const", "name": "IPPROTO_CHAOS", "type": "" }, { "class": "const", "name": "IPPROTO_CMTP", "type": "" }, { "class": "const", "name": "IPPROTO_CPHB", "type": "" }, { "class": "const", "name": "IPPROTO_CPNX", "type": "" }, { "class": "const", "name": "IPPROTO_DDP", "type": "" }, { "class": "const", "name": "IPPROTO_DGP", "type": "" }, { "class": "const", "name": "IPPROTO_DIVERT", "type": "" }, { "class": "const", "name": "IPPROTO_DONE", "type": "" }, { "class": "const", "name": "IPPROTO_DSTOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_EGP", "type": "" }, { "class": "const", "name": "IPPROTO_EMCON", "type": "" }, { "class": "const", "name": "IPPROTO_ENCAP", "type": "" }, { "class": "const", "name": "IPPROTO_EON", "type": "" }, { "class": "const", "name": "IPPROTO_ESP", "type": "" }, { "class": "const", "name": "IPPROTO_ETHERIP", "type": "" }, { "class": "const", "name": "IPPROTO_FRAGMENT", "type": "" }, { "class": "const", "name": "IPPROTO_GGP", "type": "" }, { "class": "const", "name": "IPPROTO_GMTP", "type": "" }, { "class": "const", "name": "IPPROTO_GRE", "type": "" }, { "class": "const", "name": "IPPROTO_HELLO", "type": "" }, { "class": "const", "name": "IPPROTO_HMP", "type": "" }, { "class": "const", "name": "IPPROTO_HOPOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_ICMP", "type": "" }, { "class": "const", "name": "IPPROTO_ICMPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IDP", "type": "" }, { "class": "const", "name": "IPPROTO_IDPR", "type": "" }, { "class": "const", "name": "IPPROTO_IDRP", "type": "" }, { "class": "const", "name": "IPPROTO_IGMP", "type": "" }, { "class": "const", "name": "IPPROTO_IGP", "type": "" }, { "class": "const", "name": "IPPROTO_IGRP", "type": "" }, { "class": "const", "name": "IPPROTO_IL", "type": "" }, { "class": "const", "name": "IPPROTO_INLSP", "type": "" }, { "class": "const", "name": "IPPROTO_INP", "type": "" }, { "class": "const", "name": "IPPROTO_IP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCOMP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCV", "type": "" }, { "class": "const", "name": "IPPROTO_IPEIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPPC", "type": "" }, { "class": "const", "name": "IPPROTO_IPV4", "type": "" }, { "class": "const", "name": "IPPROTO_IPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IRTP", "type": "" }, { "class": "const", "name": "IPPROTO_KRYPTOLAN", "type": "" }, { "class": "const", "name": "IPPROTO_LARP", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF1", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF2", "type": "" }, { "class": "const", "name": "IPPROTO_MAX", "type": "" }, { "class": "const", "name": "IPPROTO_MAXID", "type": "" }, { "class": "const", "name": "IPPROTO_MEAS", "type": "" }, { "class": "const", "name": "IPPROTO_MHRP", "type": "" }, { "class": "const", "name": "IPPROTO_MICP", "type": "" }, { "class": "const", "name": "IPPROTO_MTP", "type": "" }, { "class": "const", "name": "IPPROTO_MUX", "type": "" }, { "class": "const", "name": "IPPROTO_ND", "type": "" }, { "class": "const", "name": "IPPROTO_NHRP", "type": "" }, { "class": "const", "name": "IPPROTO_NONE", "type": "" }, { "class": "const", "name": "IPPROTO_NSP", "type": "" }, { "class": "const", "name": "IPPROTO_NVPII", "type": "" }, { "class": "const", "name": "IPPROTO_OSPFIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PGM", "type": "" }, { "class": "const", "name": "IPPROTO_PIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PIM", "type": "" }, { "class": "const", "name": "IPPROTO_PRM", "type": "" }, { "class": "const", "name": "IPPROTO_PUP", "type": "" }, { "class": "const", "name": "IPPROTO_PVP", "type": "" }, { "class": "const", "name": "IPPROTO_RAW", "type": "" }, { "class": "const", "name": "IPPROTO_RCCMON", "type": "" }, { "class": "const", "name": "IPPROTO_RDP", "type": "" }, { "class": "const", "name": "IPPROTO_ROUTING", "type": "" }, { "class": "const", "name": "IPPROTO_RSVP", "type": "" }, { "class": "const", "name": "IPPROTO_RVD", "type": "" }, { "class": "const", "name": "IPPROTO_SATEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_SATMON", "type": "" }, { "class": "const", "name": "IPPROTO_SCCSP", "type": "" }, { "class": "const", "name": "IPPROTO_SCTP", "type": "" }, { "class": "const", "name": "IPPROTO_SDRP", "type": "" }, { "class": "const", "name": "IPPROTO_SEP", "type": "" }, { "class": "const", "name": "IPPROTO_SRPC", "type": "" }, { "class": "const", "name": "IPPROTO_ST", "type": "" }, { "class": "const", "name": "IPPROTO_SVMTP", "type": "" }, { "class": "const", "name": "IPPROTO_SWIPE", "type": "" }, { "class": "const", "name": "IPPROTO_TCF", "type": "" }, { "class": "const", "name": "IPPROTO_TCP", "type": "" }, { "class": "const", "name": "IPPROTO_TP", "type": "" }, { "class": "const", "name": "IPPROTO_TPXX", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK1", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK2", "type": "" }, { "class": "const", "name": "IPPROTO_TTP", "type": "" }, { "class": "const", "name": "IPPROTO_UDP", "type": "" }, { "class": "const", "name": "IPPROTO_VINES", "type": "" }, { "class": "const", "name": "IPPROTO_VISA", "type": "" }, { "class": "const", "name": "IPPROTO_VMTP", "type": "" }, { "class": "const", "name": "IPPROTO_WBEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_WBMON", "type": "" }, { "class": "const", "name": "IPPROTO_WSN", "type": "" }, { "class": "const", "name": "IPPROTO_XNET", "type": "" }, { "class": "const", "name": "IPPROTO_XTP", "type": "" }, { "class": "const", "name": "IPV6_2292DSTOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292HOPLIMIT", "type": "" }, { "class": "const", "name": "IPV6_2292HOPOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292NEXTHOP", "type": "" }, { "class": "const", "name": "IPV6_2292PKTINFO", "type": "" }, { "class": "const", "name": "IPV6_2292PKTOPTIONS", "type": "" }, { "class": "const", "name": "IPV6_2292RTHDR", "type": "" }, { "class": "const", "name": "IPV6_BINDV6ONLY", "type": "" }, { "class": "const", "name": "IPV6_BOUND_IF", "type": "" }, { "class": "const", "name": "IPV6_CHECKSUM", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_DEFHLIM", "type": "" }, { "class": "const", "name": "IPV6_FAITH", "type": "" }, { "class": "const", "name": "IPV6_FLOWINFO_MASK", "type": "" }, { "class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": "" }, { "class": "const", "name": "IPV6_FRAGTTL", "type": "" }, { "class": "const", "name": "IPV6_FW_ADD", "type": "" }, { "class": "const", "name": "IPV6_FW_DEL", "type": "" }, { "class": "const", "name": "IPV6_FW_FLUSH", "type": "" }, { "class": "const", "name": "IPV6_FW_GET", "type": "" }, { "class": "const", "name": "IPV6_FW_ZERO", "type": "" }, { "class": "const", "name": "IPV6_HLIMDEC", "type": "" }, { "class": "const", "name": "IPV6_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IPV6_JOIN_GROUP", "type": "" }, { "class": "const", "name": "IPV6_LEAVE_GROUP", "type": "" }, { "class": "const", "name": "IPV6_MAXHLIM", "type": "" }, { "class": "const", "name": "IPV6_MAXOPTHDR", "type": "" }, { "class": "const", "name": "IPV6_MAXPACKET", "type": "" }, { "class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MMTU", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IPV6_RECVTCLASS", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_LOOSE", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_STRICT", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": "" }, { "class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": "" }, { "class": "const", "name": "IPV6_TCLASS", "type": "" }, { "class": "const", "name": "IPV6_UNICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_V6ONLY", "type": "" }, { "class": "const", "name": "IPV6_VERSION", "type": "" }, { "class": "const", "name": "IPV6_VERSION_MASK", "type": "" }, { "class": "const", "name": "IP_ADD_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_BLOCK_SOURCE", "type": "" }, { "class": "const", "name": "IP_BOUND_IF", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_DF", "type": "" }, { "class": "const", "name": "IP_DROP_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_DEL", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_FLUSH", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_GET", "type": "" }, { "class": "const", "name": "IP_FAITH", "type": "" }, { "class": "const", "name": "IP_FW_ADD", "type": "" }, { "class": "const", "name": "IP_FW_DEL", "type": "" }, { "class": "const", "name": "IP_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_FW_GET", "type": "" }, { "class": "const", "name": "IP_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_HDRINCL", "type": "" }, { "class": "const", "name": "IP_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IP_MAXPACKET", "type": "" }, { "class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MF", "type": "" }, { "class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MSFILTER", "type": "" }, { "class": "const", "name": "IP_MSS", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IFINDEX", "type": "" }, { "class": "const", "name": "IP_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_MULTICAST_VIF", "type": "" }, { "class": "const", "name": "IP_NAT__XXX", "type": "" }, { "class": "const", "name": "IP_OFFMASK", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ADD", "type": "" }, { "class": "const", "name": "IP_OLD_FW_DEL", "type": "" }, { "class": "const", "name": "IP_OLD_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_OLD_FW_GET", "type": "" }, { "class": "const", "name": "IP_OLD_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_OPTIONS", "type": "" }, { "class": "const", "name": "IP_PKTINFO", "type": "" }, { "class": "const", "name": "IP_PORTRANGE", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IP_RECVDSTADDR", "type": "" }, { "class": "const", "name": "IP_RECVIF", "type": "" }, { "class": "const", "name": "IP_RECVOPTS", "type": "" }, { "class": "const", "name": "IP_RECVPKTINFO", "type": "" }, { "class": "const", "name": "IP_RECVRETOPTS", "type": "" }, { "class": "const", "name": "IP_RECVTTL", "type": "" }, { "class": "const", "name": "IP_RETOPTS", "type": "" }, { "class": "const", "name": "IP_RF", "type": "" }, { "class": "const", "name": "IP_RSVP_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_ON", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_ON", "type": "" }, { "class": "const", "name": "IP_STRIPHDR", "type": "" }, { "class": "const", "name": "IP_TOS", "type": "" }, { "class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": "" }, { "class": "const", "name": "IP_TTL", "type": "" }, { "class": "const", "name": "IP_UNBLOCK_SOURCE", "type": "" }, { "class": "const", "name": "ISIG", "type": "" }, { "class": "const", "name": "ISTRIP", "type": "" }, { "class": "const", "name": "IUTF8", "type": "" }, { "class": "const", "name": "IXANY", "type": "" }, { "class": "const", "name": "IXOFF", "type": "" }, { "class": "const", "name": "IXON", "type": "" }, { "class": "const", "name": "ImplementsGetwd", "type": "" }, { "class": "const", "name": "LOCK_EX", "type": "" }, { "class": "const", "name": "LOCK_NB", "type": "" }, { "class": "const", "name": "LOCK_SH", "type": "" }, { "class": "const", "name": "LOCK_UN", "type": "" }, { "class": "const", "name": "MADV_CAN_REUSE", "type": "" }, { "class": "const", "name": "MADV_DONTNEED", "type": "" }, { "class": "const", "name": "MADV_FREE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSABLE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSE", "type": "" }, { "class": "const", "name": "MADV_NORMAL", "type": "" }, { "class": "const", "name": "MADV_RANDOM", "type": "" }, { "class": "const", "name": "MADV_SEQUENTIAL", "type": "" }, { "class": "const", "name": "MADV_WILLNEED", "type": "" }, { "class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": "" }, { "class": "const", "name": "MAP_ANON", "type": "" }, { "class": "const", "name": "MAP_COPY", "type": "" }, { "class": "const", "name": "MAP_FILE", "type": "" }, { "class": "const", "name": "MAP_FIXED", "type": "" }, { "class": "const", "name": "MAP_HASSEMAPHORE", "type": "" }, { "class": "const", "name": "MAP_JIT", "type": "" }, { "class": "const", "name": "MAP_NOCACHE", "type": "" }, { "class": "const", "name": "MAP_NOEXTEND", "type": "" }, { "class": "const", "name": "MAP_NORESERVE", "type": "" }, { "class": "const", "name": "MAP_PRIVATE", "type": "" }, { "class": "const", "name": "MAP_RENAME", "type": "" }, { "class": "const", "name": "MAP_RESERVED0080", "type": "" }, { "class": "const", "name": "MAP_SHARED", "type": "" }, { "class": "const", "name": "MCL_CURRENT", "type": "" }, { "class": "const", "name": "MCL_FUTURE", "type": "" }, { "class": "const", "name": "MSG_CTRUNC", "type": "" }, { "class": "const", "name": "MSG_DONTROUTE", "type": "" }, { "class": "const", "name": "MSG_DONTWAIT", "type": "" }, { "class": "const", "name": "MSG_EOF", "type": "" }, { "class": "const", "name": "MSG_EOR", "type": "" }, { "class": "const", "name": "MSG_FLUSH", "type": "" }, { "class": "const", "name": "MSG_HAVEMORE", "type": "" }, { "class": "const", "name": "MSG_HOLD", "type": "" }, { "class": "const", "name": "MSG_NEEDSA", "type": "" }, { "class": "const", "name": "MSG_OOB", "type": "" }, { "class": "const", "name": "MSG_PEEK", "type": "" }, { "class": "const", "name": "MSG_RCVMORE", "type": "" }, { "class": "const", "name": "MSG_SEND", "type": "" }, { "class": "const", "name": "MSG_TRUNC", "type": "" }, { "class": "const", "name": "MSG_WAITALL", "type": "" }, { "class": "const", "name": "MSG_WAITSTREAM", "type": "" }, { "class": "const", "name": "MS_ASYNC", "type": "" }, { "class": "const", "name": "MS_DEACTIVATE", "type": "" }, { "class": "const", "name": "MS_INVALIDATE", "type": "" }, { "class": "const", "name": "MS_KILLPAGES", "type": "" }, { "class": "const", "name": "MS_SYNC", "type": "" }, { "class": "const", "name": "NAME_MAX", "type": "" }, { "class": "const", "name": "NET_RT_DUMP", "type": "" }, { "class": "const", "name": "NET_RT_DUMP2", "type": "" }, { "class": "const", "name": "NET_RT_FLAGS", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST2", "type": "" }, { "class": "const", "name": "NET_RT_MAXID", "type": "" }, { "class": "const", "name": "NET_RT_STAT", "type": "" }, { "class": "const", "name": "NET_RT_TRASH", "type": "" }, { "class": "const", "name": "NOFLSH", "type": "" }, { "class": "const", "name": "NOTE_ABSOLUTE", "type": "" }, { "class": "const", "name": "NOTE_ATTRIB", "type": "" }, { "class": "const", "name": "NOTE_CHILD", "type": "" }, { "class": "const", "name": "NOTE_DELETE", "type": "" }, { "class": "const", "name": "NOTE_EXEC", "type": "" }, { "class": "const", "name": "NOTE_EXIT", "type": "" }, { "class": "const", "name": "NOTE_EXITSTATUS", "type": "" }, { "class": "const", "name": "NOTE_EXTEND", "type": "" }, { "class": "const", "name": "NOTE_FFAND", "type": "" }, { "class": "const", "name": "NOTE_FFCOPY", "type": "" }, { "class": "const", "name": "NOTE_FFCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_FFLAGSMASK", "type": "" }, { "class": "const", "name": "NOTE_FFNOP", "type": "" }, { "class": "const", "name": "NOTE_FFOR", "type": "" }, { "class": "const", "name": "NOTE_FORK", "type": "" }, { "class": "const", "name": "NOTE_LINK", "type": "" }, { "class": "const", "name": "NOTE_LOWAT", "type": "" }, { "class": "const", "name": "NOTE_NONE", "type": "" }, { "class": "const", "name": "NOTE_NSECONDS", "type": "" }, { "class": "const", "name": "NOTE_PCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_PDATAMASK", "type": "" }, { "class": "const", "name": "NOTE_REAP", "type": "" }, { "class": "const", "name": "NOTE_RENAME", "type": "" }, { "class": "const", "name": "NOTE_RESOURCEEND", "type": "" }, { "class": "const", "name": "NOTE_REVOKE", "type": "" }, { "class": "const", "name": "NOTE_SECONDS", "type": "" }, { "class": "const", "name": "NOTE_SIGNAL", "type": "" }, { "class": "const", "name": "NOTE_TRACK", "type": "" }, { "class": "const", "name": "NOTE_TRACKERR", "type": "" }, { "class": "const", "name": "NOTE_TRIGGER", "type": "" }, { "class": "const", "name": "NOTE_USECONDS", "type": "" }, { "class": "const", "name": "NOTE_VM_ERROR", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_WRITE", "type": "" }, { "class": "const", "name": "OCRNL", "type": "" }, { "class": "const", "name": "OFDEL", "type": "" }, { "class": "const", "name": "OFILL", "type": "" }, { "class": "const", "name": "ONLCR", "type": "" }, { "class": "const", "name": "ONLRET", "type": "" }, { "class": "const", "name": "ONOCR", "type": "" }, { "class": "const", "name": "ONOEOT", "type": "" }, { "class": "const", "name": "OPOST", "type": "" }, { "class": "const", "name": "O_ACCMODE", "type": "" }, { "class": "const", "name": "O_ALERT", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_ASYNC", "type": "" }, { "class": "const", "name": "O_CLOEXEC", "type": "" }, { "class": "const", "name": "O_CREAT", "type": "" }, { "class": "const", "name": "O_DIRECTORY", "type": "" }, { "class": "const", "name": "O_DSYNC", "type": "" }, { "class": "const", "name": "O_EVTONLY", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_EXLOCK", "type": "" }, { "class": "const", "name": "O_FSYNC", "type": "" }, { "class": "const", "name": "O_NDELAY", "type": "" }, { "class": "const", "name": "O_NOCTTY", "type": "" }, { "class": "const", "name": "O_NOFOLLOW", "type": "" }, { "class": "const", "name": "O_NONBLOCK", "type": "" }, { "class": "const", "name": "O_POPUP", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SHLOCK", "type": "" }, { "class": "const", "name": "O_SYMLINK", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PARENB", "type": "" }, { "class": "const", "name": "PARMRK", "type": "" }, { "class": "const", "name": "PARODD", "type": "" }, { "class": "const", "name": "PENDIN", "type": "" }, { "class": "const", "name": "PRIO_PGRP", "type": "" }, { "class": "const", "name": "PRIO_PROCESS", "type": "" }, { "class": "const", "name": "PRIO_USER", "type": "" }, { "class": "const", "name": "PROT_EXEC", "type": "" }, { "class": "const", "name": "PROT_NONE", "type": "" }, { "class": "const", "name": "PROT_READ", "type": "" }, { "class": "const", "name": "PROT_WRITE", "type": "" }, { "class": "const", "name": "PTRACE_CONT", "type": "" }, { "class": "const", "name": "PTRACE_KILL", "type": "" }, { "class": "const", "name": "PTRACE_TRACEME", "type": "" }, { "class": "const", "name": "PT_ATTACH", "type": "" }, { "class": "const", "name": "PT_ATTACHEXC", "type": "" }, { "class": "const", "name": "PT_CONTINUE", "type": "" }, { "class": "const", "name": "PT_DENY_ATTACH", "type": "" }, { "class": "const", "name": "PT_DETACH", "type": "" }, { "class": "const", "name": "PT_FIRSTMACH", "type": "" }, { "class": "const", "name": "PT_FORCEQUOTA", "type": "" }, { "class": "const", "name": "PT_KILL", "type": "" }, { "class": "const", "name": "PT_READ_D", "type": "" }, { "class": "const", "name": "PT_READ_I", "type": "" }, { "class": "const", "name": "PT_READ_U", "type": "" }, { "class": "const", "name": "PT_SIGEXC", "type": "" }, { "class": "const", "name": "PT_STEP", "type": "" }, { "class": "const", "name": "PT_THUPDATE", "type": "" }, { "class": "const", "name": "PT_TRACE_ME", "type": "" }, { "class": "const", "name": "PT_WRITE_D", "type": "" }, { "class": "const", "name": "PT_WRITE_I", "type": "" }, { "class": "const", "name": "PT_WRITE_U", "type": "" }, { "class": "const", "name": "RLIMIT_AS", "type": "" }, { "class": "const", "name": "RLIMIT_CORE", "type": "" }, { "class": "const", "name": "RLIMIT_CPU", "type": "" }, { "class": "const", "name": "RLIMIT_DATA", "type": "" }, { "class": "const", "name": "RLIMIT_FSIZE", "type": "" }, { "class": "const", "name": "RLIMIT_NOFILE", "type": "" }, { "class": "const", "name": "RLIMIT_STACK", "type": "" }, { "class": "const", "name": "RLIM_INFINITY", "type": "" }, { "class": "const", "name": "RTAX_AUTHOR", "type": "" }, { "class": "const", "name": "RTAX_BRD", "type": "" }, { "class": "const", "name": "RTAX_DST", "type": "" }, { "class": "const", "name": "RTAX_GATEWAY", "type": "" }, { "class": "const", "name": "RTAX_GENMASK", "type": "" }, { "class": "const", "name": "RTAX_IFA", "type": "" }, { "class": "const", "name": "RTAX_IFP", "type": "" }, { "class": "const", "name": "RTAX_MAX", "type": "" }, { "class": "const", "name": "RTAX_NETMASK", "type": "" }, { "class": "const", "name": "RTA_AUTHOR", "type": "" }, { "class": "const", "name": "RTA_BRD", "type": "" }, { "class": "const", "name": "RTA_DST", "type": "" }, { "class": "const", "name": "RTA_GATEWAY", "type": "" }, { "class": "const", "name": "RTA_GENMASK", "type": "" }, { "class": "const", "name": "RTA_IFA", "type": "" }, { "class": "const", "name": "RTA_IFP", "type": "" }, { "class": "const", "name": "RTA_NETMASK", "type": "" }, { "class": "const", "name": "RTF_BLACKHOLE", "type": "" }, { "class": "const", "name": "RTF_BROADCAST", "type": "" }, { "class": "const", "name": "RTF_CLONING", "type": "" }, { "class": "const", "name": "RTF_CONDEMNED", "type": "" }, { "class": "const", "name": "RTF_DELCLONE", "type": "" }, { "class": "const", "name": "RTF_DONE", "type": "" }, { "class": "const", "name": "RTF_DYNAMIC", "type": "" }, { "class": "const", "name": "RTF_GATEWAY", "type": "" }, { "class": "const", "name": "RTF_HOST", "type": "" }, { "class": "const", "name": "RTF_IFREF", "type": "" }, { "class": "const", "name": "RTF_IFSCOPE", "type": "" }, { "class": "const", "name": "RTF_LLINFO", "type": "" }, { "class": "const", "name": "RTF_LOCAL", "type": "" }, { "class": "const", "name": "RTF_MODIFIED", "type": "" }, { "class": "const", "name": "RTF_MULTICAST", "type": "" }, { "class": "const", "name": "RTF_PINNED", "type": "" }, { "class": "const", "name": "RTF_PRCLONING", "type": "" }, { "class": "const", "name": "RTF_PROTO1", "type": "" }, { "class": "const", "name": "RTF_PROTO2", "type": "" }, { "class": "const", "name": "RTF_PROTO3", "type": "" }, { "class": "const", "name": "RTF_REJECT", "type": "" }, { "class": "const", "name": "RTF_STATIC", "type": "" }, { "class": "const", "name": "RTF_UP", "type": "" }, { "class": "const", "name": "RTF_WASCLONED", "type": "" }, { "class": "const", "name": "RTF_XRESOLVE", "type": "" }, { "class": "const", "name": "RTM_ADD", "type": "" }, { "class": "const", "name": "RTM_CHANGE", "type": "" }, { "class": "const", "name": "RTM_DELADDR", "type": "" }, { "class": "const", "name": "RTM_DELETE", "type": "" }, { "class": "const", "name": "RTM_DELMADDR", "type": "" }, { "class": "const", "name": "RTM_GET", "type": "" }, { "class": "const", "name": "RTM_GET2", "type": "" }, { "class": "const", "name": "RTM_IFINFO", "type": "" }, { "class": "const", "name": "RTM_IFINFO2", "type": "" }, { "class": "const", "name": "RTM_LOCK", "type": "" }, { "class": "const", "name": "RTM_LOSING", "type": "" }, { "class": "const", "name": "RTM_MISS", "type": "" }, { "class": "const", "name": "RTM_NEWADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR2", "type": "" }, { "class": "const", "name": "RTM_OLDADD", "type": "" }, { "class": "const", "name": "RTM_OLDDEL", "type": "" }, { "class": "const", "name": "RTM_REDIRECT", "type": "" }, { "class": "const", "name": "RTM_RESOLVE", "type": "" }, { "class": "const", "name": "RTM_RTTUNIT", "type": "" }, { "class": "const", "name": "RTM_VERSION", "type": "" }, { "class": "const", "name": "RTV_EXPIRE", "type": "" }, { "class": "const", "name": "RTV_HOPCOUNT", "type": "" }, { "class": "const", "name": "RTV_MTU", "type": "" }, { "class": "const", "name": "RTV_RPIPE", "type": "" }, { "class": "const", "name": "RTV_RTT", "type": "" }, { "class": "const", "name": "RTV_RTTVAR", "type": "" }, { "class": "const", "name": "RTV_SPIPE", "type": "" }, { "class": "const", "name": "RTV_SSTHRESH", "type": "" }, { "class": "const", "name": "RUSAGE_CHILDREN", "type": "" }, { "class": "const", "name": "RUSAGE_SELF", "type": "" }, { "class": "const", "name": "SCM_CREDS", "type": "" }, { "class": "const", "name": "SCM_RIGHTS", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SHUT_RD", "type": "" }, { "class": "const", "name": "SHUT_RDWR", "type": "" }, { "class": "const", "name": "SHUT_WR", "type": "" }, { "class": "const", "name": "SIGABRT", "type": "" }, { "class": "const", "name": "SIGALRM", "type": "" }, { "class": "const", "name": "SIGBUS", "type": "" }, { "class": "const", "name": "SIGCHLD", "type": "" }, { "class": "const", "name": "SIGCONT", "type": "" }, { "class": "const", "name": "SIGEMT", "type": "" }, { "class": "const", "name": "SIGFPE", "type": "" }, { "class": "const", "name": "SIGHUP", "type": "" }, { "class": "const", "name": "SIGILL", "type": "" }, { "class": "const", "name": "SIGINFO", "type": "" }, { "class": "const", "name": "SIGINT", "type": "" }, { "class": "const", "name": "SIGIO", "type": "" }, { "class": "const", "name": "SIGIOT", "type": "" }, { "class": "const", "name": "SIGKILL", "type": "" }, { "class": "const", "name": "SIGPIPE", "type": "" }, { "class": "const", "name": "SIGPROF", "type": "" }, { "class": "const", "name": "SIGQUIT", "type": "" }, { "class": "const", "name": "SIGSEGV", "type": "" }, { "class": "const", "name": "SIGSTOP", "type": "" }, { "class": "const", "name": "SIGSYS", "type": "" }, { "class": "const", "name": "SIGTERM", "type": "" }, { "class": "const", "name": "SIGTRAP", "type": "" }, { "class": "const", "name": "SIGTSTP", "type": "" }, { "class": "const", "name": "SIGTTIN", "type": "" }, { "class": "const", "name": "SIGTTOU", "type": "" }, { "class": "const", "name": "SIGURG", "type": "" }, { "class": "const", "name": "SIGUSR1", "type": "" }, { "class": "const", "name": "SIGUSR2", "type": "" }, { "class": "const", "name": "SIGVTALRM", "type": "" }, { "class": "const", "name": "SIGWINCH", "type": "" }, { "class": "const", "name": "SIGXCPU", "type": "" }, { "class": "const", "name": "SIGXFSZ", "type": "" }, { "class": "const", "name": "SIOCADDMULTI", "type": "" }, { "class": "const", "name": "SIOCAIFADDR", "type": "" }, { "class": "const", "name": "SIOCALIFADDR", "type": "" }, { "class": "const", "name": "SIOCARPIPLL", "type": "" }, { "class": "const", "name": "SIOCATMARK", "type": "" }, { "class": "const", "name": "SIOCAUTOADDR", "type": "" }, { "class": "const", "name": "SIOCAUTONETMASK", "type": "" }, { "class": "const", "name": "SIOCDELMULTI", "type": "" }, { "class": "const", "name": "SIOCDIFADDR", "type": "" }, { "class": "const", "name": "SIOCDIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCDLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCGETSGCNT", "type": "" }, { "class": "const", "name": "SIOCGETVIFCNT", "type": "" }, { "class": "const", "name": "SIOCGETVLAN", "type": "" }, { "class": "const", "name": "SIOCGHIWAT", "type": "" }, { "class": "const", "name": "SIOCGIFADDR", "type": "" }, { "class": "const", "name": "SIOCGIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCGIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCGIFBOND", "type": "" }, { "class": "const", "name": "SIOCGIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCGIFCAP", "type": "" }, { "class": "const", "name": "SIOCGIFCONF", "type": "" }, { "class": "const", "name": "SIOCGIFDEVMTU", "type": "" }, { "class": "const", "name": "SIOCGIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCGIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCGIFKPI", "type": "" }, { "class": "const", "name": "SIOCGIFMAC", "type": "" }, { "class": "const", "name": "SIOCGIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCGIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCGIFMTU", "type": "" }, { "class": "const", "name": "SIOCGIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCGIFPDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFPHYS", "type": "" }, { "class": "const", "name": "SIOCGIFPSRCADDR", "type": "" }, { "class": "const", "name": "SIOCGIFSTATUS", "type": "" }, { "class": "const", "name": "SIOCGIFVLAN", "type": "" }, { "class": "const", "name": "SIOCGIFWAKEFLAGS", "type": "" }, { "class": "const", "name": "SIOCGLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCGLOWAT", "type": "" }, { "class": "const", "name": "SIOCGPGRP", "type": "" }, { "class": "const", "name": "SIOCIFCREATE", "type": "" }, { "class": "const", "name": "SIOCIFCREATE2", "type": "" }, { "class": "const", "name": "SIOCIFDESTROY", "type": "" }, { "class": "const", "name": "SIOCRSLVMULTI", "type": "" }, { "class": "const", "name": "SIOCSDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCSETVLAN", "type": "" }, { "class": "const", "name": "SIOCSHIWAT", "type": "" }, { "class": "const", "name": "SIOCSIFADDR", "type": "" }, { "class": "const", "name": "SIOCSIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCSIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCSIFBOND", "type": "" }, { "class": "const", "name": "SIOCSIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCSIFCAP", "type": "" }, { "class": "const", "name": "SIOCSIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCSIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCSIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCSIFKPI", "type": "" }, { "class": "const", "name": "SIOCSIFLLADDR", "type": "" }, { "class": "const", "name": "SIOCSIFMAC", "type": "" }, { "class": "const", "name": "SIOCSIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCSIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCSIFMTU", "type": "" }, { "class": "const", "name": "SIOCSIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCSIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSIFPHYS", "type": "" }, { "class": "const", "name": "SIOCSIFVLAN", "type": "" }, { "class": "const", "name": "SIOCSLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSLOWAT", "type": "" }, { "class": "const", "name": "SIOCSPGRP", "type": "" }, { "class": "const", "name": "SOCK_DGRAM", "type": "" }, { "class": "const", "name": "SOCK_MAXADDRLEN", "type": "" }, { "class": "const", "name": "SOCK_RAW", "type": "" }, { "class": "const", "name": "SOCK_RDM", "type": "" }, { "class": "const", "name": "SOCK_SEQPACKET", "type": "" }, { "class": "const", "name": "SOCK_STREAM", "type": "" }, { "class": "const", "name": "SOL_SOCKET", "type": "" }, { "class": "const", "name": "SOMAXCONN", "type": "" }, { "class": "const", "name": "SO_ACCEPTCONN", "type": "" }, { "class": "const", "name": "SO_BROADCAST", "type": "" }, { "class": "const", "name": "SO_DEBUG", "type": "" }, { "class": "const", "name": "SO_DONTROUTE", "type": "" }, { "class": "const", "name": "SO_DONTTRUNC", "type": "" }, { "class": "const", "name": "SO_ERROR", "type": "" }, { "class": "const", "name": "SO_KEEPALIVE", "type": "" }, { "class": "const", "name": "SO_LABEL", "type": "" }, { "class": "const", "name": "SO_LINGER", "type": "" }, { "class": "const", "name": "SO_LINGER_SEC", "type": "" }, { "class": "const", "name": "SO_NKE", "type": "" }, { "class": "const", "name": "SO_NOADDRERR", "type": "" }, { "class": "const", "name": "SO_NOSIGPIPE", "type": "" }, { "class": "const", "name": "SO_NOTIFYCONFLICT", "type": "" }, { "class": "const", "name": "SO_NP_EXTENSIONS", "type": "" }, { "class": "const", "name": "SO_NREAD", "type": "" }, { "class": "const", "name": "SO_NWRITE", "type": "" }, { "class": "const", "name": "SO_OOBINLINE", "type": "" }, { "class": "const", "name": "SO_PEERLABEL", "type": "" }, { "class": "const", "name": "SO_RANDOMPORT", "type": "" }, { "class": "const", "name": "SO_RCVBUF", "type": "" }, { "class": "const", "name": "SO_RCVLOWAT", "type": "" }, { "class": "const", "name": "SO_RCVTIMEO", "type": "" }, { "class": "const", "name": "SO_RESTRICTIONS", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYIN", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYOUT", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYSET", "type": "" }, { "class": "const", "name": "SO_REUSEADDR", "type": "" }, { "class": "const", "name": "SO_REUSEPORT", "type": "" }, { "class": "const", "name": "SO_REUSESHAREUID", "type": "" }, { "class": "const", "name": "SO_SNDBUF", "type": "" }, { "class": "const", "name": "SO_SNDLOWAT", "type": "" }, { "class": "const", "name": "SO_SNDTIMEO", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SO_TYPE", "type": "" }, { "class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": "" }, { "class": "const", "name": "SO_USELOOPBACK", "type": "" }, { "class": "const", "name": "SO_WANTMORE", "type": "" }, { "class": "const", "name": "SO_WANTOOBFLAG", "type": "" }, { "class": "const", "name": "SYS_ACCEPT", "type": "" }, { "class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_ACCESS", "type": "" }, { "class": "const", "name": "SYS_ACCESS_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_ACCT", "type": "" }, { "class": "const", "name": "SYS_ADD_PROFIL", "type": "" }, { "class": "const", "name": "SYS_ADJTIME", "type": "" }, { "class": "const", "name": "SYS_AIO_CANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_ERROR", "type": "" }, { "class": "const", "name": "SYS_AIO_FSYNC", "type": "" }, { "class": "const", "name": "SYS_AIO_READ", "type": "" }, { "class": "const", "name": "SYS_AIO_RETURN", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_WRITE", "type": "" }, { "class": "const", "name": "SYS_ATGETMSG", "type": "" }, { "class": "const", "name": "SYS_ATPGETREQ", "type": "" }, { "class": "const", "name": "SYS_ATPGETRSP", "type": "" }, { "class": "const", "name": "SYS_ATPSNDREQ", "type": "" }, { "class": "const", "name": "SYS_ATPSNDRSP", "type": "" }, { "class": "const", "name": "SYS_ATPUTMSG", "type": "" }, { "class": "const", "name": "SYS_ATSOCKET", "type": "" }, { "class": "const", "name": "SYS_AUDIT", "type": "" }, { "class": "const", "name": "SYS_AUDITCTL", "type": "" }, { "class": "const", "name": "SYS_AUDITON", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": "" }, { "class": "const", "name": "SYS_BIND", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": "" }, { "class": "const", "name": "SYS_CHDIR", "type": "" }, { "class": "const", "name": "SYS_CHFLAGS", "type": "" }, { "class": "const", "name": "SYS_CHMOD", "type": "" }, { "class": "const", "name": "SYS_CHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_CHOWN", "type": "" }, { "class": "const", "name": "SYS_CHROOT", "type": "" }, { "class": "const", "name": "SYS_CHUD", "type": "" }, { "class": "const", "name": "SYS_CLOSE", "type": "" }, { "class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_CONNECT", "type": "" }, { "class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_COPYFILE", "type": "" }, { "class": "const", "name": "SYS_CSOPS", "type": "" }, { "class": "const", "name": "SYS_DELETE", "type": "" }, { "class": "const", "name": "SYS_DUP", "type": "" }, { "class": "const", "name": "SYS_DUP2", "type": "" }, { "class": "const", "name": "SYS_EXCHANGEDATA", "type": "" }, { "class": "const", "name": "SYS_EXECVE", "type": "" }, { "class": "const", "name": "SYS_EXIT", "type": "" }, { "class": "const", "name": "SYS_FCHDIR", "type": "" }, { "class": "const", "name": "SYS_FCHFLAGS", "type": "" }, { "class": "const", "name": "SYS_FCHMOD", "type": "" }, { "class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FCHOWN", "type": "" }, { "class": "const", "name": "SYS_FCNTL", "type": "" }, { "class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FDATASYNC", "type": "" }, { "class": "const", "name": "SYS_FFSCTL", "type": "" }, { "class": "const", "name": "SYS_FGETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FGETXATTR", "type": "" }, { "class": "const", "name": "SYS_FHOPEN", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": "" }, { "class": "const", "name": "SYS_FLISTXATTR", "type": "" }, { "class": "const", "name": "SYS_FLOCK", "type": "" }, { "class": "const", "name": "SYS_FORK", "type": "" }, { "class": "const", "name": "SYS_FPATHCONF", "type": "" }, { "class": "const", "name": "SYS_FREMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_FSCTL", "type": "" }, { "class": "const", "name": "SYS_FSETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FSETXATTR", "type": "" }, { "class": "const", "name": "SYS_FSGETPATH", "type": "" }, { "class": "const", "name": "SYS_FSTAT", "type": "" }, { "class": "const", "name": "SYS_FSTAT64", "type": "" }, { "class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSTATFS", "type": "" }, { "class": "const", "name": "SYS_FSTATFS64", "type": "" }, { "class": "const", "name": "SYS_FSTATV", "type": "" }, { "class": "const", "name": "SYS_FSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSYNC", "type": "" }, { "class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FTRUNCATE", "type": "" }, { "class": "const", "name": "SYS_FUTIMES", "type": "" }, { "class": "const", "name": "SYS_GETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_GETAUID", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES64", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": "" }, { "class": "const", "name": "SYS_GETDTABLESIZE", "type": "" }, { "class": "const", "name": "SYS_GETEGID", "type": "" }, { "class": "const", "name": "SYS_GETEUID", "type": "" }, { "class": "const", "name": "SYS_GETFH", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT64", "type": "" }, { "class": "const", "name": "SYS_GETGID", "type": "" }, { "class": "const", "name": "SYS_GETGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETHOSTUUID", "type": "" }, { "class": "const", "name": "SYS_GETITIMER", "type": "" }, { "class": "const", "name": "SYS_GETLCID", "type": "" }, { "class": "const", "name": "SYS_GETLOGIN", "type": "" }, { "class": "const", "name": "SYS_GETPEERNAME", "type": "" }, { "class": "const", "name": "SYS_GETPGID", "type": "" }, { "class": "const", "name": "SYS_GETPGRP", "type": "" }, { "class": "const", "name": "SYS_GETPID", "type": "" }, { "class": "const", "name": "SYS_GETPPID", "type": "" }, { "class": "const", "name": "SYS_GETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_GETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_GETRUSAGE", "type": "" }, { "class": "const", "name": "SYS_GETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETSID", "type": "" }, { "class": "const", "name": "SYS_GETSOCKNAME", "type": "" }, { "class": "const", "name": "SYS_GETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_GETTID", "type": "" }, { "class": "const", "name": "SYS_GETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_GETUID", "type": "" }, { "class": "const", "name": "SYS_GETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETXATTR", "type": "" }, { "class": "const", "name": "SYS_IDENTITYSVC", "type": "" }, { "class": "const", "name": "SYS_INITGROUPS", "type": "" }, { "class": "const", "name": "SYS_IOCTL", "type": "" }, { "class": "const", "name": "SYS_IOPOLICYSYS", "type": "" }, { "class": "const", "name": "SYS_ISSETUGID", "type": "" }, { "class": "const", "name": "SYS_KDEBUG_TRACE", "type": "" }, { "class": "const", "name": "SYS_KEVENT", "type": "" }, { "class": "const", "name": "SYS_KEVENT64", "type": "" }, { "class": "const", "name": "SYS_KILL", "type": "" }, { "class": "const", "name": "SYS_KQUEUE", "type": "" }, { "class": "const", "name": "SYS_LCHOWN", "type": "" }, { "class": "const", "name": "SYS_LINK", "type": "" }, { "class": "const", "name": "SYS_LIO_LISTIO", "type": "" }, { "class": "const", "name": "SYS_LISTEN", "type": "" }, { "class": "const", "name": "SYS_LISTXATTR", "type": "" }, { "class": "const", "name": "SYS_LSEEK", "type": "" }, { "class": "const", "name": "SYS_LSTAT", "type": "" }, { "class": "const", "name": "SYS_LSTAT64", "type": "" }, { "class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_LSTATV", "type": "" }, { "class": "const", "name": "SYS_LSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MADVISE", "type": "" }, { "class": "const", "name": "SYS_MAXSYSCALL", "type": "" }, { "class": "const", "name": "SYS_MINCORE", "type": "" }, { "class": "const", "name": "SYS_MINHERIT", "type": "" }, { "class": "const", "name": "SYS_MKCOMPLEX", "type": "" }, { "class": "const", "name": "SYS_MKDIR", "type": "" }, { "class": "const", "name": "SYS_MKDIR_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKFIFO", "type": "" }, { "class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKNOD", "type": "" }, { "class": "const", "name": "SYS_MLOCK", "type": "" }, { "class": "const", "name": "SYS_MLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MMAP", "type": "" }, { "class": "const", "name": "SYS_MODWATCH", "type": "" }, { "class": "const", "name": "SYS_MOUNT", "type": "" }, { "class": "const", "name": "SYS_MPROTECT", "type": "" }, { "class": "const", "name": "SYS_MSGCTL", "type": "" }, { "class": "const", "name": "SYS_MSGGET", "type": "" }, { "class": "const", "name": "SYS_MSGRCV", "type": "" }, { "class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSND", "type": "" }, { "class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSYS", "type": "" }, { "class": "const", "name": "SYS_MSYNC", "type": "" }, { "class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MUNLOCK", "type": "" }, { "class": "const", "name": "SYS_MUNLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MUNMAP", "type": "" }, { "class": "const", "name": "SYS_NFSCLNT", "type": "" }, { "class": "const", "name": "SYS_NFSSVC", "type": "" }, { "class": "const", "name": "SYS_OPEN", "type": "" }, { "class": "const", "name": "SYS_OPEN_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_OPEN_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PATHCONF", "type": "" }, { "class": "const", "name": "SYS_PID_HIBERNATE", "type": "" }, { "class": "const", "name": "SYS_PID_RESUME", "type": "" }, { "class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": "" }, { "class": "const", "name": "SYS_PID_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_PIPE", "type": "" }, { "class": "const", "name": "SYS_POLL", "type": "" }, { "class": "const", "name": "SYS_POLL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_POSIX_SPAWN", "type": "" }, { "class": "const", "name": "SYS_PREAD", "type": "" }, { "class": "const", "name": "SYS_PREAD_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PROCESS_POLICY", "type": "" }, { "class": "const", "name": "SYS_PROC_INFO", "type": "" }, { "class": "const", "name": "SYS_PROFIL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": "" }, { "class": "const", "name": "SYS_PTRACE", "type": "" }, { "class": "const", "name": "SYS_PWRITE", "type": "" }, { "class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_QUOTACTL", "type": "" }, { "class": "const", "name": "SYS_READ", "type": "" }, { "class": "const", "name": "SYS_READLINK", "type": "" }, { "class": "const", "name": "SYS_READV", "type": "" }, { "class": "const", "name": "SYS_READV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_READ_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REBOOT", "type": "" }, { "class": "const", "name": "SYS_RECVFROM", "type": "" }, { "class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_RECVMSG", "type": "" }, { "class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_RENAME", "type": "" }, { "class": "const", "name": "SYS_REVOKE", "type": "" }, { "class": "const", "name": "SYS_RMDIR", "type": "" }, { "class": "const", "name": "SYS_SEARCHFS", "type": "" }, { "class": "const", "name": "SYS_SELECT", "type": "" }, { "class": "const", "name": "SYS_SELECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SEMCTL", "type": "" }, { "class": "const", "name": "SYS_SEMGET", "type": "" }, { "class": "const", "name": "SYS_SEMOP", "type": "" }, { "class": "const", "name": "SYS_SEMSYS", "type": "" }, { "class": "const", "name": "SYS_SEM_CLOSE", "type": "" }, { "class": "const", "name": "SYS_SEM_DESTROY", "type": "" }, { "class": "const", "name": "SYS_SEM_GETVALUE", "type": "" }, { "class": "const", "name": "SYS_SEM_INIT", "type": "" }, { "class": "const", "name": "SYS_SEM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SEM_POST", "type": "" }, { "class": "const", "name": "SYS_SEM_TRYWAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDFILE", "type": "" }, { "class": "const", "name": "SYS_SENDMSG", "type": "" }, { "class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDTO", "type": "" }, { "class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_SETAUID", "type": "" }, { "class": "const", "name": "SYS_SETEGID", "type": "" }, { "class": "const", "name": "SYS_SETEUID", "type": "" }, { "class": "const", "name": "SYS_SETGID", "type": "" }, { "class": "const", "name": "SYS_SETGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETITIMER", "type": "" }, { "class": "const", "name": "SYS_SETLCID", "type": "" }, { "class": "const", "name": "SYS_SETLOGIN", "type": "" }, { "class": "const", "name": "SYS_SETPGID", "type": "" }, { "class": "const", "name": "SYS_SETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_SETPRIVEXEC", "type": "" }, { "class": "const", "name": "SYS_SETREGID", "type": "" }, { "class": "const", "name": "SYS_SETREUID", "type": "" }, { "class": "const", "name": "SYS_SETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_SETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETSID", "type": "" }, { "class": "const", "name": "SYS_SETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_SETTID", "type": "" }, { "class": "const", "name": "SYS_SETTID_WITH_PID", "type": "" }, { "class": "const", "name": "SYS_SETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_SETUID", "type": "" }, { "class": "const", "name": "SYS_SETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETXATTR", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": "" }, { "class": "const", "name": "SYS_SHMAT", "type": "" }, { "class": "const", "name": "SYS_SHMCTL", "type": "" }, { "class": "const", "name": "SYS_SHMDT", "type": "" }, { "class": "const", "name": "SYS_SHMGET", "type": "" }, { "class": "const", "name": "SYS_SHMSYS", "type": "" }, { "class": "const", "name": "SYS_SHM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SHM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SHUTDOWN", "type": "" }, { "class": "const", "name": "SYS_SIGACTION", "type": "" }, { "class": "const", "name": "SYS_SIGALTSTACK", "type": "" }, { "class": "const", "name": "SYS_SIGPENDING", "type": "" }, { "class": "const", "name": "SYS_SIGPROCMASK", "type": "" }, { "class": "const", "name": "SYS_SIGRETURN", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SOCKET", "type": "" }, { "class": "const", "name": "SYS_SOCKETPAIR", "type": "" }, { "class": "const", "name": "SYS_STACK_SNAPSHOT", "type": "" }, { "class": "const", "name": "SYS_STAT", "type": "" }, { "class": "const", "name": "SYS_STAT64", "type": "" }, { "class": "const", "name": "SYS_STAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_STATFS", "type": "" }, { "class": "const", "name": "SYS_STATFS64", "type": "" }, { "class": "const", "name": "SYS_STATV", "type": "" }, { "class": "const", "name": "SYS_STAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_SWAPON", "type": "" }, { "class": "const", "name": "SYS_SYMLINK", "type": "" }, { "class": "const", "name": "SYS_SYNC", "type": "" }, { "class": "const", "name": "SYS_SYSCALL", "type": "" }, { "class": "const", "name": "SYS_THREAD_SELFID", "type": "" }, { "class": "const", "name": "SYS_TRUNCATE", "type": "" }, { "class": "const", "name": "SYS_UMASK", "type": "" }, { "class": "const", "name": "SYS_UMASK_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_UNDELETE", "type": "" }, { "class": "const", "name": "SYS_UNLINK", "type": "" }, { "class": "const", "name": "SYS_UNMOUNT", "type": "" }, { "class": "const", "name": "SYS_UTIMES", "type": "" }, { "class": "const", "name": "SYS_VFORK", "type": "" }, { "class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": "" }, { "class": "const", "name": "SYS_WAIT4", "type": "" }, { "class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WAITEVENT", "type": "" }, { "class": "const", "name": "SYS_WAITID", "type": "" }, { "class": "const", "name": "SYS_WAITID_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WATCHEVENT", "type": "" }, { "class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": "" }, { "class": "const", "name": "SYS_WORKQ_OPEN", "type": "" }, { "class": "const", "name": "SYS_WRITE", "type": "" }, { "class": "const", "name": "SYS_WRITEV", "type": "" }, { "class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": "" }, { "class": "const", "name": "SYS___MAC_EXECVE", "type": "" }, { "class": "const", "name": "SYS___MAC_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_SYSCALL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CANCELED", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_KILL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SYSCTL", "type": "" }, { "class": "const", "name": "S_IEXEC", "type": "" }, { "class": "const", "name": "S_IFBLK", "type": "" }, { "class": "const", "name": "S_IFCHR", "type": "" }, { "class": "const", "name": "S_IFDIR", "type": "" }, { "class": "const", "name": "S_IFIFO", "type": "" }, { "class": "const", "name": "S_IFLNK", "type": "" }, { "class": "const", "name": "S_IFMT", "type": "" }, { "class": "const", "name": "S_IFREG", "type": "" }, { "class": "const", "name": "S_IFSOCK", "type": "" }, { "class": "const", "name": "S_IFWHT", "type": "" }, { "class": "const", "name": "S_IREAD", "type": "" }, { "class": "const", "name": "S_IRGRP", "type": "" }, { "class": "const", "name": "S_IROTH", "type": "" }, { "class": "const", "name": "S_IRUSR", "type": "" }, { "class": "const", "name": "S_IRWXG", "type": "" }, { "class": "const", "name": "S_IRWXO", "type": "" }, { "class": "const", "name": "S_IRWXU", "type": "" }, { "class": "const", "name": "S_ISGID", "type": "" }, { "class": "const", "name": "S_ISTXT", "type": "" }, { "class": "const", "name": "S_ISUID", "type": "" }, { "class": "const", "name": "S_ISVTX", "type": "" }, { "class": "const", "name": "S_IWGRP", "type": "" }, { "class": "const", "name": "S_IWOTH", "type": "" }, { "class": "const", "name": "S_IWRITE", "type": "" }, { "class": "const", "name": "S_IWUSR", "type": "" }, { "class": "const", "name": "S_IXGRP", "type": "" }, { "class": "const", "name": "S_IXOTH", "type": "" }, { "class": "const", "name": "S_IXUSR", "type": "" }, { "class": "const", "name": "SizeofBpfHdr", "type": "" }, { "class": "const", "name": "SizeofBpfInsn", "type": "" }, { "class": "const", "name": "SizeofBpfProgram", "type": "" }, { "class": "const", "name": "SizeofBpfStat", "type": "" }, { "class": "const", "name": "SizeofBpfVersion", "type": "" }, { "class": "const", "name": "SizeofCmsghdr", "type": "" }, { "class": "const", "name": "SizeofICMPv6Filter", "type": "" }, { "class": "const", "name": "SizeofIPMreq", "type": "" }, { "class": "const", "name": "SizeofIPv6MTUInfo", "type": "" }, { "class": "const", "name": "SizeofIPv6Mreq", "type": "" }, { "class": "const", "name": "SizeofIfData", "type": "" }, { "class": "const", "name": "SizeofIfMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr2", "type": "" }, { "class": "const", "name": "SizeofInet4Pktinfo", "type": "" }, { "class": "const", "name": "SizeofInet6Pktinfo", "type": "" }, { "class": "const", "name": "SizeofLinger", "type": "" }, { "class": "const", "name": "SizeofMsghdr", "type": "" }, { "class": "const", "name": "SizeofRtMetrics", "type": "" }, { "class": "const", "name": "SizeofRtMsghdr", "type": "" }, { "class": "const", "name": "SizeofSockaddrAny", "type": "" }, { "class": "const", "name": "SizeofSockaddrDatalink", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet4", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet6", "type": "" }, { "class": "const", "name": "SizeofSockaddrUnix", "type": "" }, { "class": "const", "name": "TCIFLUSH", "type": "" }, { "class": "const", "name": "TCIOFLUSH", "type": "" }, { "class": "const", "name": "TCOFLUSH", "type": "" }, { "class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": "" }, { "class": "const", "name": "TCP_KEEPALIVE", "type": "" }, { "class": "const", "name": "TCP_MAXHLEN", "type": "" }, { "class": "const", "name": "TCP_MAXOLEN", "type": "" }, { "class": "const", "name": "TCP_MAXSEG", "type": "" }, { "class": "const", "name": "TCP_MAXWIN", "type": "" }, { "class": "const", "name": "TCP_MAX_SACK", "type": "" }, { "class": "const", "name": "TCP_MAX_WINSHIFT", "type": "" }, { "class": "const", "name": "TCP_MINMSS", "type": "" }, { "class": "const", "name": "TCP_MINMSSOVERLOAD", "type": "" }, { "class": "const", "name": "TCP_MSS", "type": "" }, { "class": "const", "name": "TCP_NODELAY", "type": "" }, { "class": "const", "name": "TCP_NOOPT", "type": "" }, { "class": "const", "name": "TCP_NOPUSH", "type": "" }, { "class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": "" }, { "class": "const", "name": "TCP_RXT_FINDROP", "type": "" }, { "class": "const", "name": "TCSAFLUSH", "type": "" }, { "class": "const", "name": "TIOCCBRK", "type": "" }, { "class": "const", "name": "TIOCCDTR", "type": "" }, { "class": "const", "name": "TIOCCONS", "type": "" }, { "class": "const", "name": "TIOCDCDTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCDRAIN", "type": "" }, { "class": "const", "name": "TIOCDSIMICROCODE", "type": "" }, { "class": "const", "name": "TIOCEXCL", "type": "" }, { "class": "const", "name": "TIOCEXT", "type": "" }, { "class": "const", "name": "TIOCFLUSH", "type": "" }, { "class": "const", "name": "TIOCGDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCGETA", "type": "" }, { "class": "const", "name": "TIOCGETD", "type": "" }, { "class": "const", "name": "TIOCGPGRP", "type": "" }, { "class": "const", "name": "TIOCGWINSZ", "type": "" }, { "class": "const", "name": "TIOCIXOFF", "type": "" }, { "class": "const", "name": "TIOCIXON", "type": "" }, { "class": "const", "name": "TIOCMBIC", "type": "" }, { "class": "const", "name": "TIOCMBIS", "type": "" }, { "class": "const", "name": "TIOCMGDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMGET", "type": "" }, { "class": "const", "name": "TIOCMODG", "type": "" }, { "class": "const", "name": "TIOCMODS", "type": "" }, { "class": "const", "name": "TIOCMSDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMSET", "type": "" }, { "class": "const", "name": "TIOCM_CAR", "type": "" }, { "class": "const", "name": "TIOCM_CD", "type": "" }, { "class": "const", "name": "TIOCM_CTS", "type": "" }, { "class": "const", "name": "TIOCM_DSR", "type": "" }, { "class": "const", "name": "TIOCM_DTR", "type": "" }, { "class": "const", "name": "TIOCM_LE", "type": "" }, { "class": "const", "name": "TIOCM_RI", "type": "" }, { "class": "const", "name": "TIOCM_RNG", "type": "" }, { "class": "const", "name": "TIOCM_RTS", "type": "" }, { "class": "const", "name": "TIOCM_SR", "type": "" }, { "class": "const", "name": "TIOCM_ST", "type": "" }, { "class": "const", "name": "TIOCNOTTY", "type": "" }, { "class": "const", "name": "TIOCNXCL", "type": "" }, { "class": "const", "name": "TIOCOUTQ", "type": "" }, { "class": "const", "name": "TIOCPKT", "type": "" }, { "class": "const", "name": "TIOCPKT_DATA", "type": "" }, { "class": "const", "name": "TIOCPKT_DOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHREAD", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": "" }, { "class": "const", "name": "TIOCPKT_IOCTL", "type": "" }, { "class": "const", "name": "TIOCPKT_NOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_START", "type": "" }, { "class": "const", "name": "TIOCPKT_STOP", "type": "" }, { "class": "const", "name": "TIOCPTYGNAME", "type": "" }, { "class": "const", "name": "TIOCPTYGRANT", "type": "" }, { "class": "const", "name": "TIOCPTYUNLK", "type": "" }, { "class": "const", "name": "TIOCREMOTE", "type": "" }, { "class": "const", "name": "TIOCSBRK", "type": "" }, { "class": "const", "name": "TIOCSCONS", "type": "" }, { "class": "const", "name": "TIOCSCTTY", "type": "" }, { "class": "const", "name": "TIOCSDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCSDTR", "type": "" }, { "class": "const", "name": "TIOCSETA", "type": "" }, { "class": "const", "name": "TIOCSETAF", "type": "" }, { "class": "const", "name": "TIOCSETAW", "type": "" }, { "class": "const", "name": "TIOCSETD", "type": "" }, { "class": "const", "name": "TIOCSIG", "type": "" }, { "class": "const", "name": "TIOCSPGRP", "type": "" }, { "class": "const", "name": "TIOCSTART", "type": "" }, { "class": "const", "name": "TIOCSTAT", "type": "" }, { "class": "const", "name": "TIOCSTI", "type": "" }, { "class": "const", "name": "TIOCSTOP", "type": "" }, { "class": "const", "name": "TIOCSWINSZ", "type": "" }, { "class": "const", "name": "TIOCTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCUCNTL", "type": "" }, { "class": "const", "name": "TOSTOP", "type": "" }, { "class": "const", "name": "VDISCARD", "type": "" }, { "class": "const", "name": "VDSUSP", "type": "" }, { "class": "const", "name": "VEOF", "type": "" }, { "class": "const", "name": "VEOL", "type": "" }, { "class": "const", "name": "VEOL2", "type": "" }, { "class": "const", "name": "VERASE", "type": "" }, { "class": "const", "name": "VINTR", "type": "" }, { "class": "const", "name": "VKILL", "type": "" }, { "class": "const", "name": "VLNEXT", "type": "" }, { "class": "const", "name": "VMIN", "type": "" }, { "class": "const", "name": "VQUIT", "type": "" }, { "class": "const", "name": "VREPRINT", "type": "" }, { "class": "const", "name": "VSTART", "type": "" }, { "class": "const", "name": "VSTATUS", "type": "" }, { "class": "const", "name": "VSTOP", "type": "" }, { "class": "const", "name": "VSUSP", "type": "" }, { "class": "const", "name": "VT0", "type": "" }, { "class": "const", "name": "VT1", "type": "" }, { "class": "const", "name": "VTDLY", "type": "" }, { "class": "const", "name": "VTIME", "type": "" }, { "class": "const", "name": "VWERASE", "type": "" }, { "class": "const", "name": "WCONTINUED", "type": "" }, { "class": "const", "name": "WCOREFLAG", "type": "" }, { "class": "const", "name": "WEXITED", "type": "" }, { "class": "const", "name": "WNOHANG", "type": "" }, { "class": "const", "name": "WNOWAIT", "type": "" }, { "class": "const", "name": "WORDSIZE", "type": "" }, { "class": "const", "name": "WSTOPPED", "type": "" }, { "class": "const", "name": "WUNTRACED", "type": "" }, { "class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)" }, { "class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)" }, { "class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)" }, { "class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)" }, { "class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)" }, { "class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)" }, { "class": "func", "name": "Chdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error" }, { "class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Chroot", "type": "func(path string) (err error)" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Close", "type": "func(fd int) (err error)" }, { "class": "func", "name": "CloseOnExec", "type": "func(fd int)" }, { "class": "func", "name": "CmsgLen", "type": "func(datalen int) int" }, { "class": "func", "name": "CmsgSpace", "type": "func(datalen int) int" }, { "class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)" }, { "class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)" }, { "class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Fchdir", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)" }, { "class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)" }, { "class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)" }, { "class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error" }, { "class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)" }, { "class": "func", "name": "FlushBpf", "type": "func(fd int) error" }, { "class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)" }, { "class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)" }, { "class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "Fsync", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)" }, { "class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)" }, { "class": "func", "name": "Getdtablesize", "type": "func() (size int)" }, { "class": "func", "name": "Getegid", "type": "func() (egid int)" }, { "class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)" }, { "class": "func", "name": "Geteuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)" }, { "class": "func", "name": "Getgid", "type": "func() (gid int)" }, { "class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)" }, { "class": "func", "name": "Getpgrp", "type": "func() (pgrp int)" }, { "class": "func", "name": "Getpid", "type": "func() (pid int)" }, { "class": "func", "name": "Getppid", "type": "func() (ppid int)" }, { "class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)" }, { "class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)" }, { "class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)" }, { "class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)" }, { "class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)" }, { "class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)" }, { "class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)" }, { "class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)" }, { "class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)" }, { "class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)" }, { "class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Getuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getwd", "type": "func() (string, error)" }, { "class": "func", "name": "Issetugid", "type": "func() (tainted bool)" }, { "class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)" }, { "class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)" }, { "class": "func", "name": "Kqueue", "type": "func() (fd int, err error)" }, { "class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Link", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)" }, { "class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)" }, { "class": "func", "name": "Mlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Mlockall", "type": "func(flags int) (err error)" }, { "class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)" }, { "class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)" }, { "class": "func", "name": "Munlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Munlockall", "type": "func() (err error)" }, { "class": "func", "name": "Munmap", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)" }, { "class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)" }, { "class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)" }, { "class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)" }, { "class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)" }, { "class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)" }, { "class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)" }, { "class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)" }, { "class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)" }, { "class": "func", "name": "Pipe", "type": "func(p []int) (err error)" }, { "class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)" }, { "class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)" }, { "class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Rename", "type": "func(from string, to string) (err error)" }, { "class": "func", "name": "Revoke", "type": "func(path string) (err error)" }, { "class": "func", "name": "Rmdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)" }, { "class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)" }, { "class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)" }, { "class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)" }, { "class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)" }, { "class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)" }, { "class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)" }, { "class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error" }, { "class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)" }, { "class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)" }, { "class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error" }, { "class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error" }, { "class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error" }, { "class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)" }, { "class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)" }, { "class": "func", "name": "Setegid", "type": "func(egid int) (err error)" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "Seteuid", "type": "func(euid int) (err error)" }, { "class": "func", "name": "Setgid", "type": "func(gid int) (err error)" }, { "class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)" }, { "class": "func", "name": "Setlogin", "type": "func(name string) (err error)" }, { "class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)" }, { "class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)" }, { "class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)" }, { "class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)" }, { "class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)" }, { "class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Setsid", "type": "func() (pid int, err error)" }, { "class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)" }, { "class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error" }, { "class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)" }, { "class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)" }, { "class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)" }, { "class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)" }, { "class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)" }, { "class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)" }, { "class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)" }, { "class": "func", "name": "Setuid", "type": "func(uid int) (err error)" }, { "class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)" }, { "class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)" }, { "class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)" }, { "class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)" }, { "class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)" }, { "class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "StringBytePtr", "type": "func(s string) *byte" }, { "class": "func", "name": "StringByteSlice", "type": "func(s string) []byte" }, { "class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte" }, { "class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Sync", "type": "func() (err error)" }, { "class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)" }, { "class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)" }, { "class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64" }, { "class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64" }, { "class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)" }, { "class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)" }, { "class": "func", "name": "Undelete", "type": "func(path string) (err error)" }, { "class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte" }, { "class": "func", "name": "Unlink", "type": "func(path string) (err error)" }, { "class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error" }, { "class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)" }, { "class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "type", "name": "BpfHdr", "type": "struct" }, { "class": "type", "name": "BpfInsn", "type": "struct" }, { "class": "type", "name": "BpfProgram", "type": "struct" }, { "class": "type", "name": "BpfStat", "type": "struct" }, { "class": "type", "name": "BpfVersion", "type": "struct" }, { "class": "type", "name": "Cmsghdr", "type": "struct" }, { "class": "type", "name": "Credential", "type": "struct" }, { "class": "type", "name": "Dirent", "type": "struct" }, { "class": "type", "name": "Errno", "type": "uintptr" }, { "class": "type", "name": "Fbootstraptransfer_t", "type": "struct" }, { "class": "type", "name": "FdSet", "type": "struct" }, { "class": "type", "name": "Flock_t", "type": "struct" }, { "class": "type", "name": "Fsid", "type": "struct" }, { "class": "type", "name": "Fstore_t", "type": "struct" }, { "class": "type", "name": "ICMPv6Filter", "type": "struct" }, { "class": "type", "name": "IPMreq", "type": "struct" }, { "class": "type", "name": "IPv6MTUInfo", "type": "struct" }, { "class": "type", "name": "IPv6Mreq", "type": "struct" }, { "class": "type", "name": "IfData", "type": "struct" }, { "class": "type", "name": "IfMsghdr", "type": "struct" }, { "class": "type", "name": "IfaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr2", "type": "struct" }, { "class": "type", "name": "Inet4Pktinfo", "type": "struct" }, { "class": "type", "name": "Inet6Pktinfo", "type": "struct" }, { "class": "type", "name": "InterfaceAddrMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct" }, { "class": "type", "name": "Iovec", "type": "struct" }, { "class": "type", "name": "Kevent_t", "type": "struct" }, { "class": "type", "name": "Linger", "type": "struct" }, { "class": "type", "name": "Log2phys_t", "type": "struct" }, { "class": "type", "name": "Msghdr", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Radvisory_t", "type": "struct" }, { "class": "type", "name": "RawSockaddr", "type": "struct" }, { "class": "type", "name": "RawSockaddrAny", "type": "struct" }, { "class": "type", "name": "RawSockaddrDatalink", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet4", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet6", "type": "struct" }, { "class": "type", "name": "RawSockaddrUnix", "type": "struct" }, { "class": "type", "name": "Rlimit", "type": "struct" }, { "class": "type", "name": "RouteMessage", "type": "struct" }, { "class": "type", "name": "RoutingMessage", "type": "interface" }, { "class": "type", "name": "RtMetrics", "type": "struct" }, { "class": "type", "name": "RtMsghdr", "type": "struct" }, { "class": "type", "name": "Rusage", "type": "struct" }, { "class": "type", "name": "Signal", "type": "int" }, { "class": "type", "name": "Sockaddr", "type": "interface" }, { "class": "type", "name": "SockaddrDatalink", "type": "struct" }, { "class": "type", "name": "SockaddrInet4", "type": "struct" }, { "class": "type", "name": "SockaddrInet6", "type": "struct" }, { "class": "type", "name": "SockaddrUnix", "type": "struct" }, { "class": "type", "name": "SocketControlMessage", "type": "struct" }, { "class": "type", "name": "Stat_t", "type": "struct" }, { "class": "type", "name": "Statfs_t", "type": "struct" }, { "class": "type", "name": "SysProcAttr", "type": "struct" }, { "class": "type", "name": "Termios", "type": "struct" }, { "class": "type", "name": "Timespec", "type": "struct" }, { "class": "type", "name": "Timeval", "type": "struct" }, { "class": "type", "name": "Timeval32", "type": "struct" }, { "class": "type", "name": "WaitStatus", "type": "uint32" }, { "class": "var", "name": "ForkLock", "type": "sync.RWMutex" }, { "class": "var", "name": "SocketDisableIPv6", "type": "bool" }, { "class": "var", "name": "Stderr", "type": "int" }, { "class": "var", "name": "Stdin", "type": "int" }, { "class": "var", "name": "Stdout", "type": "int"},{ "class": "const", "name": "MinRead", "type": "" }, { "class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int" }, { "class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool" }, { "class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool" }, { "class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool" }, { "class": "func", "name": "Fields", "type": "func(s []byte) [][]byte" }, { "class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte" }, { "class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool" }, { "class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool" }, { "class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int" }, { "class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte" }, { "class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte" }, { "class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer" }, { "class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer" }, { "class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader" }, { "class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte" }, { "class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte" }, { "class": "func", "name": "Runes", "type": "func(s []byte) []rune" }, { "class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "Title", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLower", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToTitle", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToUpper", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte" }, { "class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte" }, { "class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte" }, { "class": "type", "name": "Buffer", "type": "struct" }, { "class": "type", "name": "Reader", "type": "struct" }, { "class": "var", "name": "ErrTooLarge", "type": "error" }, { "class": "const", "name": "Bad", "type": "" }, { "class": "const", "name": "Con", "type": "" }, { "class": "const", "name": "FilterFuncDuplicates", "type": "" }, { "class": "const", "name": "FilterImportDuplicates", "type": "" }, { "class": "const", "name": "FilterUnassociatedComments", "type": "" }, { "class": "const", "name": "Fun", "type": "" }, { "class": "const", "name": "Lbl", "type": "" }, { "class": "const", "name": "Pkg", "type": "" }, { "class": "const", "name": "RECV", "type": "" }, { "class": "const", "name": "SEND", "type": "" }, { "class": "const", "name": "Typ", "type": "" }, { "class": "const", "name": "Var", "type": "" }, { "class": "func", "name": "FileExports", "type": "func(src *ast.File) bool" }, { "class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool" }, { "class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool" }, { "class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool" }, { "class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) (err error)" }, { "class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)" }, { "class": "func", "name": "IsExported", "type": "func(name string) bool" }, { "class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File" }, { "class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap" }, { "class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident" }, { "class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object" }, { "class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)" }, { "class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope" }, { "class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool" }, { "class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool" }, { "class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error" }, { "class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)" }, { "class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)" }, { "class": "type", "name": "ArrayType", "type": "struct" }, { "class": "type", "name": "AssignStmt", "type": "struct" }, { "class": "type", "name": "BadDecl", "type": "struct" }, { "class": "type", "name": "BadExpr", "type": "struct" }, { "class": "type", "name": "BadStmt", "type": "struct" }, { "class": "type", "name": "BasicLit", "type": "struct" }, { "class": "type", "name": "BinaryExpr", "type": "struct" }, { "class": "type", "name": "BlockStmt", "type": "struct" }, { "class": "type", "name": "BranchStmt", "type": "struct" }, { "class": "type", "name": "CallExpr", "type": "struct" }, { "class": "type", "name": "CaseClause", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "ChanType", "type": "struct" }, { "class": "type", "name": "CommClause", "type": "struct" }, { "class": "type", "name": "Comment", "type": "struct" }, { "class": "type", "name": "CommentGroup", "type": "struct" }, { "class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup" }, { "class": "type", "name": "CompositeLit", "type": "struct" }, { "class": "type", "name": "Decl", "type": "interface" }, { "class": "type", "name": "DeclStmt", "type": "struct" }, { "class": "type", "name": "DeferStmt", "type": "struct" }, { "class": "type", "name": "Ellipsis", "type": "struct" }, { "class": "type", "name": "EmptyStmt", "type": "struct" }, { "class": "type", "name": "Expr", "type": "interface" }, { "class": "type", "name": "ExprStmt", "type": "struct" }, { "class": "type", "name": "Field", "type": "struct" }, { "class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool" }, { "class": "type", "name": "FieldList", "type": "struct" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "Filter", "type": "func(string) bool" }, { "class": "type", "name": "ForStmt", "type": "struct" }, { "class": "type", "name": "FuncDecl", "type": "struct" }, { "class": "type", "name": "FuncLit", "type": "struct" }, { "class": "type", "name": "FuncType", "type": "struct" }, { "class": "type", "name": "GenDecl", "type": "struct" }, { "class": "type", "name": "GoStmt", "type": "struct" }, { "class": "type", "name": "Ident", "type": "struct" }, { "class": "type", "name": "IfStmt", "type": "struct" }, { "class": "type", "name": "ImportSpec", "type": "struct" }, { "class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)" }, { "class": "type", "name": "IncDecStmt", "type": "struct" }, { "class": "type", "name": "IndexExpr", "type": "struct" }, { "class": "type", "name": "InterfaceType", "type": "struct" }, { "class": "type", "name": "KeyValueExpr", "type": "struct" }, { "class": "type", "name": "LabeledStmt", "type": "struct" }, { "class": "type", "name": "MapType", "type": "struct" }, { "class": "type", "name": "MergeMode", "type": "uint" }, { "class": "type", "name": "Node", "type": "interface" }, { "class": "type", "name": "ObjKind", "type": "int" }, { "class": "type", "name": "Object", "type": "struct" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "ParenExpr", "type": "struct" }, { "class": "type", "name": "RangeStmt", "type": "struct" }, { "class": "type", "name": "ReturnStmt", "type": "struct" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "SelectStmt", "type": "struct" }, { "class": "type", "name": "SelectorExpr", "type": "struct" }, { "class": "type", "name": "SendStmt", "type": "struct" }, { "class": "type", "name": "SliceExpr", "type": "struct" }, { "class": "type", "name": "Spec", "type": "interface" }, { "class": "type", "name": "StarExpr", "type": "struct" }, { "class": "type", "name": "Stmt", "type": "interface" }, { "class": "type", "name": "StructType", "type": "struct" }, { "class": "type", "name": "SwitchStmt", "type": "struct" }, { "class": "type", "name": "TypeAssertExpr", "type": "struct" }, { "class": "type", "name": "TypeSpec", "type": "struct" }, { "class": "type", "name": "TypeSwitchStmt", "type": "struct" }, { "class": "type", "name": "UnaryExpr", "type": "struct" }, { "class": "type", "name": "ValueSpec", "type": "struct" }, { "class": "type", "name": "Visitor", "type": "interface" }, { "class": "const", "name": "ADD", "type": "" }, { "class": "const", "name": "ADD_ASSIGN", "type": "" }, { "class": "const", "name": "AND", "type": "" }, { "class": "const", "name": "AND_ASSIGN", "type": "" }, { "class": "const", "name": "AND_NOT", "type": "" }, { "class": "const", "name": "AND_NOT_ASSIGN", "type": "" }, { "class": "const", "name": "ARROW", "type": "" }, { "class": "const", "name": "ASSIGN", "type": "" }, { "class": "const", "name": "BREAK", "type": "" }, { "class": "const", "name": "CASE", "type": "" }, { "class": "const", "name": "CHAN", "type": "" }, { "class": "const", "name": "CHAR", "type": "" }, { "class": "const", "name": "COLON", "type": "" }, { "class": "const", "name": "COMMA", "type": "" }, { "class": "const", "name": "COMMENT", "type": "" }, { "class": "const", "name": "CONST", "type": "" }, { "class": "const", "name": "CONTINUE", "type": "" }, { "class": "const", "name": "DEC", "type": "" }, { "class": "const", "name": "DEFAULT", "type": "" }, { "class": "const", "name": "DEFER", "type": "" }, { "class": "const", "name": "DEFINE", "type": "" }, { "class": "const", "name": "ELLIPSIS", "type": "" }, { "class": "const", "name": "ELSE", "type": "" }, { "class": "const", "name": "EOF", "type": "" }, { "class": "const", "name": "EQL", "type": "" }, { "class": "const", "name": "FALLTHROUGH", "type": "" }, { "class": "const", "name": "FLOAT", "type": "" }, { "class": "const", "name": "FOR", "type": "" }, { "class": "const", "name": "FUNC", "type": "" }, { "class": "const", "name": "GEQ", "type": "" }, { "class": "const", "name": "GO", "type": "" }, { "class": "const", "name": "GOTO", "type": "" }, { "class": "const", "name": "GTR", "type": "" }, { "class": "const", "name": "HighestPrec", "type": "" }, { "class": "const", "name": "IDENT", "type": "" }, { "class": "const", "name": "IF", "type": "" }, { "class": "const", "name": "ILLEGAL", "type": "" }, { "class": "const", "name": "IMAG", "type": "" }, { "class": "const", "name": "IMPORT", "type": "" }, { "class": "const", "name": "INC", "type": "" }, { "class": "const", "name": "INT", "type": "" }, { "class": "const", "name": "INTERFACE", "type": "" }, { "class": "const", "name": "LAND", "type": "" }, { "class": "const", "name": "LBRACE", "type": "" }, { "class": "const", "name": "LBRACK", "type": "" }, { "class": "const", "name": "LEQ", "type": "" }, { "class": "const", "name": "LOR", "type": "" }, { "class": "const", "name": "LPAREN", "type": "" }, { "class": "const", "name": "LSS", "type": "" }, { "class": "const", "name": "LowestPrec", "type": "" }, { "class": "const", "name": "MAP", "type": "" }, { "class": "const", "name": "MUL", "type": "" }, { "class": "const", "name": "MUL_ASSIGN", "type": "" }, { "class": "const", "name": "NEQ", "type": "" }, { "class": "const", "name": "NOT", "type": "" }, { "class": "const", "name": "NoPos", "type": "" }, { "class": "const", "name": "OR", "type": "" }, { "class": "const", "name": "OR_ASSIGN", "type": "" }, { "class": "const", "name": "PACKAGE", "type": "" }, { "class": "const", "name": "PERIOD", "type": "" }, { "class": "const", "name": "QUO", "type": "" }, { "class": "const", "name": "QUO_ASSIGN", "type": "" }, { "class": "const", "name": "RANGE", "type": "" }, { "class": "const", "name": "RBRACE", "type": "" }, { "class": "const", "name": "RBRACK", "type": "" }, { "class": "const", "name": "REM", "type": "" }, { "class": "const", "name": "REM_ASSIGN", "type": "" }, { "class": "const", "name": "RETURN", "type": "" }, { "class": "const", "name": "RPAREN", "type": "" }, { "class": "const", "name": "SELECT", "type": "" }, { "class": "const", "name": "SEMICOLON", "type": "" }, { "class": "const", "name": "SHL", "type": "" }, { "class": "const", "name": "SHL_ASSIGN", "type": "" }, { "class": "const", "name": "SHR", "type": "" }, { "class": "const", "name": "SHR_ASSIGN", "type": "" }, { "class": "const", "name": "STRING", "type": "" }, { "class": "const", "name": "STRUCT", "type": "" }, { "class": "const", "name": "SUB", "type": "" }, { "class": "const", "name": "SUB_ASSIGN", "type": "" }, { "class": "const", "name": "SWITCH", "type": "" }, { "class": "const", "name": "TYPE", "type": "" }, { "class": "const", "name": "UnaryPrec", "type": "" }, { "class": "const", "name": "VAR", "type": "" }, { "class": "const", "name": "XOR", "type": "" }, { "class": "const", "name": "XOR_ASSIGN", "type": "" }, { "class": "func", "name": "Lookup", "type": "func(ident string) token.Token" }, { "class": "func", "name": "NewFileSet", "type": "func() *token.FileSet" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileSet", "type": "struct" }, { "class": "type", "name": "Pos", "type": "int" }, { "class": "type", "name": "Position", "type": "struct" }, { "class": "type", "name": "Token", "type": "int" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "Byte", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "FieldVal", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "IsBoolean", "type": "" }, { "class": "const", "name": "IsComplex", "type": "" }, { "class": "const", "name": "IsConstType", "type": "" }, { "class": "const", "name": "IsFloat", "type": "" }, { "class": "const", "name": "IsInteger", "type": "" }, { "class": "const", "name": "IsNumeric", "type": "" }, { "class": "const", "name": "IsOrdered", "type": "" }, { "class": "const", "name": "IsString", "type": "" }, { "class": "const", "name": "IsUnsigned", "type": "" }, { "class": "const", "name": "IsUntyped", "type": "" }, { "class": "const", "name": "MethodExpr", "type": "" }, { "class": "const", "name": "MethodVal", "type": "" }, { "class": "const", "name": "RecvOnly", "type": "" }, { "class": "const", "name": "Rune", "type": "" }, { "class": "const", "name": "SendOnly", "type": "" }, { "class": "const", "name": "SendRecv", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "const", "name": "UntypedBool", "type": "" }, { "class": "const", "name": "UntypedComplex", "type": "" }, { "class": "const", "name": "UntypedFloat", "type": "" }, { "class": "const", "name": "UntypedInt", "type": "" }, { "class": "const", "name": "UntypedNil", "type": "" }, { "class": "const", "name": "UntypedRune", "type": "" }, { "class": "const", "name": "UntypedString", "type": "" }, { "class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool" }, { "class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "Comparable", "type": "func(T types.Type) bool" }, { "class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()" }, { "class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (tv types.TypeAndValue, err error)" }, { "class": "func", "name": "ExprString", "type": "func(x ast.Expr) string" }, { "class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string" }, { "class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool" }, { "class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool" }, { "class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool" }, { "class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)" }, { "class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)" }, { "class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array" }, { "class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan" }, { "class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker" }, { "class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const" }, { "class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var" }, { "class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func" }, { "class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface" }, { "class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label" }, { "class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map" }, { "class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet" }, { "class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named" }, { "class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package" }, { "class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName" }, { "class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer" }, { "class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope" }, { "class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature" }, { "class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice" }, { "class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct" }, { "class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple" }, { "class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName" }, { "class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string" }, { "class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier" }, { "class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string" }, { "class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string" }, { "class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)" }, { "class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)" }, { "class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)" }, { "class": "type", "name": "Array", "type": "struct" }, { "class": "type", "name": "Basic", "type": "struct" }, { "class": "type", "name": "BasicInfo", "type": "int" }, { "class": "type", "name": "BasicKind", "type": "int" }, { "class": "type", "name": "Builtin", "type": "struct" }, { "class": "type", "name": "Chan", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Checker", "type": "struct" }, { "class": "type", "name": "Config", "type": "struct" }, { "class": "type", "name": "Const", "type": "struct" }, { "class": "type", "name": "Error", "type": "struct" }, { "class": "type", "name": "Func", "type": "struct" }, { "class": "type", "name": "ImportMode", "type": "int" }, { "class": "type", "name": "Importer", "type": "interface" }, { "class": "type", "name": "ImporterFrom", "type": "interface" }, { "class": "type", "name": "Info", "type": "struct" }, { "class": "type", "name": "Initializer", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "Label", "type": "struct" }, { "class": "type", "name": "Map", "type": "struct" }, { "class": "type", "name": "MethodSet", "type": "struct" }, { "class": "type", "name": "Named", "type": "struct" }, { "class": "type", "name": "Nil", "type": "struct" }, { "class": "type", "name": "Object", "type": "interface" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "PkgName", "type": "struct" }, { "class": "type", "name": "Pointer", "type": "struct" }, { "class": "type", "name": "Qualifier", "type": "func(*types.Package) string" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "Selection", "type": "struct" }, { "class": "type", "name": "SelectionKind", "type": "int" }, { "class": "type", "name": "Signature", "type": "struct" }, { "class": "type", "name": "Sizes", "type": "interface" }, { "class": "type", "name": "Slice", "type": "struct" }, { "class": "type", "name": "StdSizes", "type": "struct" }, { "class": "type", "name": "Struct", "type": "struct" }, { "class": "type", "name": "Tuple", "type": "struct" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "TypeAndValue", "type": "struct" }, { "class": "type", "name": "TypeName", "type": "struct" }, { "class": "type", "name": "Var", "type": "struct" }, { "class": "var", "name": "Typ", "type": "[]*types.Basic" }, { "class": "var", "name": "Universe", "type": "*types.Scope" }, { "class": "var", "name": "Unsafe", "type": "*types.Package" }, { "class": "const", "name": "FlagBroadcast", "type": "" }, { "class": "const", "name": "FlagLoopback", "type": "" }, { "class": "const", "name": "FlagMulticast", "type": "" }, { "class": "const", "name": "FlagPointToPoint", "type": "" }, { "class": "const", "name": "FlagUp", "type": "" }, { "class": "const", "name": "IPv4len", "type": "" }, { "class": "const", "name": "IPv6len", "type": "" }, { "class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask" }, { "class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)" }, { "class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)" }, { "class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)" }, { "class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)" }, { "class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)" }, { "class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)" }, { "class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP" }, { "class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask" }, { "class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)" }, { "class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)" }, { "class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)" }, { "class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)" }, { "class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string" }, { "class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)" }, { "class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)" }, { "class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)" }, { "class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)" }, { "class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)" }, { "class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)" }, { "class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)" }, { "class": "func", "name": "LookupIP", "type": "func(host string) (ips []net.IP, err error)" }, { "class": "func", "name": "LookupMX", "type": "func(name string) (mxs []*net.MX, err error)" }, { "class": "func", "name": "LookupNS", "type": "func(name string) (nss []*net.NS, err error)" }, { "class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)" }, { "class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)" }, { "class": "func", "name": "LookupTXT", "type": "func(name string) (txts []string, err error)" }, { "class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)" }, { "class": "func", "name": "ParseIP", "type": "func(s string) net.IP" }, { "class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)" }, { "class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)" }, { "class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)" }, { "class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)" }, { "class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)" }, { "class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)" }, { "class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)" }, { "class": "type", "name": "Addr", "type": "interface" }, { "class": "type", "name": "AddrError", "type": "struct" }, { "class": "type", "name": "Conn", "type": "interface" }, { "class": "type", "name": "DNSConfigError", "type": "struct" }, { "class": "type", "name": "DNSError", "type": "struct" }, { "class": "type", "name": "Dialer", "type": "struct" }, { "class": "type", "name": "Error", "type": "interface" }, { "class": "type", "name": "Flags", "type": "uint" }, { "class": "type", "name": "HardwareAddr", "type": "[]byte" }, { "class": "type", "name": "IP", "type": "[]byte" }, { "class": "type", "name": "IPAddr", "type": "struct" }, { "class": "type", "name": "IPConn", "type": "struct" }, { "class": "type", "name": "IPMask", "type": "[]byte" }, { "class": "type", "name": "IPNet", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "InvalidAddrError", "type": "string" }, { "class": "type", "name": "Listener", "type": "interface" }, { "class": "type", "name": "MX", "type": "struct" }, { "class": "type", "name": "NS", "type": "struct" }, { "class": "type", "name": "OpError", "type": "struct" }, { "class": "type", "name": "PacketConn", "type": "interface" }, { "class": "type", "name": "ParseError", "type": "struct" }, { "class": "type", "name": "SRV", "type": "struct" }, { "class": "type", "name": "TCPAddr", "type": "struct" }, { "class": "type", "name": "TCPConn", "type": "struct" }, { "class": "type", "name": "TCPListener", "type": "struct" }, { "class": "type", "name": "UDPAddr", "type": "struct" }, { "class": "type", "name": "UDPConn", "type": "struct" }, { "class": "type", "name": "UnixAddr", "type": "struct" }, { "class": "type", "name": "UnixConn", "type": "struct" }, { "class": "type", "name": "UnixListener", "type": "struct" }, { "class": "type", "name": "UnknownNetworkError", "type": "string" }, { "class": "var", "name": "ErrWriteToConnected", "type": "error" }, { "class": "var", "name": "IPv4allrouter", "type": "net.IP" }, { "class": "var", "name": "IPv4allsys", "type": "net.IP" }, { "class": "var", "name": "IPv4bcast", "type": "net.IP" }, { "class": "var", "name": "IPv4zero", "type": "net.IP" }, { "class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP" }, { "class": "var", "name": "IPv6loopback", "type": "net.IP" }, { "class": "var", "name": "IPv6unspecified", "type": "net.IP" }, { "class": "var", "name": "IPv6zero", "type": "net.IP" }, { "class": "const", "name": "DevNull", "type": "" }, { "class": "const", "name": "ModeAppend", "type": "" }, { "class": "const", "name": "ModeCharDevice", "type": "" }, { "class": "const", "name": "ModeDevice", "type": "" }, { "class": "const", "name": "ModeDir", "type": "" }, { "class": "const", "name": "ModeExclusive", "type": "" }, { "class": "const", "name": "ModeNamedPipe", "type": "" }, { "class": "const", "name": "ModePerm", "type": "" }, { "class": "const", "name": "ModeSetgid", "type": "" }, { "class": "const", "name": "ModeSetuid", "type": "" }, { "class": "const", "name": "ModeSocket", "type": "" }, { "class": "const", "name": "ModeSticky", "type": "" }, { "class": "const", "name": "ModeSymlink", "type": "" }, { "class": "const", "name": "ModeTemporary", "type": "" }, { "class": "const", "name": "ModeType", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_CREATE", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PathListSeparator", "type": "" }, { "class": "const", "name": "PathSeparator", "type": "" }, { "class": "const", "name": "SEEK_CUR", "type": "" }, { "class": "const", "name": "SEEK_END", "type": "" }, { "class": "const", "name": "SEEK_SET", "type": "" }, { "class": "func", "name": "Chdir", "type": "func(dir string) error" }, { "class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error" }, { "class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Create", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string" }, { "class": "func", "name": "ExpandEnv", "type": "func(s string) string" }, { "class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)" }, { "class": "func", "name": "Getegid", "type": "func() int" }, { "class": "func", "name": "Getenv", "type": "func(key string) string" }, { "class": "func", "name": "Geteuid", "type": "func() int" }, { "class": "func", "name": "Getgid", "type": "func() int" }, { "class": "func", "name": "Getgroups", "type": "func() ([]int, error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpid", "type": "func() int" }, { "class": "func", "name": "Getppid", "type": "func() int" }, { "class": "func", "name": "Getuid", "type": "func() int" }, { "class": "func", "name": "Getwd", "type": "func() (dir string, err error)" }, { "class": "func", "name": "Hostname", "type": "func() (name string, err error)" }, { "class": "func", "name": "IsExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsNotExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool" }, { "class": "func", "name": "IsPermission", "type": "func(err error) bool" }, { "class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Link", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)" }, { "class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error" }, { "class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error" }, { "class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File" }, { "class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error" }, { "class": "func", "name": "Open", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)" }, { "class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)" }, { "class": "func", "name": "Readlink", "type": "func(name string) (string, error)" }, { "class": "func", "name": "Remove", "type": "func(name string) error" }, { "class": "func", "name": "RemoveAll", "type": "func(path string) error" }, { "class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error" }, { "class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)" }, { "class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "TempDir", "type": "func() string" }, { "class": "func", "name": "Truncate", "type": "func(name string, size int64) error" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileInfo", "type": "interface" }, { "class": "type", "name": "FileMode", "type": "uint32" }, { "class": "type", "name": "LinkError", "type": "struct" }, { "class": "type", "name": "PathError", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Process", "type": "struct" }, { "class": "type", "name": "ProcessState", "type": "struct" }, { "class": "type", "name": "Signal", "type": "interface" }, { "class": "type", "name": "SyscallError", "type": "struct" }, { "class": "var", "name": "Args", "type": "[]string" }, { "class": "var", "name": "ErrExist", "type": "error" }, { "class": "var", "name": "ErrInvalid", "type": "error" }, { "class": "var", "name": "ErrNotExist", "type": "error" }, { "class": "var", "name": "ErrPermission", "type": "error" }, { "class": "var", "name": "Interrupt", "type": "os.Signal" }, { "class": "var", "name": "Kill", "type": "os.Signal" }, { "class": "var", "name": "Stderr", "type": "*os.File" }, { "class": "var", "name": "Stdin", "type": "*os.File" }, { "class": "var", "name": "Stdout", "type": "*os.File" }, { "class": "const", "name": "Array", "type": "" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "BothDir", "type": "" }, { "class": "const", "name": "Chan", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Func", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Interface", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "Map", "type": "" }, { "class": "const", "name": "Ptr", "type": "" }, { "class": "const", "name": "RecvDir", "type": "" }, { "class": "const", "name": "SelectDefault", "type": "" }, { "class": "const", "name": "SelectRecv", "type": "" }, { "class": "const", "name": "SelectSend", "type": "" }, { "class": "const", "name": "SendDir", "type": "" }, { "class": "const", "name": "Slice", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Struct", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value" }, { "class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value" }, { "class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type" }, { "class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int" }, { "class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool" }, { "class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type" }, { "class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value" }, { "class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value" }, { "class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value" }, { "class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value" }, { "class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value" }, { "class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)" }, { "class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type" }, { "class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value" }, { "class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Kind", "type": "uint" }, { "class": "type", "name": "Method", "type": "struct" }, { "class": "type", "name": "SelectCase", "type": "struct" }, { "class": "type", "name": "SelectDir", "type": "int" }, { "class": "type", "name": "SliceHeader", "type": "struct" }, { "class": "type", "name": "StringHeader", "type": "struct" }, { "class": "type", "name": "StructField", "type": "struct" }, { "class": "type", "name": "StructTag", "type": "string" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "Value", "type": "struct" }, { "class": "type", "name": "ValueError", "type": "struct" }, { "class": "const", "name": "AF_APPLETALK", "type": "" }, { "class": "const", "name": "AF_CCITT", "type": "" }, { "class": "const", "name": "AF_CHAOS", "type": "" }, { "class": "const", "name": "AF_CNT", "type": "" }, { "class": "const", "name": "AF_COIP", "type": "" }, { "class": "const", "name": "AF_DATAKIT", "type": "" }, { "class": "const", "name": "AF_DECnet", "type": "" }, { "class": "const", "name": "AF_DLI", "type": "" }, { "class": "const", "name": "AF_E164", "type": "" }, { "class": "const", "name": "AF_ECMA", "type": "" }, { "class": "const", "name": "AF_HYLINK", "type": "" }, { "class": "const", "name": "AF_IEEE80211", "type": "" }, { "class": "const", "name": "AF_IMPLINK", "type": "" }, { "class": "const", "name": "AF_INET", "type": "" }, { "class": "const", "name": "AF_INET6", "type": "" }, { "class": "const", "name": "AF_IPX", "type": "" }, { "class": "const", "name": "AF_ISDN", "type": "" }, { "class": "const", "name": "AF_ISO", "type": "" }, { "class": "const", "name": "AF_LAT", "type": "" }, { "class": "const", "name": "AF_LINK", "type": "" }, { "class": "const", "name": "AF_LOCAL", "type": "" }, { "class": "const", "name": "AF_MAX", "type": "" }, { "class": "const", "name": "AF_NATM", "type": "" }, { "class": "const", "name": "AF_NDRV", "type": "" }, { "class": "const", "name": "AF_NETBIOS", "type": "" }, { "class": "const", "name": "AF_NS", "type": "" }, { "class": "const", "name": "AF_OSI", "type": "" }, { "class": "const", "name": "AF_PPP", "type": "" }, { "class": "const", "name": "AF_PUP", "type": "" }, { "class": "const", "name": "AF_RESERVED_36", "type": "" }, { "class": "const", "name": "AF_ROUTE", "type": "" }, { "class": "const", "name": "AF_SIP", "type": "" }, { "class": "const", "name": "AF_SNA", "type": "" }, { "class": "const", "name": "AF_SYSTEM", "type": "" }, { "class": "const", "name": "AF_UNIX", "type": "" }, { "class": "const", "name": "AF_UNSPEC", "type": "" }, { "class": "const", "name": "B0", "type": "" }, { "class": "const", "name": "B110", "type": "" }, { "class": "const", "name": "B115200", "type": "" }, { "class": "const", "name": "B1200", "type": "" }, { "class": "const", "name": "B134", "type": "" }, { "class": "const", "name": "B14400", "type": "" }, { "class": "const", "name": "B150", "type": "" }, { "class": "const", "name": "B1800", "type": "" }, { "class": "const", "name": "B19200", "type": "" }, { "class": "const", "name": "B200", "type": "" }, { "class": "const", "name": "B230400", "type": "" }, { "class": "const", "name": "B2400", "type": "" }, { "class": "const", "name": "B28800", "type": "" }, { "class": "const", "name": "B300", "type": "" }, { "class": "const", "name": "B38400", "type": "" }, { "class": "const", "name": "B4800", "type": "" }, { "class": "const", "name": "B50", "type": "" }, { "class": "const", "name": "B57600", "type": "" }, { "class": "const", "name": "B600", "type": "" }, { "class": "const", "name": "B7200", "type": "" }, { "class": "const", "name": "B75", "type": "" }, { "class": "const", "name": "B76800", "type": "" }, { "class": "const", "name": "B9600", "type": "" }, { "class": "const", "name": "BIOCFLUSH", "type": "" }, { "class": "const", "name": "BIOCGBLEN", "type": "" }, { "class": "const", "name": "BIOCGDLT", "type": "" }, { "class": "const", "name": "BIOCGDLTLIST", "type": "" }, { "class": "const", "name": "BIOCGETIF", "type": "" }, { "class": "const", "name": "BIOCGHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCGRSIG", "type": "" }, { "class": "const", "name": "BIOCGRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCGSEESENT", "type": "" }, { "class": "const", "name": "BIOCGSTATS", "type": "" }, { "class": "const", "name": "BIOCIMMEDIATE", "type": "" }, { "class": "const", "name": "BIOCPROMISC", "type": "" }, { "class": "const", "name": "BIOCSBLEN", "type": "" }, { "class": "const", "name": "BIOCSDLT", "type": "" }, { "class": "const", "name": "BIOCSETF", "type": "" }, { "class": "const", "name": "BIOCSETIF", "type": "" }, { "class": "const", "name": "BIOCSHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCSRSIG", "type": "" }, { "class": "const", "name": "BIOCSRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCSSEESENT", "type": "" }, { "class": "const", "name": "BIOCVERSION", "type": "" }, { "class": "const", "name": "BPF_A", "type": "" }, { "class": "const", "name": "BPF_ABS", "type": "" }, { "class": "const", "name": "BPF_ADD", "type": "" }, { "class": "const", "name": "BPF_ALIGNMENT", "type": "" }, { "class": "const", "name": "BPF_ALU", "type": "" }, { "class": "const", "name": "BPF_AND", "type": "" }, { "class": "const", "name": "BPF_B", "type": "" }, { "class": "const", "name": "BPF_DIV", "type": "" }, { "class": "const", "name": "BPF_H", "type": "" }, { "class": "const", "name": "BPF_IMM", "type": "" }, { "class": "const", "name": "BPF_IND", "type": "" }, { "class": "const", "name": "BPF_JA", "type": "" }, { "class": "const", "name": "BPF_JEQ", "type": "" }, { "class": "const", "name": "BPF_JGE", "type": "" }, { "class": "const", "name": "BPF_JGT", "type": "" }, { "class": "const", "name": "BPF_JMP", "type": "" }, { "class": "const", "name": "BPF_JSET", "type": "" }, { "class": "const", "name": "BPF_K", "type": "" }, { "class": "const", "name": "BPF_LD", "type": "" }, { "class": "const", "name": "BPF_LDX", "type": "" }, { "class": "const", "name": "BPF_LEN", "type": "" }, { "class": "const", "name": "BPF_LSH", "type": "" }, { "class": "const", "name": "BPF_MAJOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MAXBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MAXINSNS", "type": "" }, { "class": "const", "name": "BPF_MEM", "type": "" }, { "class": "const", "name": "BPF_MEMWORDS", "type": "" }, { "class": "const", "name": "BPF_MINBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MINOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MISC", "type": "" }, { "class": "const", "name": "BPF_MSH", "type": "" }, { "class": "const", "name": "BPF_MUL", "type": "" }, { "class": "const", "name": "BPF_NEG", "type": "" }, { "class": "const", "name": "BPF_OR", "type": "" }, { "class": "const", "name": "BPF_RELEASE", "type": "" }, { "class": "const", "name": "BPF_RET", "type": "" }, { "class": "const", "name": "BPF_RSH", "type": "" }, { "class": "const", "name": "BPF_ST", "type": "" }, { "class": "const", "name": "BPF_STX", "type": "" }, { "class": "const", "name": "BPF_SUB", "type": "" }, { "class": "const", "name": "BPF_TAX", "type": "" }, { "class": "const", "name": "BPF_TXA", "type": "" }, { "class": "const", "name": "BPF_W", "type": "" }, { "class": "const", "name": "BPF_X", "type": "" }, { "class": "const", "name": "BRKINT", "type": "" }, { "class": "const", "name": "CFLUSH", "type": "" }, { "class": "const", "name": "CLOCAL", "type": "" }, { "class": "const", "name": "CREAD", "type": "" }, { "class": "const", "name": "CS5", "type": "" }, { "class": "const", "name": "CS6", "type": "" }, { "class": "const", "name": "CS7", "type": "" }, { "class": "const", "name": "CS8", "type": "" }, { "class": "const", "name": "CSIZE", "type": "" }, { "class": "const", "name": "CSTART", "type": "" }, { "class": "const", "name": "CSTATUS", "type": "" }, { "class": "const", "name": "CSTOP", "type": "" }, { "class": "const", "name": "CSTOPB", "type": "" }, { "class": "const", "name": "CSUSP", "type": "" }, { "class": "const", "name": "CTL_MAXNAME", "type": "" }, { "class": "const", "name": "CTL_NET", "type": "" }, { "class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": "" }, { "class": "const", "name": "DLT_ARCNET", "type": "" }, { "class": "const", "name": "DLT_ATM_CLIP", "type": "" }, { "class": "const", "name": "DLT_ATM_RFC1483", "type": "" }, { "class": "const", "name": "DLT_AX25", "type": "" }, { "class": "const", "name": "DLT_CHAOS", "type": "" }, { "class": "const", "name": "DLT_CHDLC", "type": "" }, { "class": "const", "name": "DLT_C_HDLC", "type": "" }, { "class": "const", "name": "DLT_EN10MB", "type": "" }, { "class": "const", "name": "DLT_EN3MB", "type": "" }, { "class": "const", "name": "DLT_FDDI", "type": "" }, { "class": "const", "name": "DLT_IEEE802", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": "" }, { "class": "const", "name": "DLT_LINUX_SLL", "type": "" }, { "class": "const", "name": "DLT_LOOP", "type": "" }, { "class": "const", "name": "DLT_NULL", "type": "" }, { "class": "const", "name": "DLT_PFLOG", "type": "" }, { "class": "const", "name": "DLT_PFSYNC", "type": "" }, { "class": "const", "name": "DLT_PPP", "type": "" }, { "class": "const", "name": "DLT_PPP_BSDOS", "type": "" }, { "class": "const", "name": "DLT_PPP_SERIAL", "type": "" }, { "class": "const", "name": "DLT_PRONET", "type": "" }, { "class": "const", "name": "DLT_RAW", "type": "" }, { "class": "const", "name": "DLT_SLIP", "type": "" }, { "class": "const", "name": "DLT_SLIP_BSDOS", "type": "" }, { "class": "const", "name": "DT_BLK", "type": "" }, { "class": "const", "name": "DT_CHR", "type": "" }, { "class": "const", "name": "DT_DIR", "type": "" }, { "class": "const", "name": "DT_FIFO", "type": "" }, { "class": "const", "name": "DT_LNK", "type": "" }, { "class": "const", "name": "DT_REG", "type": "" }, { "class": "const", "name": "DT_SOCK", "type": "" }, { "class": "const", "name": "DT_UNKNOWN", "type": "" }, { "class": "const", "name": "DT_WHT", "type": "" }, { "class": "const", "name": "E2BIG", "type": "" }, { "class": "const", "name": "EACCES", "type": "" }, { "class": "const", "name": "EADDRINUSE", "type": "" }, { "class": "const", "name": "EADDRNOTAVAIL", "type": "" }, { "class": "const", "name": "EAFNOSUPPORT", "type": "" }, { "class": "const", "name": "EAGAIN", "type": "" }, { "class": "const", "name": "EALREADY", "type": "" }, { "class": "const", "name": "EAUTH", "type": "" }, { "class": "const", "name": "EBADARCH", "type": "" }, { "class": "const", "name": "EBADEXEC", "type": "" }, { "class": "const", "name": "EBADF", "type": "" }, { "class": "const", "name": "EBADMACHO", "type": "" }, { "class": "const", "name": "EBADMSG", "type": "" }, { "class": "const", "name": "EBADRPC", "type": "" }, { "class": "const", "name": "EBUSY", "type": "" }, { "class": "const", "name": "ECANCELED", "type": "" }, { "class": "const", "name": "ECHILD", "type": "" }, { "class": "const", "name": "ECHO", "type": "" }, { "class": "const", "name": "ECHOCTL", "type": "" }, { "class": "const", "name": "ECHOE", "type": "" }, { "class": "const", "name": "ECHOK", "type": "" }, { "class": "const", "name": "ECHOKE", "type": "" }, { "class": "const", "name": "ECHONL", "type": "" }, { "class": "const", "name": "ECHOPRT", "type": "" }, { "class": "const", "name": "ECONNABORTED", "type": "" }, { "class": "const", "name": "ECONNREFUSED", "type": "" }, { "class": "const", "name": "ECONNRESET", "type": "" }, { "class": "const", "name": "EDEADLK", "type": "" }, { "class": "const", "name": "EDESTADDRREQ", "type": "" }, { "class": "const", "name": "EDEVERR", "type": "" }, { "class": "const", "name": "EDOM", "type": "" }, { "class": "const", "name": "EDQUOT", "type": "" }, { "class": "const", "name": "EEXIST", "type": "" }, { "class": "const", "name": "EFAULT", "type": "" }, { "class": "const", "name": "EFBIG", "type": "" }, { "class": "const", "name": "EFTYPE", "type": "" }, { "class": "const", "name": "EHOSTDOWN", "type": "" }, { "class": "const", "name": "EHOSTUNREACH", "type": "" }, { "class": "const", "name": "EIDRM", "type": "" }, { "class": "const", "name": "EILSEQ", "type": "" }, { "class": "const", "name": "EINPROGRESS", "type": "" }, { "class": "const", "name": "EINTR", "type": "" }, { "class": "const", "name": "EINVAL", "type": "" }, { "class": "const", "name": "EIO", "type": "" }, { "class": "const", "name": "EISCONN", "type": "" }, { "class": "const", "name": "EISDIR", "type": "" }, { "class": "const", "name": "ELAST", "type": "" }, { "class": "const", "name": "ELOOP", "type": "" }, { "class": "const", "name": "EMFILE", "type": "" }, { "class": "const", "name": "EMLINK", "type": "" }, { "class": "const", "name": "EMSGSIZE", "type": "" }, { "class": "const", "name": "EMULTIHOP", "type": "" }, { "class": "const", "name": "ENAMETOOLONG", "type": "" }, { "class": "const", "name": "ENEEDAUTH", "type": "" }, { "class": "const", "name": "ENETDOWN", "type": "" }, { "class": "const", "name": "ENETRESET", "type": "" }, { "class": "const", "name": "ENETUNREACH", "type": "" }, { "class": "const", "name": "ENFILE", "type": "" }, { "class": "const", "name": "ENOATTR", "type": "" }, { "class": "const", "name": "ENOBUFS", "type": "" }, { "class": "const", "name": "ENODATA", "type": "" }, { "class": "const", "name": "ENODEV", "type": "" }, { "class": "const", "name": "ENOENT", "type": "" }, { "class": "const", "name": "ENOEXEC", "type": "" }, { "class": "const", "name": "ENOLCK", "type": "" }, { "class": "const", "name": "ENOLINK", "type": "" }, { "class": "const", "name": "ENOMEM", "type": "" }, { "class": "const", "name": "ENOMSG", "type": "" }, { "class": "const", "name": "ENOPOLICY", "type": "" }, { "class": "const", "name": "ENOPROTOOPT", "type": "" }, { "class": "const", "name": "ENOSPC", "type": "" }, { "class": "const", "name": "ENOSR", "type": "" }, { "class": "const", "name": "ENOSTR", "type": "" }, { "class": "const", "name": "ENOSYS", "type": "" }, { "class": "const", "name": "ENOTBLK", "type": "" }, { "class": "const", "name": "ENOTCONN", "type": "" }, { "class": "const", "name": "ENOTDIR", "type": "" }, { "class": "const", "name": "ENOTEMPTY", "type": "" }, { "class": "const", "name": "ENOTRECOVERABLE", "type": "" }, { "class": "const", "name": "ENOTSOCK", "type": "" }, { "class": "const", "name": "ENOTSUP", "type": "" }, { "class": "const", "name": "ENOTTY", "type": "" }, { "class": "const", "name": "ENXIO", "type": "" }, { "class": "const", "name": "EOPNOTSUPP", "type": "" }, { "class": "const", "name": "EOVERFLOW", "type": "" }, { "class": "const", "name": "EOWNERDEAD", "type": "" }, { "class": "const", "name": "EPERM", "type": "" }, { "class": "const", "name": "EPFNOSUPPORT", "type": "" }, { "class": "const", "name": "EPIPE", "type": "" }, { "class": "const", "name": "EPROCLIM", "type": "" }, { "class": "const", "name": "EPROCUNAVAIL", "type": "" }, { "class": "const", "name": "EPROGMISMATCH", "type": "" }, { "class": "const", "name": "EPROGUNAVAIL", "type": "" }, { "class": "const", "name": "EPROTO", "type": "" }, { "class": "const", "name": "EPROTONOSUPPORT", "type": "" }, { "class": "const", "name": "EPROTOTYPE", "type": "" }, { "class": "const", "name": "EPWROFF", "type": "" }, { "class": "const", "name": "ERANGE", "type": "" }, { "class": "const", "name": "EREMOTE", "type": "" }, { "class": "const", "name": "EROFS", "type": "" }, { "class": "const", "name": "ERPCMISMATCH", "type": "" }, { "class": "const", "name": "ESHLIBVERS", "type": "" }, { "class": "const", "name": "ESHUTDOWN", "type": "" }, { "class": "const", "name": "ESOCKTNOSUPPORT", "type": "" }, { "class": "const", "name": "ESPIPE", "type": "" }, { "class": "const", "name": "ESRCH", "type": "" }, { "class": "const", "name": "ESTALE", "type": "" }, { "class": "const", "name": "ETIME", "type": "" }, { "class": "const", "name": "ETIMEDOUT", "type": "" }, { "class": "const", "name": "ETOOMANYREFS", "type": "" }, { "class": "const", "name": "ETXTBSY", "type": "" }, { "class": "const", "name": "EUSERS", "type": "" }, { "class": "const", "name": "EVFILT_AIO", "type": "" }, { "class": "const", "name": "EVFILT_FS", "type": "" }, { "class": "const", "name": "EVFILT_MACHPORT", "type": "" }, { "class": "const", "name": "EVFILT_PROC", "type": "" }, { "class": "const", "name": "EVFILT_READ", "type": "" }, { "class": "const", "name": "EVFILT_SIGNAL", "type": "" }, { "class": "const", "name": "EVFILT_SYSCOUNT", "type": "" }, { "class": "const", "name": "EVFILT_THREADMARKER", "type": "" }, { "class": "const", "name": "EVFILT_TIMER", "type": "" }, { "class": "const", "name": "EVFILT_USER", "type": "" }, { "class": "const", "name": "EVFILT_VM", "type": "" }, { "class": "const", "name": "EVFILT_VNODE", "type": "" }, { "class": "const", "name": "EVFILT_WRITE", "type": "" }, { "class": "const", "name": "EV_ADD", "type": "" }, { "class": "const", "name": "EV_CLEAR", "type": "" }, { "class": "const", "name": "EV_DELETE", "type": "" }, { "class": "const", "name": "EV_DISABLE", "type": "" }, { "class": "const", "name": "EV_DISPATCH", "type": "" }, { "class": "const", "name": "EV_ENABLE", "type": "" }, { "class": "const", "name": "EV_EOF", "type": "" }, { "class": "const", "name": "EV_ERROR", "type": "" }, { "class": "const", "name": "EV_FLAG0", "type": "" }, { "class": "const", "name": "EV_FLAG1", "type": "" }, { "class": "const", "name": "EV_ONESHOT", "type": "" }, { "class": "const", "name": "EV_OOBAND", "type": "" }, { "class": "const", "name": "EV_POLL", "type": "" }, { "class": "const", "name": "EV_RECEIPT", "type": "" }, { "class": "const", "name": "EV_SYSFLAGS", "type": "" }, { "class": "const", "name": "EWOULDBLOCK", "type": "" }, { "class": "const", "name": "EXDEV", "type": "" }, { "class": "const", "name": "EXTA", "type": "" }, { "class": "const", "name": "EXTB", "type": "" }, { "class": "const", "name": "EXTPROC", "type": "" }, { "class": "const", "name": "FD_CLOEXEC", "type": "" }, { "class": "const", "name": "FD_SETSIZE", "type": "" }, { "class": "const", "name": "FLUSHO", "type": "" }, { "class": "const", "name": "F_ADDFILESIGS", "type": "" }, { "class": "const", "name": "F_ADDSIGS", "type": "" }, { "class": "const", "name": "F_ALLOCATEALL", "type": "" }, { "class": "const", "name": "F_ALLOCATECONTIG", "type": "" }, { "class": "const", "name": "F_CHKCLEAN", "type": "" }, { "class": "const", "name": "F_DUPFD", "type": "" }, { "class": "const", "name": "F_DUPFD_CLOEXEC", "type": "" }, { "class": "const", "name": "F_FLUSH_DATA", "type": "" }, { "class": "const", "name": "F_FREEZE_FS", "type": "" }, { "class": "const", "name": "F_FULLFSYNC", "type": "" }, { "class": "const", "name": "F_GETFD", "type": "" }, { "class": "const", "name": "F_GETFL", "type": "" }, { "class": "const", "name": "F_GETLK", "type": "" }, { "class": "const", "name": "F_GETLKPID", "type": "" }, { "class": "const", "name": "F_GETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_GETOWN", "type": "" }, { "class": "const", "name": "F_GETPATH", "type": "" }, { "class": "const", "name": "F_GETPATH_MTMINFO", "type": "" }, { "class": "const", "name": "F_GETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_GLOBAL_NOCACHE", "type": "" }, { "class": "const", "name": "F_LOG2PHYS", "type": "" }, { "class": "const", "name": "F_LOG2PHYS_EXT", "type": "" }, { "class": "const", "name": "F_MARKDEPENDENCY", "type": "" }, { "class": "const", "name": "F_NOCACHE", "type": "" }, { "class": "const", "name": "F_NODIRECT", "type": "" }, { "class": "const", "name": "F_OK", "type": "" }, { "class": "const", "name": "F_PATHPKG_CHECK", "type": "" }, { "class": "const", "name": "F_PEOFPOSMODE", "type": "" }, { "class": "const", "name": "F_PREALLOCATE", "type": "" }, { "class": "const", "name": "F_RDADVISE", "type": "" }, { "class": "const", "name": "F_RDAHEAD", "type": "" }, { "class": "const", "name": "F_RDLCK", "type": "" }, { "class": "const", "name": "F_READBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_SETBACKINGSTORE", "type": "" }, { "class": "const", "name": "F_SETFD", "type": "" }, { "class": "const", "name": "F_SETFL", "type": "" }, { "class": "const", "name": "F_SETLK", "type": "" }, { "class": "const", "name": "F_SETLKW", "type": "" }, { "class": "const", "name": "F_SETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_SETOWN", "type": "" }, { "class": "const", "name": "F_SETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_SETSIZE", "type": "" }, { "class": "const", "name": "F_THAW_FS", "type": "" }, { "class": "const", "name": "F_UNLCK", "type": "" }, { "class": "const", "name": "F_VOLPOSMODE", "type": "" }, { "class": "const", "name": "F_WRITEBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_WRLCK", "type": "" }, { "class": "const", "name": "HUPCL", "type": "" }, { "class": "const", "name": "ICANON", "type": "" }, { "class": "const", "name": "ICMP6_FILTER", "type": "" }, { "class": "const", "name": "ICRNL", "type": "" }, { "class": "const", "name": "IEXTEN", "type": "" }, { "class": "const", "name": "IFF_ALLMULTI", "type": "" }, { "class": "const", "name": "IFF_ALTPHYS", "type": "" }, { "class": "const", "name": "IFF_BROADCAST", "type": "" }, { "class": "const", "name": "IFF_DEBUG", "type": "" }, { "class": "const", "name": "IFF_LINK0", "type": "" }, { "class": "const", "name": "IFF_LINK1", "type": "" }, { "class": "const", "name": "IFF_LINK2", "type": "" }, { "class": "const", "name": "IFF_LOOPBACK", "type": "" }, { "class": "const", "name": "IFF_MULTICAST", "type": "" }, { "class": "const", "name": "IFF_NOARP", "type": "" }, { "class": "const", "name": "IFF_NOTRAILERS", "type": "" }, { "class": "const", "name": "IFF_OACTIVE", "type": "" }, { "class": "const", "name": "IFF_POINTOPOINT", "type": "" }, { "class": "const", "name": "IFF_PROMISC", "type": "" }, { "class": "const", "name": "IFF_RUNNING", "type": "" }, { "class": "const", "name": "IFF_SIMPLEX", "type": "" }, { "class": "const", "name": "IFF_UP", "type": "" }, { "class": "const", "name": "IFNAMSIZ", "type": "" }, { "class": "const", "name": "IFT_1822", "type": "" }, { "class": "const", "name": "IFT_AAL5", "type": "" }, { "class": "const", "name": "IFT_ARCNET", "type": "" }, { "class": "const", "name": "IFT_ARCNETPLUS", "type": "" }, { "class": "const", "name": "IFT_ATM", "type": "" }, { "class": "const", "name": "IFT_BRIDGE", "type": "" }, { "class": "const", "name": "IFT_CARP", "type": "" }, { "class": "const", "name": "IFT_CELLULAR", "type": "" }, { "class": "const", "name": "IFT_CEPT", "type": "" }, { "class": "const", "name": "IFT_DS3", "type": "" }, { "class": "const", "name": "IFT_ENC", "type": "" }, { "class": "const", "name": "IFT_EON", "type": "" }, { "class": "const", "name": "IFT_ETHER", "type": "" }, { "class": "const", "name": "IFT_FAITH", "type": "" }, { "class": "const", "name": "IFT_FDDI", "type": "" }, { "class": "const", "name": "IFT_FRELAY", "type": "" }, { "class": "const", "name": "IFT_FRELAYDCE", "type": "" }, { "class": "const", "name": "IFT_GIF", "type": "" }, { "class": "const", "name": "IFT_HDH1822", "type": "" }, { "class": "const", "name": "IFT_HIPPI", "type": "" }, { "class": "const", "name": "IFT_HSSI", "type": "" }, { "class": "const", "name": "IFT_HY", "type": "" }, { "class": "const", "name": "IFT_IEEE1394", "type": "" }, { "class": "const", "name": "IFT_IEEE8023ADLAG", "type": "" }, { "class": "const", "name": "IFT_ISDNBASIC", "type": "" }, { "class": "const", "name": "IFT_ISDNPRIMARY", "type": "" }, { "class": "const", "name": "IFT_ISO88022LLC", "type": "" }, { "class": "const", "name": "IFT_ISO88023", "type": "" }, { "class": "const", "name": "IFT_ISO88024", "type": "" }, { "class": "const", "name": "IFT_ISO88025", "type": "" }, { "class": "const", "name": "IFT_ISO88026", "type": "" }, { "class": "const", "name": "IFT_L2VLAN", "type": "" }, { "class": "const", "name": "IFT_LAPB", "type": "" }, { "class": "const", "name": "IFT_LOCALTALK", "type": "" }, { "class": "const", "name": "IFT_LOOP", "type": "" }, { "class": "const", "name": "IFT_MIOX25", "type": "" }, { "class": "const", "name": "IFT_MODEM", "type": "" }, { "class": "const", "name": "IFT_NSIP", "type": "" }, { "class": "const", "name": "IFT_OTHER", "type": "" }, { "class": "const", "name": "IFT_P10", "type": "" }, { "class": "const", "name": "IFT_P80", "type": "" }, { "class": "const", "name": "IFT_PARA", "type": "" }, { "class": "const", "name": "IFT_PDP", "type": "" }, { "class": "const", "name": "IFT_PFLOG", "type": "" }, { "class": "const", "name": "IFT_PFSYNC", "type": "" }, { "class": "const", "name": "IFT_PPP", "type": "" }, { "class": "const", "name": "IFT_PROPMUX", "type": "" }, { "class": "const", "name": "IFT_PROPVIRTUAL", "type": "" }, { "class": "const", "name": "IFT_PTPSERIAL", "type": "" }, { "class": "const", "name": "IFT_RS232", "type": "" }, { "class": "const", "name": "IFT_SDLC", "type": "" }, { "class": "const", "name": "IFT_SIP", "type": "" }, { "class": "const", "name": "IFT_SLIP", "type": "" }, { "class": "const", "name": "IFT_SMDSDXI", "type": "" }, { "class": "const", "name": "IFT_SMDSICIP", "type": "" }, { "class": "const", "name": "IFT_SONET", "type": "" }, { "class": "const", "name": "IFT_SONETPATH", "type": "" }, { "class": "const", "name": "IFT_SONETVT", "type": "" }, { "class": "const", "name": "IFT_STARLAN", "type": "" }, { "class": "const", "name": "IFT_STF", "type": "" }, { "class": "const", "name": "IFT_T1", "type": "" }, { "class": "const", "name": "IFT_ULTRA", "type": "" }, { "class": "const", "name": "IFT_V35", "type": "" }, { "class": "const", "name": "IFT_X25", "type": "" }, { "class": "const", "name": "IFT_X25DDN", "type": "" }, { "class": "const", "name": "IFT_X25PLE", "type": "" }, { "class": "const", "name": "IFT_XETHER", "type": "" }, { "class": "const", "name": "IGNBRK", "type": "" }, { "class": "const", "name": "IGNCR", "type": "" }, { "class": "const", "name": "IGNPAR", "type": "" }, { "class": "const", "name": "IMAXBEL", "type": "" }, { "class": "const", "name": "INLCR", "type": "" }, { "class": "const", "name": "INPCK", "type": "" }, { "class": "const", "name": "IN_CLASSA_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSA_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSA_NET", "type": "" }, { "class": "const", "name": "IN_CLASSA_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSB_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSB_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSB_NET", "type": "" }, { "class": "const", "name": "IN_CLASSB_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSC_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSC_NET", "type": "" }, { "class": "const", "name": "IN_CLASSC_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSD_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSD_NET", "type": "" }, { "class": "const", "name": "IN_CLASSD_NSHIFT", "type": "" }, { "class": "const", "name": "IN_LINKLOCALNETNUM", "type": "" }, { "class": "const", "name": "IN_LOOPBACKNET", "type": "" }, { "class": "const", "name": "IPPROTO_3PC", "type": "" }, { "class": "const", "name": "IPPROTO_ADFS", "type": "" }, { "class": "const", "name": "IPPROTO_AH", "type": "" }, { "class": "const", "name": "IPPROTO_AHIP", "type": "" }, { "class": "const", "name": "IPPROTO_APES", "type": "" }, { "class": "const", "name": "IPPROTO_ARGUS", "type": "" }, { "class": "const", "name": "IPPROTO_AX25", "type": "" }, { "class": "const", "name": "IPPROTO_BHA", "type": "" }, { "class": "const", "name": "IPPROTO_BLT", "type": "" }, { "class": "const", "name": "IPPROTO_BRSATMON", "type": "" }, { "class": "const", "name": "IPPROTO_CFTP", "type": "" }, { "class": "const", "name": "IPPROTO_CHAOS", "type": "" }, { "class": "const", "name": "IPPROTO_CMTP", "type": "" }, { "class": "const", "name": "IPPROTO_CPHB", "type": "" }, { "class": "const", "name": "IPPROTO_CPNX", "type": "" }, { "class": "const", "name": "IPPROTO_DDP", "type": "" }, { "class": "const", "name": "IPPROTO_DGP", "type": "" }, { "class": "const", "name": "IPPROTO_DIVERT", "type": "" }, { "class": "const", "name": "IPPROTO_DONE", "type": "" }, { "class": "const", "name": "IPPROTO_DSTOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_EGP", "type": "" }, { "class": "const", "name": "IPPROTO_EMCON", "type": "" }, { "class": "const", "name": "IPPROTO_ENCAP", "type": "" }, { "class": "const", "name": "IPPROTO_EON", "type": "" }, { "class": "const", "name": "IPPROTO_ESP", "type": "" }, { "class": "const", "name": "IPPROTO_ETHERIP", "type": "" }, { "class": "const", "name": "IPPROTO_FRAGMENT", "type": "" }, { "class": "const", "name": "IPPROTO_GGP", "type": "" }, { "class": "const", "name": "IPPROTO_GMTP", "type": "" }, { "class": "const", "name": "IPPROTO_GRE", "type": "" }, { "class": "const", "name": "IPPROTO_HELLO", "type": "" }, { "class": "const", "name": "IPPROTO_HMP", "type": "" }, { "class": "const", "name": "IPPROTO_HOPOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_ICMP", "type": "" }, { "class": "const", "name": "IPPROTO_ICMPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IDP", "type": "" }, { "class": "const", "name": "IPPROTO_IDPR", "type": "" }, { "class": "const", "name": "IPPROTO_IDRP", "type": "" }, { "class": "const", "name": "IPPROTO_IGMP", "type": "" }, { "class": "const", "name": "IPPROTO_IGP", "type": "" }, { "class": "const", "name": "IPPROTO_IGRP", "type": "" }, { "class": "const", "name": "IPPROTO_IL", "type": "" }, { "class": "const", "name": "IPPROTO_INLSP", "type": "" }, { "class": "const", "name": "IPPROTO_INP", "type": "" }, { "class": "const", "name": "IPPROTO_IP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCOMP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCV", "type": "" }, { "class": "const", "name": "IPPROTO_IPEIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPPC", "type": "" }, { "class": "const", "name": "IPPROTO_IPV4", "type": "" }, { "class": "const", "name": "IPPROTO_IPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IRTP", "type": "" }, { "class": "const", "name": "IPPROTO_KRYPTOLAN", "type": "" }, { "class": "const", "name": "IPPROTO_LARP", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF1", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF2", "type": "" }, { "class": "const", "name": "IPPROTO_MAX", "type": "" }, { "class": "const", "name": "IPPROTO_MAXID", "type": "" }, { "class": "const", "name": "IPPROTO_MEAS", "type": "" }, { "class": "const", "name": "IPPROTO_MHRP", "type": "" }, { "class": "const", "name": "IPPROTO_MICP", "type": "" }, { "class": "const", "name": "IPPROTO_MTP", "type": "" }, { "class": "const", "name": "IPPROTO_MUX", "type": "" }, { "class": "const", "name": "IPPROTO_ND", "type": "" }, { "class": "const", "name": "IPPROTO_NHRP", "type": "" }, { "class": "const", "name": "IPPROTO_NONE", "type": "" }, { "class": "const", "name": "IPPROTO_NSP", "type": "" }, { "class": "const", "name": "IPPROTO_NVPII", "type": "" }, { "class": "const", "name": "IPPROTO_OSPFIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PGM", "type": "" }, { "class": "const", "name": "IPPROTO_PIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PIM", "type": "" }, { "class": "const", "name": "IPPROTO_PRM", "type": "" }, { "class": "const", "name": "IPPROTO_PUP", "type": "" }, { "class": "const", "name": "IPPROTO_PVP", "type": "" }, { "class": "const", "name": "IPPROTO_RAW", "type": "" }, { "class": "const", "name": "IPPROTO_RCCMON", "type": "" }, { "class": "const", "name": "IPPROTO_RDP", "type": "" }, { "class": "const", "name": "IPPROTO_ROUTING", "type": "" }, { "class": "const", "name": "IPPROTO_RSVP", "type": "" }, { "class": "const", "name": "IPPROTO_RVD", "type": "" }, { "class": "const", "name": "IPPROTO_SATEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_SATMON", "type": "" }, { "class": "const", "name": "IPPROTO_SCCSP", "type": "" }, { "class": "const", "name": "IPPROTO_SCTP", "type": "" }, { "class": "const", "name": "IPPROTO_SDRP", "type": "" }, { "class": "const", "name": "IPPROTO_SEP", "type": "" }, { "class": "const", "name": "IPPROTO_SRPC", "type": "" }, { "class": "const", "name": "IPPROTO_ST", "type": "" }, { "class": "const", "name": "IPPROTO_SVMTP", "type": "" }, { "class": "const", "name": "IPPROTO_SWIPE", "type": "" }, { "class": "const", "name": "IPPROTO_TCF", "type": "" }, { "class": "const", "name": "IPPROTO_TCP", "type": "" }, { "class": "const", "name": "IPPROTO_TP", "type": "" }, { "class": "const", "name": "IPPROTO_TPXX", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK1", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK2", "type": "" }, { "class": "const", "name": "IPPROTO_TTP", "type": "" }, { "class": "const", "name": "IPPROTO_UDP", "type": "" }, { "class": "const", "name": "IPPROTO_VINES", "type": "" }, { "class": "const", "name": "IPPROTO_VISA", "type": "" }, { "class": "const", "name": "IPPROTO_VMTP", "type": "" }, { "class": "const", "name": "IPPROTO_WBEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_WBMON", "type": "" }, { "class": "const", "name": "IPPROTO_WSN", "type": "" }, { "class": "const", "name": "IPPROTO_XNET", "type": "" }, { "class": "const", "name": "IPPROTO_XTP", "type": "" }, { "class": "const", "name": "IPV6_2292DSTOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292HOPLIMIT", "type": "" }, { "class": "const", "name": "IPV6_2292HOPOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292NEXTHOP", "type": "" }, { "class": "const", "name": "IPV6_2292PKTINFO", "type": "" }, { "class": "const", "name": "IPV6_2292PKTOPTIONS", "type": "" }, { "class": "const", "name": "IPV6_2292RTHDR", "type": "" }, { "class": "const", "name": "IPV6_BINDV6ONLY", "type": "" }, { "class": "const", "name": "IPV6_BOUND_IF", "type": "" }, { "class": "const", "name": "IPV6_CHECKSUM", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_DEFHLIM", "type": "" }, { "class": "const", "name": "IPV6_FAITH", "type": "" }, { "class": "const", "name": "IPV6_FLOWINFO_MASK", "type": "" }, { "class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": "" }, { "class": "const", "name": "IPV6_FRAGTTL", "type": "" }, { "class": "const", "name": "IPV6_FW_ADD", "type": "" }, { "class": "const", "name": "IPV6_FW_DEL", "type": "" }, { "class": "const", "name": "IPV6_FW_FLUSH", "type": "" }, { "class": "const", "name": "IPV6_FW_GET", "type": "" }, { "class": "const", "name": "IPV6_FW_ZERO", "type": "" }, { "class": "const", "name": "IPV6_HLIMDEC", "type": "" }, { "class": "const", "name": "IPV6_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IPV6_JOIN_GROUP", "type": "" }, { "class": "const", "name": "IPV6_LEAVE_GROUP", "type": "" }, { "class": "const", "name": "IPV6_MAXHLIM", "type": "" }, { "class": "const", "name": "IPV6_MAXOPTHDR", "type": "" }, { "class": "const", "name": "IPV6_MAXPACKET", "type": "" }, { "class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MMTU", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IPV6_RECVTCLASS", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_LOOSE", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_STRICT", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": "" }, { "class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": "" }, { "class": "const", "name": "IPV6_TCLASS", "type": "" }, { "class": "const", "name": "IPV6_UNICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_V6ONLY", "type": "" }, { "class": "const", "name": "IPV6_VERSION", "type": "" }, { "class": "const", "name": "IPV6_VERSION_MASK", "type": "" }, { "class": "const", "name": "IP_ADD_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_BLOCK_SOURCE", "type": "" }, { "class": "const", "name": "IP_BOUND_IF", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_DF", "type": "" }, { "class": "const", "name": "IP_DROP_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_DEL", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_FLUSH", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_GET", "type": "" }, { "class": "const", "name": "IP_FAITH", "type": "" }, { "class": "const", "name": "IP_FW_ADD", "type": "" }, { "class": "const", "name": "IP_FW_DEL", "type": "" }, { "class": "const", "name": "IP_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_FW_GET", "type": "" }, { "class": "const", "name": "IP_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_HDRINCL", "type": "" }, { "class": "const", "name": "IP_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IP_MAXPACKET", "type": "" }, { "class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MF", "type": "" }, { "class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MSFILTER", "type": "" }, { "class": "const", "name": "IP_MSS", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IFINDEX", "type": "" }, { "class": "const", "name": "IP_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_MULTICAST_VIF", "type": "" }, { "class": "const", "name": "IP_NAT__XXX", "type": "" }, { "class": "const", "name": "IP_OFFMASK", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ADD", "type": "" }, { "class": "const", "name": "IP_OLD_FW_DEL", "type": "" }, { "class": "const", "name": "IP_OLD_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_OLD_FW_GET", "type": "" }, { "class": "const", "name": "IP_OLD_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_OPTIONS", "type": "" }, { "class": "const", "name": "IP_PKTINFO", "type": "" }, { "class": "const", "name": "IP_PORTRANGE", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IP_RECVDSTADDR", "type": "" }, { "class": "const", "name": "IP_RECVIF", "type": "" }, { "class": "const", "name": "IP_RECVOPTS", "type": "" }, { "class": "const", "name": "IP_RECVPKTINFO", "type": "" }, { "class": "const", "name": "IP_RECVRETOPTS", "type": "" }, { "class": "const", "name": "IP_RECVTTL", "type": "" }, { "class": "const", "name": "IP_RETOPTS", "type": "" }, { "class": "const", "name": "IP_RF", "type": "" }, { "class": "const", "name": "IP_RSVP_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_ON", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_ON", "type": "" }, { "class": "const", "name": "IP_STRIPHDR", "type": "" }, { "class": "const", "name": "IP_TOS", "type": "" }, { "class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": "" }, { "class": "const", "name": "IP_TTL", "type": "" }, { "class": "const", "name": "IP_UNBLOCK_SOURCE", "type": "" }, { "class": "const", "name": "ISIG", "type": "" }, { "class": "const", "name": "ISTRIP", "type": "" }, { "class": "const", "name": "IUTF8", "type": "" }, { "class": "const", "name": "IXANY", "type": "" }, { "class": "const", "name": "IXOFF", "type": "" }, { "class": "const", "name": "IXON", "type": "" }, { "class": "const", "name": "ImplementsGetwd", "type": "" }, { "class": "const", "name": "LOCK_EX", "type": "" }, { "class": "const", "name": "LOCK_NB", "type": "" }, { "class": "const", "name": "LOCK_SH", "type": "" }, { "class": "const", "name": "LOCK_UN", "type": "" }, { "class": "const", "name": "MADV_CAN_REUSE", "type": "" }, { "class": "const", "name": "MADV_DONTNEED", "type": "" }, { "class": "const", "name": "MADV_FREE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSABLE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSE", "type": "" }, { "class": "const", "name": "MADV_NORMAL", "type": "" }, { "class": "const", "name": "MADV_RANDOM", "type": "" }, { "class": "const", "name": "MADV_SEQUENTIAL", "type": "" }, { "class": "const", "name": "MADV_WILLNEED", "type": "" }, { "class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": "" }, { "class": "const", "name": "MAP_ANON", "type": "" }, { "class": "const", "name": "MAP_COPY", "type": "" }, { "class": "const", "name": "MAP_FILE", "type": "" }, { "class": "const", "name": "MAP_FIXED", "type": "" }, { "class": "const", "name": "MAP_HASSEMAPHORE", "type": "" }, { "class": "const", "name": "MAP_JIT", "type": "" }, { "class": "const", "name": "MAP_NOCACHE", "type": "" }, { "class": "const", "name": "MAP_NOEXTEND", "type": "" }, { "class": "const", "name": "MAP_NORESERVE", "type": "" }, { "class": "const", "name": "MAP_PRIVATE", "type": "" }, { "class": "const", "name": "MAP_RENAME", "type": "" }, { "class": "const", "name": "MAP_RESERVED0080", "type": "" }, { "class": "const", "name": "MAP_SHARED", "type": "" }, { "class": "const", "name": "MCL_CURRENT", "type": "" }, { "class": "const", "name": "MCL_FUTURE", "type": "" }, { "class": "const", "name": "MSG_CTRUNC", "type": "" }, { "class": "const", "name": "MSG_DONTROUTE", "type": "" }, { "class": "const", "name": "MSG_DONTWAIT", "type": "" }, { "class": "const", "name": "MSG_EOF", "type": "" }, { "class": "const", "name": "MSG_EOR", "type": "" }, { "class": "const", "name": "MSG_FLUSH", "type": "" }, { "class": "const", "name": "MSG_HAVEMORE", "type": "" }, { "class": "const", "name": "MSG_HOLD", "type": "" }, { "class": "const", "name": "MSG_NEEDSA", "type": "" }, { "class": "const", "name": "MSG_OOB", "type": "" }, { "class": "const", "name": "MSG_PEEK", "type": "" }, { "class": "const", "name": "MSG_RCVMORE", "type": "" }, { "class": "const", "name": "MSG_SEND", "type": "" }, { "class": "const", "name": "MSG_TRUNC", "type": "" }, { "class": "const", "name": "MSG_WAITALL", "type": "" }, { "class": "const", "name": "MSG_WAITSTREAM", "type": "" }, { "class": "const", "name": "MS_ASYNC", "type": "" }, { "class": "const", "name": "MS_DEACTIVATE", "type": "" }, { "class": "const", "name": "MS_INVALIDATE", "type": "" }, { "class": "const", "name": "MS_KILLPAGES", "type": "" }, { "class": "const", "name": "MS_SYNC", "type": "" }, { "class": "const", "name": "NAME_MAX", "type": "" }, { "class": "const", "name": "NET_RT_DUMP", "type": "" }, { "class": "const", "name": "NET_RT_DUMP2", "type": "" }, { "class": "const", "name": "NET_RT_FLAGS", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST2", "type": "" }, { "class": "const", "name": "NET_RT_MAXID", "type": "" }, { "class": "const", "name": "NET_RT_STAT", "type": "" }, { "class": "const", "name": "NET_RT_TRASH", "type": "" }, { "class": "const", "name": "NOFLSH", "type": "" }, { "class": "const", "name": "NOTE_ABSOLUTE", "type": "" }, { "class": "const", "name": "NOTE_ATTRIB", "type": "" }, { "class": "const", "name": "NOTE_CHILD", "type": "" }, { "class": "const", "name": "NOTE_DELETE", "type": "" }, { "class": "const", "name": "NOTE_EXEC", "type": "" }, { "class": "const", "name": "NOTE_EXIT", "type": "" }, { "class": "const", "name": "NOTE_EXITSTATUS", "type": "" }, { "class": "const", "name": "NOTE_EXTEND", "type": "" }, { "class": "const", "name": "NOTE_FFAND", "type": "" }, { "class": "const", "name": "NOTE_FFCOPY", "type": "" }, { "class": "const", "name": "NOTE_FFCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_FFLAGSMASK", "type": "" }, { "class": "const", "name": "NOTE_FFNOP", "type": "" }, { "class": "const", "name": "NOTE_FFOR", "type": "" }, { "class": "const", "name": "NOTE_FORK", "type": "" }, { "class": "const", "name": "NOTE_LINK", "type": "" }, { "class": "const", "name": "NOTE_LOWAT", "type": "" }, { "class": "const", "name": "NOTE_NONE", "type": "" }, { "class": "const", "name": "NOTE_NSECONDS", "type": "" }, { "class": "const", "name": "NOTE_PCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_PDATAMASK", "type": "" }, { "class": "const", "name": "NOTE_REAP", "type": "" }, { "class": "const", "name": "NOTE_RENAME", "type": "" }, { "class": "const", "name": "NOTE_RESOURCEEND", "type": "" }, { "class": "const", "name": "NOTE_REVOKE", "type": "" }, { "class": "const", "name": "NOTE_SECONDS", "type": "" }, { "class": "const", "name": "NOTE_SIGNAL", "type": "" }, { "class": "const", "name": "NOTE_TRACK", "type": "" }, { "class": "const", "name": "NOTE_TRACKERR", "type": "" }, { "class": "const", "name": "NOTE_TRIGGER", "type": "" }, { "class": "const", "name": "NOTE_USECONDS", "type": "" }, { "class": "const", "name": "NOTE_VM_ERROR", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_WRITE", "type": "" }, { "class": "const", "name": "OCRNL", "type": "" }, { "class": "const", "name": "OFDEL", "type": "" }, { "class": "const", "name": "OFILL", "type": "" }, { "class": "const", "name": "ONLCR", "type": "" }, { "class": "const", "name": "ONLRET", "type": "" }, { "class": "const", "name": "ONOCR", "type": "" }, { "class": "const", "name": "ONOEOT", "type": "" }, { "class": "const", "name": "OPOST", "type": "" }, { "class": "const", "name": "O_ACCMODE", "type": "" }, { "class": "const", "name": "O_ALERT", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_ASYNC", "type": "" }, { "class": "const", "name": "O_CLOEXEC", "type": "" }, { "class": "const", "name": "O_CREAT", "type": "" }, { "class": "const", "name": "O_DIRECTORY", "type": "" }, { "class": "const", "name": "O_DSYNC", "type": "" }, { "class": "const", "name": "O_EVTONLY", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_EXLOCK", "type": "" }, { "class": "const", "name": "O_FSYNC", "type": "" }, { "class": "const", "name": "O_NDELAY", "type": "" }, { "class": "const", "name": "O_NOCTTY", "type": "" }, { "class": "const", "name": "O_NOFOLLOW", "type": "" }, { "class": "const", "name": "O_NONBLOCK", "type": "" }, { "class": "const", "name": "O_POPUP", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SHLOCK", "type": "" }, { "class": "const", "name": "O_SYMLINK", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PARENB", "type": "" }, { "class": "const", "name": "PARMRK", "type": "" }, { "class": "const", "name": "PARODD", "type": "" }, { "class": "const", "name": "PENDIN", "type": "" }, { "class": "const", "name": "PRIO_PGRP", "type": "" }, { "class": "const", "name": "PRIO_PROCESS", "type": "" }, { "class": "const", "name": "PRIO_USER", "type": "" }, { "class": "const", "name": "PROT_EXEC", "type": "" }, { "class": "const", "name": "PROT_NONE", "type": "" }, { "class": "const", "name": "PROT_READ", "type": "" }, { "class": "const", "name": "PROT_WRITE", "type": "" }, { "class": "const", "name": "PTRACE_CONT", "type": "" }, { "class": "const", "name": "PTRACE_KILL", "type": "" }, { "class": "const", "name": "PTRACE_TRACEME", "type": "" }, { "class": "const", "name": "PT_ATTACH", "type": "" }, { "class": "const", "name": "PT_ATTACHEXC", "type": "" }, { "class": "const", "name": "PT_CONTINUE", "type": "" }, { "class": "const", "name": "PT_DENY_ATTACH", "type": "" }, { "class": "const", "name": "PT_DETACH", "type": "" }, { "class": "const", "name": "PT_FIRSTMACH", "type": "" }, { "class": "const", "name": "PT_FORCEQUOTA", "type": "" }, { "class": "const", "name": "PT_KILL", "type": "" }, { "class": "const", "name": "PT_READ_D", "type": "" }, { "class": "const", "name": "PT_READ_I", "type": "" }, { "class": "const", "name": "PT_READ_U", "type": "" }, { "class": "const", "name": "PT_SIGEXC", "type": "" }, { "class": "const", "name": "PT_STEP", "type": "" }, { "class": "const", "name": "PT_THUPDATE", "type": "" }, { "class": "const", "name": "PT_TRACE_ME", "type": "" }, { "class": "const", "name": "PT_WRITE_D", "type": "" }, { "class": "const", "name": "PT_WRITE_I", "type": "" }, { "class": "const", "name": "PT_WRITE_U", "type": "" }, { "class": "const", "name": "RLIMIT_AS", "type": "" }, { "class": "const", "name": "RLIMIT_CORE", "type": "" }, { "class": "const", "name": "RLIMIT_CPU", "type": "" }, { "class": "const", "name": "RLIMIT_DATA", "type": "" }, { "class": "const", "name": "RLIMIT_FSIZE", "type": "" }, { "class": "const", "name": "RLIMIT_NOFILE", "type": "" }, { "class": "const", "name": "RLIMIT_STACK", "type": "" }, { "class": "const", "name": "RLIM_INFINITY", "type": "" }, { "class": "const", "name": "RTAX_AUTHOR", "type": "" }, { "class": "const", "name": "RTAX_BRD", "type": "" }, { "class": "const", "name": "RTAX_DST", "type": "" }, { "class": "const", "name": "RTAX_GATEWAY", "type": "" }, { "class": "const", "name": "RTAX_GENMASK", "type": "" }, { "class": "const", "name": "RTAX_IFA", "type": "" }, { "class": "const", "name": "RTAX_IFP", "type": "" }, { "class": "const", "name": "RTAX_MAX", "type": "" }, { "class": "const", "name": "RTAX_NETMASK", "type": "" }, { "class": "const", "name": "RTA_AUTHOR", "type": "" }, { "class": "const", "name": "RTA_BRD", "type": "" }, { "class": "const", "name": "RTA_DST", "type": "" }, { "class": "const", "name": "RTA_GATEWAY", "type": "" }, { "class": "const", "name": "RTA_GENMASK", "type": "" }, { "class": "const", "name": "RTA_IFA", "type": "" }, { "class": "const", "name": "RTA_IFP", "type": "" }, { "class": "const", "name": "RTA_NETMASK", "type": "" }, { "class": "const", "name": "RTF_BLACKHOLE", "type": "" }, { "class": "const", "name": "RTF_BROADCAST", "type": "" }, { "class": "const", "name": "RTF_CLONING", "type": "" }, { "class": "const", "name": "RTF_CONDEMNED", "type": "" }, { "class": "const", "name": "RTF_DELCLONE", "type": "" }, { "class": "const", "name": "RTF_DONE", "type": "" }, { "class": "const", "name": "RTF_DYNAMIC", "type": "" }, { "class": "const", "name": "RTF_GATEWAY", "type": "" }, { "class": "const", "name": "RTF_HOST", "type": "" }, { "class": "const", "name": "RTF_IFREF", "type": "" }, { "class": "const", "name": "RTF_IFSCOPE", "type": "" }, { "class": "const", "name": "RTF_LLINFO", "type": "" }, { "class": "const", "name": "RTF_LOCAL", "type": "" }, { "class": "const", "name": "RTF_MODIFIED", "type": "" }, { "class": "const", "name": "RTF_MULTICAST", "type": "" }, { "class": "const", "name": "RTF_PINNED", "type": "" }, { "class": "const", "name": "RTF_PRCLONING", "type": "" }, { "class": "const", "name": "RTF_PROTO1", "type": "" }, { "class": "const", "name": "RTF_PROTO2", "type": "" }, { "class": "const", "name": "RTF_PROTO3", "type": "" }, { "class": "const", "name": "RTF_REJECT", "type": "" }, { "class": "const", "name": "RTF_STATIC", "type": "" }, { "class": "const", "name": "RTF_UP", "type": "" }, { "class": "const", "name": "RTF_WASCLONED", "type": "" }, { "class": "const", "name": "RTF_XRESOLVE", "type": "" }, { "class": "const", "name": "RTM_ADD", "type": "" }, { "class": "const", "name": "RTM_CHANGE", "type": "" }, { "class": "const", "name": "RTM_DELADDR", "type": "" }, { "class": "const", "name": "RTM_DELETE", "type": "" }, { "class": "const", "name": "RTM_DELMADDR", "type": "" }, { "class": "const", "name": "RTM_GET", "type": "" }, { "class": "const", "name": "RTM_GET2", "type": "" }, { "class": "const", "name": "RTM_IFINFO", "type": "" }, { "class": "const", "name": "RTM_IFINFO2", "type": "" }, { "class": "const", "name": "RTM_LOCK", "type": "" }, { "class": "const", "name": "RTM_LOSING", "type": "" }, { "class": "const", "name": "RTM_MISS", "type": "" }, { "class": "const", "name": "RTM_NEWADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR2", "type": "" }, { "class": "const", "name": "RTM_OLDADD", "type": "" }, { "class": "const", "name": "RTM_OLDDEL", "type": "" }, { "class": "const", "name": "RTM_REDIRECT", "type": "" }, { "class": "const", "name": "RTM_RESOLVE", "type": "" }, { "class": "const", "name": "RTM_RTTUNIT", "type": "" }, { "class": "const", "name": "RTM_VERSION", "type": "" }, { "class": "const", "name": "RTV_EXPIRE", "type": "" }, { "class": "const", "name": "RTV_HOPCOUNT", "type": "" }, { "class": "const", "name": "RTV_MTU", "type": "" }, { "class": "const", "name": "RTV_RPIPE", "type": "" }, { "class": "const", "name": "RTV_RTT", "type": "" }, { "class": "const", "name": "RTV_RTTVAR", "type": "" }, { "class": "const", "name": "RTV_SPIPE", "type": "" }, { "class": "const", "name": "RTV_SSTHRESH", "type": "" }, { "class": "const", "name": "RUSAGE_CHILDREN", "type": "" }, { "class": "const", "name": "RUSAGE_SELF", "type": "" }, { "class": "const", "name": "SCM_CREDS", "type": "" }, { "class": "const", "name": "SCM_RIGHTS", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SHUT_RD", "type": "" }, { "class": "const", "name": "SHUT_RDWR", "type": "" }, { "class": "const", "name": "SHUT_WR", "type": "" }, { "class": "const", "name": "SIGABRT", "type": "" }, { "class": "const", "name": "SIGALRM", "type": "" }, { "class": "const", "name": "SIGBUS", "type": "" }, { "class": "const", "name": "SIGCHLD", "type": "" }, { "class": "const", "name": "SIGCONT", "type": "" }, { "class": "const", "name": "SIGEMT", "type": "" }, { "class": "const", "name": "SIGFPE", "type": "" }, { "class": "const", "name": "SIGHUP", "type": "" }, { "class": "const", "name": "SIGILL", "type": "" }, { "class": "const", "name": "SIGINFO", "type": "" }, { "class": "const", "name": "SIGINT", "type": "" }, { "class": "const", "name": "SIGIO", "type": "" }, { "class": "const", "name": "SIGIOT", "type": "" }, { "class": "const", "name": "SIGKILL", "type": "" }, { "class": "const", "name": "SIGPIPE", "type": "" }, { "class": "const", "name": "SIGPROF", "type": "" }, { "class": "const", "name": "SIGQUIT", "type": "" }, { "class": "const", "name": "SIGSEGV", "type": "" }, { "class": "const", "name": "SIGSTOP", "type": "" }, { "class": "const", "name": "SIGSYS", "type": "" }, { "class": "const", "name": "SIGTERM", "type": "" }, { "class": "const", "name": "SIGTRAP", "type": "" }, { "class": "const", "name": "SIGTSTP", "type": "" }, { "class": "const", "name": "SIGTTIN", "type": "" }, { "class": "const", "name": "SIGTTOU", "type": "" }, { "class": "const", "name": "SIGURG", "type": "" }, { "class": "const", "name": "SIGUSR1", "type": "" }, { "class": "const", "name": "SIGUSR2", "type": "" }, { "class": "const", "name": "SIGVTALRM", "type": "" }, { "class": "const", "name": "SIGWINCH", "type": "" }, { "class": "const", "name": "SIGXCPU", "type": "" }, { "class": "const", "name": "SIGXFSZ", "type": "" }, { "class": "const", "name": "SIOCADDMULTI", "type": "" }, { "class": "const", "name": "SIOCAIFADDR", "type": "" }, { "class": "const", "name": "SIOCALIFADDR", "type": "" }, { "class": "const", "name": "SIOCARPIPLL", "type": "" }, { "class": "const", "name": "SIOCATMARK", "type": "" }, { "class": "const", "name": "SIOCAUTOADDR", "type": "" }, { "class": "const", "name": "SIOCAUTONETMASK", "type": "" }, { "class": "const", "name": "SIOCDELMULTI", "type": "" }, { "class": "const", "name": "SIOCDIFADDR", "type": "" }, { "class": "const", "name": "SIOCDIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCDLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCGETSGCNT", "type": "" }, { "class": "const", "name": "SIOCGETVIFCNT", "type": "" }, { "class": "const", "name": "SIOCGETVLAN", "type": "" }, { "class": "const", "name": "SIOCGHIWAT", "type": "" }, { "class": "const", "name": "SIOCGIFADDR", "type": "" }, { "class": "const", "name": "SIOCGIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCGIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCGIFBOND", "type": "" }, { "class": "const", "name": "SIOCGIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCGIFCAP", "type": "" }, { "class": "const", "name": "SIOCGIFCONF", "type": "" }, { "class": "const", "name": "SIOCGIFDEVMTU", "type": "" }, { "class": "const", "name": "SIOCGIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCGIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCGIFKPI", "type": "" }, { "class": "const", "name": "SIOCGIFMAC", "type": "" }, { "class": "const", "name": "SIOCGIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCGIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCGIFMTU", "type": "" }, { "class": "const", "name": "SIOCGIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCGIFPDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFPHYS", "type": "" }, { "class": "const", "name": "SIOCGIFPSRCADDR", "type": "" }, { "class": "const", "name": "SIOCGIFSTATUS", "type": "" }, { "class": "const", "name": "SIOCGIFVLAN", "type": "" }, { "class": "const", "name": "SIOCGIFWAKEFLAGS", "type": "" }, { "class": "const", "name": "SIOCGLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCGLOWAT", "type": "" }, { "class": "const", "name": "SIOCGPGRP", "type": "" }, { "class": "const", "name": "SIOCIFCREATE", "type": "" }, { "class": "const", "name": "SIOCIFCREATE2", "type": "" }, { "class": "const", "name": "SIOCIFDESTROY", "type": "" }, { "class": "const", "name": "SIOCRSLVMULTI", "type": "" }, { "class": "const", "name": "SIOCSDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCSETVLAN", "type": "" }, { "class": "const", "name": "SIOCSHIWAT", "type": "" }, { "class": "const", "name": "SIOCSIFADDR", "type": "" }, { "class": "const", "name": "SIOCSIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCSIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCSIFBOND", "type": "" }, { "class": "const", "name": "SIOCSIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCSIFCAP", "type": "" }, { "class": "const", "name": "SIOCSIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCSIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCSIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCSIFKPI", "type": "" }, { "class": "const", "name": "SIOCSIFLLADDR", "type": "" }, { "class": "const", "name": "SIOCSIFMAC", "type": "" }, { "class": "const", "name": "SIOCSIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCSIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCSIFMTU", "type": "" }, { "class": "const", "name": "SIOCSIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCSIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSIFPHYS", "type": "" }, { "class": "const", "name": "SIOCSIFVLAN", "type": "" }, { "class": "const", "name": "SIOCSLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSLOWAT", "type": "" }, { "class": "const", "name": "SIOCSPGRP", "type": "" }, { "class": "const", "name": "SOCK_DGRAM", "type": "" }, { "class": "const", "name": "SOCK_MAXADDRLEN", "type": "" }, { "class": "const", "name": "SOCK_RAW", "type": "" }, { "class": "const", "name": "SOCK_RDM", "type": "" }, { "class": "const", "name": "SOCK_SEQPACKET", "type": "" }, { "class": "const", "name": "SOCK_STREAM", "type": "" }, { "class": "const", "name": "SOL_SOCKET", "type": "" }, { "class": "const", "name": "SOMAXCONN", "type": "" }, { "class": "const", "name": "SO_ACCEPTCONN", "type": "" }, { "class": "const", "name": "SO_BROADCAST", "type": "" }, { "class": "const", "name": "SO_DEBUG", "type": "" }, { "class": "const", "name": "SO_DONTROUTE", "type": "" }, { "class": "const", "name": "SO_DONTTRUNC", "type": "" }, { "class": "const", "name": "SO_ERROR", "type": "" }, { "class": "const", "name": "SO_KEEPALIVE", "type": "" }, { "class": "const", "name": "SO_LABEL", "type": "" }, { "class": "const", "name": "SO_LINGER", "type": "" }, { "class": "const", "name": "SO_LINGER_SEC", "type": "" }, { "class": "const", "name": "SO_NKE", "type": "" }, { "class": "const", "name": "SO_NOADDRERR", "type": "" }, { "class": "const", "name": "SO_NOSIGPIPE", "type": "" }, { "class": "const", "name": "SO_NOTIFYCONFLICT", "type": "" }, { "class": "const", "name": "SO_NP_EXTENSIONS", "type": "" }, { "class": "const", "name": "SO_NREAD", "type": "" }, { "class": "const", "name": "SO_NWRITE", "type": "" }, { "class": "const", "name": "SO_OOBINLINE", "type": "" }, { "class": "const", "name": "SO_PEERLABEL", "type": "" }, { "class": "const", "name": "SO_RANDOMPORT", "type": "" }, { "class": "const", "name": "SO_RCVBUF", "type": "" }, { "class": "const", "name": "SO_RCVLOWAT", "type": "" }, { "class": "const", "name": "SO_RCVTIMEO", "type": "" }, { "class": "const", "name": "SO_RESTRICTIONS", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYIN", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYOUT", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYSET", "type": "" }, { "class": "const", "name": "SO_REUSEADDR", "type": "" }, { "class": "const", "name": "SO_REUSEPORT", "type": "" }, { "class": "const", "name": "SO_REUSESHAREUID", "type": "" }, { "class": "const", "name": "SO_SNDBUF", "type": "" }, { "class": "const", "name": "SO_SNDLOWAT", "type": "" }, { "class": "const", "name": "SO_SNDTIMEO", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SO_TYPE", "type": "" }, { "class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": "" }, { "class": "const", "name": "SO_USELOOPBACK", "type": "" }, { "class": "const", "name": "SO_WANTMORE", "type": "" }, { "class": "const", "name": "SO_WANTOOBFLAG", "type": "" }, { "class": "const", "name": "SYS_ACCEPT", "type": "" }, { "class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_ACCESS", "type": "" }, { "class": "const", "name": "SYS_ACCESS_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_ACCT", "type": "" }, { "class": "const", "name": "SYS_ADD_PROFIL", "type": "" }, { "class": "const", "name": "SYS_ADJTIME", "type": "" }, { "class": "const", "name": "SYS_AIO_CANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_ERROR", "type": "" }, { "class": "const", "name": "SYS_AIO_FSYNC", "type": "" }, { "class": "const", "name": "SYS_AIO_READ", "type": "" }, { "class": "const", "name": "SYS_AIO_RETURN", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_WRITE", "type": "" }, { "class": "const", "name": "SYS_ATGETMSG", "type": "" }, { "class": "const", "name": "SYS_ATPGETREQ", "type": "" }, { "class": "const", "name": "SYS_ATPGETRSP", "type": "" }, { "class": "const", "name": "SYS_ATPSNDREQ", "type": "" }, { "class": "const", "name": "SYS_ATPSNDRSP", "type": "" }, { "class": "const", "name": "SYS_ATPUTMSG", "type": "" }, { "class": "const", "name": "SYS_ATSOCKET", "type": "" }, { "class": "const", "name": "SYS_AUDIT", "type": "" }, { "class": "const", "name": "SYS_AUDITCTL", "type": "" }, { "class": "const", "name": "SYS_AUDITON", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": "" }, { "class": "const", "name": "SYS_BIND", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": "" }, { "class": "const", "name": "SYS_CHDIR", "type": "" }, { "class": "const", "name": "SYS_CHFLAGS", "type": "" }, { "class": "const", "name": "SYS_CHMOD", "type": "" }, { "class": "const", "name": "SYS_CHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_CHOWN", "type": "" }, { "class": "const", "name": "SYS_CHROOT", "type": "" }, { "class": "const", "name": "SYS_CHUD", "type": "" }, { "class": "const", "name": "SYS_CLOSE", "type": "" }, { "class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_CONNECT", "type": "" }, { "class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_COPYFILE", "type": "" }, { "class": "const", "name": "SYS_CSOPS", "type": "" }, { "class": "const", "name": "SYS_DELETE", "type": "" }, { "class": "const", "name": "SYS_DUP", "type": "" }, { "class": "const", "name": "SYS_DUP2", "type": "" }, { "class": "const", "name": "SYS_EXCHANGEDATA", "type": "" }, { "class": "const", "name": "SYS_EXECVE", "type": "" }, { "class": "const", "name": "SYS_EXIT", "type": "" }, { "class": "const", "name": "SYS_FCHDIR", "type": "" }, { "class": "const", "name": "SYS_FCHFLAGS", "type": "" }, { "class": "const", "name": "SYS_FCHMOD", "type": "" }, { "class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FCHOWN", "type": "" }, { "class": "const", "name": "SYS_FCNTL", "type": "" }, { "class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FDATASYNC", "type": "" }, { "class": "const", "name": "SYS_FFSCTL", "type": "" }, { "class": "const", "name": "SYS_FGETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FGETXATTR", "type": "" }, { "class": "const", "name": "SYS_FHOPEN", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": "" }, { "class": "const", "name": "SYS_FLISTXATTR", "type": "" }, { "class": "const", "name": "SYS_FLOCK", "type": "" }, { "class": "const", "name": "SYS_FORK", "type": "" }, { "class": "const", "name": "SYS_FPATHCONF", "type": "" }, { "class": "const", "name": "SYS_FREMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_FSCTL", "type": "" }, { "class": "const", "name": "SYS_FSETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FSETXATTR", "type": "" }, { "class": "const", "name": "SYS_FSGETPATH", "type": "" }, { "class": "const", "name": "SYS_FSTAT", "type": "" }, { "class": "const", "name": "SYS_FSTAT64", "type": "" }, { "class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSTATFS", "type": "" }, { "class": "const", "name": "SYS_FSTATFS64", "type": "" }, { "class": "const", "name": "SYS_FSTATV", "type": "" }, { "class": "const", "name": "SYS_FSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSYNC", "type": "" }, { "class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FTRUNCATE", "type": "" }, { "class": "const", "name": "SYS_FUTIMES", "type": "" }, { "class": "const", "name": "SYS_GETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_GETAUID", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES64", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": "" }, { "class": "const", "name": "SYS_GETDTABLESIZE", "type": "" }, { "class": "const", "name": "SYS_GETEGID", "type": "" }, { "class": "const", "name": "SYS_GETEUID", "type": "" }, { "class": "const", "name": "SYS_GETFH", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT64", "type": "" }, { "class": "const", "name": "SYS_GETGID", "type": "" }, { "class": "const", "name": "SYS_GETGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETHOSTUUID", "type": "" }, { "class": "const", "name": "SYS_GETITIMER", "type": "" }, { "class": "const", "name": "SYS_GETLCID", "type": "" }, { "class": "const", "name": "SYS_GETLOGIN", "type": "" }, { "class": "const", "name": "SYS_GETPEERNAME", "type": "" }, { "class": "const", "name": "SYS_GETPGID", "type": "" }, { "class": "const", "name": "SYS_GETPGRP", "type": "" }, { "class": "const", "name": "SYS_GETPID", "type": "" }, { "class": "const", "name": "SYS_GETPPID", "type": "" }, { "class": "const", "name": "SYS_GETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_GETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_GETRUSAGE", "type": "" }, { "class": "const", "name": "SYS_GETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETSID", "type": "" }, { "class": "const", "name": "SYS_GETSOCKNAME", "type": "" }, { "class": "const", "name": "SYS_GETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_GETTID", "type": "" }, { "class": "const", "name": "SYS_GETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_GETUID", "type": "" }, { "class": "const", "name": "SYS_GETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETXATTR", "type": "" }, { "class": "const", "name": "SYS_IDENTITYSVC", "type": "" }, { "class": "const", "name": "SYS_INITGROUPS", "type": "" }, { "class": "const", "name": "SYS_IOCTL", "type": "" }, { "class": "const", "name": "SYS_IOPOLICYSYS", "type": "" }, { "class": "const", "name": "SYS_ISSETUGID", "type": "" }, { "class": "const", "name": "SYS_KDEBUG_TRACE", "type": "" }, { "class": "const", "name": "SYS_KEVENT", "type": "" }, { "class": "const", "name": "SYS_KEVENT64", "type": "" }, { "class": "const", "name": "SYS_KILL", "type": "" }, { "class": "const", "name": "SYS_KQUEUE", "type": "" }, { "class": "const", "name": "SYS_LCHOWN", "type": "" }, { "class": "const", "name": "SYS_LINK", "type": "" }, { "class": "const", "name": "SYS_LIO_LISTIO", "type": "" }, { "class": "const", "name": "SYS_LISTEN", "type": "" }, { "class": "const", "name": "SYS_LISTXATTR", "type": "" }, { "class": "const", "name": "SYS_LSEEK", "type": "" }, { "class": "const", "name": "SYS_LSTAT", "type": "" }, { "class": "const", "name": "SYS_LSTAT64", "type": "" }, { "class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_LSTATV", "type": "" }, { "class": "const", "name": "SYS_LSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MADVISE", "type": "" }, { "class": "const", "name": "SYS_MAXSYSCALL", "type": "" }, { "class": "const", "name": "SYS_MINCORE", "type": "" }, { "class": "const", "name": "SYS_MINHERIT", "type": "" }, { "class": "const", "name": "SYS_MKCOMPLEX", "type": "" }, { "class": "const", "name": "SYS_MKDIR", "type": "" }, { "class": "const", "name": "SYS_MKDIR_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKFIFO", "type": "" }, { "class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKNOD", "type": "" }, { "class": "const", "name": "SYS_MLOCK", "type": "" }, { "class": "const", "name": "SYS_MLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MMAP", "type": "" }, { "class": "const", "name": "SYS_MODWATCH", "type": "" }, { "class": "const", "name": "SYS_MOUNT", "type": "" }, { "class": "const", "name": "SYS_MPROTECT", "type": "" }, { "class": "const", "name": "SYS_MSGCTL", "type": "" }, { "class": "const", "name": "SYS_MSGGET", "type": "" }, { "class": "const", "name": "SYS_MSGRCV", "type": "" }, { "class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSND", "type": "" }, { "class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSYS", "type": "" }, { "class": "const", "name": "SYS_MSYNC", "type": "" }, { "class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MUNLOCK", "type": "" }, { "class": "const", "name": "SYS_MUNLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MUNMAP", "type": "" }, { "class": "const", "name": "SYS_NFSCLNT", "type": "" }, { "class": "const", "name": "SYS_NFSSVC", "type": "" }, { "class": "const", "name": "SYS_OPEN", "type": "" }, { "class": "const", "name": "SYS_OPEN_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_OPEN_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PATHCONF", "type": "" }, { "class": "const", "name": "SYS_PID_HIBERNATE", "type": "" }, { "class": "const", "name": "SYS_PID_RESUME", "type": "" }, { "class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": "" }, { "class": "const", "name": "SYS_PID_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_PIPE", "type": "" }, { "class": "const", "name": "SYS_POLL", "type": "" }, { "class": "const", "name": "SYS_POLL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_POSIX_SPAWN", "type": "" }, { "class": "const", "name": "SYS_PREAD", "type": "" }, { "class": "const", "name": "SYS_PREAD_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PROCESS_POLICY", "type": "" }, { "class": "const", "name": "SYS_PROC_INFO", "type": "" }, { "class": "const", "name": "SYS_PROFIL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": "" }, { "class": "const", "name": "SYS_PTRACE", "type": "" }, { "class": "const", "name": "SYS_PWRITE", "type": "" }, { "class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_QUOTACTL", "type": "" }, { "class": "const", "name": "SYS_READ", "type": "" }, { "class": "const", "name": "SYS_READLINK", "type": "" }, { "class": "const", "name": "SYS_READV", "type": "" }, { "class": "const", "name": "SYS_READV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_READ_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REBOOT", "type": "" }, { "class": "const", "name": "SYS_RECVFROM", "type": "" }, { "class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_RECVMSG", "type": "" }, { "class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_RENAME", "type": "" }, { "class": "const", "name": "SYS_REVOKE", "type": "" }, { "class": "const", "name": "SYS_RMDIR", "type": "" }, { "class": "const", "name": "SYS_SEARCHFS", "type": "" }, { "class": "const", "name": "SYS_SELECT", "type": "" }, { "class": "const", "name": "SYS_SELECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SEMCTL", "type": "" }, { "class": "const", "name": "SYS_SEMGET", "type": "" }, { "class": "const", "name": "SYS_SEMOP", "type": "" }, { "class": "const", "name": "SYS_SEMSYS", "type": "" }, { "class": "const", "name": "SYS_SEM_CLOSE", "type": "" }, { "class": "const", "name": "SYS_SEM_DESTROY", "type": "" }, { "class": "const", "name": "SYS_SEM_GETVALUE", "type": "" }, { "class": "const", "name": "SYS_SEM_INIT", "type": "" }, { "class": "const", "name": "SYS_SEM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SEM_POST", "type": "" }, { "class": "const", "name": "SYS_SEM_TRYWAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDFILE", "type": "" }, { "class": "const", "name": "SYS_SENDMSG", "type": "" }, { "class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDTO", "type": "" }, { "class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_SETAUID", "type": "" }, { "class": "const", "name": "SYS_SETEGID", "type": "" }, { "class": "const", "name": "SYS_SETEUID", "type": "" }, { "class": "const", "name": "SYS_SETGID", "type": "" }, { "class": "const", "name": "SYS_SETGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETITIMER", "type": "" }, { "class": "const", "name": "SYS_SETLCID", "type": "" }, { "class": "const", "name": "SYS_SETLOGIN", "type": "" }, { "class": "const", "name": "SYS_SETPGID", "type": "" }, { "class": "const", "name": "SYS_SETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_SETPRIVEXEC", "type": "" }, { "class": "const", "name": "SYS_SETREGID", "type": "" }, { "class": "const", "name": "SYS_SETREUID", "type": "" }, { "class": "const", "name": "SYS_SETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_SETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETSID", "type": "" }, { "class": "const", "name": "SYS_SETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_SETTID", "type": "" }, { "class": "const", "name": "SYS_SETTID_WITH_PID", "type": "" }, { "class": "const", "name": "SYS_SETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_SETUID", "type": "" }, { "class": "const", "name": "SYS_SETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETXATTR", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": "" }, { "class": "const", "name": "SYS_SHMAT", "type": "" }, { "class": "const", "name": "SYS_SHMCTL", "type": "" }, { "class": "const", "name": "SYS_SHMDT", "type": "" }, { "class": "const", "name": "SYS_SHMGET", "type": "" }, { "class": "const", "name": "SYS_SHMSYS", "type": "" }, { "class": "const", "name": "SYS_SHM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SHM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SHUTDOWN", "type": "" }, { "class": "const", "name": "SYS_SIGACTION", "type": "" }, { "class": "const", "name": "SYS_SIGALTSTACK", "type": "" }, { "class": "const", "name": "SYS_SIGPENDING", "type": "" }, { "class": "const", "name": "SYS_SIGPROCMASK", "type": "" }, { "class": "const", "name": "SYS_SIGRETURN", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SOCKET", "type": "" }, { "class": "const", "name": "SYS_SOCKETPAIR", "type": "" }, { "class": "const", "name": "SYS_STACK_SNAPSHOT", "type": "" }, { "class": "const", "name": "SYS_STAT", "type": "" }, { "class": "const", "name": "SYS_STAT64", "type": "" }, { "class": "const", "name": "SYS_STAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_STATFS", "type": "" }, { "class": "const", "name": "SYS_STATFS64", "type": "" }, { "class": "const", "name": "SYS_STATV", "type": "" }, { "class": "const", "name": "SYS_STAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_SWAPON", "type": "" }, { "class": "const", "name": "SYS_SYMLINK", "type": "" }, { "class": "const", "name": "SYS_SYNC", "type": "" }, { "class": "const", "name": "SYS_SYSCALL", "type": "" }, { "class": "const", "name": "SYS_THREAD_SELFID", "type": "" }, { "class": "const", "name": "SYS_TRUNCATE", "type": "" }, { "class": "const", "name": "SYS_UMASK", "type": "" }, { "class": "const", "name": "SYS_UMASK_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_UNDELETE", "type": "" }, { "class": "const", "name": "SYS_UNLINK", "type": "" }, { "class": "const", "name": "SYS_UNMOUNT", "type": "" }, { "class": "const", "name": "SYS_UTIMES", "type": "" }, { "class": "const", "name": "SYS_VFORK", "type": "" }, { "class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": "" }, { "class": "const", "name": "SYS_WAIT4", "type": "" }, { "class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WAITEVENT", "type": "" }, { "class": "const", "name": "SYS_WAITID", "type": "" }, { "class": "const", "name": "SYS_WAITID_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WATCHEVENT", "type": "" }, { "class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": "" }, { "class": "const", "name": "SYS_WORKQ_OPEN", "type": "" }, { "class": "const", "name": "SYS_WRITE", "type": "" }, { "class": "const", "name": "SYS_WRITEV", "type": "" }, { "class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": "" }, { "class": "const", "name": "SYS___MAC_EXECVE", "type": "" }, { "class": "const", "name": "SYS___MAC_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_SYSCALL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CANCELED", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_KILL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SYSCTL", "type": "" }, { "class": "const", "name": "S_IEXEC", "type": "" }, { "class": "const", "name": "S_IFBLK", "type": "" }, { "class": "const", "name": "S_IFCHR", "type": "" }, { "class": "const", "name": "S_IFDIR", "type": "" }, { "class": "const", "name": "S_IFIFO", "type": "" }, { "class": "const", "name": "S_IFLNK", "type": "" }, { "class": "const", "name": "S_IFMT", "type": "" }, { "class": "const", "name": "S_IFREG", "type": "" }, { "class": "const", "name": "S_IFSOCK", "type": "" }, { "class": "const", "name": "S_IFWHT", "type": "" }, { "class": "const", "name": "S_IREAD", "type": "" }, { "class": "const", "name": "S_IRGRP", "type": "" }, { "class": "const", "name": "S_IROTH", "type": "" }, { "class": "const", "name": "S_IRUSR", "type": "" }, { "class": "const", "name": "S_IRWXG", "type": "" }, { "class": "const", "name": "S_IRWXO", "type": "" }, { "class": "const", "name": "S_IRWXU", "type": "" }, { "class": "const", "name": "S_ISGID", "type": "" }, { "class": "const", "name": "S_ISTXT", "type": "" }, { "class": "const", "name": "S_ISUID", "type": "" }, { "class": "const", "name": "S_ISVTX", "type": "" }, { "class": "const", "name": "S_IWGRP", "type": "" }, { "class": "const", "name": "S_IWOTH", "type": "" }, { "class": "const", "name": "S_IWRITE", "type": "" }, { "class": "const", "name": "S_IWUSR", "type": "" }, { "class": "const", "name": "S_IXGRP", "type": "" }, { "class": "const", "name": "S_IXOTH", "type": "" }, { "class": "const", "name": "S_IXUSR", "type": "" }, { "class": "const", "name": "SizeofBpfHdr", "type": "" }, { "class": "const", "name": "SizeofBpfInsn", "type": "" }, { "class": "const", "name": "SizeofBpfProgram", "type": "" }, { "class": "const", "name": "SizeofBpfStat", "type": "" }, { "class": "const", "name": "SizeofBpfVersion", "type": "" }, { "class": "const", "name": "SizeofCmsghdr", "type": "" }, { "class": "const", "name": "SizeofICMPv6Filter", "type": "" }, { "class": "const", "name": "SizeofIPMreq", "type": "" }, { "class": "const", "name": "SizeofIPv6MTUInfo", "type": "" }, { "class": "const", "name": "SizeofIPv6Mreq", "type": "" }, { "class": "const", "name": "SizeofIfData", "type": "" }, { "class": "const", "name": "SizeofIfMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr2", "type": "" }, { "class": "const", "name": "SizeofInet4Pktinfo", "type": "" }, { "class": "const", "name": "SizeofInet6Pktinfo", "type": "" }, { "class": "const", "name": "SizeofLinger", "type": "" }, { "class": "const", "name": "SizeofMsghdr", "type": "" }, { "class": "const", "name": "SizeofRtMetrics", "type": "" }, { "class": "const", "name": "SizeofRtMsghdr", "type": "" }, { "class": "const", "name": "SizeofSockaddrAny", "type": "" }, { "class": "const", "name": "SizeofSockaddrDatalink", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet4", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet6", "type": "" }, { "class": "const", "name": "SizeofSockaddrUnix", "type": "" }, { "class": "const", "name": "TCIFLUSH", "type": "" }, { "class": "const", "name": "TCIOFLUSH", "type": "" }, { "class": "const", "name": "TCOFLUSH", "type": "" }, { "class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": "" }, { "class": "const", "name": "TCP_KEEPALIVE", "type": "" }, { "class": "const", "name": "TCP_MAXHLEN", "type": "" }, { "class": "const", "name": "TCP_MAXOLEN", "type": "" }, { "class": "const", "name": "TCP_MAXSEG", "type": "" }, { "class": "const", "name": "TCP_MAXWIN", "type": "" }, { "class": "const", "name": "TCP_MAX_SACK", "type": "" }, { "class": "const", "name": "TCP_MAX_WINSHIFT", "type": "" }, { "class": "const", "name": "TCP_MINMSS", "type": "" }, { "class": "const", "name": "TCP_MINMSSOVERLOAD", "type": "" }, { "class": "const", "name": "TCP_MSS", "type": "" }, { "class": "const", "name": "TCP_NODELAY", "type": "" }, { "class": "const", "name": "TCP_NOOPT", "type": "" }, { "class": "const", "name": "TCP_NOPUSH", "type": "" }, { "class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": "" }, { "class": "const", "name": "TCP_RXT_FINDROP", "type": "" }, { "class": "const", "name": "TCSAFLUSH", "type": "" }, { "class": "const", "name": "TIOCCBRK", "type": "" }, { "class": "const", "name": "TIOCCDTR", "type": "" }, { "class": "const", "name": "TIOCCONS", "type": "" }, { "class": "const", "name": "TIOCDCDTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCDRAIN", "type": "" }, { "class": "const", "name": "TIOCDSIMICROCODE", "type": "" }, { "class": "const", "name": "TIOCEXCL", "type": "" }, { "class": "const", "name": "TIOCEXT", "type": "" }, { "class": "const", "name": "TIOCFLUSH", "type": "" }, { "class": "const", "name": "TIOCGDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCGETA", "type": "" }, { "class": "const", "name": "TIOCGETD", "type": "" }, { "class": "const", "name": "TIOCGPGRP", "type": "" }, { "class": "const", "name": "TIOCGWINSZ", "type": "" }, { "class": "const", "name": "TIOCIXOFF", "type": "" }, { "class": "const", "name": "TIOCIXON", "type": "" }, { "class": "const", "name": "TIOCMBIC", "type": "" }, { "class": "const", "name": "TIOCMBIS", "type": "" }, { "class": "const", "name": "TIOCMGDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMGET", "type": "" }, { "class": "const", "name": "TIOCMODG", "type": "" }, { "class": "const", "name": "TIOCMODS", "type": "" }, { "class": "const", "name": "TIOCMSDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMSET", "type": "" }, { "class": "const", "name": "TIOCM_CAR", "type": "" }, { "class": "const", "name": "TIOCM_CD", "type": "" }, { "class": "const", "name": "TIOCM_CTS", "type": "" }, { "class": "const", "name": "TIOCM_DSR", "type": "" }, { "class": "const", "name": "TIOCM_DTR", "type": "" }, { "class": "const", "name": "TIOCM_LE", "type": "" }, { "class": "const", "name": "TIOCM_RI", "type": "" }, { "class": "const", "name": "TIOCM_RNG", "type": "" }, { "class": "const", "name": "TIOCM_RTS", "type": "" }, { "class": "const", "name": "TIOCM_SR", "type": "" }, { "class": "const", "name": "TIOCM_ST", "type": "" }, { "class": "const", "name": "TIOCNOTTY", "type": "" }, { "class": "const", "name": "TIOCNXCL", "type": "" }, { "class": "const", "name": "TIOCOUTQ", "type": "" }, { "class": "const", "name": "TIOCPKT", "type": "" }, { "class": "const", "name": "TIOCPKT_DATA", "type": "" }, { "class": "const", "name": "TIOCPKT_DOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHREAD", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": "" }, { "class": "const", "name": "TIOCPKT_IOCTL", "type": "" }, { "class": "const", "name": "TIOCPKT_NOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_START", "type": "" }, { "class": "const", "name": "TIOCPKT_STOP", "type": "" }, { "class": "const", "name": "TIOCPTYGNAME", "type": "" }, { "class": "const", "name": "TIOCPTYGRANT", "type": "" }, { "class": "const", "name": "TIOCPTYUNLK", "type": "" }, { "class": "const", "name": "TIOCREMOTE", "type": "" }, { "class": "const", "name": "TIOCSBRK", "type": "" }, { "class": "const", "name": "TIOCSCONS", "type": "" }, { "class": "const", "name": "TIOCSCTTY", "type": "" }, { "class": "const", "name": "TIOCSDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCSDTR", "type": "" }, { "class": "const", "name": "TIOCSETA", "type": "" }, { "class": "const", "name": "TIOCSETAF", "type": "" }, { "class": "const", "name": "TIOCSETAW", "type": "" }, { "class": "const", "name": "TIOCSETD", "type": "" }, { "class": "const", "name": "TIOCSIG", "type": "" }, { "class": "const", "name": "TIOCSPGRP", "type": "" }, { "class": "const", "name": "TIOCSTART", "type": "" }, { "class": "const", "name": "TIOCSTAT", "type": "" }, { "class": "const", "name": "TIOCSTI", "type": "" }, { "class": "const", "name": "TIOCSTOP", "type": "" }, { "class": "const", "name": "TIOCSWINSZ", "type": "" }, { "class": "const", "name": "TIOCTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCUCNTL", "type": "" }, { "class": "const", "name": "TOSTOP", "type": "" }, { "class": "const", "name": "VDISCARD", "type": "" }, { "class": "const", "name": "VDSUSP", "type": "" }, { "class": "const", "name": "VEOF", "type": "" }, { "class": "const", "name": "VEOL", "type": "" }, { "class": "const", "name": "VEOL2", "type": "" }, { "class": "const", "name": "VERASE", "type": "" }, { "class": "const", "name": "VINTR", "type": "" }, { "class": "const", "name": "VKILL", "type": "" }, { "class": "const", "name": "VLNEXT", "type": "" }, { "class": "const", "name": "VMIN", "type": "" }, { "class": "const", "name": "VQUIT", "type": "" }, { "class": "const", "name": "VREPRINT", "type": "" }, { "class": "const", "name": "VSTART", "type": "" }, { "class": "const", "name": "VSTATUS", "type": "" }, { "class": "const", "name": "VSTOP", "type": "" }, { "class": "const", "name": "VSUSP", "type": "" }, { "class": "const", "name": "VT0", "type": "" }, { "class": "const", "name": "VT1", "type": "" }, { "class": "const", "name": "VTDLY", "type": "" }, { "class": "const", "name": "VTIME", "type": "" }, { "class": "const", "name": "VWERASE", "type": "" }, { "class": "const", "name": "WCONTINUED", "type": "" }, { "class": "const", "name": "WCOREFLAG", "type": "" }, { "class": "const", "name": "WEXITED", "type": "" }, { "class": "const", "name": "WNOHANG", "type": "" }, { "class": "const", "name": "WNOWAIT", "type": "" }, { "class": "const", "name": "WORDSIZE", "type": "" }, { "class": "const", "name": "WSTOPPED", "type": "" }, { "class": "const", "name": "WUNTRACED", "type": "" }, { "class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)" }, { "class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)" }, { "class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)" }, { "class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)" }, { "class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)" }, { "class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)" }, { "class": "func", "name": "Chdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error" }, { "class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Chroot", "type": "func(path string) (err error)" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Close", "type": "func(fd int) (err error)" }, { "class": "func", "name": "CloseOnExec", "type": "func(fd int)" }, { "class": "func", "name": "CmsgLen", "type": "func(datalen int) int" }, { "class": "func", "name": "CmsgSpace", "type": "func(datalen int) int" }, { "class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)" }, { "class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)" }, { "class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Fchdir", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)" }, { "class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)" }, { "class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)" }, { "class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error" }, { "class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)" }, { "class": "func", "name": "FlushBpf", "type": "func(fd int) error" }, { "class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)" }, { "class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)" }, { "class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "Fsync", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)" }, { "class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)" }, { "class": "func", "name": "Getdtablesize", "type": "func() (size int)" }, { "class": "func", "name": "Getegid", "type": "func() (egid int)" }, { "class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)" }, { "class": "func", "name": "Geteuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)" }, { "class": "func", "name": "Getgid", "type": "func() (gid int)" }, { "class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)" }, { "class": "func", "name": "Getpgrp", "type": "func() (pgrp int)" }, { "class": "func", "name": "Getpid", "type": "func() (pid int)" }, { "class": "func", "name": "Getppid", "type": "func() (ppid int)" }, { "class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)" }, { "class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)" }, { "class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)" }, { "class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)" }, { "class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)" }, { "class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)" }, { "class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)" }, { "class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)" }, { "class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)" }, { "class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)" }, { "class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Getuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getwd", "type": "func() (string, error)" }, { "class": "func", "name": "Issetugid", "type": "func() (tainted bool)" }, { "class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)" }, { "class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)" }, { "class": "func", "name": "Kqueue", "type": "func() (fd int, err error)" }, { "class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Link", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)" }, { "class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)" }, { "class": "func", "name": "Mlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Mlockall", "type": "func(flags int) (err error)" }, { "class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)" }, { "class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)" }, { "class": "func", "name": "Munlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Munlockall", "type": "func() (err error)" }, { "class": "func", "name": "Munmap", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)" }, { "class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)" }, { "class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)" }, { "class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)" }, { "class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)" }, { "class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)" }, { "class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)" }, { "class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)" }, { "class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)" }, { "class": "func", "name": "Pipe", "type": "func(p []int) (err error)" }, { "class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)" }, { "class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)" }, { "class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Rename", "type": "func(from string, to string) (err error)" }, { "class": "func", "name": "Revoke", "type": "func(path string) (err error)" }, { "class": "func", "name": "Rmdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)" }, { "class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)" }, { "class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)" }, { "class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)" }, { "class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)" }, { "class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)" }, { "class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)" }, { "class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error" }, { "class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)" }, { "class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)" }, { "class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error" }, { "class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error" }, { "class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error" }, { "class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)" }, { "class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)" }, { "class": "func", "name": "Setegid", "type": "func(egid int) (err error)" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "Seteuid", "type": "func(euid int) (err error)" }, { "class": "func", "name": "Setgid", "type": "func(gid int) (err error)" }, { "class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)" }, { "class": "func", "name": "Setlogin", "type": "func(name string) (err error)" }, { "class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)" }, { "class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)" }, { "class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)" }, { "class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)" }, { "class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)" }, { "class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Setsid", "type": "func() (pid int, err error)" }, { "class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)" }, { "class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error" }, { "class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)" }, { "class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)" }, { "class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)" }, { "class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)" }, { "class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)" }, { "class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)" }, { "class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)" }, { "class": "func", "name": "Setuid", "type": "func(uid int) (err error)" }, { "class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)" }, { "class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)" }, { "class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)" }, { "class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)" }, { "class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)" }, { "class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "StringBytePtr", "type": "func(s string) *byte" }, { "class": "func", "name": "StringByteSlice", "type": "func(s string) []byte" }, { "class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte" }, { "class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Sync", "type": "func() (err error)" }, { "class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)" }, { "class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)" }, { "class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64" }, { "class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64" }, { "class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)" }, { "class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)" }, { "class": "func", "name": "Undelete", "type": "func(path string) (err error)" }, { "class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte" }, { "class": "func", "name": "Unlink", "type": "func(path string) (err error)" }, { "class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error" }, { "class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)" }, { "class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "type", "name": "BpfHdr", "type": "struct" }, { "class": "type", "name": "BpfInsn", "type": "struct" }, { "class": "type", "name": "BpfProgram", "type": "struct" }, { "class": "type", "name": "BpfStat", "type": "struct" }, { "class": "type", "name": "BpfVersion", "type": "struct" }, { "class": "type", "name": "Cmsghdr", "type": "struct" }, { "class": "type", "name": "Credential", "type": "struct" }, { "class": "type", "name": "Dirent", "type": "struct" }, { "class": "type", "name": "Errno", "type": "uintptr" }, { "class": "type", "name": "Fbootstraptransfer_t", "type": "struct" }, { "class": "type", "name": "FdSet", "type": "struct" }, { "class": "type", "name": "Flock_t", "type": "struct" }, { "class": "type", "name": "Fsid", "type": "struct" }, { "class": "type", "name": "Fstore_t", "type": "struct" }, { "class": "type", "name": "ICMPv6Filter", "type": "struct" }, { "class": "type", "name": "IPMreq", "type": "struct" }, { "class": "type", "name": "IPv6MTUInfo", "type": "struct" }, { "class": "type", "name": "IPv6Mreq", "type": "struct" }, { "class": "type", "name": "IfData", "type": "struct" }, { "class": "type", "name": "IfMsghdr", "type": "struct" }, { "class": "type", "name": "IfaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr2", "type": "struct" }, { "class": "type", "name": "Inet4Pktinfo", "type": "struct" }, { "class": "type", "name": "Inet6Pktinfo", "type": "struct" }, { "class": "type", "name": "InterfaceAddrMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct" }, { "class": "type", "name": "Iovec", "type": "struct" }, { "class": "type", "name": "Kevent_t", "type": "struct" }, { "class": "type", "name": "Linger", "type": "struct" }, { "class": "type", "name": "Log2phys_t", "type": "struct" }, { "class": "type", "name": "Msghdr", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Radvisory_t", "type": "struct" }, { "class": "type", "name": "RawSockaddr", "type": "struct" }, { "class": "type", "name": "RawSockaddrAny", "type": "struct" }, { "class": "type", "name": "RawSockaddrDatalink", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet4", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet6", "type": "struct" }, { "class": "type", "name": "RawSockaddrUnix", "type": "struct" }, { "class": "type", "name": "Rlimit", "type": "struct" }, { "class": "type", "name": "RouteMessage", "type": "struct" }, { "class": "type", "name": "RoutingMessage", "type": "interface" }, { "class": "type", "name": "RtMetrics", "type": "struct" }, { "class": "type", "name": "RtMsghdr", "type": "struct" }, { "class": "type", "name": "Rusage", "type": "struct" }, { "class": "type", "name": "Signal", "type": "int" }, { "class": "type", "name": "Sockaddr", "type": "interface" }, { "class": "type", "name": "SockaddrDatalink", "type": "struct" }, { "class": "type", "name": "SockaddrInet4", "type": "struct" }, { "class": "type", "name": "SockaddrInet6", "type": "struct" }, { "class": "type", "name": "SockaddrUnix", "type": "struct" }, { "class": "type", "name": "SocketControlMessage", "type": "struct" }, { "class": "type", "name": "Stat_t", "type": "struct" }, { "class": "type", "name": "Statfs_t", "type": "struct" }, { "class": "type", "name": "SysProcAttr", "type": "struct" }, { "class": "type", "name": "Termios", "type": "struct" }, { "class": "type", "name": "Timespec", "type": "struct" }, { "class": "type", "name": "Timeval", "type": "struct" }, { "class": "type", "name": "Timeval32", "type": "struct" }, { "class": "type", "name": "WaitStatus", "type": "uint32" }, { "class": "var", "name": "ForkLock", "type": "sync.RWMutex" }, { "class": "var", "name": "SocketDisableIPv6", "type": "bool" }, { "class": "var", "name": "Stderr", "type": "int" }, { "class": "var", "name": "Stdin", "type": "int" }, { "class": "var", "name": "Stdout", "type": "int"},{ "class": "const", "name": "MinRead", "type": "" }, { "class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int" }, { "class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool" }, { "class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool" }, { "class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool" }, { "class": "func", "name": "Fields", "type": "func(s []byte) [][]byte" }, { "class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte" }, { "class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool" }, { "class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool" }, { "class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int" }, { "class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte" }, { "class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte" }, { "class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer" }, { "class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer" }, { "class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader" }, { "class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte" }, { "class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte" }, { "class": "func", "name": "Runes", "type": "func(s []byte) []rune" }, { "class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "Title", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLower", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToTitle", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToUpper", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte" }, { "class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte" }, { "class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte" }, { "class": "type", "name": "Buffer", "type": "struct" }, { "class": "type", "name": "Reader", "type": "struct" }, { "class": "var", "name": "ErrTooLarge", "type": "error" }, { "class": "const", "name": "Bad", "type": "" }, { "class": "const", "name": "Con", "type": "" }, { "class": "const", "name": "FilterFuncDuplicates", "type": "" }, { "class": "const", "name": "FilterImportDuplicates", "type": "" }, { "class": "const", "name": "FilterUnassociatedComments", "type": "" }, { "class": "const", "name": "Fun", "type": "" }, { "class": "const", "name": "Lbl", "type": "" }, { "class": "const", "name": "Pkg", "type": "" }, { "class": "const", "name": "RECV", "type": "" }, { "class": "const", "name": "SEND", "type": "" }, { "class": "const", "name": "Typ", "type": "" }, { "class": "const", "name": "Var", "type": "" }, { "class": "func", "name": "FileExports", "type": "func(src *ast.File) bool" }, { "class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool" }, { "class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool" }, { "class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool" }, { "class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) (err error)" }, { "class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)" }, { "class": "func", "name": "IsExported", "type": "func(name string) bool" }, { "class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File" }, { "class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap" }, { "class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident" }, { "class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object" }, { "class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)" }, { "class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope" }, { "class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool" }, { "class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool" }, { "class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error" }, { "class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)" }, { "class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)" }, { "class": "type", "name": "ArrayType", "type": "struct" }, { "class": "type", "name": "AssignStmt", "type": "struct" }, { "class": "type", "name": "BadDecl", "type": "struct" }, { "class": "type", "name": "BadExpr", "type": "struct" }, { "class": "type", "name": "BadStmt", "type": "struct" }, { "class": "type", "name": "BasicLit", "type": "struct" }, { "class": "type", "name": "BinaryExpr", "type": "struct" }, { "class": "type", "name": "BlockStmt", "type": "struct" }, { "class": "type", "name": "BranchStmt", "type": "struct" }, { "class": "type", "name": "CallExpr", "type": "struct" }, { "class": "type", "name": "CaseClause", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "ChanType", "type": "struct" }, { "class": "type", "name": "CommClause", "type": "struct" }, { "class": "type", "name": "Comment", "type": "struct" }, { "class": "type", "name": "CommentGroup", "type": "struct" }, { "class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup" }, { "class": "type", "name": "CompositeLit", "type": "struct" }, { "class": "type", "name": "Decl", "type": "interface" }, { "class": "type", "name": "DeclStmt", "type": "struct" }, { "class": "type", "name": "DeferStmt", "type": "struct" }, { "class": "type", "name": "Ellipsis", "type": "struct" }, { "class": "type", "name": "EmptyStmt", "type": "struct" }, { "class": "type", "name": "Expr", "type": "interface" }, { "class": "type", "name": "ExprStmt", "type": "struct" }, { "class": "type", "name": "Field", "type": "struct" }, { "class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool" }, { "class": "type", "name": "FieldList", "type": "struct" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "Filter", "type": "func(string) bool" }, { "class": "type", "name": "ForStmt", "type": "struct" }, { "class": "type", "name": "FuncDecl", "type": "struct" }, { "class": "type", "name": "FuncLit", "type": "struct" }, { "class": "type", "name": "FuncType", "type": "struct" }, { "class": "type", "name": "GenDecl", "type": "struct" }, { "class": "type", "name": "GoStmt", "type": "struct" }, { "class": "type", "name": "Ident", "type": "struct" }, { "class": "type", "name": "IfStmt", "type": "struct" }, { "class": "type", "name": "ImportSpec", "type": "struct" }, { "class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)" }, { "class": "type", "name": "IncDecStmt", "type": "struct" }, { "class": "type", "name": "IndexExpr", "type": "struct" }, { "class": "type", "name": "InterfaceType", "type": "struct" }, { "class": "type", "name": "KeyValueExpr", "type": "struct" }, { "class": "type", "name": "LabeledStmt", "type": "struct" }, { "class": "type", "name": "MapType", "type": "struct" }, { "class": "type", "name": "MergeMode", "type": "uint" }, { "class": "type", "name": "Node", "type": "interface" }, { "class": "type", "name": "ObjKind", "type": "int" }, { "class": "type", "name": "Object", "type": "struct" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "ParenExpr", "type": "struct" }, { "class": "type", "name": "RangeStmt", "type": "struct" }, { "class": "type", "name": "ReturnStmt", "type": "struct" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "SelectStmt", "type": "struct" }, { "class": "type", "name": "SelectorExpr", "type": "struct" }, { "class": "type", "name": "SendStmt", "type": "struct" }, { "class": "type", "name": "SliceExpr", "type": "struct" }, { "class": "type", "name": "Spec", "type": "interface" }, { "class": "type", "name": "StarExpr", "type": "struct" }, { "class": "type", "name": "Stmt", "type": "interface" }, { "class": "type", "name": "StructType", "type": "struct" }, { "class": "type", "name": "SwitchStmt", "type": "struct" }, { "class": "type", "name": "TypeAssertExpr", "type": "struct" }, { "class": "type", "name": "TypeSpec", "type": "struct" }, { "class": "type", "name": "TypeSwitchStmt", "type": "struct" }, { "class": "type", "name": "UnaryExpr", "type": "struct" }, { "class": "type", "name": "ValueSpec", "type": "struct" }, { "class": "type", "name": "Visitor", "type": "interface" }, { "class": "const", "name": "ADD", "type": "" }, { "class": "const", "name": "ADD_ASSIGN", "type": "" }, { "class": "const", "name": "AND", "type": "" }, { "class": "const", "name": "AND_ASSIGN", "type": "" }, { "class": "const", "name": "AND_NOT", "type": "" }, { "class": "const", "name": "AND_NOT_ASSIGN", "type": "" }, { "class": "const", "name": "ARROW", "type": "" }, { "class": "const", "name": "ASSIGN", "type": "" }, { "class": "const", "name": "BREAK", "type": "" }, { "class": "const", "name": "CASE", "type": "" }, { "class": "const", "name": "CHAN", "type": "" }, { "class": "const", "name": "CHAR", "type": "" }, { "class": "const", "name": "COLON", "type": "" }, { "class": "const", "name": "COMMA", "type": "" }, { "class": "const", "name": "COMMENT", "type": "" }, { "class": "const", "name": "CONST", "type": "" }, { "class": "const", "name": "CONTINUE", "type": "" }, { "class": "const", "name": "DEC", "type": "" }, { "class": "const", "name": "DEFAULT", "type": "" }, { "class": "const", "name": "DEFER", "type": "" }, { "class": "const", "name": "DEFINE", "type": "" }, { "class": "const", "name": "ELLIPSIS", "type": "" }, { "class": "const", "name": "ELSE", "type": "" }, { "class": "const", "name": "EOF", "type": "" }, { "class": "const", "name": "EQL", "type": "" }, { "class": "const", "name": "FALLTHROUGH", "type": "" }, { "class": "const", "name": "FLOAT", "type": "" }, { "class": "const", "name": "FOR", "type": "" }, { "class": "const", "name": "FUNC", "type": "" }, { "class": "const", "name": "GEQ", "type": "" }, { "class": "const", "name": "GO", "type": "" }, { "class": "const", "name": "GOTO", "type": "" }, { "class": "const", "name": "GTR", "type": "" }, { "class": "const", "name": "HighestPrec", "type": "" }, { "class": "const", "name": "IDENT", "type": "" }, { "class": "const", "name": "IF", "type": "" }, { "class": "const", "name": "ILLEGAL", "type": "" }, { "class": "const", "name": "IMAG", "type": "" }, { "class": "const", "name": "IMPORT", "type": "" }, { "class": "const", "name": "INC", "type": "" }, { "class": "const", "name": "INT", "type": "" }, { "class": "const", "name": "INTERFACE", "type": "" }, { "class": "const", "name": "LAND", "type": "" }, { "class": "const", "name": "LBRACE", "type": "" }, { "class": "const", "name": "LBRACK", "type": "" }, { "class": "const", "name": "LEQ", "type": "" }, { "class": "const", "name": "LOR", "type": "" }, { "class": "const", "name": "LPAREN", "type": "" }, { "class": "const", "name": "LSS", "type": "" }, { "class": "const", "name": "LowestPrec", "type": "" }, { "class": "const", "name": "MAP", "type": "" }, { "class": "const", "name": "MUL", "type": "" }, { "class": "const", "name": "MUL_ASSIGN", "type": "" }, { "class": "const", "name": "NEQ", "type": "" }, { "class": "const", "name": "NOT", "type": "" }, { "class": "const", "name": "NoPos", "type": "" }, { "class": "const", "name": "OR", "type": "" }, { "class": "const", "name": "OR_ASSIGN", "type": "" }, { "class": "const", "name": "PACKAGE", "type": "" }, { "class": "const", "name": "PERIOD", "type": "" }, { "class": "const", "name": "QUO", "type": "" }, { "class": "const", "name": "QUO_ASSIGN", "type": "" }, { "class": "const", "name": "RANGE", "type": "" }, { "class": "const", "name": "RBRACE", "type": "" }, { "class": "const", "name": "RBRACK", "type": "" }, { "class": "const", "name": "REM", "type": "" }, { "class": "const", "name": "REM_ASSIGN", "type": "" }, { "class": "const", "name": "RETURN", "type": "" }, { "class": "const", "name": "RPAREN", "type": "" }, { "class": "const", "name": "SELECT", "type": "" }, { "class": "const", "name": "SEMICOLON", "type": "" }, { "class": "const", "name": "SHL", "type": "" }, { "class": "const", "name": "SHL_ASSIGN", "type": "" }, { "class": "const", "name": "SHR", "type": "" }, { "class": "const", "name": "SHR_ASSIGN", "type": "" }, { "class": "const", "name": "STRING", "type": "" }, { "class": "const", "name": "STRUCT", "type": "" }, { "class": "const", "name": "SUB", "type": "" }, { "class": "const", "name": "SUB_ASSIGN", "type": "" }, { "class": "const", "name": "SWITCH", "type": "" }, { "class": "const", "name": "TYPE", "type": "" }, { "class": "const", "name": "UnaryPrec", "type": "" }, { "class": "const", "name": "VAR", "type": "" }, { "class": "const", "name": "XOR", "type": "" }, { "class": "const", "name": "XOR_ASSIGN", "type": "" }, { "class": "func", "name": "Lookup", "type": "func(ident string) token.Token" }, { "class": "func", "name": "NewFileSet", "type": "func() *token.FileSet" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileSet", "type": "struct" }, { "class": "type", "name": "Pos", "type": "int" }, { "class": "type", "name": "Position", "type": "struct" }, { "class": "type", "name": "Token", "type": "int" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "Byte", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "FieldVal", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "IsBoolean", "type": "" }, { "class": "const", "name": "IsComplex", "type": "" }, { "class": "const", "name": "IsConstType", "type": "" }, { "class": "const", "name": "IsFloat", "type": "" }, { "class": "const", "name": "IsInteger", "type": "" }, { "class": "const", "name": "IsNumeric", "type": "" }, { "class": "const", "name": "IsOrdered", "type": "" }, { "class": "const", "name": "IsString", "type": "" }, { "class": "const", "name": "IsUnsigned", "type": "" }, { "class": "const", "name": "IsUntyped", "type": "" }, { "class": "const", "name": "MethodExpr", "type": "" }, { "class": "const", "name": "MethodVal", "type": "" }, { "class": "const", "name": "RecvOnly", "type": "" }, { "class": "const", "name": "Rune", "type": "" }, { "class": "const", "name": "SendOnly", "type": "" }, { "class": "const", "name": "SendRecv", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "const", "name": "UntypedBool", "type": "" }, { "class": "const", "name": "UntypedComplex", "type": "" }, { "class": "const", "name": "UntypedFloat", "type": "" }, { "class": "const", "name": "UntypedInt", "type": "" }, { "class": "const", "name": "UntypedNil", "type": "" }, { "class": "const", "name": "UntypedRune", "type": "" }, { "class": "const", "name": "UntypedString", "type": "" }, { "class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool" }, { "class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "Comparable", "type": "func(T types.Type) bool" }, { "class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()" }, { "class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (tv types.TypeAndValue, err error)" }, { "class": "func", "name": "ExprString", "type": "func(x ast.Expr) string" }, { "class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string" }, { "class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool" }, { "class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool" }, { "class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool" }, { "class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)" }, { "class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)" }, { "class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array" }, { "class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan" }, { "class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker" }, { "class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const" }, { "class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var" }, { "class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func" }, { "class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface" }, { "class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label" }, { "class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map" }, { "class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet" }, { "class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named" }, { "class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package" }, { "class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName" }, { "class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer" }, { "class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope" }, { "class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature" }, { "class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice" }, { "class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct" }, { "class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple" }, { "class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName" }, { "class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string" }, { "class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier" }, { "class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string" }, { "class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string" }, { "class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)" }, { "class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)" }, { "class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)" }, { "class": "type", "name": "Array", "type": "struct" }, { "class": "type", "name": "Basic", "type": "struct" }, { "class": "type", "name": "BasicInfo", "type": "int" }, { "class": "type", "name": "BasicKind", "type": "int" }, { "class": "type", "name": "Builtin", "type": "struct" }, { "class": "type", "name": "Chan", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Checker", "type": "struct" }, { "class": "type", "name": "Config", "type": "struct" }, { "class": "type", "name": "Const", "type": "struct" }, { "class": "type", "name": "Error", "type": "struct" }, { "class": "type", "name": "Func", "type": "struct" }, { "class": "type", "name": "ImportMode", "type": "int" }, { "class": "type", "name": "Importer", "type": "interface" }, { "class": "type", "name": "ImporterFrom", "type": "interface" }, { "class": "type", "name": "Info", "type": "struct" }, { "class": "type", "name": "Initializer", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "Label", "type": "struct" }, { "class": "type", "name": "Map", "type": "struct" }, { "class": "type", "name": "MethodSet", "type": "struct" }, { "class": "type", "name": "Named", "type": "struct" }, { "class": "type", "name": "Nil", "type": "struct" }, { "class": "type", "name": "Object", "type": "interface" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "PkgName", "type": "struct" }, { "class": "type", "name": "Pointer", "type": "struct" }, { "class": "type", "name": "Qualifier", "type": "func(*types.Package) string" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "Selection", "type": "struct" }, { "class": "type", "name": "SelectionKind", "type": "int" }, { "class": "type", "name": "Signature", "type": "struct" }, { "class": "type", "name": "Sizes", "type": "interface" }, { "class": "type", "name": "Slice", "type": "struct" }, { "class": "type", "name": "StdSizes", "type": "struct" }, { "class": "type", "name": "Struct", "type": "struct" }, { "class": "type", "name": "Tuple", "type": "struct" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "TypeAndValue", "type": "struct" }, { "class": "type", "name": "TypeName", "type": "struct" }, { "class": "type", "name": "Var", "type": "struct" }, { "class": "var", "name": "Typ", "type": "[]*types.Basic" }, { "class": "var", "name": "Universe", "type": "*types.Scope" }, { "class": "var", "name": "Unsafe", "type": "*types.Package" }, { "class": "const", "name": "FlagBroadcast", "type": "" }, { "class": "const", "name": "FlagLoopback", "type": "" }, { "class": "const", "name": "FlagMulticast", "type": "" }, { "class": "const", "name": "FlagPointToPoint", "type": "" }, { "class": "const", "name": "FlagUp", "type": "" }, { "class": "const", "name": "IPv4len", "type": "" }, { "class": "const", "name": "IPv6len", "type": "" }, { "class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask" }, { "class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)" }, { "class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)" }, { "class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)" }, { "class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)" }, { "class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)" }, { "class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)" }, { "class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP" }, { "class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask" }, { "class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)" }, { "class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)" }, { "class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)" }, { "class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)" }, { "class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string" }, { "class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)" }, { "class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)" }, { "class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)" }, { "class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)" }, { "class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)" }, { "class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)" }, { "class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)" }, { "class": "func", "name": "LookupIP", "type": "func(host string) (ips []net.IP, err error)" }, { "class": "func", "name": "LookupMX", "type": "func(name string) (mxs []*net.MX, err error)" }, { "class": "func", "name": "LookupNS", "type": "func(name string) (nss []*net.NS, err error)" }, { "class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)" }, { "class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)" }, { "class": "func", "name": "LookupTXT", "type": "func(name string) (txts []string, err error)" }, { "class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)" }, { "class": "func", "name": "ParseIP", "type": "func(s string) net.IP" }, { "class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)" }, { "class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)" }, { "class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)" }, { "class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)" }, { "class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)" }, { "class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)" }, { "class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)" }, { "class": "type", "name": "Addr", "type": "interface" }, { "class": "type", "name": "AddrError", "type": "struct" }, { "class": "type", "name": "Conn", "type": "interface" }, { "class": "type", "name": "DNSConfigError", "type": "struct" }, { "class": "type", "name": "DNSError", "type": "struct" }, { "class": "type", "name": "Dialer", "type": "struct" }, { "class": "type", "name": "Error", "type": "interface" }, { "class": "type", "name": "Flags", "type": "uint" }, { "class": "type", "name": "HardwareAddr", "type": "[]byte" }, { "class": "type", "name": "IP", "type": "[]byte" }, { "class": "type", "name": "IPAddr", "type": "struct" }, { "class": "type", "name": "IPConn", "type": "struct" }, { "class": "type", "name": "IPMask", "type": "[]byte" }, { "class": "type", "name": "IPNet", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "InvalidAddrError", "type": "string" }, { "class": "type", "name": "Listener", "type": "interface" }, { "class": "type", "name": "MX", "type": "struct" }, { "class": "type", "name": "NS", "type": "struct" }, { "class": "type", "name": "OpError", "type": "struct" }, { "class": "type", "name": "PacketConn", "type": "interface" }, { "class": "type", "name": "ParseError", "type": "struct" }, { "class": "type", "name": "SRV", "type": "struct" }, { "class": "type", "name": "TCPAddr", "type": "struct" }, { "class": "type", "name": "TCPConn", "type": "struct" }, { "class": "type", "name": "TCPListener", "type": "struct" }, { "class": "type", "name": "UDPAddr", "type": "struct" }, { "class": "type", "name": "UDPConn", "type": "struct" }, { "class": "type", "name": "UnixAddr", "type": "struct" }, { "class": "type", "name": "UnixConn", "type": "struct" }, { "class": "type", "name": "UnixListener", "type": "struct" }, { "class": "type", "name": "UnknownNetworkError", "type": "string" }, { "class": "var", "name": "ErrWriteToConnected", "type": "error" }, { "class": "var", "name": "IPv4allrouter", "type": "net.IP" }, { "class": "var", "name": "IPv4allsys", "type": "net.IP" }, { "class": "var", "name": "IPv4bcast", "type": "net.IP" }, { "class": "var", "name": "IPv4zero", "type": "net.IP" }, { "class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP" }, { "class": "var", "name": "IPv6loopback", "type": "net.IP" }, { "class": "var", "name": "IPv6unspecified", "type": "net.IP" }, { "class": "var", "name": "IPv6zero", "type": "net.IP" }, { "class": "const", "name": "DevNull", "type": "" }, { "class": "const", "name": "ModeAppend", "type": "" }, { "class": "const", "name": "ModeCharDevice", "type": "" }, { "class": "const", "name": "ModeDevice", "type": "" }, { "class": "const", "name": "ModeDir", "type": "" }, { "class": "const", "name": "ModeExclusive", "type": "" }, { "class": "const", "name": "ModeNamedPipe", "type": "" }, { "class": "const", "name": "ModePerm", "type": "" }, { "class": "const", "name": "ModeSetgid", "type": "" }, { "class": "const", "name": "ModeSetuid", "type": "" }, { "class": "const", "name": "ModeSocket", "type": "" }, { "class": "const", "name": "ModeSticky", "type": "" }, { "class": "const", "name": "ModeSymlink", "type": "" }, { "class": "const", "name": "ModeTemporary", "type": "" }, { "class": "const", "name": "ModeType", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_CREATE", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PathListSeparator", "type": "" }, { "class": "const", "name": "PathSeparator", "type": "" }, { "class": "const", "name": "SEEK_CUR", "type": "" }, { "class": "const", "name": "SEEK_END", "type": "" }, { "class": "const", "name": "SEEK_SET", "type": "" }, { "class": "func", "name": "Chdir", "type": "func(dir string) error" }, { "class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error" }, { "class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Create", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string" }, { "class": "func", "name": "ExpandEnv", "type": "func(s string) string" }, { "class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)" }, { "class": "func", "name": "Getegid", "type": "func() int" }, { "class": "func", "name": "Getenv", "type": "func(key string) string" }, { "class": "func", "name": "Geteuid", "type": "func() int" }, { "class": "func", "name": "Getgid", "type": "func() int" }, { "class": "func", "name": "Getgroups", "type": "func() ([]int, error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpid", "type": "func() int" }, { "class": "func", "name": "Getppid", "type": "func() int" }, { "class": "func", "name": "Getuid", "type": "func() int" }, { "class": "func", "name": "Getwd", "type": "func() (dir string, err error)" }, { "class": "func", "name": "Hostname", "type": "func() (name string, err error)" }, { "class": "func", "name": "IsExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsNotExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool" }, { "class": "func", "name": "IsPermission", "type": "func(err error) bool" }, { "class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Link", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)" }, { "class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error" }, { "class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error" }, { "class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File" }, { "class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error" }, { "class": "func", "name": "Open", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)" }, { "class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)" }, { "class": "func", "name": "Readlink", "type": "func(name string) (string, error)" }, { "class": "func", "name": "Remove", "type": "func(name string) error" }, { "class": "func", "name": "RemoveAll", "type": "func(path string) error" }, { "class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error" }, { "class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)" }, { "class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "TempDir", "type": "func() string" }, { "class": "func", "name": "Truncate", "type": "func(name string, size int64) error" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileInfo", "type": "interface" }, { "class": "type", "name": "FileMode", "type": "uint32" }, { "class": "type", "name": "LinkError", "type": "struct" }, { "class": "type", "name": "PathError", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Process", "type": "struct" }, { "class": "type", "name": "ProcessState", "type": "struct" }, { "class": "type", "name": "Signal", "type": "interface" }, { "class": "type", "name": "SyscallError", "type": "struct" }, { "class": "var", "name": "Args", "type": "[]string" }, { "class": "var", "name": "ErrExist", "type": "error" }, { "class": "var", "name": "ErrInvalid", "type": "error" }, { "class": "var", "name": "ErrNotExist", "type": "error" }, { "class": "var", "name": "ErrPermission", "type": "error" }, { "class": "var", "name": "Interrupt", "type": "os.Signal" }, { "class": "var", "name": "Kill", "type": "os.Signal" }, { "class": "var", "name": "Stderr", "type": "*os.File" }, { "class": "var", "name": "Stdin", "type": "*os.File" }, { "class": "var", "name": "Stdout", "type": "*os.File" }, { "class": "const", "name": "Array", "type": "" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "BothDir", "type": "" }, { "class": "const", "name": "Chan", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Func", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Interface", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "Map", "type": "" }, { "class": "const", "name": "Ptr", "type": "" }, { "class": "const", "name": "RecvDir", "type": "" }, { "class": "const", "name": "SelectDefault", "type": "" }, { "class": "const", "name": "SelectRecv", "type": "" }, { "class": "const", "name": "SelectSend", "type": "" }, { "class": "const", "name": "SendDir", "type": "" }, { "class": "const", "name": "Slice", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Struct", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value" }, { "class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value" }, { "class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type" }, { "class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int" }, { "class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool" }, { "class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type" }, { "class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value" }, { "class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value" }, { "class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value" }, { "class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value" }, { "class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value" }, { "class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)" }, { "class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type" }, { "class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value" }, { "class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Kind", "type": "uint" }, { "class": "type", "name": "Method", "type": "struct" }, { "class": "type", "name": "SelectCase", "type": "struct" }, { "class": "type", "name": "SelectDir", "type": "int" }, { "class": "type", "name": "SliceHeader", "type": "struct" }, { "class": "type", "name": "StringHeader", "type": "struct" }, { "class": "type", "name": "StructField", "type": "struct" }, { "class": "type", "name": "StructTag", "type": "string" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "Value", "type": "struct" }, { "class": "type", "name": "ValueError", "type": "struct" }, { "class": "const", "name": "AF_APPLETALK", "type": "" }, { "class": "const", "name": "AF_CCITT", "type": "" }, { "class": "const", "name": "AF_CHAOS", "type": "" }, { "class": "const", "name": "AF_CNT", "type": "" }, { "class": "const", "name": "AF_COIP", "type": "" }, { "class": "const", "name": "AF_DATAKIT", "type": "" }, { "class": "const", "name": "AF_DECnet", "type": "" }, { "class": "const", "name": "AF_DLI", "type": "" }, { "class": "const", "name": "AF_E164", "type": "" }, { "class": "const", "name": "AF_ECMA", "type": "" }, { "class": "const", "name": "AF_HYLINK", "type": "" }, { "class": "const", "name": "AF_IEEE80211", "type": "" }, { "class": "const", "name": "AF_IMPLINK", "type": "" }, { "class": "const", "name": "AF_INET", "type": "" }, { "class": "const", "name": "AF_INET6", "type": "" }, { "class": "const", "name": "AF_IPX", "type": "" }, { "class": "const", "name": "AF_ISDN", "type": "" }, { "class": "const", "name": "AF_ISO", "type": "" }, { "class": "const", "name": "AF_LAT", "type": "" }, { "class": "const", "name": "AF_LINK", "type": "" }, { "class": "const", "name": "AF_LOCAL", "type": "" }, { "class": "const", "name": "AF_MAX", "type": "" }, { "class": "const", "name": "AF_NATM", "type": "" }, { "class": "const", "name": "AF_NDRV", "type": "" }, { "class": "const", "name": "AF_NETBIOS", "type": "" }, { "class": "const", "name": "AF_NS", "type": "" }, { "class": "const", "name": "AF_OSI", "type": "" }, { "class": "const", "name": "AF_PPP", "type": "" }, { "class": "const", "name": "AF_PUP", "type": "" }, { "class": "const", "name": "AF_RESERVED_36", "type": "" }, { "class": "const", "name": "AF_ROUTE", "type": "" }, { "class": "const", "name": "AF_SIP", "type": "" }, { "class": "const", "name": "AF_SNA", "type": "" }, { "class": "const", "name": "AF_SYSTEM", "type": "" }, { "class": "const", "name": "AF_UNIX", "type": "" }, { "class": "const", "name": "AF_UNSPEC", "type": "" }, { "class": "const", "name": "B0", "type": "" }, { "class": "const", "name": "B110", "type": "" }, { "class": "const", "name": "B115200", "type": "" }, { "class": "const", "name": "B1200", "type": "" }, { "class": "const", "name": "B134", "type": "" }, { "class": "const", "name": "B14400", "type": "" }, { "class": "const", "name": "B150", "type": "" }, { "class": "const", "name": "B1800", "type": "" }, { "class": "const", "name": "B19200", "type": "" }, { "class": "const", "name": "B200", "type": "" }, { "class": "const", "name": "B230400", "type": "" }, { "class": "const", "name": "B2400", "type": "" }, { "class": "const", "name": "B28800", "type": "" }, { "class": "const", "name": "B300", "type": "" }, { "class": "const", "name": "B38400", "type": "" }, { "class": "const", "name": "B4800", "type": "" }, { "class": "const", "name": "B50", "type": "" }, { "class": "const", "name": "B57600", "type": "" }, { "class": "const", "name": "B600", "type": "" }, { "class": "const", "name": "B7200", "type": "" }, { "class": "const", "name": "B75", "type": "" }, { "class": "const", "name": "B76800", "type": "" }, { "class": "const", "name": "B9600", "type": "" }, { "class": "const", "name": "BIOCFLUSH", "type": "" }, { "class": "const", "name": "BIOCGBLEN", "type": "" }, { "class": "const", "name": "BIOCGDLT", "type": "" }, { "class": "const", "name": "BIOCGDLTLIST", "type": "" }, { "class": "const", "name": "BIOCGETIF", "type": "" }, { "class": "const", "name": "BIOCGHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCGRSIG", "type": "" }, { "class": "const", "name": "BIOCGRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCGSEESENT", "type": "" }, { "class": "const", "name": "BIOCGSTATS", "type": "" }, { "class": "const", "name": "BIOCIMMEDIATE", "type": "" }, { "class": "const", "name": "BIOCPROMISC", "type": "" }, { "class": "const", "name": "BIOCSBLEN", "type": "" }, { "class": "const", "name": "BIOCSDLT", "type": "" }, { "class": "const", "name": "BIOCSETF", "type": "" }, { "class": "const", "name": "BIOCSETIF", "type": "" }, { "class": "const", "name": "BIOCSHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCSRSIG", "type": "" }, { "class": "const", "name": "BIOCSRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCSSEESENT", "type": "" }, { "class": "const", "name": "BIOCVERSION", "type": "" }, { "class": "const", "name": "BPF_A", "type": "" }, { "class": "const", "name": "BPF_ABS", "type": "" }, { "class": "const", "name": "BPF_ADD", "type": "" }, { "class": "const", "name": "BPF_ALIGNMENT", "type": "" }, { "class": "const", "name": "BPF_ALU", "type": "" }, { "class": "const", "name": "BPF_AND", "type": "" }, { "class": "const", "name": "BPF_B", "type": "" }, { "class": "const", "name": "BPF_DIV", "type": "" }, { "class": "const", "name": "BPF_H", "type": "" }, { "class": "const", "name": "BPF_IMM", "type": "" }, { "class": "const", "name": "BPF_IND", "type": "" }, { "class": "const", "name": "BPF_JA", "type": "" }, { "class": "const", "name": "BPF_JEQ", "type": "" }, { "class": "const", "name": "BPF_JGE", "type": "" }, { "class": "const", "name": "BPF_JGT", "type": "" }, { "class": "const", "name": "BPF_JMP", "type": "" }, { "class": "const", "name": "BPF_JSET", "type": "" }, { "class": "const", "name": "BPF_K", "type": "" }, { "class": "const", "name": "BPF_LD", "type": "" }, { "class": "const", "name": "BPF_LDX", "type": "" }, { "class": "const", "name": "BPF_LEN", "type": "" }, { "class": "const", "name": "BPF_LSH", "type": "" }, { "class": "const", "name": "BPF_MAJOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MAXBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MAXINSNS", "type": "" }, { "class": "const", "name": "BPF_MEM", "type": "" }, { "class": "const", "name": "BPF_MEMWORDS", "type": "" }, { "class": "const", "name": "BPF_MINBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MINOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MISC", "type": "" }, { "class": "const", "name": "BPF_MSH", "type": "" }, { "class": "const", "name": "BPF_MUL", "type": "" }, { "class": "const", "name": "BPF_NEG", "type": "" }, { "class": "const", "name": "BPF_OR", "type": "" }, { "class": "const", "name": "BPF_RELEASE", "type": "" }, { "class": "const", "name": "BPF_RET", "type": "" }, { "class": "const", "name": "BPF_RSH", "type": "" }, { "class": "const", "name": "BPF_ST", "type": "" }, { "class": "const", "name": "BPF_STX", "type": "" }, { "class": "const", "name": "BPF_SUB", "type": "" }, { "class": "const", "name": "BPF_TAX", "type": "" }, { "class": "const", "name": "BPF_TXA", "type": "" }, { "class": "const", "name": "BPF_W", "type": "" }, { "class": "const", "name": "BPF_X", "type": "" }, { "class": "const", "name": "BRKINT", "type": "" }, { "class": "const", "name": "CFLUSH", "type": "" }, { "class": "const", "name": "CLOCAL", "type": "" }, { "class": "const", "name": "CREAD", "type": "" }, { "class": "const", "name": "CS5", "type": "" }, { "class": "const", "name": "CS6", "type": "" }, { "class": "const", "name": "CS7", "type": "" }, { "class": "const", "name": "CS8", "type": "" }, { "class": "const", "name": "CSIZE", "type": "" }, { "class": "const", "name": "CSTART", "type": "" }, { "class": "const", "name": "CSTATUS", "type": "" }, { "class": "const", "name": "CSTOP", "type": "" }, { "class": "const", "name": "CSTOPB", "type": "" }, { "class": "const", "name": "CSUSP", "type": "" }, { "class": "const", "name": "CTL_MAXNAME", "type": "" }, { "class": "const", "name": "CTL_NET", "type": "" }, { "class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": "" }, { "class": "const", "name": "DLT_ARCNET", "type": "" }, { "class": "const", "name": "DLT_ATM_CLIP", "type": "" }, { "class": "const", "name": "DLT_ATM_RFC1483", "type": "" }, { "class": "const", "name": "DLT_AX25", "type": "" }, { "class": "const", "name": "DLT_CHAOS", "type": "" }, { "class": "const", "name": "DLT_CHDLC", "type": "" }, { "class": "const", "name": "DLT_C_HDLC", "type": "" }, { "class": "const", "name": "DLT_EN10MB", "type": "" }, { "class": "const", "name": "DLT_EN3MB", "type": "" }, { "class": "const", "name": "DLT_FDDI", "type": "" }, { "class": "const", "name": "DLT_IEEE802", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": "" }, { "class": "const", "name": "DLT_LINUX_SLL", "type": "" }, { "class": "const", "name": "DLT_LOOP", "type": "" }, { "class": "const", "name": "DLT_NULL", "type": "" }, { "class": "const", "name": "DLT_PFLOG", "type": "" }, { "class": "const", "name": "DLT_PFSYNC", "type": "" }, { "class": "const", "name": "DLT_PPP", "type": "" }, { "class": "const", "name": "DLT_PPP_BSDOS", "type": "" }, { "class": "const", "name": "DLT_PPP_SERIAL", "type": "" }, { "class": "const", "name": "DLT_PRONET", "type": "" }, { "class": "const", "name": "DLT_RAW", "type": "" }, { "class": "const", "name": "DLT_SLIP", "type": "" }, { "class": "const", "name": "DLT_SLIP_BSDOS", "type": "" }, { "class": "const", "name": "DT_BLK", "type": "" }, { "class": "const", "name": "DT_CHR", "type": "" }, { "class": "const", "name": "DT_DIR", "type": "" }, { "class": "const", "name": "DT_FIFO", "type": "" }, { "class": "const", "name": "DT_LNK", "type": "" }, { "class": "const", "name": "DT_REG", "type": "" }, { "class": "const", "name": "DT_SOCK", "type": "" }, { "class": "const", "name": "DT_UNKNOWN", "type": "" }, { "class": "const", "name": "DT_WHT", "type": "" }, { "class": "const", "name": "E2BIG", "type": "" }, { "class": "const", "name": "EACCES", "type": "" }, { "class": "const", "name": "EADDRINUSE", "type": "" }, { "class": "const", "name": "EADDRNOTAVAIL", "type": "" }, { "class": "const", "name": "EAFNOSUPPORT", "type": "" }, { "class": "const", "name": "EAGAIN", "type": "" }, { "class": "const", "name": "EALREADY", "type": "" }, { "class": "const", "name": "EAUTH", "type": "" }, { "class": "const", "name": "EBADARCH", "type": "" }, { "class": "const", "name": "EBADEXEC", "type": "" }, { "class": "const", "name": "EBADF", "type": "" }, { "class": "const", "name": "EBADMACHO", "type": "" }, { "class": "const", "name": "EBADMSG", "type": "" }, { "class": "const", "name": "EBADRPC", "type": "" }, { "class": "const", "name": "EBUSY", "type": "" }, { "class": "const", "name": "ECANCELED", "type": "" }, { "class": "const", "name": "ECHILD", "type": "" }, { "class": "const", "name": "ECHO", "type": "" }, { "class": "const", "name": "ECHOCTL", "type": "" }, { "class": "const", "name": "ECHOE", "type": "" }, { "class": "const", "name": "ECHOK", "type": "" }, { "class": "const", "name": "ECHOKE", "type": "" }, { "class": "const", "name": "ECHONL", "type": "" }, { "class": "const", "name": "ECHOPRT", "type": "" }, { "class": "const", "name": "ECONNABORTED", "type": "" }, { "class": "const", "name": "ECONNREFUSED", "type": "" }, { "class": "const", "name": "ECONNRESET", "type": "" }, { "class": "const", "name": "EDEADLK", "type": "" }, { "class": "const", "name": "EDESTADDRREQ", "type": "" }, { "class": "const", "name": "EDEVERR", "type": "" }, { "class": "const", "name": "EDOM", "type": "" }, { "class": "const", "name": "EDQUOT", "type": "" }, { "class": "const", "name": "EEXIST", "type": "" }, { "class": "const", "name": "EFAULT", "type": "" }, { "class": "const", "name": "EFBIG", "type": "" }, { "class": "const", "name": "EFTYPE", "type": "" }, { "class": "const", "name": "EHOSTDOWN", "type": "" }, { "class": "const", "name": "EHOSTUNREACH", "type": "" }, { "class": "const", "name": "EIDRM", "type": "" }, { "class": "const", "name": "EILSEQ", "type": "" }, { "class": "const", "name": "EINPROGRESS", "type": "" }, { "class": "const", "name": "EINTR", "type": "" }, { "class": "const", "name": "EINVAL", "type": "" }, { "class": "const", "name": "EIO", "type": "" }, { "class": "const", "name": "EISCONN", "type": "" }, { "class": "const", "name": "EISDIR", "type": "" }, { "class": "const", "name": "ELAST", "type": "" }, { "class": "const", "name": "ELOOP", "type": "" }, { "class": "const", "name": "EMFILE", "type": "" }, { "class": "const", "name": "EMLINK", "type": "" }, { "class": "const", "name": "EMSGSIZE", "type": "" }, { "class": "const", "name": "EMULTIHOP", "type": "" }, { "class": "const", "name": "ENAMETOOLONG", "type": "" }, { "class": "const", "name": "ENEEDAUTH", "type": "" }, { "class": "const", "name": "ENETDOWN", "type": "" }, { "class": "const", "name": "ENETRESET", "type": "" }, { "class": "const", "name": "ENETUNREACH", "type": "" }, { "class": "const", "name": "ENFILE", "type": "" }, { "class": "const", "name": "ENOATTR", "type": "" }, { "class": "const", "name": "ENOBUFS", "type": "" }, { "class": "const", "name": "ENODATA", "type": "" }, { "class": "const", "name": "ENODEV", "type": "" }, { "class": "const", "name": "ENOENT", "type": "" }, { "class": "const", "name": "ENOEXEC", "type": "" }, { "class": "const", "name": "ENOLCK", "type": "" }, { "class": "const", "name": "ENOLINK", "type": "" }, { "class": "const", "name": "ENOMEM", "type": "" }, { "class": "const", "name": "ENOMSG", "type": "" }, { "class": "const", "name": "ENOPOLICY", "type": "" }, { "class": "const", "name": "ENOPROTOOPT", "type": "" }, { "class": "const", "name": "ENOSPC", "type": "" }, { "class": "const", "name": "ENOSR", "type": "" }, { "class": "const", "name": "ENOSTR", "type": "" }, { "class": "const", "name": "ENOSYS", "type": "" }, { "class": "const", "name": "ENOTBLK", "type": "" }, { "class": "const", "name": "ENOTCONN", "type": "" }, { "class": "const", "name": "ENOTDIR", "type": "" }, { "class": "const", "name": "ENOTEMPTY", "type": "" }, { "class": "const", "name": "ENOTRECOVERABLE", "type": "" }, { "class": "const", "name": "ENOTSOCK", "type": "" }, { "class": "const", "name": "ENOTSUP", "type": "" }, { "class": "const", "name": "ENOTTY", "type": "" }, { "class": "const", "name": "ENXIO", "type": "" }, { "class": "const", "name": "EOPNOTSUPP", "type": "" }, { "class": "const", "name": "EOVERFLOW", "type": "" }, { "class": "const", "name": "EOWNERDEAD", "type": "" }, { "class": "const", "name": "EPERM", "type": "" }, { "class": "const", "name": "EPFNOSUPPORT", "type": "" }, { "class": "const", "name": "EPIPE", "type": "" }, { "class": "const", "name": "EPROCLIM", "type": "" }, { "class": "const", "name": "EPROCUNAVAIL", "type": "" }, { "class": "const", "name": "EPROGMISMATCH", "type": "" }, { "class": "const", "name": "EPROGUNAVAIL", "type": "" }, { "class": "const", "name": "EPROTO", "type": "" }, { "class": "const", "name": "EPROTONOSUPPORT", "type": "" }, { "class": "const", "name": "EPROTOTYPE", "type": "" }, { "class": "const", "name": "EPWROFF", "type": "" }, { "class": "const", "name": "ERANGE", "type": "" }, { "class": "const", "name": "EREMOTE", "type": "" }, { "class": "const", "name": "EROFS", "type": "" }, { "class": "const", "name": "ERPCMISMATCH", "type": "" }, { "class": "const", "name": "ESHLIBVERS", "type": "" }, { "class": "const", "name": "ESHUTDOWN", "type": "" }, { "class": "const", "name": "ESOCKTNOSUPPORT", "type": "" }, { "class": "const", "name": "ESPIPE", "type": "" }, { "class": "const", "name": "ESRCH", "type": "" }, { "class": "const", "name": "ESTALE", "type": "" }, { "class": "const", "name": "ETIME", "type": "" }, { "class": "const", "name": "ETIMEDOUT", "type": "" }, { "class": "const", "name": "ETOOMANYREFS", "type": "" }, { "class": "const", "name": "ETXTBSY", "type": "" }, { "class": "const", "name": "EUSERS", "type": "" }, { "class": "const", "name": "EVFILT_AIO", "type": "" }, { "class": "const", "name": "EVFILT_FS", "type": "" }, { "class": "const", "name": "EVFILT_MACHPORT", "type": "" }, { "class": "const", "name": "EVFILT_PROC", "type": "" }, { "class": "const", "name": "EVFILT_READ", "type": "" }, { "class": "const", "name": "EVFILT_SIGNAL", "type": "" }, { "class": "const", "name": "EVFILT_SYSCOUNT", "type": "" }, { "class": "const", "name": "EVFILT_THREADMARKER", "type": "" }, { "class": "const", "name": "EVFILT_TIMER", "type": "" }, { "class": "const", "name": "EVFILT_USER", "type": "" }, { "class": "const", "name": "EVFILT_VM", "type": "" }, { "class": "const", "name": "EVFILT_VNODE", "type": "" }, { "class": "const", "name": "EVFILT_WRITE", "type": "" }, { "class": "const", "name": "EV_ADD", "type": "" }, { "class": "const", "name": "EV_CLEAR", "type": "" }, { "class": "const", "name": "EV_DELETE", "type": "" }, { "class": "const", "name": "EV_DISABLE", "type": "" }, { "class": "const", "name": "EV_DISPATCH", "type": "" }, { "class": "const", "name": "EV_ENABLE", "type": "" }, { "class": "const", "name": "EV_EOF", "type": "" }, { "class": "const", "name": "EV_ERROR", "type": "" }, { "class": "const", "name": "EV_FLAG0", "type": "" }, { "class": "const", "name": "EV_FLAG1", "type": "" }, { "class": "const", "name": "EV_ONESHOT", "type": "" }, { "class": "const", "name": "EV_OOBAND", "type": "" }, { "class": "const", "name": "EV_POLL", "type": "" }, { "class": "const", "name": "EV_RECEIPT", "type": "" }, { "class": "const", "name": "EV_SYSFLAGS", "type": "" }, { "class": "const", "name": "EWOULDBLOCK", "type": "" }, { "class": "const", "name": "EXDEV", "type": "" }, { "class": "const", "name": "EXTA", "type": "" }, { "class": "const", "name": "EXTB", "type": "" }, { "class": "const", "name": "EXTPROC", "type": "" }, { "class": "const", "name": "FD_CLOEXEC", "type": "" }, { "class": "const", "name": "FD_SETSIZE", "type": "" }, { "class": "const", "name": "FLUSHO", "type": "" }, { "class": "const", "name": "F_ADDFILESIGS", "type": "" }, { "class": "const", "name": "F_ADDSIGS", "type": "" }, { "class": "const", "name": "F_ALLOCATEALL", "type": "" }, { "class": "const", "name": "F_ALLOCATECONTIG", "type": "" }, { "class": "const", "name": "F_CHKCLEAN", "type": "" }, { "class": "const", "name": "F_DUPFD", "type": "" }, { "class": "const", "name": "F_DUPFD_CLOEXEC", "type": "" }, { "class": "const", "name": "F_FLUSH_DATA", "type": "" }, { "class": "const", "name": "F_FREEZE_FS", "type": "" }, { "class": "const", "name": "F_FULLFSYNC", "type": "" }, { "class": "const", "name": "F_GETFD", "type": "" }, { "class": "const", "name": "F_GETFL", "type": "" }, { "class": "const", "name": "F_GETLK", "type": "" }, { "class": "const", "name": "F_GETLKPID", "type": "" }, { "class": "const", "name": "F_GETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_GETOWN", "type": "" }, { "class": "const", "name": "F_GETPATH", "type": "" }, { "class": "const", "name": "F_GETPATH_MTMINFO", "type": "" }, { "class": "const", "name": "F_GETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_GLOBAL_NOCACHE", "type": "" }, { "class": "const", "name": "F_LOG2PHYS", "type": "" }, { "class": "const", "name": "F_LOG2PHYS_EXT", "type": "" }, { "class": "const", "name": "F_MARKDEPENDENCY", "type": "" }, { "class": "const", "name": "F_NOCACHE", "type": "" }, { "class": "const", "name": "F_NODIRECT", "type": "" }, { "class": "const", "name": "F_OK", "type": "" }, { "class": "const", "name": "F_PATHPKG_CHECK", "type": "" }, { "class": "const", "name": "F_PEOFPOSMODE", "type": "" }, { "class": "const", "name": "F_PREALLOCATE", "type": "" }, { "class": "const", "name": "F_RDADVISE", "type": "" }, { "class": "const", "name": "F_RDAHEAD", "type": "" }, { "class": "const", "name": "F_RDLCK", "type": "" }, { "class": "const", "name": "F_READBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_SETBACKINGSTORE", "type": "" }, { "class": "const", "name": "F_SETFD", "type": "" }, { "class": "const", "name": "F_SETFL", "type": "" }, { "class": "const", "name": "F_SETLK", "type": "" }, { "class": "const", "name": "F_SETLKW", "type": "" }, { "class": "const", "name": "F_SETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_SETOWN", "type": "" }, { "class": "const", "name": "F_SETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_SETSIZE", "type": "" }, { "class": "const", "name": "F_THAW_FS", "type": "" }, { "class": "const", "name": "F_UNLCK", "type": "" }, { "class": "const", "name": "F_VOLPOSMODE", "type": "" }, { "class": "const", "name": "F_WRITEBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_WRLCK", "type": "" }, { "class": "const", "name": "HUPCL", "type": "" }, { "class": "const", "name": "ICANON", "type": "" }, { "class": "const", "name": "ICMP6_FILTER", "type": "" }, { "class": "const", "name": "ICRNL", "type": "" }, { "class": "const", "name": "IEXTEN", "type": "" }, { "class": "const", "name": "IFF_ALLMULTI", "type": "" }, { "class": "const", "name": "IFF_ALTPHYS", "type": "" }, { "class": "const", "name": "IFF_BROADCAST", "type": "" }, { "class": "const", "name": "IFF_DEBUG", "type": "" }, { "class": "const", "name": "IFF_LINK0", "type": "" }, { "class": "const", "name": "IFF_LINK1", "type": "" }, { "class": "const", "name": "IFF_LINK2", "type": "" }, { "class": "const", "name": "IFF_LOOPBACK", "type": "" }, { "class": "const", "name": "IFF_MULTICAST", "type": "" }, { "class": "const", "name": "IFF_NOARP", "type": "" }, { "class": "const", "name": "IFF_NOTRAILERS", "type": "" }, { "class": "const", "name": "IFF_OACTIVE", "type": "" }, { "class": "const", "name": "IFF_POINTOPOINT", "type": "" }, { "class": "const", "name": "IFF_PROMISC", "type": "" }, { "class": "const", "name": "IFF_RUNNING", "type": "" }, { "class": "const", "name": "IFF_SIMPLEX", "type": "" }, { "class": "const", "name": "IFF_UP", "type": "" }, { "class": "const", "name": "IFNAMSIZ", "type": "" }, { "class": "const", "name": "IFT_1822", "type": "" }, { "class": "const", "name": "IFT_AAL5", "type": "" }, { "class": "const", "name": "IFT_ARCNET", "type": "" }, { "class": "const", "name": "IFT_ARCNETPLUS", "type": "" }, { "class": "const", "name": "IFT_ATM", "type": "" }, { "class": "const", "name": "IFT_BRIDGE", "type": "" }, { "class": "const", "name": "IFT_CARP", "type": "" }, { "class": "const", "name": "IFT_CELLULAR", "type": "" }, { "class": "const", "name": "IFT_CEPT", "type": "" }, { "class": "const", "name": "IFT_DS3", "type": "" }, { "class": "const", "name": "IFT_ENC", "type": "" }, { "class": "const", "name": "IFT_EON", "type": "" }, { "class": "const", "name": "IFT_ETHER", "type": "" }, { "class": "const", "name": "IFT_FAITH", "type": "" }, { "class": "const", "name": "IFT_FDDI", "type": "" }, { "class": "const", "name": "IFT_FRELAY", "type": "" }, { "class": "const", "name": "IFT_FRELAYDCE", "type": "" }, { "class": "const", "name": "IFT_GIF", "type": "" }, { "class": "const", "name": "IFT_HDH1822", "type": "" }, { "class": "const", "name": "IFT_HIPPI", "type": "" }, { "class": "const", "name": "IFT_HSSI", "type": "" }, { "class": "const", "name": "IFT_HY", "type": "" }, { "class": "const", "name": "IFT_IEEE1394", "type": "" }, { "class": "const", "name": "IFT_IEEE8023ADLAG", "type": "" }, { "class": "const", "name": "IFT_ISDNBASIC", "type": "" }, { "class": "const", "name": "IFT_ISDNPRIMARY", "type": "" }, { "class": "const", "name": "IFT_ISO88022LLC", "type": "" }, { "class": "const", "name": "IFT_ISO88023", "type": "" }, { "class": "const", "name": "IFT_ISO88024", "type": "" }, { "class": "const", "name": "IFT_ISO88025", "type": "" }, { "class": "const", "name": "IFT_ISO88026", "type": "" }, { "class": "const", "name": "IFT_L2VLAN", "type": "" }, { "class": "const", "name": "IFT_LAPB", "type": "" }, { "class": "const", "name": "IFT_LOCALTALK", "type": "" }, { "class": "const", "name": "IFT_LOOP", "type": "" }, { "class": "const", "name": "IFT_MIOX25", "type": "" }, { "class": "const", "name": "IFT_MODEM", "type": "" }, { "class": "const", "name": "IFT_NSIP", "type": "" }, { "class": "const", "name": "IFT_OTHER", "type": "" }, { "class": "const", "name": "IFT_P10", "type": "" }, { "class": "const", "name": "IFT_P80", "type": "" }, { "class": "const", "name": "IFT_PARA", "type": "" }, { "class": "const", "name": "IFT_PDP", "type": "" }, { "class": "const", "name": "IFT_PFLOG", "type": "" }, { "class": "const", "name": "IFT_PFSYNC", "type": "" }, { "class": "const", "name": "IFT_PPP", "type": "" }, { "class": "const", "name": "IFT_PROPMUX", "type": "" }, { "class": "const", "name": "IFT_PROPVIRTUAL", "type": "" }, { "class": "const", "name": "IFT_PTPSERIAL", "type": "" }, { "class": "const", "name": "IFT_RS232", "type": "" }, { "class": "const", "name": "IFT_SDLC", "type": "" }, { "class": "const", "name": "IFT_SIP", "type": "" }, { "class": "const", "name": "IFT_SLIP", "type": "" }, { "class": "const", "name": "IFT_SMDSDXI", "type": "" }, { "class": "const", "name": "IFT_SMDSICIP", "type": "" }, { "class": "const", "name": "IFT_SONET", "type": "" }, { "class": "const", "name": "IFT_SONETPATH", "type": "" }, { "class": "const", "name": "IFT_SONETVT", "type": "" }, { "class": "const", "name": "IFT_STARLAN", "type": "" }, { "class": "const", "name": "IFT_STF", "type": "" }, { "class": "const", "name": "IFT_T1", "type": "" }, { "class": "const", "name": "IFT_ULTRA", "type": "" }, { "class": "const", "name": "IFT_V35", "type": "" }, { "class": "const", "name": "IFT_X25", "type": "" }, { "class": "const", "name": "IFT_X25DDN", "type": "" }, { "class": "const", "name": "IFT_X25PLE", "type": "" }, { "class": "const", "name": "IFT_XETHER", "type": "" }, { "class": "const", "name": "IGNBRK", "type": "" }, { "class": "const", "name": "IGNCR", "type": "" }, { "class": "const", "name": "IGNPAR", "type": "" }, { "class": "const", "name": "IMAXBEL", "type": "" }, { "class": "const", "name": "INLCR", "type": "" }, { "class": "const", "name": "INPCK", "type": "" }, { "class": "const", "name": "IN_CLASSA_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSA_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSA_NET", "type": "" }, { "class": "const", "name": "IN_CLASSA_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSB_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSB_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSB_NET", "type": "" }, { "class": "const", "name": "IN_CLASSB_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSC_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSC_NET", "type": "" }, { "class": "const", "name": "IN_CLASSC_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSD_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSD_NET", "type": "" }, { "class": "const", "name": "IN_CLASSD_NSHIFT", "type": "" }, { "class": "const", "name": "IN_LINKLOCALNETNUM", "type": "" }, { "class": "const", "name": "IN_LOOPBACKNET", "type": "" }, { "class": "const", "name": "IPPROTO_3PC", "type": "" }, { "class": "const", "name": "IPPROTO_ADFS", "type": "" }, { "class": "const", "name": "IPPROTO_AH", "type": "" }, { "class": "const", "name": "IPPROTO_AHIP", "type": "" }, { "class": "const", "name": "IPPROTO_APES", "type": "" }, { "class": "const", "name": "IPPROTO_ARGUS", "type": "" }, { "class": "const", "name": "IPPROTO_AX25", "type": "" }, { "class": "const", "name": "IPPROTO_BHA", "type": "" }, { "class": "const", "name": "IPPROTO_BLT", "type": "" }, { "class": "const", "name": "IPPROTO_BRSATMON", "type": "" }, { "class": "const", "name": "IPPROTO_CFTP", "type": "" }, { "class": "const", "name": "IPPROTO_CHAOS", "type": "" }, { "class": "const", "name": "IPPROTO_CMTP", "type": "" }, { "class": "const", "name": "IPPROTO_CPHB", "type": "" }, { "class": "const", "name": "IPPROTO_CPNX", "type": "" }, { "class": "const", "name": "IPPROTO_DDP", "type": "" }, { "class": "const", "name": "IPPROTO_DGP", "type": "" }, { "class": "const", "name": "IPPROTO_DIVERT", "type": "" }, { "class": "const", "name": "IPPROTO_DONE", "type": "" }, { "class": "const", "name": "IPPROTO_DSTOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_EGP", "type": "" }, { "class": "const", "name": "IPPROTO_EMCON", "type": "" }, { "class": "const", "name": "IPPROTO_ENCAP", "type": "" }, { "class": "const", "name": "IPPROTO_EON", "type": "" }, { "class": "const", "name": "IPPROTO_ESP", "type": "" }, { "class": "const", "name": "IPPROTO_ETHERIP", "type": "" }, { "class": "const", "name": "IPPROTO_FRAGMENT", "type": "" }, { "class": "const", "name": "IPPROTO_GGP", "type": "" }, { "class": "const", "name": "IPPROTO_GMTP", "type": "" }, { "class": "const", "name": "IPPROTO_GRE", "type": "" }, { "class": "const", "name": "IPPROTO_HELLO", "type": "" }, { "class": "const", "name": "IPPROTO_HMP", "type": "" }, { "class": "const", "name": "IPPROTO_HOPOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_ICMP", "type": "" }, { "class": "const", "name": "IPPROTO_ICMPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IDP", "type": "" }, { "class": "const", "name": "IPPROTO_IDPR", "type": "" }, { "class": "const", "name": "IPPROTO_IDRP", "type": "" }, { "class": "const", "name": "IPPROTO_IGMP", "type": "" }, { "class": "const", "name": "IPPROTO_IGP", "type": "" }, { "class": "const", "name": "IPPROTO_IGRP", "type": "" }, { "class": "const", "name": "IPPROTO_IL", "type": "" }, { "class": "const", "name": "IPPROTO_INLSP", "type": "" }, { "class": "const", "name": "IPPROTO_INP", "type": "" }, { "class": "const", "name": "IPPROTO_IP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCOMP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCV", "type": "" }, { "class": "const", "name": "IPPROTO_IPEIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPPC", "type": "" }, { "class": "const", "name": "IPPROTO_IPV4", "type": "" }, { "class": "const", "name": "IPPROTO_IPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IRTP", "type": "" }, { "class": "const", "name": "IPPROTO_KRYPTOLAN", "type": "" }, { "class": "const", "name": "IPPROTO_LARP", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF1", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF2", "type": "" }, { "class": "const", "name": "IPPROTO_MAX", "type": "" }, { "class": "const", "name": "IPPROTO_MAXID", "type": "" }, { "class": "const", "name": "IPPROTO_MEAS", "type": "" }, { "class": "const", "name": "IPPROTO_MHRP", "type": "" }, { "class": "const", "name": "IPPROTO_MICP", "type": "" }, { "class": "const", "name": "IPPROTO_MTP", "type": "" }, { "class": "const", "name": "IPPROTO_MUX", "type": "" }, { "class": "const", "name": "IPPROTO_ND", "type": "" }, { "class": "const", "name": "IPPROTO_NHRP", "type": "" }, { "class": "const", "name": "IPPROTO_NONE", "type": "" }, { "class": "const", "name": "IPPROTO_NSP", "type": "" }, { "class": "const", "name": "IPPROTO_NVPII", "type": "" }, { "class": "const", "name": "IPPROTO_OSPFIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PGM", "type": "" }, { "class": "const", "name": "IPPROTO_PIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PIM", "type": "" }, { "class": "const", "name": "IPPROTO_PRM", "type": "" }, { "class": "const", "name": "IPPROTO_PUP", "type": "" }, { "class": "const", "name": "IPPROTO_PVP", "type": "" }, { "class": "const", "name": "IPPROTO_RAW", "type": "" }, { "class": "const", "name": "IPPROTO_RCCMON", "type": "" }, { "class": "const", "name": "IPPROTO_RDP", "type": "" }, { "class": "const", "name": "IPPROTO_ROUTING", "type": "" }, { "class": "const", "name": "IPPROTO_RSVP", "type": "" }, { "class": "const", "name": "IPPROTO_RVD", "type": "" }, { "class": "const", "name": "IPPROTO_SATEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_SATMON", "type": "" }, { "class": "const", "name": "IPPROTO_SCCSP", "type": "" }, { "class": "const", "name": "IPPROTO_SCTP", "type": "" }, { "class": "const", "name": "IPPROTO_SDRP", "type": "" }, { "class": "const", "name": "IPPROTO_SEP", "type": "" }, { "class": "const", "name": "IPPROTO_SRPC", "type": "" }, { "class": "const", "name": "IPPROTO_ST", "type": "" }, { "class": "const", "name": "IPPROTO_SVMTP", "type": "" }, { "class": "const", "name": "IPPROTO_SWIPE", "type": "" }, { "class": "const", "name": "IPPROTO_TCF", "type": "" }, { "class": "const", "name": "IPPROTO_TCP", "type": "" }, { "class": "const", "name": "IPPROTO_TP", "type": "" }, { "class": "const", "name": "IPPROTO_TPXX", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK1", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK2", "type": "" }, { "class": "const", "name": "IPPROTO_TTP", "type": "" }, { "class": "const", "name": "IPPROTO_UDP", "type": "" }, { "class": "const", "name": "IPPROTO_VINES", "type": "" }, { "class": "const", "name": "IPPROTO_VISA", "type": "" }, { "class": "const", "name": "IPPROTO_VMTP", "type": "" }, { "class": "const", "name": "IPPROTO_WBEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_WBMON", "type": "" }, { "class": "const", "name": "IPPROTO_WSN", "type": "" }, { "class": "const", "name": "IPPROTO_XNET", "type": "" }, { "class": "const", "name": "IPPROTO_XTP", "type": "" }, { "class": "const", "name": "IPV6_2292DSTOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292HOPLIMIT", "type": "" }, { "class": "const", "name": "IPV6_2292HOPOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292NEXTHOP", "type": "" }, { "class": "const", "name": "IPV6_2292PKTINFO", "type": "" }, { "class": "const", "name": "IPV6_2292PKTOPTIONS", "type": "" }, { "class": "const", "name": "IPV6_2292RTHDR", "type": "" }, { "class": "const", "name": "IPV6_BINDV6ONLY", "type": "" }, { "class": "const", "name": "IPV6_BOUND_IF", "type": "" }, { "class": "const", "name": "IPV6_CHECKSUM", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_DEFHLIM", "type": "" }, { "class": "const", "name": "IPV6_FAITH", "type": "" }, { "class": "const", "name": "IPV6_FLOWINFO_MASK", "type": "" }, { "class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": "" }, { "class": "const", "name": "IPV6_FRAGTTL", "type": "" }, { "class": "const", "name": "IPV6_FW_ADD", "type": "" }, { "class": "const", "name": "IPV6_FW_DEL", "type": "" }, { "class": "const", "name": "IPV6_FW_FLUSH", "type": "" }, { "class": "const", "name": "IPV6_FW_GET", "type": "" }, { "class": "const", "name": "IPV6_FW_ZERO", "type": "" }, { "class": "const", "name": "IPV6_HLIMDEC", "type": "" }, { "class": "const", "name": "IPV6_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IPV6_JOIN_GROUP", "type": "" }, { "class": "const", "name": "IPV6_LEAVE_GROUP", "type": "" }, { "class": "const", "name": "IPV6_MAXHLIM", "type": "" }, { "class": "const", "name": "IPV6_MAXOPTHDR", "type": "" }, { "class": "const", "name": "IPV6_MAXPACKET", "type": "" }, { "class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MMTU", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IPV6_RECVTCLASS", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_LOOSE", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_STRICT", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": "" }, { "class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": "" }, { "class": "const", "name": "IPV6_TCLASS", "type": "" }, { "class": "const", "name": "IPV6_UNICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_V6ONLY", "type": "" }, { "class": "const", "name": "IPV6_VERSION", "type": "" }, { "class": "const", "name": "IPV6_VERSION_MASK", "type": "" }, { "class": "const", "name": "IP_ADD_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_BLOCK_SOURCE", "type": "" }, { "class": "const", "name": "IP_BOUND_IF", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_DF", "type": "" }, { "class": "const", "name": "IP_DROP_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_DEL", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_FLUSH", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_GET", "type": "" }, { "class": "const", "name": "IP_FAITH", "type": "" }, { "class": "const", "name": "IP_FW_ADD", "type": "" }, { "class": "const", "name": "IP_FW_DEL", "type": "" }, { "class": "const", "name": "IP_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_FW_GET", "type": "" }, { "class": "const", "name": "IP_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_HDRINCL", "type": "" }, { "class": "const", "name": "IP_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IP_MAXPACKET", "type": "" }, { "class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MF", "type": "" }, { "class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MSFILTER", "type": "" }, { "class": "const", "name": "IP_MSS", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IFINDEX", "type": "" }, { "class": "const", "name": "IP_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_MULTICAST_VIF", "type": "" }, { "class": "const", "name": "IP_NAT__XXX", "type": "" }, { "class": "const", "name": "IP_OFFMASK", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ADD", "type": "" }, { "class": "const", "name": "IP_OLD_FW_DEL", "type": "" }, { "class": "const", "name": "IP_OLD_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_OLD_FW_GET", "type": "" }, { "class": "const", "name": "IP_OLD_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_OPTIONS", "type": "" }, { "class": "const", "name": "IP_PKTINFO", "type": "" }, { "class": "const", "name": "IP_PORTRANGE", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IP_RECVDSTADDR", "type": "" }, { "class": "const", "name": "IP_RECVIF", "type": "" }, { "class": "const", "name": "IP_RECVOPTS", "type": "" }, { "class": "const", "name": "IP_RECVPKTINFO", "type": "" }, { "class": "const", "name": "IP_RECVRETOPTS", "type": "" }, { "class": "const", "name": "IP_RECVTTL", "type": "" }, { "class": "const", "name": "IP_RETOPTS", "type": "" }, { "class": "const", "name": "IP_RF", "type": "" }, { "class": "const", "name": "IP_RSVP_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_ON", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_ON", "type": "" }, { "class": "const", "name": "IP_STRIPHDR", "type": "" }, { "class": "const", "name": "IP_TOS", "type": "" }, { "class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": "" }, { "class": "const", "name": "IP_TTL", "type": "" }, { "class": "const", "name": "IP_UNBLOCK_SOURCE", "type": "" }, { "class": "const", "name": "ISIG", "type": "" }, { "class": "const", "name": "ISTRIP", "type": "" }, { "class": "const", "name": "IUTF8", "type": "" }, { "class": "const", "name": "IXANY", "type": "" }, { "class": "const", "name": "IXOFF", "type": "" }, { "class": "const", "name": "IXON", "type": "" }, { "class": "const", "name": "ImplementsGetwd", "type": "" }, { "class": "const", "name": "LOCK_EX", "type": "" }, { "class": "const", "name": "LOCK_NB", "type": "" }, { "class": "const", "name": "LOCK_SH", "type": "" }, { "class": "const", "name": "LOCK_UN", "type": "" }, { "class": "const", "name": "MADV_CAN_REUSE", "type": "" }, { "class": "const", "name": "MADV_DONTNEED", "type": "" }, { "class": "const", "name": "MADV_FREE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSABLE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSE", "type": "" }, { "class": "const", "name": "MADV_NORMAL", "type": "" }, { "class": "const", "name": "MADV_RANDOM", "type": "" }, { "class": "const", "name": "MADV_SEQUENTIAL", "type": "" }, { "class": "const", "name": "MADV_WILLNEED", "type": "" }, { "class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": "" }, { "class": "const", "name": "MAP_ANON", "type": "" }, { "class": "const", "name": "MAP_COPY", "type": "" }, { "class": "const", "name": "MAP_FILE", "type": "" }, { "class": "const", "name": "MAP_FIXED", "type": "" }, { "class": "const", "name": "MAP_HASSEMAPHORE", "type": "" }, { "class": "const", "name": "MAP_JIT", "type": "" }, { "class": "const", "name": "MAP_NOCACHE", "type": "" }, { "class": "const", "name": "MAP_NOEXTEND", "type": "" }, { "class": "const", "name": "MAP_NORESERVE", "type": "" }, { "class": "const", "name": "MAP_PRIVATE", "type": "" }, { "class": "const", "name": "MAP_RENAME", "type": "" }, { "class": "const", "name": "MAP_RESERVED0080", "type": "" }, { "class": "const", "name": "MAP_SHARED", "type": "" }, { "class": "const", "name": "MCL_CURRENT", "type": "" }, { "class": "const", "name": "MCL_FUTURE", "type": "" }, { "class": "const", "name": "MSG_CTRUNC", "type": "" }, { "class": "const", "name": "MSG_DONTROUTE", "type": "" }, { "class": "const", "name": "MSG_DONTWAIT", "type": "" }, { "class": "const", "name": "MSG_EOF", "type": "" }, { "class": "const", "name": "MSG_EOR", "type": "" }, { "class": "const", "name": "MSG_FLUSH", "type": "" }, { "class": "const", "name": "MSG_HAVEMORE", "type": "" }, { "class": "const", "name": "MSG_HOLD", "type": "" }, { "class": "const", "name": "MSG_NEEDSA", "type": "" }, { "class": "const", "name": "MSG_OOB", "type": "" }, { "class": "const", "name": "MSG_PEEK", "type": "" }, { "class": "const", "name": "MSG_RCVMORE", "type": "" }, { "class": "const", "name": "MSG_SEND", "type": "" }, { "class": "const", "name": "MSG_TRUNC", "type": "" }, { "class": "const", "name": "MSG_WAITALL", "type": "" }, { "class": "const", "name": "MSG_WAITSTREAM", "type": "" }, { "class": "const", "name": "MS_ASYNC", "type": "" }, { "class": "const", "name": "MS_DEACTIVATE", "type": "" }, { "class": "const", "name": "MS_INVALIDATE", "type": "" }, { "class": "const", "name": "MS_KILLPAGES", "type": "" }, { "class": "const", "name": "MS_SYNC", "type": "" }, { "class": "const", "name": "NAME_MAX", "type": "" }, { "class": "const", "name": "NET_RT_DUMP", "type": "" }, { "class": "const", "name": "NET_RT_DUMP2", "type": "" }, { "class": "const", "name": "NET_RT_FLAGS", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST2", "type": "" }, { "class": "const", "name": "NET_RT_MAXID", "type": "" }, { "class": "const", "name": "NET_RT_STAT", "type": "" }, { "class": "const", "name": "NET_RT_TRASH", "type": "" }, { "class": "const", "name": "NOFLSH", "type": "" }, { "class": "const", "name": "NOTE_ABSOLUTE", "type": "" }, { "class": "const", "name": "NOTE_ATTRIB", "type": "" }, { "class": "const", "name": "NOTE_CHILD", "type": "" }, { "class": "const", "name": "NOTE_DELETE", "type": "" }, { "class": "const", "name": "NOTE_EXEC", "type": "" }, { "class": "const", "name": "NOTE_EXIT", "type": "" }, { "class": "const", "name": "NOTE_EXITSTATUS", "type": "" }, { "class": "const", "name": "NOTE_EXTEND", "type": "" }, { "class": "const", "name": "NOTE_FFAND", "type": "" }, { "class": "const", "name": "NOTE_FFCOPY", "type": "" }, { "class": "const", "name": "NOTE_FFCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_FFLAGSMASK", "type": "" }, { "class": "const", "name": "NOTE_FFNOP", "type": "" }, { "class": "const", "name": "NOTE_FFOR", "type": "" }, { "class": "const", "name": "NOTE_FORK", "type": "" }, { "class": "const", "name": "NOTE_LINK", "type": "" }, { "class": "const", "name": "NOTE_LOWAT", "type": "" }, { "class": "const", "name": "NOTE_NONE", "type": "" }, { "class": "const", "name": "NOTE_NSECONDS", "type": "" }, { "class": "const", "name": "NOTE_PCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_PDATAMASK", "type": "" }, { "class": "const", "name": "NOTE_REAP", "type": "" }, { "class": "const", "name": "NOTE_RENAME", "type": "" }, { "class": "const", "name": "NOTE_RESOURCEEND", "type": "" }, { "class": "const", "name": "NOTE_REVOKE", "type": "" }, { "class": "const", "name": "NOTE_SECONDS", "type": "" }, { "class": "const", "name": "NOTE_SIGNAL", "type": "" }, { "class": "const", "name": "NOTE_TRACK", "type": "" }, { "class": "const", "name": "NOTE_TRACKERR", "type": "" }, { "class": "const", "name": "NOTE_TRIGGER", "type": "" }, { "class": "const", "name": "NOTE_USECONDS", "type": "" }, { "class": "const", "name": "NOTE_VM_ERROR", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_WRITE", "type": "" }, { "class": "const", "name": "OCRNL", "type": "" }, { "class": "const", "name": "OFDEL", "type": "" }, { "class": "const", "name": "OFILL", "type": "" }, { "class": "const", "name": "ONLCR", "type": "" }, { "class": "const", "name": "ONLRET", "type": "" }, { "class": "const", "name": "ONOCR", "type": "" }, { "class": "const", "name": "ONOEOT", "type": "" }, { "class": "const", "name": "OPOST", "type": "" }, { "class": "const", "name": "O_ACCMODE", "type": "" }, { "class": "const", "name": "O_ALERT", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_ASYNC", "type": "" }, { "class": "const", "name": "O_CLOEXEC", "type": "" }, { "class": "const", "name": "O_CREAT", "type": "" }, { "class": "const", "name": "O_DIRECTORY", "type": "" }, { "class": "const", "name": "O_DSYNC", "type": "" }, { "class": "const", "name": "O_EVTONLY", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_EXLOCK", "type": "" }, { "class": "const", "name": "O_FSYNC", "type": "" }, { "class": "const", "name": "O_NDELAY", "type": "" }, { "class": "const", "name": "O_NOCTTY", "type": "" }, { "class": "const", "name": "O_NOFOLLOW", "type": "" }, { "class": "const", "name": "O_NONBLOCK", "type": "" }, { "class": "const", "name": "O_POPUP", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SHLOCK", "type": "" }, { "class": "const", "name": "O_SYMLINK", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PARENB", "type": "" }, { "class": "const", "name": "PARMRK", "type": "" }, { "class": "const", "name": "PARODD", "type": "" }, { "class": "const", "name": "PENDIN", "type": "" }, { "class": "const", "name": "PRIO_PGRP", "type": "" }, { "class": "const", "name": "PRIO_PROCESS", "type": "" }, { "class": "const", "name": "PRIO_USER", "type": "" }, { "class": "const", "name": "PROT_EXEC", "type": "" }, { "class": "const", "name": "PROT_NONE", "type": "" }, { "class": "const", "name": "PROT_READ", "type": "" }, { "class": "const", "name": "PROT_WRITE", "type": "" }, { "class": "const", "name": "PTRACE_CONT", "type": "" }, { "class": "const", "name": "PTRACE_KILL", "type": "" }, { "class": "const", "name": "PTRACE_TRACEME", "type": "" }, { "class": "const", "name": "PT_ATTACH", "type": "" }, { "class": "const", "name": "PT_ATTACHEXC", "type": "" }, { "class": "const", "name": "PT_CONTINUE", "type": "" }, { "class": "const", "name": "PT_DENY_ATTACH", "type": "" }, { "class": "const", "name": "PT_DETACH", "type": "" }, { "class": "const", "name": "PT_FIRSTMACH", "type": "" }, { "class": "const", "name": "PT_FORCEQUOTA", "type": "" }, { "class": "const", "name": "PT_KILL", "type": "" }, { "class": "const", "name": "PT_READ_D", "type": "" }, { "class": "const", "name": "PT_READ_I", "type": "" }, { "class": "const", "name": "PT_READ_U", "type": "" }, { "class": "const", "name": "PT_SIGEXC", "type": "" }, { "class": "const", "name": "PT_STEP", "type": "" }, { "class": "const", "name": "PT_THUPDATE", "type": "" }, { "class": "const", "name": "PT_TRACE_ME", "type": "" }, { "class": "const", "name": "PT_WRITE_D", "type": "" }, { "class": "const", "name": "PT_WRITE_I", "type": "" }, { "class": "const", "name": "PT_WRITE_U", "type": "" }, { "class": "const", "name": "RLIMIT_AS", "type": "" }, { "class": "const", "name": "RLIMIT_CORE", "type": "" }, { "class": "const", "name": "RLIMIT_CPU", "type": "" }, { "class": "const", "name": "RLIMIT_DATA", "type": "" }, { "class": "const", "name": "RLIMIT_FSIZE", "type": "" }, { "class": "const", "name": "RLIMIT_NOFILE", "type": "" }, { "class": "const", "name": "RLIMIT_STACK", "type": "" }, { "class": "const", "name": "RLIM_INFINITY", "type": "" }, { "class": "const", "name": "RTAX_AUTHOR", "type": "" }, { "class": "const", "name": "RTAX_BRD", "type": "" }, { "class": "const", "name": "RTAX_DST", "type": "" }, { "class": "const", "name": "RTAX_GATEWAY", "type": "" }, { "class": "const", "name": "RTAX_GENMASK", "type": "" }, { "class": "const", "name": "RTAX_IFA", "type": "" }, { "class": "const", "name": "RTAX_IFP", "type": "" }, { "class": "const", "name": "RTAX_MAX", "type": "" }, { "class": "const", "name": "RTAX_NETMASK", "type": "" }, { "class": "const", "name": "RTA_AUTHOR", "type": "" }, { "class": "const", "name": "RTA_BRD", "type": "" }, { "class": "const", "name": "RTA_DST", "type": "" }, { "class": "const", "name": "RTA_GATEWAY", "type": "" }, { "class": "const", "name": "RTA_GENMASK", "type": "" }, { "class": "const", "name": "RTA_IFA", "type": "" }, { "class": "const", "name": "RTA_IFP", "type": "" }, { "class": "const", "name": "RTA_NETMASK", "type": "" }, { "class": "const", "name": "RTF_BLACKHOLE", "type": "" }, { "class": "const", "name": "RTF_BROADCAST", "type": "" }, { "class": "const", "name": "RTF_CLONING", "type": "" }, { "class": "const", "name": "RTF_CONDEMNED", "type": "" }, { "class": "const", "name": "RTF_DELCLONE", "type": "" }, { "class": "const", "name": "RTF_DONE", "type": "" }, { "class": "const", "name": "RTF_DYNAMIC", "type": "" }, { "class": "const", "name": "RTF_GATEWAY", "type": "" }, { "class": "const", "name": "RTF_HOST", "type": "" }, { "class": "const", "name": "RTF_IFREF", "type": "" }, { "class": "const", "name": "RTF_IFSCOPE", "type": "" }, { "class": "const", "name": "RTF_LLINFO", "type": "" }, { "class": "const", "name": "RTF_LOCAL", "type": "" }, { "class": "const", "name": "RTF_MODIFIED", "type": "" }, { "class": "const", "name": "RTF_MULTICAST", "type": "" }, { "class": "const", "name": "RTF_PINNED", "type": "" }, { "class": "const", "name": "RTF_PRCLONING", "type": "" }, { "class": "const", "name": "RTF_PROTO1", "type": "" }, { "class": "const", "name": "RTF_PROTO2", "type": "" }, { "class": "const", "name": "RTF_PROTO3", "type": "" }, { "class": "const", "name": "RTF_REJECT", "type": "" }, { "class": "const", "name": "RTF_STATIC", "type": "" }, { "class": "const", "name": "RTF_UP", "type": "" }, { "class": "const", "name": "RTF_WASCLONED", "type": "" }, { "class": "const", "name": "RTF_XRESOLVE", "type": "" }, { "class": "const", "name": "RTM_ADD", "type": "" }, { "class": "const", "name": "RTM_CHANGE", "type": "" }, { "class": "const", "name": "RTM_DELADDR", "type": "" }, { "class": "const", "name": "RTM_DELETE", "type": "" }, { "class": "const", "name": "RTM_DELMADDR", "type": "" }, { "class": "const", "name": "RTM_GET", "type": "" }, { "class": "const", "name": "RTM_GET2", "type": "" }, { "class": "const", "name": "RTM_IFINFO", "type": "" }, { "class": "const", "name": "RTM_IFINFO2", "type": "" }, { "class": "const", "name": "RTM_LOCK", "type": "" }, { "class": "const", "name": "RTM_LOSING", "type": "" }, { "class": "const", "name": "RTM_MISS", "type": "" }, { "class": "const", "name": "RTM_NEWADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR2", "type": "" }, { "class": "const", "name": "RTM_OLDADD", "type": "" }, { "class": "const", "name": "RTM_OLDDEL", "type": "" }, { "class": "const", "name": "RTM_REDIRECT", "type": "" }, { "class": "const", "name": "RTM_RESOLVE", "type": "" }, { "class": "const", "name": "RTM_RTTUNIT", "type": "" }, { "class": "const", "name": "RTM_VERSION", "type": "" }, { "class": "const", "name": "RTV_EXPIRE", "type": "" }, { "class": "const", "name": "RTV_HOPCOUNT", "type": "" }, { "class": "const", "name": "RTV_MTU", "type": "" }, { "class": "const", "name": "RTV_RPIPE", "type": "" }, { "class": "const", "name": "RTV_RTT", "type": "" }, { "class": "const", "name": "RTV_RTTVAR", "type": "" }, { "class": "const", "name": "RTV_SPIPE", "type": "" }, { "class": "const", "name": "RTV_SSTHRESH", "type": "" }, { "class": "const", "name": "RUSAGE_CHILDREN", "type": "" }, { "class": "const", "name": "RUSAGE_SELF", "type": "" }, { "class": "const", "name": "SCM_CREDS", "type": "" }, { "class": "const", "name": "SCM_RIGHTS", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SHUT_RD", "type": "" }, { "class": "const", "name": "SHUT_RDWR", "type": "" }, { "class": "const", "name": "SHUT_WR", "type": "" }, { "class": "const", "name": "SIGABRT", "type": "" }, { "class": "const", "name": "SIGALRM", "type": "" }, { "class": "const", "name": "SIGBUS", "type": "" }, { "class": "const", "name": "SIGCHLD", "type": "" }, { "class": "const", "name": "SIGCONT", "type": "" }, { "class": "const", "name": "SIGEMT", "type": "" }, { "class": "const", "name": "SIGFPE", "type": "" }, { "class": "const", "name": "SIGHUP", "type": "" }, { "class": "const", "name": "SIGILL", "type": "" }, { "class": "const", "name": "SIGINFO", "type": "" }, { "class": "const", "name": "SIGINT", "type": "" }, { "class": "const", "name": "SIGIO", "type": "" }, { "class": "const", "name": "SIGIOT", "type": "" }, { "class": "const", "name": "SIGKILL", "type": "" }, { "class": "const", "name": "SIGPIPE", "type": "" }, { "class": "const", "name": "SIGPROF", "type": "" }, { "class": "const", "name": "SIGQUIT", "type": "" }, { "class": "const", "name": "SIGSEGV", "type": "" }, { "class": "const", "name": "SIGSTOP", "type": "" }, { "class": "const", "name": "SIGSYS", "type": "" }, { "class": "const", "name": "SIGTERM", "type": "" }, { "class": "const", "name": "SIGTRAP", "type": "" }, { "class": "const", "name": "SIGTSTP", "type": "" }, { "class": "const", "name": "SIGTTIN", "type": "" }, { "class": "const", "name": "SIGTTOU", "type": "" }, { "class": "const", "name": "SIGURG", "type": "" }, { "class": "const", "name": "SIGUSR1", "type": "" }, { "class": "const", "name": "SIGUSR2", "type": "" }, { "class": "const", "name": "SIGVTALRM", "type": "" }, { "class": "const", "name": "SIGWINCH", "type": "" }, { "class": "const", "name": "SIGXCPU", "type": "" }, { "class": "const", "name": "SIGXFSZ", "type": "" }, { "class": "const", "name": "SIOCADDMULTI", "type": "" }, { "class": "const", "name": "SIOCAIFADDR", "type": "" }, { "class": "const", "name": "SIOCALIFADDR", "type": "" }, { "class": "const", "name": "SIOCARPIPLL", "type": "" }, { "class": "const", "name": "SIOCATMARK", "type": "" }, { "class": "const", "name": "SIOCAUTOADDR", "type": "" }, { "class": "const", "name": "SIOCAUTONETMASK", "type": "" }, { "class": "const", "name": "SIOCDELMULTI", "type": "" }, { "class": "const", "name": "SIOCDIFADDR", "type": "" }, { "class": "const", "name": "SIOCDIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCDLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCGETSGCNT", "type": "" }, { "class": "const", "name": "SIOCGETVIFCNT", "type": "" }, { "class": "const", "name": "SIOCGETVLAN", "type": "" }, { "class": "const", "name": "SIOCGHIWAT", "type": "" }, { "class": "const", "name": "SIOCGIFADDR", "type": "" }, { "class": "const", "name": "SIOCGIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCGIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCGIFBOND", "type": "" }, { "class": "const", "name": "SIOCGIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCGIFCAP", "type": "" }, { "class": "const", "name": "SIOCGIFCONF", "type": "" }, { "class": "const", "name": "SIOCGIFDEVMTU", "type": "" }, { "class": "const", "name": "SIOCGIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCGIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCGIFKPI", "type": "" }, { "class": "const", "name": "SIOCGIFMAC", "type": "" }, { "class": "const", "name": "SIOCGIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCGIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCGIFMTU", "type": "" }, { "class": "const", "name": "SIOCGIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCGIFPDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFPHYS", "type": "" }, { "class": "const", "name": "SIOCGIFPSRCADDR", "type": "" }, { "class": "const", "name": "SIOCGIFSTATUS", "type": "" }, { "class": "const", "name": "SIOCGIFVLAN", "type": "" }, { "class": "const", "name": "SIOCGIFWAKEFLAGS", "type": "" }, { "class": "const", "name": "SIOCGLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCGLOWAT", "type": "" }, { "class": "const", "name": "SIOCGPGRP", "type": "" }, { "class": "const", "name": "SIOCIFCREATE", "type": "" }, { "class": "const", "name": "SIOCIFCREATE2", "type": "" }, { "class": "const", "name": "SIOCIFDESTROY", "type": "" }, { "class": "const", "name": "SIOCRSLVMULTI", "type": "" }, { "class": "const", "name": "SIOCSDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCSETVLAN", "type": "" }, { "class": "const", "name": "SIOCSHIWAT", "type": "" }, { "class": "const", "name": "SIOCSIFADDR", "type": "" }, { "class": "const", "name": "SIOCSIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCSIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCSIFBOND", "type": "" }, { "class": "const", "name": "SIOCSIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCSIFCAP", "type": "" }, { "class": "const", "name": "SIOCSIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCSIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCSIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCSIFKPI", "type": "" }, { "class": "const", "name": "SIOCSIFLLADDR", "type": "" }, { "class": "const", "name": "SIOCSIFMAC", "type": "" }, { "class": "const", "name": "SIOCSIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCSIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCSIFMTU", "type": "" }, { "class": "const", "name": "SIOCSIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCSIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSIFPHYS", "type": "" }, { "class": "const", "name": "SIOCSIFVLAN", "type": "" }, { "class": "const", "name": "SIOCSLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSLOWAT", "type": "" }, { "class": "const", "name": "SIOCSPGRP", "type": "" }, { "class": "const", "name": "SOCK_DGRAM", "type": "" }, { "class": "const", "name": "SOCK_MAXADDRLEN", "type": "" }, { "class": "const", "name": "SOCK_RAW", "type": "" }, { "class": "const", "name": "SOCK_RDM", "type": "" }, { "class": "const", "name": "SOCK_SEQPACKET", "type": "" }, { "class": "const", "name": "SOCK_STREAM", "type": "" }, { "class": "const", "name": "SOL_SOCKET", "type": "" }, { "class": "const", "name": "SOMAXCONN", "type": "" }, { "class": "const", "name": "SO_ACCEPTCONN", "type": "" }, { "class": "const", "name": "SO_BROADCAST", "type": "" }, { "class": "const", "name": "SO_DEBUG", "type": "" }, { "class": "const", "name": "SO_DONTROUTE", "type": "" }, { "class": "const", "name": "SO_DONTTRUNC", "type": "" }, { "class": "const", "name": "SO_ERROR", "type": "" }, { "class": "const", "name": "SO_KEEPALIVE", "type": "" }, { "class": "const", "name": "SO_LABEL", "type": "" }, { "class": "const", "name": "SO_LINGER", "type": "" }, { "class": "const", "name": "SO_LINGER_SEC", "type": "" }, { "class": "const", "name": "SO_NKE", "type": "" }, { "class": "const", "name": "SO_NOADDRERR", "type": "" }, { "class": "const", "name": "SO_NOSIGPIPE", "type": "" }, { "class": "const", "name": "SO_NOTIFYCONFLICT", "type": "" }, { "class": "const", "name": "SO_NP_EXTENSIONS", "type": "" }, { "class": "const", "name": "SO_NREAD", "type": "" }, { "class": "const", "name": "SO_NWRITE", "type": "" }, { "class": "const", "name": "SO_OOBINLINE", "type": "" }, { "class": "const", "name": "SO_PEERLABEL", "type": "" }, { "class": "const", "name": "SO_RANDOMPORT", "type": "" }, { "class": "const", "name": "SO_RCVBUF", "type": "" }, { "class": "const", "name": "SO_RCVLOWAT", "type": "" }, { "class": "const", "name": "SO_RCVTIMEO", "type": "" }, { "class": "const", "name": "SO_RESTRICTIONS", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYIN", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYOUT", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYSET", "type": "" }, { "class": "const", "name": "SO_REUSEADDR", "type": "" }, { "class": "const", "name": "SO_REUSEPORT", "type": "" }, { "class": "const", "name": "SO_REUSESHAREUID", "type": "" }, { "class": "const", "name": "SO_SNDBUF", "type": "" }, { "class": "const", "name": "SO_SNDLOWAT", "type": "" }, { "class": "const", "name": "SO_SNDTIMEO", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SO_TYPE", "type": "" }, { "class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": "" }, { "class": "const", "name": "SO_USELOOPBACK", "type": "" }, { "class": "const", "name": "SO_WANTMORE", "type": "" }, { "class": "const", "name": "SO_WANTOOBFLAG", "type": "" }, { "class": "const", "name": "SYS_ACCEPT", "type": "" }, { "class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_ACCESS", "type": "" }, { "class": "const", "name": "SYS_ACCESS_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_ACCT", "type": "" }, { "class": "const", "name": "SYS_ADD_PROFIL", "type": "" }, { "class": "const", "name": "SYS_ADJTIME", "type": "" }, { "class": "const", "name": "SYS_AIO_CANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_ERROR", "type": "" }, { "class": "const", "name": "SYS_AIO_FSYNC", "type": "" }, { "class": "const", "name": "SYS_AIO_READ", "type": "" }, { "class": "const", "name": "SYS_AIO_RETURN", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_WRITE", "type": "" }, { "class": "const", "name": "SYS_ATGETMSG", "type": "" }, { "class": "const", "name": "SYS_ATPGETREQ", "type": "" }, { "class": "const", "name": "SYS_ATPGETRSP", "type": "" }, { "class": "const", "name": "SYS_ATPSNDREQ", "type": "" }, { "class": "const", "name": "SYS_ATPSNDRSP", "type": "" }, { "class": "const", "name": "SYS_ATPUTMSG", "type": "" }, { "class": "const", "name": "SYS_ATSOCKET", "type": "" }, { "class": "const", "name": "SYS_AUDIT", "type": "" }, { "class": "const", "name": "SYS_AUDITCTL", "type": "" }, { "class": "const", "name": "SYS_AUDITON", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": "" }, { "class": "const", "name": "SYS_BIND", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": "" }, { "class": "const", "name": "SYS_CHDIR", "type": "" }, { "class": "const", "name": "SYS_CHFLAGS", "type": "" }, { "class": "const", "name": "SYS_CHMOD", "type": "" }, { "class": "const", "name": "SYS_CHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_CHOWN", "type": "" }, { "class": "const", "name": "SYS_CHROOT", "type": "" }, { "class": "const", "name": "SYS_CHUD", "type": "" }, { "class": "const", "name": "SYS_CLOSE", "type": "" }, { "class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_CONNECT", "type": "" }, { "class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_COPYFILE", "type": "" }, { "class": "const", "name": "SYS_CSOPS", "type": "" }, { "class": "const", "name": "SYS_DELETE", "type": "" }, { "class": "const", "name": "SYS_DUP", "type": "" }, { "class": "const", "name": "SYS_DUP2", "type": "" }, { "class": "const", "name": "SYS_EXCHANGEDATA", "type": "" }, { "class": "const", "name": "SYS_EXECVE", "type": "" }, { "class": "const", "name": "SYS_EXIT", "type": "" }, { "class": "const", "name": "SYS_FCHDIR", "type": "" }, { "class": "const", "name": "SYS_FCHFLAGS", "type": "" }, { "class": "const", "name": "SYS_FCHMOD", "type": "" }, { "class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FCHOWN", "type": "" }, { "class": "const", "name": "SYS_FCNTL", "type": "" }, { "class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FDATASYNC", "type": "" }, { "class": "const", "name": "SYS_FFSCTL", "type": "" }, { "class": "const", "name": "SYS_FGETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FGETXATTR", "type": "" }, { "class": "const", "name": "SYS_FHOPEN", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": "" }, { "class": "const", "name": "SYS_FLISTXATTR", "type": "" }, { "class": "const", "name": "SYS_FLOCK", "type": "" }, { "class": "const", "name": "SYS_FORK", "type": "" }, { "class": "const", "name": "SYS_FPATHCONF", "type": "" }, { "class": "const", "name": "SYS_FREMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_FSCTL", "type": "" }, { "class": "const", "name": "SYS_FSETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FSETXATTR", "type": "" }, { "class": "const", "name": "SYS_FSGETPATH", "type": "" }, { "class": "const", "name": "SYS_FSTAT", "type": "" }, { "class": "const", "name": "SYS_FSTAT64", "type": "" }, { "class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSTATFS", "type": "" }, { "class": "const", "name": "SYS_FSTATFS64", "type": "" }, { "class": "const", "name": "SYS_FSTATV", "type": "" }, { "class": "const", "name": "SYS_FSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSYNC", "type": "" }, { "class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FTRUNCATE", "type": "" }, { "class": "const", "name": "SYS_FUTIMES", "type": "" }, { "class": "const", "name": "SYS_GETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_GETAUID", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES64", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": "" }, { "class": "const", "name": "SYS_GETDTABLESIZE", "type": "" }, { "class": "const", "name": "SYS_GETEGID", "type": "" }, { "class": "const", "name": "SYS_GETEUID", "type": "" }, { "class": "const", "name": "SYS_GETFH", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT64", "type": "" }, { "class": "const", "name": "SYS_GETGID", "type": "" }, { "class": "const", "name": "SYS_GETGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETHOSTUUID", "type": "" }, { "class": "const", "name": "SYS_GETITIMER", "type": "" }, { "class": "const", "name": "SYS_GETLCID", "type": "" }, { "class": "const", "name": "SYS_GETLOGIN", "type": "" }, { "class": "const", "name": "SYS_GETPEERNAME", "type": "" }, { "class": "const", "name": "SYS_GETPGID", "type": "" }, { "class": "const", "name": "SYS_GETPGRP", "type": "" }, { "class": "const", "name": "SYS_GETPID", "type": "" }, { "class": "const", "name": "SYS_GETPPID", "type": "" }, { "class": "const", "name": "SYS_GETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_GETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_GETRUSAGE", "type": "" }, { "class": "const", "name": "SYS_GETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETSID", "type": "" }, { "class": "const", "name": "SYS_GETSOCKNAME", "type": "" }, { "class": "const", "name": "SYS_GETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_GETTID", "type": "" }, { "class": "const", "name": "SYS_GETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_GETUID", "type": "" }, { "class": "const", "name": "SYS_GETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETXATTR", "type": "" }, { "class": "const", "name": "SYS_IDENTITYSVC", "type": "" }, { "class": "const", "name": "SYS_INITGROUPS", "type": "" }, { "class": "const", "name": "SYS_IOCTL", "type": "" }, { "class": "const", "name": "SYS_IOPOLICYSYS", "type": "" }, { "class": "const", "name": "SYS_ISSETUGID", "type": "" }, { "class": "const", "name": "SYS_KDEBUG_TRACE", "type": "" }, { "class": "const", "name": "SYS_KEVENT", "type": "" }, { "class": "const", "name": "SYS_KEVENT64", "type": "" }, { "class": "const", "name": "SYS_KILL", "type": "" }, { "class": "const", "name": "SYS_KQUEUE", "type": "" }, { "class": "const", "name": "SYS_LCHOWN", "type": "" }, { "class": "const", "name": "SYS_LINK", "type": "" }, { "class": "const", "name": "SYS_LIO_LISTIO", "type": "" }, { "class": "const", "name": "SYS_LISTEN", "type": "" }, { "class": "const", "name": "SYS_LISTXATTR", "type": "" }, { "class": "const", "name": "SYS_LSEEK", "type": "" }, { "class": "const", "name": "SYS_LSTAT", "type": "" }, { "class": "const", "name": "SYS_LSTAT64", "type": "" }, { "class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_LSTATV", "type": "" }, { "class": "const", "name": "SYS_LSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MADVISE", "type": "" }, { "class": "const", "name": "SYS_MAXSYSCALL", "type": "" }, { "class": "const", "name": "SYS_MINCORE", "type": "" }, { "class": "const", "name": "SYS_MINHERIT", "type": "" }, { "class": "const", "name": "SYS_MKCOMPLEX", "type": "" }, { "class": "const", "name": "SYS_MKDIR", "type": "" }, { "class": "const", "name": "SYS_MKDIR_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKFIFO", "type": "" }, { "class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKNOD", "type": "" }, { "class": "const", "name": "SYS_MLOCK", "type": "" }, { "class": "const", "name": "SYS_MLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MMAP", "type": "" }, { "class": "const", "name": "SYS_MODWATCH", "type": "" }, { "class": "const", "name": "SYS_MOUNT", "type": "" }, { "class": "const", "name": "SYS_MPROTECT", "type": "" }, { "class": "const", "name": "SYS_MSGCTL", "type": "" }, { "class": "const", "name": "SYS_MSGGET", "type": "" }, { "class": "const", "name": "SYS_MSGRCV", "type": "" }, { "class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSND", "type": "" }, { "class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSYS", "type": "" }, { "class": "const", "name": "SYS_MSYNC", "type": "" }, { "class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MUNLOCK", "type": "" }, { "class": "const", "name": "SYS_MUNLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MUNMAP", "type": "" }, { "class": "const", "name": "SYS_NFSCLNT", "type": "" }, { "class": "const", "name": "SYS_NFSSVC", "type": "" }, { "class": "const", "name": "SYS_OPEN", "type": "" }, { "class": "const", "name": "SYS_OPEN_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_OPEN_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PATHCONF", "type": "" }, { "class": "const", "name": "SYS_PID_HIBERNATE", "type": "" }, { "class": "const", "name": "SYS_PID_RESUME", "type": "" }, { "class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": "" }, { "class": "const", "name": "SYS_PID_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_PIPE", "type": "" }, { "class": "const", "name": "SYS_POLL", "type": "" }, { "class": "const", "name": "SYS_POLL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_POSIX_SPAWN", "type": "" }, { "class": "const", "name": "SYS_PREAD", "type": "" }, { "class": "const", "name": "SYS_PREAD_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PROCESS_POLICY", "type": "" }, { "class": "const", "name": "SYS_PROC_INFO", "type": "" }, { "class": "const", "name": "SYS_PROFIL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": "" }, { "class": "const", "name": "SYS_PTRACE", "type": "" }, { "class": "const", "name": "SYS_PWRITE", "type": "" }, { "class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_QUOTACTL", "type": "" }, { "class": "const", "name": "SYS_READ", "type": "" }, { "class": "const", "name": "SYS_READLINK", "type": "" }, { "class": "const", "name": "SYS_READV", "type": "" }, { "class": "const", "name": "SYS_READV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_READ_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REBOOT", "type": "" }, { "class": "const", "name": "SYS_RECVFROM", "type": "" }, { "class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_RECVMSG", "type": "" }, { "class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_RENAME", "type": "" }, { "class": "const", "name": "SYS_REVOKE", "type": "" }, { "class": "const", "name": "SYS_RMDIR", "type": "" }, { "class": "const", "name": "SYS_SEARCHFS", "type": "" }, { "class": "const", "name": "SYS_SELECT", "type": "" }, { "class": "const", "name": "SYS_SELECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SEMCTL", "type": "" }, { "class": "const", "name": "SYS_SEMGET", "type": "" }, { "class": "const", "name": "SYS_SEMOP", "type": "" }, { "class": "const", "name": "SYS_SEMSYS", "type": "" }, { "class": "const", "name": "SYS_SEM_CLOSE", "type": "" }, { "class": "const", "name": "SYS_SEM_DESTROY", "type": "" }, { "class": "const", "name": "SYS_SEM_GETVALUE", "type": "" }, { "class": "const", "name": "SYS_SEM_INIT", "type": "" }, { "class": "const", "name": "SYS_SEM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SEM_POST", "type": "" }, { "class": "const", "name": "SYS_SEM_TRYWAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDFILE", "type": "" }, { "class": "const", "name": "SYS_SENDMSG", "type": "" }, { "class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDTO", "type": "" }, { "class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_SETAUID", "type": "" }, { "class": "const", "name": "SYS_SETEGID", "type": "" }, { "class": "const", "name": "SYS_SETEUID", "type": "" }, { "class": "const", "name": "SYS_SETGID", "type": "" }, { "class": "const", "name": "SYS_SETGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETITIMER", "type": "" }, { "class": "const", "name": "SYS_SETLCID", "type": "" }, { "class": "const", "name": "SYS_SETLOGIN", "type": "" }, { "class": "const", "name": "SYS_SETPGID", "type": "" }, { "class": "const", "name": "SYS_SETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_SETPRIVEXEC", "type": "" }, { "class": "const", "name": "SYS_SETREGID", "type": "" }, { "class": "const", "name": "SYS_SETREUID", "type": "" }, { "class": "const", "name": "SYS_SETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_SETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETSID", "type": "" }, { "class": "const", "name": "SYS_SETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_SETTID", "type": "" }, { "class": "const", "name": "SYS_SETTID_WITH_PID", "type": "" }, { "class": "const", "name": "SYS_SETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_SETUID", "type": "" }, { "class": "const", "name": "SYS_SETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETXATTR", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": "" }, { "class": "const", "name": "SYS_SHMAT", "type": "" }, { "class": "const", "name": "SYS_SHMCTL", "type": "" }, { "class": "const", "name": "SYS_SHMDT", "type": "" }, { "class": "const", "name": "SYS_SHMGET", "type": "" }, { "class": "const", "name": "SYS_SHMSYS", "type": "" }, { "class": "const", "name": "SYS_SHM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SHM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SHUTDOWN", "type": "" }, { "class": "const", "name": "SYS_SIGACTION", "type": "" }, { "class": "const", "name": "SYS_SIGALTSTACK", "type": "" }, { "class": "const", "name": "SYS_SIGPENDING", "type": "" }, { "class": "const", "name": "SYS_SIGPROCMASK", "type": "" }, { "class": "const", "name": "SYS_SIGRETURN", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SOCKET", "type": "" }, { "class": "const", "name": "SYS_SOCKETPAIR", "type": "" }, { "class": "const", "name": "SYS_STACK_SNAPSHOT", "type": "" }, { "class": "const", "name": "SYS_STAT", "type": "" }, { "class": "const", "name": "SYS_STAT64", "type": "" }, { "class": "const", "name": "SYS_STAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_STATFS", "type": "" }, { "class": "const", "name": "SYS_STATFS64", "type": "" }, { "class": "const", "name": "SYS_STATV", "type": "" }, { "class": "const", "name": "SYS_STAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_SWAPON", "type": "" }, { "class": "const", "name": "SYS_SYMLINK", "type": "" }, { "class": "const", "name": "SYS_SYNC", "type": "" }, { "class": "const", "name": "SYS_SYSCALL", "type": "" }, { "class": "const", "name": "SYS_THREAD_SELFID", "type": "" }, { "class": "const", "name": "SYS_TRUNCATE", "type": "" }, { "class": "const", "name": "SYS_UMASK", "type": "" }, { "class": "const", "name": "SYS_UMASK_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_UNDELETE", "type": "" }, { "class": "const", "name": "SYS_UNLINK", "type": "" }, { "class": "const", "name": "SYS_UNMOUNT", "type": "" }, { "class": "const", "name": "SYS_UTIMES", "type": "" }, { "class": "const", "name": "SYS_VFORK", "type": "" }, { "class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": "" }, { "class": "const", "name": "SYS_WAIT4", "type": "" }, { "class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WAITEVENT", "type": "" }, { "class": "const", "name": "SYS_WAITID", "type": "" }, { "class": "const", "name": "SYS_WAITID_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WATCHEVENT", "type": "" }, { "class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": "" }, { "class": "const", "name": "SYS_WORKQ_OPEN", "type": "" }, { "class": "const", "name": "SYS_WRITE", "type": "" }, { "class": "const", "name": "SYS_WRITEV", "type": "" }, { "class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": "" }, { "class": "const", "name": "SYS___MAC_EXECVE", "type": "" }, { "class": "const", "name": "SYS___MAC_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_SYSCALL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CANCELED", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_KILL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SYSCTL", "type": "" }, { "class": "const", "name": "S_IEXEC", "type": "" }, { "class": "const", "name": "S_IFBLK", "type": "" }, { "class": "const", "name": "S_IFCHR", "type": "" }, { "class": "const", "name": "S_IFDIR", "type": "" }, { "class": "const", "name": "S_IFIFO", "type": "" }, { "class": "const", "name": "S_IFLNK", "type": "" }, { "class": "const", "name": "S_IFMT", "type": "" }, { "class": "const", "name": "S_IFREG", "type": "" }, { "class": "const", "name": "S_IFSOCK", "type": "" }, { "class": "const", "name": "S_IFWHT", "type": "" }, { "class": "const", "name": "S_IREAD", "type": "" }, { "class": "const", "name": "S_IRGRP", "type": "" }, { "class": "const", "name": "S_IROTH", "type": "" }, { "class": "const", "name": "S_IRUSR", "type": "" }, { "class": "const", "name": "S_IRWXG", "type": "" }, { "class": "const", "name": "S_IRWXO", "type": "" }, { "class": "const", "name": "S_IRWXU", "type": "" }, { "class": "const", "name": "S_ISGID", "type": "" }, { "class": "const", "name": "S_ISTXT", "type": "" }, { "class": "const", "name": "S_ISUID", "type": "" }, { "class": "const", "name": "S_ISVTX", "type": "" }, { "class": "const", "name": "S_IWGRP", "type": "" }, { "class": "const", "name": "S_IWOTH", "type": "" }, { "class": "const", "name": "S_IWRITE", "type": "" }, { "class": "const", "name": "S_IWUSR", "type": "" }, { "class": "const", "name": "S_IXGRP", "type": "" }, { "class": "const", "name": "S_IXOTH", "type": "" }, { "class": "const", "name": "S_IXUSR", "type": "" }, { "class": "const", "name": "SizeofBpfHdr", "type": "" }, { "class": "const", "name": "SizeofBpfInsn", "type": "" }, { "class": "const", "name": "SizeofBpfProgram", "type": "" }, { "class": "const", "name": "SizeofBpfStat", "type": "" }, { "class": "const", "name": "SizeofBpfVersion", "type": "" }, { "class": "const", "name": "SizeofCmsghdr", "type": "" }, { "class": "const", "name": "SizeofICMPv6Filter", "type": "" }, { "class": "const", "name": "SizeofIPMreq", "type": "" }, { "class": "const", "name": "SizeofIPv6MTUInfo", "type": "" }, { "class": "const", "name": "SizeofIPv6Mreq", "type": "" }, { "class": "const", "name": "SizeofIfData", "type": "" }, { "class": "const", "name": "SizeofIfMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr2", "type": "" }, { "class": "const", "name": "SizeofInet4Pktinfo", "type": "" }, { "class": "const", "name": "SizeofInet6Pktinfo", "type": "" }, { "class": "const", "name": "SizeofLinger", "type": "" }, { "class": "const", "name": "SizeofMsghdr", "type": "" }, { "class": "const", "name": "SizeofRtMetrics", "type": "" }, { "class": "const", "name": "SizeofRtMsghdr", "type": "" }, { "class": "const", "name": "SizeofSockaddrAny", "type": "" }, { "class": "const", "name": "SizeofSockaddrDatalink", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet4", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet6", "type": "" }, { "class": "const", "name": "SizeofSockaddrUnix", "type": "" }, { "class": "const", "name": "TCIFLUSH", "type": "" }, { "class": "const", "name": "TCIOFLUSH", "type": "" }, { "class": "const", "name": "TCOFLUSH", "type": "" }, { "class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": "" }, { "class": "const", "name": "TCP_KEEPALIVE", "type": "" }, { "class": "const", "name": "TCP_MAXHLEN", "type": "" }, { "class": "const", "name": "TCP_MAXOLEN", "type": "" }, { "class": "const", "name": "TCP_MAXSEG", "type": "" }, { "class": "const", "name": "TCP_MAXWIN", "type": "" }, { "class": "const", "name": "TCP_MAX_SACK", "type": "" }, { "class": "const", "name": "TCP_MAX_WINSHIFT", "type": "" }, { "class": "const", "name": "TCP_MINMSS", "type": "" }, { "class": "const", "name": "TCP_MINMSSOVERLOAD", "type": "" }, { "class": "const", "name": "TCP_MSS", "type": "" }, { "class": "const", "name": "TCP_NODELAY", "type": "" }, { "class": "const", "name": "TCP_NOOPT", "type": "" }, { "class": "const", "name": "TCP_NOPUSH", "type": "" }, { "class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": "" }, { "class": "const", "name": "TCP_RXT_FINDROP", "type": "" }, { "class": "const", "name": "TCSAFLUSH", "type": "" }, { "class": "const", "name": "TIOCCBRK", "type": "" }, { "class": "const", "name": "TIOCCDTR", "type": "" }, { "class": "const", "name": "TIOCCONS", "type": "" }, { "class": "const", "name": "TIOCDCDTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCDRAIN", "type": "" }, { "class": "const", "name": "TIOCDSIMICROCODE", "type": "" }, { "class": "const", "name": "TIOCEXCL", "type": "" }, { "class": "const", "name": "TIOCEXT", "type": "" }, { "class": "const", "name": "TIOCFLUSH", "type": "" }, { "class": "const", "name": "TIOCGDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCGETA", "type": "" }, { "class": "const", "name": "TIOCGETD", "type": "" }, { "class": "const", "name": "TIOCGPGRP", "type": "" }, { "class": "const", "name": "TIOCGWINSZ", "type": "" }, { "class": "const", "name": "TIOCIXOFF", "type": "" }, { "class": "const", "name": "TIOCIXON", "type": "" }, { "class": "const", "name": "TIOCMBIC", "type": "" }, { "class": "const", "name": "TIOCMBIS", "type": "" }, { "class": "const", "name": "TIOCMGDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMGET", "type": "" }, { "class": "const", "name": "TIOCMODG", "type": "" }, { "class": "const", "name": "TIOCMODS", "type": "" }, { "class": "const", "name": "TIOCMSDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMSET", "type": "" }, { "class": "const", "name": "TIOCM_CAR", "type": "" }, { "class": "const", "name": "TIOCM_CD", "type": "" }, { "class": "const", "name": "TIOCM_CTS", "type": "" }, { "class": "const", "name": "TIOCM_DSR", "type": "" }, { "class": "const", "name": "TIOCM_DTR", "type": "" }, { "class": "const", "name": "TIOCM_LE", "type": "" }, { "class": "const", "name": "TIOCM_RI", "type": "" }, { "class": "const", "name": "TIOCM_RNG", "type": "" }, { "class": "const", "name": "TIOCM_RTS", "type": "" }, { "class": "const", "name": "TIOCM_SR", "type": "" }, { "class": "const", "name": "TIOCM_ST", "type": "" }, { "class": "const", "name": "TIOCNOTTY", "type": "" }, { "class": "const", "name": "TIOCNXCL", "type": "" }, { "class": "const", "name": "TIOCOUTQ", "type": "" }, { "class": "const", "name": "TIOCPKT", "type": "" }, { "class": "const", "name": "TIOCPKT_DATA", "type": "" }, { "class": "const", "name": "TIOCPKT_DOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHREAD", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": "" }, { "class": "const", "name": "TIOCPKT_IOCTL", "type": "" }, { "class": "const", "name": "TIOCPKT_NOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_START", "type": "" }, { "class": "const", "name": "TIOCPKT_STOP", "type": "" }, { "class": "const", "name": "TIOCPTYGNAME", "type": "" }, { "class": "const", "name": "TIOCPTYGRANT", "type": "" }, { "class": "const", "name": "TIOCPTYUNLK", "type": "" }, { "class": "const", "name": "TIOCREMOTE", "type": "" }, { "class": "const", "name": "TIOCSBRK", "type": "" }, { "class": "const", "name": "TIOCSCONS", "type": "" }, { "class": "const", "name": "TIOCSCTTY", "type": "" }, { "class": "const", "name": "TIOCSDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCSDTR", "type": "" }, { "class": "const", "name": "TIOCSETA", "type": "" }, { "class": "const", "name": "TIOCSETAF", "type": "" }, { "class": "const", "name": "TIOCSETAW", "type": "" }, { "class": "const", "name": "TIOCSETD", "type": "" }, { "class": "const", "name": "TIOCSIG", "type": "" }, { "class": "const", "name": "TIOCSPGRP", "type": "" }, { "class": "const", "name": "TIOCSTART", "type": "" }, { "class": "const", "name": "TIOCSTAT", "type": "" }, { "class": "const", "name": "TIOCSTI", "type": "" }, { "class": "const", "name": "TIOCSTOP", "type": "" }, { "class": "const", "name": "TIOCSWINSZ", "type": "" }, { "class": "const", "name": "TIOCTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCUCNTL", "type": "" }, { "class": "const", "name": "TOSTOP", "type": "" }, { "class": "const", "name": "VDISCARD", "type": "" }, { "class": "const", "name": "VDSUSP", "type": "" }, { "class": "const", "name": "VEOF", "type": "" }, { "class": "const", "name": "VEOL", "type": "" }, { "class": "const", "name": "VEOL2", "type": "" }, { "class": "const", "name": "VERASE", "type": "" }, { "class": "const", "name": "VINTR", "type": "" }, { "class": "const", "name": "VKILL", "type": "" }, { "class": "const", "name": "VLNEXT", "type": "" }, { "class": "const", "name": "VMIN", "type": "" }, { "class": "const", "name": "VQUIT", "type": "" }, { "class": "const", "name": "VREPRINT", "type": "" }, { "class": "const", "name": "VSTART", "type": "" }, { "class": "const", "name": "VSTATUS", "type": "" }, { "class": "const", "name": "VSTOP", "type": "" }, { "class": "const", "name": "VSUSP", "type": "" }, { "class": "const", "name": "VT0", "type": "" }, { "class": "const", "name": "VT1", "type": "" }, { "class": "const", "name": "VTDLY", "type": "" }, { "class": "const", "name": "VTIME", "type": "" }, { "class": "const", "name": "VWERASE", "type": "" }, { "class": "const", "name": "WCONTINUED", "type": "" }, { "class": "const", "name": "WCOREFLAG", "type": "" }, { "class": "const", "name": "WEXITED", "type": "" }, { "class": "const", "name": "WNOHANG", "type": "" }, { "class": "const", "name": "WNOWAIT", "type": "" }, { "class": "const", "name": "WORDSIZE", "type": "" }, { "class": "const", "name": "WSTOPPED", "type": "" }, { "class": "const", "name": "WUNTRACED", "type": "" }, { "class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)" }, { "class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)" }, { "class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)" }, { "class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)" }, { "class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)" }, { "class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)" }, { "class": "func", "name": "Chdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error" }, { "class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Chroot", "type": "func(path string) (err error)" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Close", "type": "func(fd int) (err error)" }, { "class": "func", "name": "CloseOnExec", "type": "func(fd int)" }, { "class": "func", "name": "CmsgLen", "type": "func(datalen int) int" }, { "class": "func", "name": "CmsgSpace", "type": "func(datalen int) int" }, { "class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)" }, { "class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)" }, { "class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Fchdir", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)" }, { "class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)" }, { "class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)" }, { "class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error" }, { "class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)" }, { "class": "func", "name": "FlushBpf", "type": "func(fd int) error" }, { "class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)" }, { "class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)" }, { "class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "Fsync", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)" }, { "class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)" }, { "class": "func", "name": "Getdtablesize", "type": "func() (size int)" }, { "class": "func", "name": "Getegid", "type": "func() (egid int)" }, { "class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)" }, { "class": "func", "name": "Geteuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)" }, { "class": "func", "name": "Getgid", "type": "func() (gid int)" }, { "class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)" }, { "class": "func", "name": "Getpgrp", "type": "func() (pgrp int)" }, { "class": "func", "name": "Getpid", "type": "func() (pid int)" }, { "class": "func", "name": "Getppid", "type": "func() (ppid int)" }, { "class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)" }, { "class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)" }, { "class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)" }, { "class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)" }, { "class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)" }, { "class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)" }, { "class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)" }, { "class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)" }, { "class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)" }, { "class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)" }, { "class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Getuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getwd", "type": "func() (string, error)" }, { "class": "func", "name": "Issetugid", "type": "func() (tainted bool)" }, { "class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)" }, { "class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)" }, { "class": "func", "name": "Kqueue", "type": "func() (fd int, err error)" }, { "class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Link", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)" }, { "class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)" }, { "class": "func", "name": "Mlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Mlockall", "type": "func(flags int) (err error)" }, { "class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)" }, { "class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)" }, { "class": "func", "name": "Munlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Munlockall", "type": "func() (err error)" }, { "class": "func", "name": "Munmap", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)" }, { "class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)" }, { "class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)" }, { "class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)" }, { "class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)" }, { "class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)" }, { "class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)" }, { "class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)" }, { "class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)" }, { "class": "func", "name": "Pipe", "type": "func(p []int) (err error)" }, { "class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)" }, { "class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)" }, { "class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Rename", "type": "func(from string, to string) (err error)" }, { "class": "func", "name": "Revoke", "type": "func(path string) (err error)" }, { "class": "func", "name": "Rmdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)" }, { "class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)" }, { "class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)" }, { "class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)" }, { "class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)" }, { "class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)" }, { "class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)" }, { "class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error" }, { "class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)" }, { "class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)" }, { "class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error" }, { "class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error" }, { "class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error" }, { "class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)" }, { "class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)" }, { "class": "func", "name": "Setegid", "type": "func(egid int) (err error)" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "Seteuid", "type": "func(euid int) (err error)" }, { "class": "func", "name": "Setgid", "type": "func(gid int) (err error)" }, { "class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)" }, { "class": "func", "name": "Setlogin", "type": "func(name string) (err error)" }, { "class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)" }, { "class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)" }, { "class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)" }, { "class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)" }, { "class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)" }, { "class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Setsid", "type": "func() (pid int, err error)" }, { "class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)" }, { "class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error" }, { "class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)" }, { "class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)" }, { "class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)" }, { "class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)" }, { "class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)" }, { "class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)" }, { "class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)" }, { "class": "func", "name": "Setuid", "type": "func(uid int) (err error)" }, { "class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)" }, { "class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)" }, { "class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)" }, { "class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)" }, { "class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)" }, { "class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "StringBytePtr", "type": "func(s string) *byte" }, { "class": "func", "name": "StringByteSlice", "type": "func(s string) []byte" }, { "class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte" }, { "class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Sync", "type": "func() (err error)" }, { "class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)" }, { "class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)" }, { "class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64" }, { "class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64" }, { "class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)" }, { "class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)" }, { "class": "func", "name": "Undelete", "type": "func(path string) (err error)" }, { "class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte" }, { "class": "func", "name": "Unlink", "type": "func(path string) (err error)" }, { "class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error" }, { "class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)" }, { "class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "type", "name": "BpfHdr", "type": "struct" }, { "class": "type", "name": "BpfInsn", "type": "struct" }, { "class": "type", "name": "BpfProgram", "type": "struct" }, { "class": "type", "name": "BpfStat", "type": "struct" }, { "class": "type", "name": "BpfVersion", "type": "struct" }, { "class": "type", "name": "Cmsghdr", "type": "struct" }, { "class": "type", "name": "Credential", "type": "struct" }, { "class": "type", "name": "Dirent", "type": "struct" }, { "class": "type", "name": "Errno", "type": "uintptr" }, { "class": "type", "name": "Fbootstraptransfer_t", "type": "struct" }, { "class": "type", "name": "FdSet", "type": "struct" }, { "class": "type", "name": "Flock_t", "type": "struct" }, { "class": "type", "name": "Fsid", "type": "struct" }, { "class": "type", "name": "Fstore_t", "type": "struct" }, { "class": "type", "name": "ICMPv6Filter", "type": "struct" }, { "class": "type", "name": "IPMreq", "type": "struct" }, { "class": "type", "name": "IPv6MTUInfo", "type": "struct" }, { "class": "type", "name": "IPv6Mreq", "type": "struct" }, { "class": "type", "name": "IfData", "type": "struct" }, { "class": "type", "name": "IfMsghdr", "type": "struct" }, { "class": "type", "name": "IfaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr2", "type": "struct" }, { "class": "type", "name": "Inet4Pktinfo", "type": "struct" }, { "class": "type", "name": "Inet6Pktinfo", "type": "struct" }, { "class": "type", "name": "InterfaceAddrMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct" }, { "class": "type", "name": "Iovec", "type": "struct" }, { "class": "type", "name": "Kevent_t", "type": "struct" }, { "class": "type", "name": "Linger", "type": "struct" }, { "class": "type", "name": "Log2phys_t", "type": "struct" }, { "class": "type", "name": "Msghdr", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Radvisory_t", "type": "struct" }, { "class": "type", "name": "RawSockaddr", "type": "struct" }, { "class": "type", "name": "RawSockaddrAny", "type": "struct" }, { "class": "type", "name": "RawSockaddrDatalink", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet4", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet6", "type": "struct" }, { "class": "type", "name": "RawSockaddrUnix", "type": "struct" }, { "class": "type", "name": "Rlimit", "type": "struct" }, { "class": "type", "name": "RouteMessage", "type": "struct" }, { "class": "type", "name": "RoutingMessage", "type": "interface" }, { "class": "type", "name": "RtMetrics", "type": "struct" }, { "class": "type", "name": "RtMsghdr", "type": "struct" }, { "class": "type", "name": "Rusage", "type": "struct" }, { "class": "type", "name": "Signal", "type": "int" }, { "class": "type", "name": "Sockaddr", "type": "interface" }, { "class": "type", "name": "SockaddrDatalink", "type": "struct" }, { "class": "type", "name": "SockaddrInet4", "type": "struct" }, { "class": "type", "name": "SockaddrInet6", "type": "struct" }, { "class": "type", "name": "SockaddrUnix", "type": "struct" }, { "class": "type", "name": "SocketControlMessage", "type": "struct" }, { "class": "type", "name": "Stat_t", "type": "struct" }, { "class": "type", "name": "Statfs_t", "type": "struct" }, { "class": "type", "name": "SysProcAttr", "type": "struct" }, { "class": "type", "name": "Termios", "type": "struct" }, { "class": "type", "name": "Timespec", "type": "struct" }, { "class": "type", "name": "Timeval", "type": "struct" }, { "class": "type", "name": "Timeval32", "type": "struct" }, { "class": "type", "name": "WaitStatus", "type": "uint32" }, { "class": "var", "name": "ForkLock", "type": "sync.RWMutex" }, { "class": "var", "name": "SocketDisableIPv6", "type": "bool" }, { "class": "var", "name": "Stderr", "type": "int" }, { "class": "var", "name": "Stdin", "type": "int" }, { "class": "var", "name": "Stdout", "type": "int"},{ "class": "const", "name": "MinRead", "type": "" }, { "class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int" }, { "class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool" }, { "class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool" }, { "class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool" }, { "class": "func", "name": "Fields", "type": "func(s []byte) [][]byte" }, { "class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte" }, { "class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool" }, { "class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool" }, { "class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int" }, { "class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte" }, { "class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte" }, { "class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer" }, { "class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer" }, { "class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader" }, { "class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte" }, { "class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte" }, { "class": "func", "name": "Runes", "type": "func(s []byte) []rune" }, { "class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "Title", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLower", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToTitle", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToUpper", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte" }, { "class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte" }, { "class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte" }, { "class": "type", "name": "Buffer", "type": "struct" }, { "class": "type", "name": "Reader", "type": "struct" }, { "class": "var", "name": "ErrTooLarge", "type": "error" }, { "class": "const", "name": "Bad", "type": "" }, { "class": "const", "name": "Con", "type": "" }, { "class": "const", "name": "FilterFuncDuplicates", "type": "" }, { "class": "const", "name": "FilterImportDuplicates", "type": "" }, { "class": "const", "name": "FilterUnassociatedComments", "type": "" }, { "class": "const", "name": "Fun", "type": "" }, { "class": "const", "name": "Lbl", "type": "" }, { "class": "const", "name": "Pkg", "type": "" }, { "class": "const", "name": "RECV", "type": "" }, { "class": "const", "name": "SEND", "type": "" }, { "class": "const", "name": "Typ", "type": "" }, { "class": "const", "name": "Var", "type": "" }, { "class": "func", "name": "FileExports", "type": "func(src *ast.File) bool" }, { "class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool" }, { "class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool" }, { "class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool" }, { "class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) (err error)" }, { "class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)" }, { "class": "func", "name": "IsExported", "type": "func(name string) bool" }, { "class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File" }, { "class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap" }, { "class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident" }, { "class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object" }, { "class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)" }, { "class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope" }, { "class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool" }, { "class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool" }, { "class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error" }, { "class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)" }, { "class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)" }, { "class": "type", "name": "ArrayType", "type": "struct" }, { "class": "type", "name": "AssignStmt", "type": "struct" }, { "class": "type", "name": "BadDecl", "type": "struct" }, { "class": "type", "name": "BadExpr", "type": "struct" }, { "class": "type", "name": "BadStmt", "type": "struct" }, { "class": "type", "name": "BasicLit", "type": "struct" }, { "class": "type", "name": "BinaryExpr", "type": "struct" }, { "class": "type", "name": "BlockStmt", "type": "struct" }, { "class": "type", "name": "BranchStmt", "type": "struct" }, { "class": "type", "name": "CallExpr", "type": "struct" }, { "class": "type", "name": "CaseClause", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "ChanType", "type": "struct" }, { "class": "type", "name": "CommClause", "type": "struct" }, { "class": "type", "name": "Comment", "type": "struct" }, { "class": "type", "name": "CommentGroup", "type": "struct" }, { "class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup" }, { "class": "type", "name": "CompositeLit", "type": "struct" }, { "class": "type", "name": "Decl", "type": "interface" }, { "class": "type", "name": "DeclStmt", "type": "struct" }, { "class": "type", "name": "DeferStmt", "type": "struct" }, { "class": "type", "name": "Ellipsis", "type": "struct" }, { "class": "type", "name": "EmptyStmt", "type": "struct" }, { "class": "type", "name": "Expr", "type": "interface" }, { "class": "type", "name": "ExprStmt", "type": "struct" }, { "class": "type", "name": "Field", "type": "struct" }, { "class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool" }, { "class": "type", "name": "FieldList", "type": "struct" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "Filter", "type": "func(string) bool" }, { "class": "type", "name": "ForStmt", "type": "struct" }, { "class": "type", "name": "FuncDecl", "type": "struct" }, { "class": "type", "name": "FuncLit", "type": "struct" }, { "class": "type", "name": "FuncType", "type": "struct" }, { "class": "type", "name": "GenDecl", "type": "struct" }, { "class": "type", "name": "GoStmt", "type": "struct" }, { "class": "type", "name": "Ident", "type": "struct" }, { "class": "type", "name": "IfStmt", "type": "struct" }, { "class": "type", "name": "ImportSpec", "type": "struct" }, { "class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)" }, { "class": "type", "name": "IncDecStmt", "type": "struct" }, { "class": "type", "name": "IndexExpr", "type": "struct" }, { "class": "type", "name": "InterfaceType", "type": "struct" }, { "class": "type", "name": "KeyValueExpr", "type": "struct" }, { "class": "type", "name": "LabeledStmt", "type": "struct" }, { "class": "type", "name": "MapType", "type": "struct" }, { "class": "type", "name": "MergeMode", "type": "uint" }, { "class": "type", "name": "Node", "type": "interface" }, { "class": "type", "name": "ObjKind", "type": "int" }, { "class": "type", "name": "Object", "type": "struct" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "ParenExpr", "type": "struct" }, { "class": "type", "name": "RangeStmt", "type": "struct" }, { "class": "type", "name": "ReturnStmt", "type": "struct" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "SelectStmt", "type": "struct" }, { "class": "type", "name": "SelectorExpr", "type": "struct" }, { "class": "type", "name": "SendStmt", "type": "struct" }, { "class": "type", "name": "SliceExpr", "type": "struct" }, { "class": "type", "name": "Spec", "type": "interface" }, { "class": "type", "name": "StarExpr", "type": "struct" }, { "class": "type", "name": "Stmt", "type": "interface" }, { "class": "type", "name": "StructType", "type": "struct" }, { "class": "type", "name": "SwitchStmt", "type": "struct" }, { "class": "type", "name": "TypeAssertExpr", "type": "struct" }, { "class": "type", "name": "TypeSpec", "type": "struct" }, { "class": "type", "name": "TypeSwitchStmt", "type": "struct" }, { "class": "type", "name": "UnaryExpr", "type": "struct" }, { "class": "type", "name": "ValueSpec", "type": "struct" }, { "class": "type", "name": "Visitor", "type": "interface" }, { "class": "const", "name": "ADD", "type": "" }, { "class": "const", "name": "ADD_ASSIGN", "type": "" }, { "class": "const", "name": "AND", "type": "" }, { "class": "const", "name": "AND_ASSIGN", "type": "" }, { "class": "const", "name": "AND_NOT", "type": "" }, { "class": "const", "name": "AND_NOT_ASSIGN", "type": "" }, { "class": "const", "name": "ARROW", "type": "" }, { "class": "const", "name": "ASSIGN", "type": "" }, { "class": "const", "name": "BREAK", "type": "" }, { "class": "const", "name": "CASE", "type": "" }, { "class": "const", "name": "CHAN", "type": "" }, { "class": "const", "name": "CHAR", "type": "" }, { "class": "const", "name": "COLON", "type": "" }, { "class": "const", "name": "COMMA", "type": "" }, { "class": "const", "name": "COMMENT", "type": "" }, { "class": "const", "name": "CONST", "type": "" }, { "class": "const", "name": "CONTINUE", "type": "" }, { "class": "const", "name": "DEC", "type": "" }, { "class": "const", "name": "DEFAULT", "type": "" }, { "class": "const", "name": "DEFER", "type": "" }, { "class": "const", "name": "DEFINE", "type": "" }, { "class": "const", "name": "ELLIPSIS", "type": "" }, { "class": "const", "name": "ELSE", "type": "" }, { "class": "const", "name": "EOF", "type": "" }, { "class": "const", "name": "EQL", "type": "" }, { "class": "const", "name": "FALLTHROUGH", "type": "" }, { "class": "const", "name": "FLOAT", "type": "" }, { "class": "const", "name": "FOR", "type": "" }, { "class": "const", "name": "FUNC", "type": "" }, { "class": "const", "name": "GEQ", "type": "" }, { "class": "const", "name": "GO", "type": "" }, { "class": "const", "name": "GOTO", "type": "" }, { "class": "const", "name": "GTR", "type": "" }, { "class": "const", "name": "HighestPrec", "type": "" }, { "class": "const", "name": "IDENT", "type": "" }, { "class": "const", "name": "IF", "type": "" }, { "class": "const", "name": "ILLEGAL", "type": "" }, { "class": "const", "name": "IMAG", "type": "" }, { "class": "const", "name": "IMPORT", "type": "" }, { "class": "const", "name": "INC", "type": "" }, { "class": "const", "name": "INT", "type": "" }, { "class": "const", "name": "INTERFACE", "type": "" }, { "class": "const", "name": "LAND", "type": "" }, { "class": "const", "name": "LBRACE", "type": "" }, { "class": "const", "name": "LBRACK", "type": "" }, { "class": "const", "name": "LEQ", "type": "" }, { "class": "const", "name": "LOR", "type": "" }, { "class": "const", "name": "LPAREN", "type": "" }, { "class": "const", "name": "LSS", "type": "" }, { "class": "const", "name": "LowestPrec", "type": "" }, { "class": "const", "name": "MAP", "type": "" }, { "class": "const", "name": "MUL", "type": "" }, { "class": "const", "name": "MUL_ASSIGN", "type": "" }, { "class": "const", "name": "NEQ", "type": "" }, { "class": "const", "name": "NOT", "type": "" }, { "class": "const", "name": "NoPos", "type": "" }, { "class": "const", "name": "OR", "type": "" }, { "class": "const", "name": "OR_ASSIGN", "type": "" }, { "class": "const", "name": "PACKAGE", "type": "" }, { "class": "const", "name": "PERIOD", "type": "" }, { "class": "const", "name": "QUO", "type": "" }, { "class": "const", "name": "QUO_ASSIGN", "type": "" }, { "class": "const", "name": "RANGE", "type": "" }, { "class": "const", "name": "RBRACE", "type": "" }, { "class": "const", "name": "RBRACK", "type": "" }, { "class": "const", "name": "REM", "type": "" }, { "class": "const", "name": "REM_ASSIGN", "type": "" }, { "class": "const", "name": "RETURN", "type": "" }, { "class": "const", "name": "RPAREN", "type": "" }, { "class": "const", "name": "SELECT", "type": "" }, { "class": "const", "name": "SEMICOLON", "type": "" }, { "class": "const", "name": "SHL", "type": "" }, { "class": "const", "name": "SHL_ASSIGN", "type": "" }, { "class": "const", "name": "SHR", "type": "" }, { "class": "const", "name": "SHR_ASSIGN", "type": "" }, { "class": "const", "name": "STRING", "type": "" }, { "class": "const", "name": "STRUCT", "type": "" }, { "class": "const", "name": "SUB", "type": "" }, { "class": "const", "name": "SUB_ASSIGN", "type": "" }, { "class": "const", "name": "SWITCH", "type": "" }, { "class": "const", "name": "TYPE", "type": "" }, { "class": "const", "name": "UnaryPrec", "type": "" }, { "class": "const", "name": "VAR", "type": "" }, { "class": "const", "name": "XOR", "type": "" }, { "class": "const", "name": "XOR_ASSIGN", "type": "" }, { "class": "func", "name": "Lookup", "type": "func(ident string) token.Token" }, { "class": "func", "name": "NewFileSet", "type": "func() *token.FileSet" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileSet", "type": "struct" }, { "class": "type", "name": "Pos", "type": "int" }, { "class": "type", "name": "Position", "type": "struct" }, { "class": "type", "name": "Token", "type": "int" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "Byte", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "FieldVal", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "IsBoolean", "type": "" }, { "class": "const", "name": "IsComplex", "type": "" }, { "class": "const", "name": "IsConstType", "type": "" }, { "class": "const", "name": "IsFloat", "type": "" }, { "class": "const", "name": "IsInteger", "type": "" }, { "class": "const", "name": "IsNumeric", "type": "" }, { "class": "const", "name": "IsOrdered", "type": "" }, { "class": "const", "name": "IsString", "type": "" }, { "class": "const", "name": "IsUnsigned", "type": "" }, { "class": "const", "name": "IsUntyped", "type": "" }, { "class": "const", "name": "MethodExpr", "type": "" }, { "class": "const", "name": "MethodVal", "type": "" }, { "class": "const", "name": "RecvOnly", "type": "" }, { "class": "const", "name": "Rune", "type": "" }, { "class": "const", "name": "SendOnly", "type": "" }, { "class": "const", "name": "SendRecv", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "const", "name": "UntypedBool", "type": "" }, { "class": "const", "name": "UntypedComplex", "type": "" }, { "class": "const", "name": "UntypedFloat", "type": "" }, { "class": "const", "name": "UntypedInt", "type": "" }, { "class": "const", "name": "UntypedNil", "type": "" }, { "class": "const", "name": "UntypedRune", "type": "" }, { "class": "const", "name": "UntypedString", "type": "" }, { "class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool" }, { "class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "Comparable", "type": "func(T types.Type) bool" }, { "class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()" }, { "class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (tv types.TypeAndValue, err error)" }, { "class": "func", "name": "ExprString", "type": "func(x ast.Expr) string" }, { "class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string" }, { "class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool" }, { "class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool" }, { "class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool" }, { "class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)" }, { "class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)" }, { "class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array" }, { "class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan" }, { "class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker" }, { "class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const" }, { "class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var" }, { "class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func" }, { "class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface" }, { "class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label" }, { "class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map" }, { "class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet" }, { "class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named" }, { "class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package" }, { "class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName" }, { "class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer" }, { "class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope" }, { "class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature" }, { "class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice" }, { "class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct" }, { "class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple" }, { "class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName" }, { "class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string" }, { "class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier" }, { "class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string" }, { "class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string" }, { "class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)" }, { "class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)" }, { "class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)" }, { "class": "type", "name": "Array", "type": "struct" }, { "class": "type", "name": "Basic", "type": "struct" }, { "class": "type", "name": "BasicInfo", "type": "int" }, { "class": "type", "name": "BasicKind", "type": "int" }, { "class": "type", "name": "Builtin", "type": "struct" }, { "class": "type", "name": "Chan", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Checker", "type": "struct" }, { "class": "type", "name": "Config", "type": "struct" }, { "class": "type", "name": "Const", "type": "struct" }, { "class": "type", "name": "Error", "type": "struct" }, { "class": "type", "name": "Func", "type": "struct" }, { "class": "type", "name": "ImportMode", "type": "int" }, { "class": "type", "name": "Importer", "type": "interface" }, { "class": "type", "name": "ImporterFrom", "type": "interface" }, { "class": "type", "name": "Info", "type": "struct" }, { "class": "type", "name": "Initializer", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "Label", "type": "struct" }, { "class": "type", "name": "Map", "type": "struct" }, { "class": "type", "name": "MethodSet", "type": "struct" }, { "class": "type", "name": "Named", "type": "struct" }, { "class": "type", "name": "Nil", "type": "struct" }, { "class": "type", "name": "Object", "type": "interface" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "PkgName", "type": "struct" }, { "class": "type", "name": "Pointer", "type": "struct" }, { "class": "type", "name": "Qualifier", "type": "func(*types.Package) string" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "Selection", "type": "struct" }, { "class": "type", "name": "SelectionKind", "type": "int" }, { "class": "type", "name": "Signature", "type": "struct" }, { "class": "type", "name": "Sizes", "type": "interface" }, { "class": "type", "name": "Slice", "type": "struct" }, { "class": "type", "name": "StdSizes", "type": "struct" }, { "class": "type", "name": "Struct", "type": "struct" }, { "class": "type", "name": "Tuple", "type": "struct" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "TypeAndValue", "type": "struct" }, { "class": "type", "name": "TypeName", "type": "struct" }, { "class": "type", "name": "Var", "type": "struct" }, { "class": "var", "name": "Typ", "type": "[]*types.Basic" }, { "class": "var", "name": "Universe", "type": "*types.Scope" }, { "class": "var", "name": "Unsafe", "type": "*types.Package" }, { "class": "const", "name": "FlagBroadcast", "type": "" }, { "class": "const", "name": "FlagLoopback", "type": "" }, { "class": "const", "name": "FlagMulticast", "type": "" }, { "class": "const", "name": "FlagPointToPoint", "type": "" }, { "class": "const", "name": "FlagUp", "type": "" }, { "class": "const", "name": "IPv4len", "type": "" }, { "class": "const", "name": "IPv6len", "type": "" }, { "class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask" }, { "class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)" }, { "class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)" }, { "class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)" }, { "class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)" }, { "class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)" }, { "class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)" }, { "class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP" }, { "class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask" }, { "class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)" }, { "class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)" }, { "class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)" }, { "class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)" }, { "class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string" }, { "class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)" }, { "class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)" }, { "class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)" }, { "class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)" }, { "class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)" }, { "class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)" }, { "class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)" }, { "class": "func", "name": "LookupIP", "type": "func(host string) (ips []net.IP, err error)" }, { "class": "func", "name": "LookupMX", "type": "func(name string) (mxs []*net.MX, err error)" }, { "class": "func", "name": "LookupNS", "type": "func(name string) (nss []*net.NS, err error)" }, { "class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)" }, { "class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)" }, { "class": "func", "name": "LookupTXT", "type": "func(name string) (txts []string, err error)" }, { "class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)" }, { "class": "func", "name": "ParseIP", "type": "func(s string) net.IP" }, { "class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)" }, { "class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)" }, { "class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)" }, { "class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)" }, { "class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)" }, { "class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)" }, { "class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)" }, { "class": "type", "name": "Addr", "type": "interface" }, { "class": "type", "name": "AddrError", "type": "struct" }, { "class": "type", "name": "Conn", "type": "interface" }, { "class": "type", "name": "DNSConfigError", "type": "struct" }, { "class": "type", "name": "DNSError", "type": "struct" }, { "class": "type", "name": "Dialer", "type": "struct" }, { "class": "type", "name": "Error", "type": "interface" }, { "class": "type", "name": "Flags", "type": "uint" }, { "class": "type", "name": "HardwareAddr", "type": "[]byte" }, { "class": "type", "name": "IP", "type": "[]byte" }, { "class": "type", "name": "IPAddr", "type": "struct" }, { "class": "type", "name": "IPConn", "type": "struct" }, { "class": "type", "name": "IPMask", "type": "[]byte" }, { "class": "type", "name": "IPNet", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "InvalidAddrError", "type": "string" }, { "class": "type", "name": "Listener", "type": "interface" }, { "class": "type", "name": "MX", "type": "struct" }, { "class": "type", "name": "NS", "type": "struct" }, { "class": "type", "name": "OpError", "type": "struct" }, { "class": "type", "name": "PacketConn", "type": "interface" }, { "class": "type", "name": "ParseError", "type": "struct" }, { "class": "type", "name": "SRV", "type": "struct" }, { "class": "type", "name": "TCPAddr", "type": "struct" }, { "class": "type", "name": "TCPConn", "type": "struct" }, { "class": "type", "name": "TCPListener", "type": "struct" }, { "class": "type", "name": "UDPAddr", "type": "struct" }, { "class": "type", "name": "UDPConn", "type": "struct" }, { "class": "type", "name": "UnixAddr", "type": "struct" }, { "class": "type", "name": "UnixConn", "type": "struct" }, { "class": "type", "name": "UnixListener", "type": "struct" }, { "class": "type", "name": "UnknownNetworkError", "type": "string" }, { "class": "var", "name": "ErrWriteToConnected", "type": "error" }, { "class": "var", "name": "IPv4allrouter", "type": "net.IP" }, { "class": "var", "name": "IPv4allsys", "type": "net.IP" }, { "class": "var", "name": "IPv4bcast", "type": "net.IP" }, { "class": "var", "name": "IPv4zero", "type": "net.IP" }, { "class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP" }, { "class": "var", "name": "IPv6loopback", "type": "net.IP" }, { "class": "var", "name": "IPv6unspecified", "type": "net.IP" }, { "class": "var", "name": "IPv6zero", "type": "net.IP" }, { "class": "const", "name": "DevNull", "type": "" }, { "class": "const", "name": "ModeAppend", "type": "" }, { "class": "const", "name": "ModeCharDevice", "type": "" }, { "class": "const", "name": "ModeDevice", "type": "" }, { "class": "const", "name": "ModeDir", "type": "" }, { "class": "const", "name": "ModeExclusive", "type": "" }, { "class": "const", "name": "ModeNamedPipe", "type": "" }, { "class": "const", "name": "ModePerm", "type": "" }, { "class": "const", "name": "ModeSetgid", "type": "" }, { "class": "const", "name": "ModeSetuid", "type": "" }, { "class": "const", "name": "ModeSocket", "type": "" }, { "class": "const", "name": "ModeSticky", "type": "" }, { "class": "const", "name": "ModeSymlink", "type": "" }, { "class": "const", "name": "ModeTemporary", "type": "" }, { "class": "const", "name": "ModeType", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_CREATE", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PathListSeparator", "type": "" }, { "class": "const", "name": "PathSeparator", "type": "" }, { "class": "const", "name": "SEEK_CUR", "type": "" }, { "class": "const", "name": "SEEK_END", "type": "" }, { "class": "const", "name": "SEEK_SET", "type": "" }, { "class": "func", "name": "Chdir", "type": "func(dir string) error" }, { "class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error" }, { "class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Create", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string" }, { "class": "func", "name": "ExpandEnv", "type": "func(s string) string" }, { "class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)" }, { "class": "func", "name": "Getegid", "type": "func() int" }, { "class": "func", "name": "Getenv", "type": "func(key string) string" }, { "class": "func", "name": "Geteuid", "type": "func() int" }, { "class": "func", "name": "Getgid", "type": "func() int" }, { "class": "func", "name": "Getgroups", "type": "func() ([]int, error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpid", "type": "func() int" }, { "class": "func", "name": "Getppid", "type": "func() int" }, { "class": "func", "name": "Getuid", "type": "func() int" }, { "class": "func", "name": "Getwd", "type": "func() (dir string, err error)" }, { "class": "func", "name": "Hostname", "type": "func() (name string, err error)" }, { "class": "func", "name": "IsExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsNotExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool" }, { "class": "func", "name": "IsPermission", "type": "func(err error) bool" }, { "class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Link", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)" }, { "class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error" }, { "class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error" }, { "class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File" }, { "class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error" }, { "class": "func", "name": "Open", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)" }, { "class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)" }, { "class": "func", "name": "Readlink", "type": "func(name string) (string, error)" }, { "class": "func", "name": "Remove", "type": "func(name string) error" }, { "class": "func", "name": "RemoveAll", "type": "func(path string) error" }, { "class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error" }, { "class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)" }, { "class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "TempDir", "type": "func() string" }, { "class": "func", "name": "Truncate", "type": "func(name string, size int64) error" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileInfo", "type": "interface" }, { "class": "type", "name": "FileMode", "type": "uint32" }, { "class": "type", "name": "LinkError", "type": "struct" }, { "class": "type", "name": "PathError", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Process", "type": "struct" }, { "class": "type", "name": "ProcessState", "type": "struct" }, { "class": "type", "name": "Signal", "type": "interface" }, { "class": "type", "name": "SyscallError", "type": "struct" }, { "class": "var", "name": "Args", "type": "[]string" }, { "class": "var", "name": "ErrExist", "type": "error" }, { "class": "var", "name": "ErrInvalid", "type": "error" }, { "class": "var", "name": "ErrNotExist", "type": "error" }, { "class": "var", "name": "ErrPermission", "type": "error" }, { "class": "var", "name": "Interrupt", "type": "os.Signal" }, { "class": "var", "name": "Kill", "type": "os.Signal" }, { "class": "var", "name": "Stderr", "type": "*os.File" }, { "class": "var", "name": "Stdin", "type": "*os.File" }, { "class": "var", "name": "Stdout", "type": "*os.File" }, { "class": "const", "name": "Array", "type": "" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "BothDir", "type": "" }, { "class": "const", "name": "Chan", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Func", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Interface", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "Map", "type": "" }, { "class": "const", "name": "Ptr", "type": "" }, { "class": "const", "name": "RecvDir", "type": "" }, { "class": "const", "name": "SelectDefault", "type": "" }, { "class": "const", "name": "SelectRecv", "type": "" }, { "class": "const", "name": "SelectSend", "type": "" }, { "class": "const", "name": "SendDir", "type": "" }, { "class": "const", "name": "Slice", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Struct", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value" }, { "class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value" }, { "class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type" }, { "class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int" }, { "class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool" }, { "class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type" }, { "class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value" }, { "class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value" }, { "class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value" }, { "class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value" }, { "class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value" }, { "class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)" }, { "class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type" }, { "class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value" }, { "class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Kind", "type": "uint" }, { "class": "type", "name": "Method", "type": "struct" }, { "class": "type", "name": "SelectCase", "type": "struct" }, { "class": "type", "name": "SelectDir", "type": "int" }, { "class": "type", "name": "SliceHeader", "type": "struct" }, { "class": "type", "name": "StringHeader", "type": "struct" }, { "class": "type", "name": "StructField", "type": "struct" }, { "class": "type", "name": "StructTag", "type": "string" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "Value", "type": "struct" }, { "class": "type", "name": "ValueError", "type": "struct" }, { "class": "const", "name": "AF_APPLETALK", "type": "" }, { "class": "const", "name": "AF_CCITT", "type": "" }, { "class": "const", "name": "AF_CHAOS", "type": "" }, { "class": "const", "name": "AF_CNT", "type": "" }, { "class": "const", "name": "AF_COIP", "type": "" }, { "class": "const", "name": "AF_DATAKIT", "type": "" }, { "class": "const", "name": "AF_DECnet", "type": "" }, { "class": "const", "name": "AF_DLI", "type": "" }, { "class": "const", "name": "AF_E164", "type": "" }, { "class": "const", "name": "AF_ECMA", "type": "" }, { "class": "const", "name": "AF_HYLINK", "type": "" }, { "class": "const", "name": "AF_IEEE80211", "type": "" }, { "class": "const", "name": "AF_IMPLINK", "type": "" }, { "class": "const", "name": "AF_INET", "type": "" }, { "class": "const", "name": "AF_INET6", "type": "" }, { "class": "const", "name": "AF_IPX", "type": "" }, { "class": "const", "name": "AF_ISDN", "type": "" }, { "class": "const", "name": "AF_ISO", "type": "" }, { "class": "const", "name": "AF_LAT", "type": "" }, { "class": "const", "name": "AF_LINK", "type": "" }, { "class": "const", "name": "AF_LOCAL", "type": "" }, { "class": "const", "name": "AF_MAX", "type": "" }, { "class": "const", "name": "AF_NATM", "type": "" }, { "class": "const", "name": "AF_NDRV", "type": "" }, { "class": "const", "name": "AF_NETBIOS", "type": "" }, { "class": "const", "name": "AF_NS", "type": "" }, { "class": "const", "name": "AF_OSI", "type": "" }, { "class": "const", "name": "AF_PPP", "type": "" }, { "class": "const", "name": "AF_PUP", "type": "" }, { "class": "const", "name": "AF_RESERVED_36", "type": "" }, { "class": "const", "name": "AF_ROUTE", "type": "" }, { "class": "const", "name": "AF_SIP", "type": "" }, { "class": "const", "name": "AF_SNA", "type": "" }, { "class": "const", "name": "AF_SYSTEM", "type": "" }, { "class": "const", "name": "AF_UNIX", "type": "" }, { "class": "const", "name": "AF_UNSPEC", "type": "" }, { "class": "const", "name": "B0", "type": "" }, { "class": "const", "name": "B110", "type": "" }, { "class": "const", "name": "B115200", "type": "" }, { "class": "const", "name": "B1200", "type": "" }, { "class": "const", "name": "B134", "type": "" }, { "class": "const", "name": "B14400", "type": "" }, { "class": "const", "name": "B150", "type": "" }, { "class": "const", "name": "B1800", "type": "" }, { "class": "const", "name": "B19200", "type": "" }, { "class": "const", "name": "B200", "type": "" }, { "class": "const", "name": "B230400", "type": "" }, { "class": "const", "name": "B2400", "type": "" }, { "class": "const", "name": "B28800", "type": "" }, { "class": "const", "name": "B300", "type": "" }, { "class": "const", "name": "B38400", "type": "" }, { "class": "const", "name": "B4800", "type": "" }, { "class": "const", "name": "B50", "type": "" }, { "class": "const", "name": "B57600", "type": "" }, { "class": "const", "name": "B600", "type": "" }, { "class": "const", "name": "B7200", "type": "" }, { "class": "const", "name": "B75", "type": "" }, { "class": "const", "name": "B76800", "type": "" }, { "class": "const", "name": "B9600", "type": "" }, { "class": "const", "name": "BIOCFLUSH", "type": "" }, { "class": "const", "name": "BIOCGBLEN", "type": "" }, { "class": "const", "name": "BIOCGDLT", "type": "" }, { "class": "const", "name": "BIOCGDLTLIST", "type": "" }, { "class": "const", "name": "BIOCGETIF", "type": "" }, { "class": "const", "name": "BIOCGHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCGRSIG", "type": "" }, { "class": "const", "name": "BIOCGRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCGSEESENT", "type": "" }, { "class": "const", "name": "BIOCGSTATS", "type": "" }, { "class": "const", "name": "BIOCIMMEDIATE", "type": "" }, { "class": "const", "name": "BIOCPROMISC", "type": "" }, { "class": "const", "name": "BIOCSBLEN", "type": "" }, { "class": "const", "name": "BIOCSDLT", "type": "" }, { "class": "const", "name": "BIOCSETF", "type": "" }, { "class": "const", "name": "BIOCSETIF", "type": "" }, { "class": "const", "name": "BIOCSHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCSRSIG", "type": "" }, { "class": "const", "name": "BIOCSRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCSSEESENT", "type": "" }, { "class": "const", "name": "BIOCVERSION", "type": "" }, { "class": "const", "name": "BPF_A", "type": "" }, { "class": "const", "name": "BPF_ABS", "type": "" }, { "class": "const", "name": "BPF_ADD", "type": "" }, { "class": "const", "name": "BPF_ALIGNMENT", "type": "" }, { "class": "const", "name": "BPF_ALU", "type": "" }, { "class": "const", "name": "BPF_AND", "type": "" }, { "class": "const", "name": "BPF_B", "type": "" }, { "class": "const", "name": "BPF_DIV", "type": "" }, { "class": "const", "name": "BPF_H", "type": "" }, { "class": "const", "name": "BPF_IMM", "type": "" }, { "class": "const", "name": "BPF_IND", "type": "" }, { "class": "const", "name": "BPF_JA", "type": "" }, { "class": "const", "name": "BPF_JEQ", "type": "" }, { "class": "const", "name": "BPF_JGE", "type": "" }, { "class": "const", "name": "BPF_JGT", "type": "" }, { "class": "const", "name": "BPF_JMP", "type": "" }, { "class": "const", "name": "BPF_JSET", "type": "" }, { "class": "const", "name": "BPF_K", "type": "" }, { "class": "const", "name": "BPF_LD", "type": "" }, { "class": "const", "name": "BPF_LDX", "type": "" }, { "class": "const", "name": "BPF_LEN", "type": "" }, { "class": "const", "name": "BPF_LSH", "type": "" }, { "class": "const", "name": "BPF_MAJOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MAXBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MAXINSNS", "type": "" }, { "class": "const", "name": "BPF_MEM", "type": "" }, { "class": "const", "name": "BPF_MEMWORDS", "type": "" }, { "class": "const", "name": "BPF_MINBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MINOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MISC", "type": "" }, { "class": "const", "name": "BPF_MSH", "type": "" }, { "class": "const", "name": "BPF_MUL", "type": "" }, { "class": "const", "name": "BPF_NEG", "type": "" }, { "class": "const", "name": "BPF_OR", "type": "" }, { "class": "const", "name": "BPF_RELEASE", "type": "" }, { "class": "const", "name": "BPF_RET", "type": "" }, { "class": "const", "name": "BPF_RSH", "type": "" }, { "class": "const", "name": "BPF_ST", "type": "" }, { "class": "const", "name": "BPF_STX", "type": "" }, { "class": "const", "name": "BPF_SUB", "type": "" }, { "class": "const", "name": "BPF_TAX", "type": "" }, { "class": "const", "name": "BPF_TXA", "type": "" }, { "class": "const", "name": "BPF_W", "type": "" }, { "class": "const", "name": "BPF_X", "type": "" }, { "class": "const", "name": "BRKINT", "type": "" }, { "class": "const", "name": "CFLUSH", "type": "" }, { "class": "const", "name": "CLOCAL", "type": "" }, { "class": "const", "name": "CREAD", "type": "" }, { "class": "const", "name": "CS5", "type": "" }, { "class": "const", "name": "CS6", "type": "" }, { "class": "const", "name": "CS7", "type": "" }, { "class": "const", "name": "CS8", "type": "" }, { "class": "const", "name": "CSIZE", "type": "" }, { "class": "const", "name": "CSTART", "type": "" }, { "class": "const", "name": "CSTATUS", "type": "" }, { "class": "const", "name": "CSTOP", "type": "" }, { "class": "const", "name": "CSTOPB", "type": "" }, { "class": "const", "name": "CSUSP", "type": "" }, { "class": "const", "name": "CTL_MAXNAME", "type": "" }, { "class": "const", "name": "CTL_NET", "type": "" }, { "class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": "" }, { "class": "const", "name": "DLT_ARCNET", "type": "" }, { "class": "const", "name": "DLT_ATM_CLIP", "type": "" }, { "class": "const", "name": "DLT_ATM_RFC1483", "type": "" }, { "class": "const", "name": "DLT_AX25", "type": "" }, { "class": "const", "name": "DLT_CHAOS", "type": "" }, { "class": "const", "name": "DLT_CHDLC", "type": "" }, { "class": "const", "name": "DLT_C_HDLC", "type": "" }, { "class": "const", "name": "DLT_EN10MB", "type": "" }, { "class": "const", "name": "DLT_EN3MB", "type": "" }, { "class": "const", "name": "DLT_FDDI", "type": "" }, { "class": "const", "name": "DLT_IEEE802", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": "" }, { "class": "const", "name": "DLT_LINUX_SLL", "type": "" }, { "class": "const", "name": "DLT_LOOP", "type": "" }, { "class": "const", "name": "DLT_NULL", "type": "" }, { "class": "const", "name": "DLT_PFLOG", "type": "" }, { "class": "const", "name": "DLT_PFSYNC", "type": "" }, { "class": "const", "name": "DLT_PPP", "type": "" }, { "class": "const", "name": "DLT_PPP_BSDOS", "type": "" }, { "class": "const", "name": "DLT_PPP_SERIAL", "type": "" }, { "class": "const", "name": "DLT_PRONET", "type": "" }, { "class": "const", "name": "DLT_RAW", "type": "" }, { "class": "const", "name": "DLT_SLIP", "type": "" }, { "class": "const", "name": "DLT_SLIP_BSDOS", "type": "" }, { "class": "const", "name": "DT_BLK", "type": "" }, { "class": "const", "name": "DT_CHR", "type": "" }, { "class": "const", "name": "DT_DIR", "type": "" }, { "class": "const", "name": "DT_FIFO", "type": "" }, { "class": "const", "name": "DT_LNK", "type": "" }, { "class": "const", "name": "DT_REG", "type": "" }, { "class": "const", "name": "DT_SOCK", "type": "" }, { "class": "const", "name": "DT_UNKNOWN", "type": "" }, { "class": "const", "name": "DT_WHT", "type": "" }, { "class": "const", "name": "E2BIG", "type": "" }, { "class": "const", "name": "EACCES", "type": "" }, { "class": "const", "name": "EADDRINUSE", "type": "" }, { "class": "const", "name": "EADDRNOTAVAIL", "type": "" }, { "class": "const", "name": "EAFNOSUPPORT", "type": "" }, { "class": "const", "name": "EAGAIN", "type": "" }, { "class": "const", "name": "EALREADY", "type": "" }, { "class": "const", "name": "EAUTH", "type": "" }, { "class": "const", "name": "EBADARCH", "type": "" }, { "class": "const", "name": "EBADEXEC", "type": "" }, { "class": "const", "name": "EBADF", "type": "" }, { "class": "const", "name": "EBADMACHO", "type": "" }, { "class": "const", "name": "EBADMSG", "type": "" }, { "class": "const", "name": "EBADRPC", "type": "" }, { "class": "const", "name": "EBUSY", "type": "" }, { "class": "const", "name": "ECANCELED", "type": "" }, { "class": "const", "name": "ECHILD", "type": "" }, { "class": "const", "name": "ECHO", "type": "" }, { "class": "const", "name": "ECHOCTL", "type": "" }, { "class": "const", "name": "ECHOE", "type": "" }, { "class": "const", "name": "ECHOK", "type": "" }, { "class": "const", "name": "ECHOKE", "type": "" }, { "class": "const", "name": "ECHONL", "type": "" }, { "class": "const", "name": "ECHOPRT", "type": "" }, { "class": "const", "name": "ECONNABORTED", "type": "" }, { "class": "const", "name": "ECONNREFUSED", "type": "" }, { "class": "const", "name": "ECONNRESET", "type": "" }, { "class": "const", "name": "EDEADLK", "type": "" }, { "class": "const", "name": "EDESTADDRREQ", "type": "" }, { "class": "const", "name": "EDEVERR", "type": "" }, { "class": "const", "name": "EDOM", "type": "" }, { "class": "const", "name": "EDQUOT", "type": "" }, { "class": "const", "name": "EEXIST", "type": "" }, { "class": "const", "name": "EFAULT", "type": "" }, { "class": "const", "name": "EFBIG", "type": "" }, { "class": "const", "name": "EFTYPE", "type": "" }, { "class": "const", "name": "EHOSTDOWN", "type": "" }, { "class": "const", "name": "EHOSTUNREACH", "type": "" }, { "class": "const", "name": "EIDRM", "type": "" }, { "class": "const", "name": "EILSEQ", "type": "" }, { "class": "const", "name": "EINPROGRESS", "type": "" }, { "class": "const", "name": "EINTR", "type": "" }, { "class": "const", "name": "EINVAL", "type": "" }, { "class": "const", "name": "EIO", "type": "" }, { "class": "const", "name": "EISCONN", "type": "" }, { "class": "const", "name": "EISDIR", "type": "" }, { "class": "const", "name": "ELAST", "type": "" }, { "class": "const", "name": "ELOOP", "type": "" }, { "class": "const", "name": "EMFILE", "type": "" }, { "class": "const", "name": "EMLINK", "type": "" }, { "class": "const", "name": "EMSGSIZE", "type": "" }, { "class": "const", "name": "EMULTIHOP", "type": "" }, { "class": "const", "name": "ENAMETOOLONG", "type": "" }, { "class": "const", "name": "ENEEDAUTH", "type": "" }, { "class": "const", "name": "ENETDOWN", "type": "" }, { "class": "const", "name": "ENETRESET", "type": "" }, { "class": "const", "name": "ENETUNREACH", "type": "" }, { "class": "const", "name": "ENFILE", "type": "" }, { "class": "const", "name": "ENOATTR", "type": "" }, { "class": "const", "name": "ENOBUFS", "type": "" }, { "class": "const", "name": "ENODATA", "type": "" }, { "class": "const", "name": "ENODEV", "type": "" }, { "class": "const", "name": "ENOENT", "type": "" }, { "class": "const", "name": "ENOEXEC", "type": "" }, { "class": "const", "name": "ENOLCK", "type": "" }, { "class": "const", "name": "ENOLINK", "type": "" }, { "class": "const", "name": "ENOMEM", "type": "" }, { "class": "const", "name": "ENOMSG", "type": "" }, { "class": "const", "name": "ENOPOLICY", "type": "" }, { "class": "const", "name": "ENOPROTOOPT", "type": "" }, { "class": "const", "name": "ENOSPC", "type": "" }, { "class": "const", "name": "ENOSR", "type": "" }, { "class": "const", "name": "ENOSTR", "type": "" }, { "class": "const", "name": "ENOSYS", "type": "" }, { "class": "const", "name": "ENOTBLK", "type": "" }, { "class": "const", "name": "ENOTCONN", "type": "" }, { "class": "const", "name": "ENOTDIR", "type": "" }, { "class": "const", "name": "ENOTEMPTY", "type": "" }, { "class": "const", "name": "ENOTRECOVERABLE", "type": "" }, { "class": "const", "name": "ENOTSOCK", "type": "" }, { "class": "const", "name": "ENOTSUP", "type": "" }, { "class": "const", "name": "ENOTTY", "type": "" }, { "class": "const", "name": "ENXIO", "type": "" }, { "class": "const", "name": "EOPNOTSUPP", "type": "" }, { "class": "const", "name": "EOVERFLOW", "type": "" }, { "class": "const", "name": "EOWNERDEAD", "type": "" }, { "class": "const", "name": "EPERM", "type": "" }, { "class": "const", "name": "EPFNOSUPPORT", "type": "" }, { "class": "const", "name": "EPIPE", "type": "" }, { "class": "const", "name": "EPROCLIM", "type": "" }, { "class": "const", "name": "EPROCUNAVAIL", "type": "" }, { "class": "const", "name": "EPROGMISMATCH", "type": "" }, { "class": "const", "name": "EPROGUNAVAIL", "type": "" }, { "class": "const", "name": "EPROTO", "type": "" }, { "class": "const", "name": "EPROTONOSUPPORT", "type": "" }, { "class": "const", "name": "EPROTOTYPE", "type": "" }, { "class": "const", "name": "EPWROFF", "type": "" }, { "class": "const", "name": "ERANGE", "type": "" }, { "class": "const", "name": "EREMOTE", "type": "" }, { "class": "const", "name": "EROFS", "type": "" }, { "class": "const", "name": "ERPCMISMATCH", "type": "" }, { "class": "const", "name": "ESHLIBVERS", "type": "" }, { "class": "const", "name": "ESHUTDOWN", "type": "" }, { "class": "const", "name": "ESOCKTNOSUPPORT", "type": "" }, { "class": "const", "name": "ESPIPE", "type": "" }, { "class": "const", "name": "ESRCH", "type": "" }, { "class": "const", "name": "ESTALE", "type": "" }, { "class": "const", "name": "ETIME", "type": "" }, { "class": "const", "name": "ETIMEDOUT", "type": "" }, { "class": "const", "name": "ETOOMANYREFS", "type": "" }, { "class": "const", "name": "ETXTBSY", "type": "" }, { "class": "const", "name": "EUSERS", "type": "" }, { "class": "const", "name": "EVFILT_AIO", "type": "" }, { "class": "const", "name": "EVFILT_FS", "type": "" }, { "class": "const", "name": "EVFILT_MACHPORT", "type": "" }, { "class": "const", "name": "EVFILT_PROC", "type": "" }, { "class": "const", "name": "EVFILT_READ", "type": "" }, { "class": "const", "name": "EVFILT_SIGNAL", "type": "" }, { "class": "const", "name": "EVFILT_SYSCOUNT", "type": "" }, { "class": "const", "name": "EVFILT_THREADMARKER", "type": "" }, { "class": "const", "name": "EVFILT_TIMER", "type": "" }, { "class": "const", "name": "EVFILT_USER", "type": "" }, { "class": "const", "name": "EVFILT_VM", "type": "" }, { "class": "const", "name": "EVFILT_VNODE", "type": "" }, { "class": "const", "name": "EVFILT_WRITE", "type": "" }, { "class": "const", "name": "EV_ADD", "type": "" }, { "class": "const", "name": "EV_CLEAR", "type": "" }, { "class": "const", "name": "EV_DELETE", "type": "" }, { "class": "const", "name": "EV_DISABLE", "type": "" }, { "class": "const", "name": "EV_DISPATCH", "type": "" }, { "class": "const", "name": "EV_ENABLE", "type": "" }, { "class": "const", "name": "EV_EOF", "type": "" }, { "class": "const", "name": "EV_ERROR", "type": "" }, { "class": "const", "name": "EV_FLAG0", "type": "" }, { "class": "const", "name": "EV_FLAG1", "type": "" }, { "class": "const", "name": "EV_ONESHOT", "type": "" }, { "class": "const", "name": "EV_OOBAND", "type": "" }, { "class": "const", "name": "EV_POLL", "type": "" }, { "class": "const", "name": "EV_RECEIPT", "type": "" }, { "class": "const", "name": "EV_SYSFLAGS", "type": "" }, { "class": "const", "name": "EWOULDBLOCK", "type": "" }, { "class": "const", "name": "EXDEV", "type": "" }, { "class": "const", "name": "EXTA", "type": "" }, { "class": "const", "name": "EXTB", "type": "" }, { "class": "const", "name": "EXTPROC", "type": "" }, { "class": "const", "name": "FD_CLOEXEC", "type": "" }, { "class": "const", "name": "FD_SETSIZE", "type": "" }, { "class": "const", "name": "FLUSHO", "type": "" }, { "class": "const", "name": "F_ADDFILESIGS", "type": "" }, { "class": "const", "name": "F_ADDSIGS", "type": "" }, { "class": "const", "name": "F_ALLOCATEALL", "type": "" }, { "class": "const", "name": "F_ALLOCATECONTIG", "type": "" }, { "class": "const", "name": "F_CHKCLEAN", "type": "" }, { "class": "const", "name": "F_DUPFD", "type": "" }, { "class": "const", "name": "F_DUPFD_CLOEXEC", "type": "" }, { "class": "const", "name": "F_FLUSH_DATA", "type": "" }, { "class": "const", "name": "F_FREEZE_FS", "type": "" }, { "class": "const", "name": "F_FULLFSYNC", "type": "" }, { "class": "const", "name": "F_GETFD", "type": "" }, { "class": "const", "name": "F_GETFL", "type": "" }, { "class": "const", "name": "F_GETLK", "type": "" }, { "class": "const", "name": "F_GETLKPID", "type": "" }, { "class": "const", "name": "F_GETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_GETOWN", "type": "" }, { "class": "const", "name": "F_GETPATH", "type": "" }, { "class": "const", "name": "F_GETPATH_MTMINFO", "type": "" }, { "class": "const", "name": "F_GETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_GLOBAL_NOCACHE", "type": "" }, { "class": "const", "name": "F_LOG2PHYS", "type": "" }, { "class": "const", "name": "F_LOG2PHYS_EXT", "type": "" }, { "class": "const", "name": "F_MARKDEPENDENCY", "type": "" }, { "class": "const", "name": "F_NOCACHE", "type": "" }, { "class": "const", "name": "F_NODIRECT", "type": "" }, { "class": "const", "name": "F_OK", "type": "" }, { "class": "const", "name": "F_PATHPKG_CHECK", "type": "" }, { "class": "const", "name": "F_PEOFPOSMODE", "type": "" }, { "class": "const", "name": "F_PREALLOCATE", "type": "" }, { "class": "const", "name": "F_RDADVISE", "type": "" }, { "class": "const", "name": "F_RDAHEAD", "type": "" }, { "class": "const", "name": "F_RDLCK", "type": "" }, { "class": "const", "name": "F_READBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_SETBACKINGSTORE", "type": "" }, { "class": "const", "name": "F_SETFD", "type": "" }, { "class": "const", "name": "F_SETFL", "type": "" }, { "class": "const", "name": "F_SETLK", "type": "" }, { "class": "const", "name": "F_SETLKW", "type": "" }, { "class": "const", "name": "F_SETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_SETOWN", "type": "" }, { "class": "const", "name": "F_SETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_SETSIZE", "type": "" }, { "class": "const", "name": "F_THAW_FS", "type": "" }, { "class": "const", "name": "F_UNLCK", "type": "" }, { "class": "const", "name": "F_VOLPOSMODE", "type": "" }, { "class": "const", "name": "F_WRITEBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_WRLCK", "type": "" }, { "class": "const", "name": "HUPCL", "type": "" }, { "class": "const", "name": "ICANON", "type": "" }, { "class": "const", "name": "ICMP6_FILTER", "type": "" }, { "class": "const", "name": "ICRNL", "type": "" }, { "class": "const", "name": "IEXTEN", "type": "" }, { "class": "const", "name": "IFF_ALLMULTI", "type": "" }, { "class": "const", "name": "IFF_ALTPHYS", "type": "" }, { "class": "const", "name": "IFF_BROADCAST", "type": "" }, { "class": "const", "name": "IFF_DEBUG", "type": "" }, { "class": "const", "name": "IFF_LINK0", "type": "" }, { "class": "const", "name": "IFF_LINK1", "type": "" }, { "class": "const", "name": "IFF_LINK2", "type": "" }, { "class": "const", "name": "IFF_LOOPBACK", "type": "" }, { "class": "const", "name": "IFF_MULTICAST", "type": "" }, { "class": "const", "name": "IFF_NOARP", "type": "" }, { "class": "const", "name": "IFF_NOTRAILERS", "type": "" }, { "class": "const", "name": "IFF_OACTIVE", "type": "" }, { "class": "const", "name": "IFF_POINTOPOINT", "type": "" }, { "class": "const", "name": "IFF_PROMISC", "type": "" }, { "class": "const", "name": "IFF_RUNNING", "type": "" }, { "class": "const", "name": "IFF_SIMPLEX", "type": "" }, { "class": "const", "name": "IFF_UP", "type": "" }, { "class": "const", "name": "IFNAMSIZ", "type": "" }, { "class": "const", "name": "IFT_1822", "type": "" }, { "class": "const", "name": "IFT_AAL5", "type": "" }, { "class": "const", "name": "IFT_ARCNET", "type": "" }, { "class": "const", "name": "IFT_ARCNETPLUS", "type": "" }, { "class": "const", "name": "IFT_ATM", "type": "" }, { "class": "const", "name": "IFT_BRIDGE", "type": "" }, { "class": "const", "name": "IFT_CARP", "type": "" }, { "class": "const", "name": "IFT_CELLULAR", "type": "" }, { "class": "const", "name": "IFT_CEPT", "type": "" }, { "class": "const", "name": "IFT_DS3", "type": "" }, { "class": "const", "name": "IFT_ENC", "type": "" }, { "class": "const", "name": "IFT_EON", "type": "" }, { "class": "const", "name": "IFT_ETHER", "type": "" }, { "class": "const", "name": "IFT_FAITH", "type": "" }, { "class": "const", "name": "IFT_FDDI", "type": "" }, { "class": "const", "name": "IFT_FRELAY", "type": "" }, { "class": "const", "name": "IFT_FRELAYDCE", "type": "" }, { "class": "const", "name": "IFT_GIF", "type": "" }, { "class": "const", "name": "IFT_HDH1822", "type": "" }, { "class": "const", "name": "IFT_HIPPI", "type": "" }, { "class": "const", "name": "IFT_HSSI", "type": "" }, { "class": "const", "name": "IFT_HY", "type": "" }, { "class": "const", "name": "IFT_IEEE1394", "type": "" }, { "class": "const", "name": "IFT_IEEE8023ADLAG", "type": "" }, { "class": "const", "name": "IFT_ISDNBASIC", "type": "" }, { "class": "const", "name": "IFT_ISDNPRIMARY", "type": "" }, { "class": "const", "name": "IFT_ISO88022LLC", "type": "" }, { "class": "const", "name": "IFT_ISO88023", "type": "" }, { "class": "const", "name": "IFT_ISO88024", "type": "" }, { "class": "const", "name": "IFT_ISO88025", "type": "" }, { "class": "const", "name": "IFT_ISO88026", "type": "" }, { "class": "const", "name": "IFT_L2VLAN", "type": "" }, { "class": "const", "name": "IFT_LAPB", "type": "" }, { "class": "const", "name": "IFT_LOCALTALK", "type": "" }, { "class": "const", "name": "IFT_LOOP", "type": "" }, { "class": "const", "name": "IFT_MIOX25", "type": "" }, { "class": "const", "name": "IFT_MODEM", "type": "" }, { "class": "const", "name": "IFT_NSIP", "type": "" }, { "class": "const", "name": "IFT_OTHER", "type": "" }, { "class": "const", "name": "IFT_P10", "type": "" }, { "class": "const", "name": "IFT_P80", "type": "" }, { "class": "const", "name": "IFT_PARA", "type": "" }, { "class": "const", "name": "IFT_PDP", "type": "" }, { "class": "const", "name": "IFT_PFLOG", "type": "" }, { "class": "const", "name": "IFT_PFSYNC", "type": "" }, { "class": "const", "name": "IFT_PPP", "type": "" }, { "class": "const", "name": "IFT_PROPMUX", "type": "" }, { "class": "const", "name": "IFT_PROPVIRTUAL", "type": "" }, { "class": "const", "name": "IFT_PTPSERIAL", "type": "" }, { "class": "const", "name": "IFT_RS232", "type": "" }, { "class": "const", "name": "IFT_SDLC", "type": "" }, { "class": "const", "name": "IFT_SIP", "type": "" }, { "class": "const", "name": "IFT_SLIP", "type": "" }, { "class": "const", "name": "IFT_SMDSDXI", "type": "" }, { "class": "const", "name": "IFT_SMDSICIP", "type": "" }, { "class": "const", "name": "IFT_SONET", "type": "" }, { "class": "const", "name": "IFT_SONETPATH", "type": "" }, { "class": "const", "name": "IFT_SONETVT", "type": "" }, { "class": "const", "name": "IFT_STARLAN", "type": "" }, { "class": "const", "name": "IFT_STF", "type": "" }, { "class": "const", "name": "IFT_T1", "type": "" }, { "class": "const", "name": "IFT_ULTRA", "type": "" }, { "class": "const", "name": "IFT_V35", "type": "" }, { "class": "const", "name": "IFT_X25", "type": "" }, { "class": "const", "name": "IFT_X25DDN", "type": "" }, { "class": "const", "name": "IFT_X25PLE", "type": "" }, { "class": "const", "name": "IFT_XETHER", "type": "" }, { "class": "const", "name": "IGNBRK", "type": "" }, { "class": "const", "name": "IGNCR", "type": "" }, { "class": "const", "name": "IGNPAR", "type": "" }, { "class": "const", "name": "IMAXBEL", "type": "" }, { "class": "const", "name": "INLCR", "type": "" }, { "class": "const", "name": "INPCK", "type": "" }, { "class": "const", "name": "IN_CLASSA_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSA_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSA_NET", "type": "" }, { "class": "const", "name": "IN_CLASSA_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSB_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSB_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSB_NET", "type": "" }, { "class": "const", "name": "IN_CLASSB_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSC_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSC_NET", "type": "" }, { "class": "const", "name": "IN_CLASSC_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSD_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSD_NET", "type": "" }, { "class": "const", "name": "IN_CLASSD_NSHIFT", "type": "" }, { "class": "const", "name": "IN_LINKLOCALNETNUM", "type": "" }, { "class": "const", "name": "IN_LOOPBACKNET", "type": "" }, { "class": "const", "name": "IPPROTO_3PC", "type": "" }, { "class": "const", "name": "IPPROTO_ADFS", "type": "" }, { "class": "const", "name": "IPPROTO_AH", "type": "" }, { "class": "const", "name": "IPPROTO_AHIP", "type": "" }, { "class": "const", "name": "IPPROTO_APES", "type": "" }, { "class": "const", "name": "IPPROTO_ARGUS", "type": "" }, { "class": "const", "name": "IPPROTO_AX25", "type": "" }, { "class": "const", "name": "IPPROTO_BHA", "type": "" }, { "class": "const", "name": "IPPROTO_BLT", "type": "" }, { "class": "const", "name": "IPPROTO_BRSATMON", "type": "" }, { "class": "const", "name": "IPPROTO_CFTP", "type": "" }, { "class": "const", "name": "IPPROTO_CHAOS", "type": "" }, { "class": "const", "name": "IPPROTO_CMTP", "type": "" }, { "class": "const", "name": "IPPROTO_CPHB", "type": "" }, { "class": "const", "name": "IPPROTO_CPNX", "type": "" }, { "class": "const", "name": "IPPROTO_DDP", "type": "" }, { "class": "const", "name": "IPPROTO_DGP", "type": "" }, { "class": "const", "name": "IPPROTO_DIVERT", "type": "" }, { "class": "const", "name": "IPPROTO_DONE", "type": "" }, { "class": "const", "name": "IPPROTO_DSTOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_EGP", "type": "" }, { "class": "const", "name": "IPPROTO_EMCON", "type": "" }, { "class": "const", "name": "IPPROTO_ENCAP", "type": "" }, { "class": "const", "name": "IPPROTO_EON", "type": "" }, { "class": "const", "name": "IPPROTO_ESP", "type": "" }, { "class": "const", "name": "IPPROTO_ETHERIP", "type": "" }, { "class": "const", "name": "IPPROTO_FRAGMENT", "type": "" }, { "class": "const", "name": "IPPROTO_GGP", "type": "" }, { "class": "const", "name": "IPPROTO_GMTP", "type": "" }, { "class": "const", "name": "IPPROTO_GRE", "type": "" }, { "class": "const", "name": "IPPROTO_HELLO", "type": "" }, { "class": "const", "name": "IPPROTO_HMP", "type": "" }, { "class": "const", "name": "IPPROTO_HOPOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_ICMP", "type": "" }, { "class": "const", "name": "IPPROTO_ICMPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IDP", "type": "" }, { "class": "const", "name": "IPPROTO_IDPR", "type": "" }, { "class": "const", "name": "IPPROTO_IDRP", "type": "" }, { "class": "const", "name": "IPPROTO_IGMP", "type": "" }, { "class": "const", "name": "IPPROTO_IGP", "type": "" }, { "class": "const", "name": "IPPROTO_IGRP", "type": "" }, { "class": "const", "name": "IPPROTO_IL", "type": "" }, { "class": "const", "name": "IPPROTO_INLSP", "type": "" }, { "class": "const", "name": "IPPROTO_INP", "type": "" }, { "class": "const", "name": "IPPROTO_IP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCOMP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCV", "type": "" }, { "class": "const", "name": "IPPROTO_IPEIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPPC", "type": "" }, { "class": "const", "name": "IPPROTO_IPV4", "type": "" }, { "class": "const", "name": "IPPROTO_IPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IRTP", "type": "" }, { "class": "const", "name": "IPPROTO_KRYPTOLAN", "type": "" }, { "class": "const", "name": "IPPROTO_LARP", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF1", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF2", "type": "" }, { "class": "const", "name": "IPPROTO_MAX", "type": "" }, { "class": "const", "name": "IPPROTO_MAXID", "type": "" }, { "class": "const", "name": "IPPROTO_MEAS", "type": "" }, { "class": "const", "name": "IPPROTO_MHRP", "type": "" }, { "class": "const", "name": "IPPROTO_MICP", "type": "" }, { "class": "const", "name": "IPPROTO_MTP", "type": "" }, { "class": "const", "name": "IPPROTO_MUX", "type": "" }, { "class": "const", "name": "IPPROTO_ND", "type": "" }, { "class": "const", "name": "IPPROTO_NHRP", "type": "" }, { "class": "const", "name": "IPPROTO_NONE", "type": "" }, { "class": "const", "name": "IPPROTO_NSP", "type": "" }, { "class": "const", "name": "IPPROTO_NVPII", "type": "" }, { "class": "const", "name": "IPPROTO_OSPFIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PGM", "type": "" }, { "class": "const", "name": "IPPROTO_PIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PIM", "type": "" }, { "class": "const", "name": "IPPROTO_PRM", "type": "" }, { "class": "const", "name": "IPPROTO_PUP", "type": "" }, { "class": "const", "name": "IPPROTO_PVP", "type": "" }, { "class": "const", "name": "IPPROTO_RAW", "type": "" }, { "class": "const", "name": "IPPROTO_RCCMON", "type": "" }, { "class": "const", "name": "IPPROTO_RDP", "type": "" }, { "class": "const", "name": "IPPROTO_ROUTING", "type": "" }, { "class": "const", "name": "IPPROTO_RSVP", "type": "" }, { "class": "const", "name": "IPPROTO_RVD", "type": "" }, { "class": "const", "name": "IPPROTO_SATEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_SATMON", "type": "" }, { "class": "const", "name": "IPPROTO_SCCSP", "type": "" }, { "class": "const", "name": "IPPROTO_SCTP", "type": "" }, { "class": "const", "name": "IPPROTO_SDRP", "type": "" }, { "class": "const", "name": "IPPROTO_SEP", "type": "" }, { "class": "const", "name": "IPPROTO_SRPC", "type": "" }, { "class": "const", "name": "IPPROTO_ST", "type": "" }, { "class": "const", "name": "IPPROTO_SVMTP", "type": "" }, { "class": "const", "name": "IPPROTO_SWIPE", "type": "" }, { "class": "const", "name": "IPPROTO_TCF", "type": "" }, { "class": "const", "name": "IPPROTO_TCP", "type": "" }, { "class": "const", "name": "IPPROTO_TP", "type": "" }, { "class": "const", "name": "IPPROTO_TPXX", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK1", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK2", "type": "" }, { "class": "const", "name": "IPPROTO_TTP", "type": "" }, { "class": "const", "name": "IPPROTO_UDP", "type": "" }, { "class": "const", "name": "IPPROTO_VINES", "type": "" }, { "class": "const", "name": "IPPROTO_VISA", "type": "" }, { "class": "const", "name": "IPPROTO_VMTP", "type": "" }, { "class": "const", "name": "IPPROTO_WBEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_WBMON", "type": "" }, { "class": "const", "name": "IPPROTO_WSN", "type": "" }, { "class": "const", "name": "IPPROTO_XNET", "type": "" }, { "class": "const", "name": "IPPROTO_XTP", "type": "" }, { "class": "const", "name": "IPV6_2292DSTOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292HOPLIMIT", "type": "" }, { "class": "const", "name": "IPV6_2292HOPOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292NEXTHOP", "type": "" }, { "class": "const", "name": "IPV6_2292PKTINFO", "type": "" }, { "class": "const", "name": "IPV6_2292PKTOPTIONS", "type": "" }, { "class": "const", "name": "IPV6_2292RTHDR", "type": "" }, { "class": "const", "name": "IPV6_BINDV6ONLY", "type": "" }, { "class": "const", "name": "IPV6_BOUND_IF", "type": "" }, { "class": "const", "name": "IPV6_CHECKSUM", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_DEFHLIM", "type": "" }, { "class": "const", "name": "IPV6_FAITH", "type": "" }, { "class": "const", "name": "IPV6_FLOWINFO_MASK", "type": "" }, { "class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": "" }, { "class": "const", "name": "IPV6_FRAGTTL", "type": "" }, { "class": "const", "name": "IPV6_FW_ADD", "type": "" }, { "class": "const", "name": "IPV6_FW_DEL", "type": "" }, { "class": "const", "name": "IPV6_FW_FLUSH", "type": "" }, { "class": "const", "name": "IPV6_FW_GET", "type": "" }, { "class": "const", "name": "IPV6_FW_ZERO", "type": "" }, { "class": "const", "name": "IPV6_HLIMDEC", "type": "" }, { "class": "const", "name": "IPV6_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IPV6_JOIN_GROUP", "type": "" }, { "class": "const", "name": "IPV6_LEAVE_GROUP", "type": "" }, { "class": "const", "name": "IPV6_MAXHLIM", "type": "" }, { "class": "const", "name": "IPV6_MAXOPTHDR", "type": "" }, { "class": "const", "name": "IPV6_MAXPACKET", "type": "" }, { "class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MMTU", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IPV6_RECVTCLASS", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_LOOSE", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_STRICT", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": "" }, { "class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": "" }, { "class": "const", "name": "IPV6_TCLASS", "type": "" }, { "class": "const", "name": "IPV6_UNICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_V6ONLY", "type": "" }, { "class": "const", "name": "IPV6_VERSION", "type": "" }, { "class": "const", "name": "IPV6_VERSION_MASK", "type": "" }, { "class": "const", "name": "IP_ADD_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_BLOCK_SOURCE", "type": "" }, { "class": "const", "name": "IP_BOUND_IF", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_DF", "type": "" }, { "class": "const", "name": "IP_DROP_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_DEL", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_FLUSH", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_GET", "type": "" }, { "class": "const", "name": "IP_FAITH", "type": "" }, { "class": "const", "name": "IP_FW_ADD", "type": "" }, { "class": "const", "name": "IP_FW_DEL", "type": "" }, { "class": "const", "name": "IP_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_FW_GET", "type": "" }, { "class": "const", "name": "IP_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_HDRINCL", "type": "" }, { "class": "const", "name": "IP_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IP_MAXPACKET", "type": "" }, { "class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MF", "type": "" }, { "class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MSFILTER", "type": "" }, { "class": "const", "name": "IP_MSS", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IFINDEX", "type": "" }, { "class": "const", "name": "IP_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_MULTICAST_VIF", "type": "" }, { "class": "const", "name": "IP_NAT__XXX", "type": "" }, { "class": "const", "name": "IP_OFFMASK", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ADD", "type": "" }, { "class": "const", "name": "IP_OLD_FW_DEL", "type": "" }, { "class": "const", "name": "IP_OLD_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_OLD_FW_GET", "type": "" }, { "class": "const", "name": "IP_OLD_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_OPTIONS", "type": "" }, { "class": "const", "name": "IP_PKTINFO", "type": "" }, { "class": "const", "name": "IP_PORTRANGE", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IP_RECVDSTADDR", "type": "" }, { "class": "const", "name": "IP_RECVIF", "type": "" }, { "class": "const", "name": "IP_RECVOPTS", "type": "" }, { "class": "const", "name": "IP_RECVPKTINFO", "type": "" }, { "class": "const", "name": "IP_RECVRETOPTS", "type": "" }, { "class": "const", "name": "IP_RECVTTL", "type": "" }, { "class": "const", "name": "IP_RETOPTS", "type": "" }, { "class": "const", "name": "IP_RF", "type": "" }, { "class": "const", "name": "IP_RSVP_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_ON", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_ON", "type": "" }, { "class": "const", "name": "IP_STRIPHDR", "type": "" }, { "class": "const", "name": "IP_TOS", "type": "" }, { "class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": "" }, { "class": "const", "name": "IP_TTL", "type": "" }, { "class": "const", "name": "IP_UNBLOCK_SOURCE", "type": "" }, { "class": "const", "name": "ISIG", "type": "" }, { "class": "const", "name": "ISTRIP", "type": "" }, { "class": "const", "name": "IUTF8", "type": "" }, { "class": "const", "name": "IXANY", "type": "" }, { "class": "const", "name": "IXOFF", "type": "" }, { "class": "const", "name": "IXON", "type": "" }, { "class": "const", "name": "ImplementsGetwd", "type": "" }, { "class": "const", "name": "LOCK_EX", "type": "" }, { "class": "const", "name": "LOCK_NB", "type": "" }, { "class": "const", "name": "LOCK_SH", "type": "" }, { "class": "const", "name": "LOCK_UN", "type": "" }, { "class": "const", "name": "MADV_CAN_REUSE", "type": "" }, { "class": "const", "name": "MADV_DONTNEED", "type": "" }, { "class": "const", "name": "MADV_FREE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSABLE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSE", "type": "" }, { "class": "const", "name": "MADV_NORMAL", "type": "" }, { "class": "const", "name": "MADV_RANDOM", "type": "" }, { "class": "const", "name": "MADV_SEQUENTIAL", "type": "" }, { "class": "const", "name": "MADV_WILLNEED", "type": "" }, { "class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": "" }, { "class": "const", "name": "MAP_ANON", "type": "" }, { "class": "const", "name": "MAP_COPY", "type": "" }, { "class": "const", "name": "MAP_FILE", "type": "" }, { "class": "const", "name": "MAP_FIXED", "type": "" }, { "class": "const", "name": "MAP_HASSEMAPHORE", "type": "" }, { "class": "const", "name": "MAP_JIT", "type": "" }, { "class": "const", "name": "MAP_NOCACHE", "type": "" }, { "class": "const", "name": "MAP_NOEXTEND", "type": "" }, { "class": "const", "name": "MAP_NORESERVE", "type": "" }, { "class": "const", "name": "MAP_PRIVATE", "type": "" }, { "class": "const", "name": "MAP_RENAME", "type": "" }, { "class": "const", "name": "MAP_RESERVED0080", "type": "" }, { "class": "const", "name": "MAP_SHARED", "type": "" }, { "class": "const", "name": "MCL_CURRENT", "type": "" }, { "class": "const", "name": "MCL_FUTURE", "type": "" }, { "class": "const", "name": "MSG_CTRUNC", "type": "" }, { "class": "const", "name": "MSG_DONTROUTE", "type": "" }, { "class": "const", "name": "MSG_DONTWAIT", "type": "" }, { "class": "const", "name": "MSG_EOF", "type": "" }, { "class": "const", "name": "MSG_EOR", "type": "" }, { "class": "const", "name": "MSG_FLUSH", "type": "" }, { "class": "const", "name": "MSG_HAVEMORE", "type": "" }, { "class": "const", "name": "MSG_HOLD", "type": "" }, { "class": "const", "name": "MSG_NEEDSA", "type": "" }, { "class": "const", "name": "MSG_OOB", "type": "" }, { "class": "const", "name": "MSG_PEEK", "type": "" }, { "class": "const", "name": "MSG_RCVMORE", "type": "" }, { "class": "const", "name": "MSG_SEND", "type": "" }, { "class": "const", "name": "MSG_TRUNC", "type": "" }, { "class": "const", "name": "MSG_WAITALL", "type": "" }, { "class": "const", "name": "MSG_WAITSTREAM", "type": "" }, { "class": "const", "name": "MS_ASYNC", "type": "" }, { "class": "const", "name": "MS_DEACTIVATE", "type": "" }, { "class": "const", "name": "MS_INVALIDATE", "type": "" }, { "class": "const", "name": "MS_KILLPAGES", "type": "" }, { "class": "const", "name": "MS_SYNC", "type": "" }, { "class": "const", "name": "NAME_MAX", "type": "" }, { "class": "const", "name": "NET_RT_DUMP", "type": "" }, { "class": "const", "name": "NET_RT_DUMP2", "type": "" }, { "class": "const", "name": "NET_RT_FLAGS", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST2", "type": "" }, { "class": "const", "name": "NET_RT_MAXID", "type": "" }, { "class": "const", "name": "NET_RT_STAT", "type": "" }, { "class": "const", "name": "NET_RT_TRASH", "type": "" }, { "class": "const", "name": "NOFLSH", "type": "" }, { "class": "const", "name": "NOTE_ABSOLUTE", "type": "" }, { "class": "const", "name": "NOTE_ATTRIB", "type": "" }, { "class": "const", "name": "NOTE_CHILD", "type": "" }, { "class": "const", "name": "NOTE_DELETE", "type": "" }, { "class": "const", "name": "NOTE_EXEC", "type": "" }, { "class": "const", "name": "NOTE_EXIT", "type": "" }, { "class": "const", "name": "NOTE_EXITSTATUS", "type": "" }, { "class": "const", "name": "NOTE_EXTEND", "type": "" }, { "class": "const", "name": "NOTE_FFAND", "type": "" }, { "class": "const", "name": "NOTE_FFCOPY", "type": "" }, { "class": "const", "name": "NOTE_FFCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_FFLAGSMASK", "type": "" }, { "class": "const", "name": "NOTE_FFNOP", "type": "" }, { "class": "const", "name": "NOTE_FFOR", "type": "" }, { "class": "const", "name": "NOTE_FORK", "type": "" }, { "class": "const", "name": "NOTE_LINK", "type": "" }, { "class": "const", "name": "NOTE_LOWAT", "type": "" }, { "class": "const", "name": "NOTE_NONE", "type": "" }, { "class": "const", "name": "NOTE_NSECONDS", "type": "" }, { "class": "const", "name": "NOTE_PCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_PDATAMASK", "type": "" }, { "class": "const", "name": "NOTE_REAP", "type": "" }, { "class": "const", "name": "NOTE_RENAME", "type": "" }, { "class": "const", "name": "NOTE_RESOURCEEND", "type": "" }, { "class": "const", "name": "NOTE_REVOKE", "type": "" }, { "class": "const", "name": "NOTE_SECONDS", "type": "" }, { "class": "const", "name": "NOTE_SIGNAL", "type": "" }, { "class": "const", "name": "NOTE_TRACK", "type": "" }, { "class": "const", "name": "NOTE_TRACKERR", "type": "" }, { "class": "const", "name": "NOTE_TRIGGER", "type": "" }, { "class": "const", "name": "NOTE_USECONDS", "type": "" }, { "class": "const", "name": "NOTE_VM_ERROR", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_WRITE", "type": "" }, { "class": "const", "name": "OCRNL", "type": "" }, { "class": "const", "name": "OFDEL", "type": "" }, { "class": "const", "name": "OFILL", "type": "" }, { "class": "const", "name": "ONLCR", "type": "" }, { "class": "const", "name": "ONLRET", "type": "" }, { "class": "const", "name": "ONOCR", "type": "" }, { "class": "const", "name": "ONOEOT", "type": "" }, { "class": "const", "name": "OPOST", "type": "" }, { "class": "const", "name": "O_ACCMODE", "type": "" }, { "class": "const", "name": "O_ALERT", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_ASYNC", "type": "" }, { "class": "const", "name": "O_CLOEXEC", "type": "" }, { "class": "const", "name": "O_CREAT", "type": "" }, { "class": "const", "name": "O_DIRECTORY", "type": "" }, { "class": "const", "name": "O_DSYNC", "type": "" }, { "class": "const", "name": "O_EVTONLY", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_EXLOCK", "type": "" }, { "class": "const", "name": "O_FSYNC", "type": "" }, { "class": "const", "name": "O_NDELAY", "type": "" }, { "class": "const", "name": "O_NOCTTY", "type": "" }, { "class": "const", "name": "O_NOFOLLOW", "type": "" }, { "class": "const", "name": "O_NONBLOCK", "type": "" }, { "class": "const", "name": "O_POPUP", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SHLOCK", "type": "" }, { "class": "const", "name": "O_SYMLINK", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PARENB", "type": "" }, { "class": "const", "name": "PARMRK", "type": "" }, { "class": "const", "name": "PARODD", "type": "" }, { "class": "const", "name": "PENDIN", "type": "" }, { "class": "const", "name": "PRIO_PGRP", "type": "" }, { "class": "const", "name": "PRIO_PROCESS", "type": "" }, { "class": "const", "name": "PRIO_USER", "type": "" }, { "class": "const", "name": "PROT_EXEC", "type": "" }, { "class": "const", "name": "PROT_NONE", "type": "" }, { "class": "const", "name": "PROT_READ", "type": "" }, { "class": "const", "name": "PROT_WRITE", "type": "" }, { "class": "const", "name": "PTRACE_CONT", "type": "" }, { "class": "const", "name": "PTRACE_KILL", "type": "" }, { "class": "const", "name": "PTRACE_TRACEME", "type": "" }, { "class": "const", "name": "PT_ATTACH", "type": "" }, { "class": "const", "name": "PT_ATTACHEXC", "type": "" }, { "class": "const", "name": "PT_CONTINUE", "type": "" }, { "class": "const", "name": "PT_DENY_ATTACH", "type": "" }, { "class": "const", "name": "PT_DETACH", "type": "" }, { "class": "const", "name": "PT_FIRSTMACH", "type": "" }, { "class": "const", "name": "PT_FORCEQUOTA", "type": "" }, { "class": "const", "name": "PT_KILL", "type": "" }, { "class": "const", "name": "PT_READ_D", "type": "" }, { "class": "const", "name": "PT_READ_I", "type": "" }, { "class": "const", "name": "PT_READ_U", "type": "" }, { "class": "const", "name": "PT_SIGEXC", "type": "" }, { "class": "const", "name": "PT_STEP", "type": "" }, { "class": "const", "name": "PT_THUPDATE", "type": "" }, { "class": "const", "name": "PT_TRACE_ME", "type": "" }, { "class": "const", "name": "PT_WRITE_D", "type": "" }, { "class": "const", "name": "PT_WRITE_I", "type": "" }, { "class": "const", "name": "PT_WRITE_U", "type": "" }, { "class": "const", "name": "RLIMIT_AS", "type": "" }, { "class": "const", "name": "RLIMIT_CORE", "type": "" }, { "class": "const", "name": "RLIMIT_CPU", "type": "" }, { "class": "const", "name": "RLIMIT_DATA", "type": "" }, { "class": "const", "name": "RLIMIT_FSIZE", "type": "" }, { "class": "const", "name": "RLIMIT_NOFILE", "type": "" }, { "class": "const", "name": "RLIMIT_STACK", "type": "" }, { "class": "const", "name": "RLIM_INFINITY", "type": "" }, { "class": "const", "name": "RTAX_AUTHOR", "type": "" }, { "class": "const", "name": "RTAX_BRD", "type": "" }, { "class": "const", "name": "RTAX_DST", "type": "" }, { "class": "const", "name": "RTAX_GATEWAY", "type": "" }, { "class": "const", "name": "RTAX_GENMASK", "type": "" }, { "class": "const", "name": "RTAX_IFA", "type": "" }, { "class": "const", "name": "RTAX_IFP", "type": "" }, { "class": "const", "name": "RTAX_MAX", "type": "" }, { "class": "const", "name": "RTAX_NETMASK", "type": "" }, { "class": "const", "name": "RTA_AUTHOR", "type": "" }, { "class": "const", "name": "RTA_BRD", "type": "" }, { "class": "const", "name": "RTA_DST", "type": "" }, { "class": "const", "name": "RTA_GATEWAY", "type": "" }, { "class": "const", "name": "RTA_GENMASK", "type": "" }, { "class": "const", "name": "RTA_IFA", "type": "" }, { "class": "const", "name": "RTA_IFP", "type": "" }, { "class": "const", "name": "RTA_NETMASK", "type": "" }, { "class": "const", "name": "RTF_BLACKHOLE", "type": "" }, { "class": "const", "name": "RTF_BROADCAST", "type": "" }, { "class": "const", "name": "RTF_CLONING", "type": "" }, { "class": "const", "name": "RTF_CONDEMNED", "type": "" }, { "class": "const", "name": "RTF_DELCLONE", "type": "" }, { "class": "const", "name": "RTF_DONE", "type": "" }, { "class": "const", "name": "RTF_DYNAMIC", "type": "" }, { "class": "const", "name": "RTF_GATEWAY", "type": "" }, { "class": "const", "name": "RTF_HOST", "type": "" }, { "class": "const", "name": "RTF_IFREF", "type": "" }, { "class": "const", "name": "RTF_IFSCOPE", "type": "" }, { "class": "const", "name": "RTF_LLINFO", "type": "" }, { "class": "const", "name": "RTF_LOCAL", "type": "" }, { "class": "const", "name": "RTF_MODIFIED", "type": "" }, { "class": "const", "name": "RTF_MULTICAST", "type": "" }, { "class": "const", "name": "RTF_PINNED", "type": "" }, { "class": "const", "name": "RTF_PRCLONING", "type": "" }, { "class": "const", "name": "RTF_PROTO1", "type": "" }, { "class": "const", "name": "RTF_PROTO2", "type": "" }, { "class": "const", "name": "RTF_PROTO3", "type": "" }, { "class": "const", "name": "RTF_REJECT", "type": "" }, { "class": "const", "name": "RTF_STATIC", "type": "" }, { "class": "const", "name": "RTF_UP", "type": "" }, { "class": "const", "name": "RTF_WASCLONED", "type": "" }, { "class": "const", "name": "RTF_XRESOLVE", "type": "" }, { "class": "const", "name": "RTM_ADD", "type": "" }, { "class": "const", "name": "RTM_CHANGE", "type": "" }, { "class": "const", "name": "RTM_DELADDR", "type": "" }, { "class": "const", "name": "RTM_DELETE", "type": "" }, { "class": "const", "name": "RTM_DELMADDR", "type": "" }, { "class": "const", "name": "RTM_GET", "type": "" }, { "class": "const", "name": "RTM_GET2", "type": "" }, { "class": "const", "name": "RTM_IFINFO", "type": "" }, { "class": "const", "name": "RTM_IFINFO2", "type": "" }, { "class": "const", "name": "RTM_LOCK", "type": "" }, { "class": "const", "name": "RTM_LOSING", "type": "" }, { "class": "const", "name": "RTM_MISS", "type": "" }, { "class": "const", "name": "RTM_NEWADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR2", "type": "" }, { "class": "const", "name": "RTM_OLDADD", "type": "" }, { "class": "const", "name": "RTM_OLDDEL", "type": "" }, { "class": "const", "name": "RTM_REDIRECT", "type": "" }, { "class": "const", "name": "RTM_RESOLVE", "type": "" }, { "class": "const", "name": "RTM_RTTUNIT", "type": "" }, { "class": "const", "name": "RTM_VERSION", "type": "" }, { "class": "const", "name": "RTV_EXPIRE", "type": "" }, { "class": "const", "name": "RTV_HOPCOUNT", "type": "" }, { "class": "const", "name": "RTV_MTU", "type": "" }, { "class": "const", "name": "RTV_RPIPE", "type": "" }, { "class": "const", "name": "RTV_RTT", "type": "" }, { "class": "const", "name": "RTV_RTTVAR", "type": "" }, { "class": "const", "name": "RTV_SPIPE", "type": "" }, { "class": "const", "name": "RTV_SSTHRESH", "type": "" }, { "class": "const", "name": "RUSAGE_CHILDREN", "type": "" }, { "class": "const", "name": "RUSAGE_SELF", "type": "" }, { "class": "const", "name": "SCM_CREDS", "type": "" }, { "class": "const", "name": "SCM_RIGHTS", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SHUT_RD", "type": "" }, { "class": "const", "name": "SHUT_RDWR", "type": "" }, { "class": "const", "name": "SHUT_WR", "type": "" }, { "class": "const", "name": "SIGABRT", "type": "" }, { "class": "const", "name": "SIGALRM", "type": "" }, { "class": "const", "name": "SIGBUS", "type": "" }, { "class": "const", "name": "SIGCHLD", "type": "" }, { "class": "const", "name": "SIGCONT", "type": "" }, { "class": "const", "name": "SIGEMT", "type": "" }, { "class": "const", "name": "SIGFPE", "type": "" }, { "class": "const", "name": "SIGHUP", "type": "" }, { "class": "const", "name": "SIGILL", "type": "" }, { "class": "const", "name": "SIGINFO", "type": "" }, { "class": "const", "name": "SIGINT", "type": "" }, { "class": "const", "name": "SIGIO", "type": "" }, { "class": "const", "name": "SIGIOT", "type": "" }, { "class": "const", "name": "SIGKILL", "type": "" }, { "class": "const", "name": "SIGPIPE", "type": "" }, { "class": "const", "name": "SIGPROF", "type": "" }, { "class": "const", "name": "SIGQUIT", "type": "" }, { "class": "const", "name": "SIGSEGV", "type": "" }, { "class": "const", "name": "SIGSTOP", "type": "" }, { "class": "const", "name": "SIGSYS", "type": "" }, { "class": "const", "name": "SIGTERM", "type": "" }, { "class": "const", "name": "SIGTRAP", "type": "" }, { "class": "const", "name": "SIGTSTP", "type": "" }, { "class": "const", "name": "SIGTTIN", "type": "" }, { "class": "const", "name": "SIGTTOU", "type": "" }, { "class": "const", "name": "SIGURG", "type": "" }, { "class": "const", "name": "SIGUSR1", "type": "" }, { "class": "const", "name": "SIGUSR2", "type": "" }, { "class": "const", "name": "SIGVTALRM", "type": "" }, { "class": "const", "name": "SIGWINCH", "type": "" }, { "class": "const", "name": "SIGXCPU", "type": "" }, { "class": "const", "name": "SIGXFSZ", "type": "" }, { "class": "const", "name": "SIOCADDMULTI", "type": "" }, { "class": "const", "name": "SIOCAIFADDR", "type": "" }, { "class": "const", "name": "SIOCALIFADDR", "type": "" }, { "class": "const", "name": "SIOCARPIPLL", "type": "" }, { "class": "const", "name": "SIOCATMARK", "type": "" }, { "class": "const", "name": "SIOCAUTOADDR", "type": "" }, { "class": "const", "name": "SIOCAUTONETMASK", "type": "" }, { "class": "const", "name": "SIOCDELMULTI", "type": "" }, { "class": "const", "name": "SIOCDIFADDR", "type": "" }, { "class": "const", "name": "SIOCDIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCDLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCGETSGCNT", "type": "" }, { "class": "const", "name": "SIOCGETVIFCNT", "type": "" }, { "class": "const", "name": "SIOCGETVLAN", "type": "" }, { "class": "const", "name": "SIOCGHIWAT", "type": "" }, { "class": "const", "name": "SIOCGIFADDR", "type": "" }, { "class": "const", "name": "SIOCGIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCGIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCGIFBOND", "type": "" }, { "class": "const", "name": "SIOCGIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCGIFCAP", "type": "" }, { "class": "const", "name": "SIOCGIFCONF", "type": "" }, { "class": "const", "name": "SIOCGIFDEVMTU", "type": "" }, { "class": "const", "name": "SIOCGIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCGIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCGIFKPI", "type": "" }, { "class": "const", "name": "SIOCGIFMAC", "type": "" }, { "class": "const", "name": "SIOCGIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCGIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCGIFMTU", "type": "" }, { "class": "const", "name": "SIOCGIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCGIFPDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFPHYS", "type": "" }, { "class": "const", "name": "SIOCGIFPSRCADDR", "type": "" }, { "class": "const", "name": "SIOCGIFSTATUS", "type": "" }, { "class": "const", "name": "SIOCGIFVLAN", "type": "" }, { "class": "const", "name": "SIOCGIFWAKEFLAGS", "type": "" }, { "class": "const", "name": "SIOCGLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCGLOWAT", "type": "" }, { "class": "const", "name": "SIOCGPGRP", "type": "" }, { "class": "const", "name": "SIOCIFCREATE", "type": "" }, { "class": "const", "name": "SIOCIFCREATE2", "type": "" }, { "class": "const", "name": "SIOCIFDESTROY", "type": "" }, { "class": "const", "name": "SIOCRSLVMULTI", "type": "" }, { "class": "const", "name": "SIOCSDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCSETVLAN", "type": "" }, { "class": "const", "name": "SIOCSHIWAT", "type": "" }, { "class": "const", "name": "SIOCSIFADDR", "type": "" }, { "class": "const", "name": "SIOCSIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCSIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCSIFBOND", "type": "" }, { "class": "const", "name": "SIOCSIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCSIFCAP", "type": "" }, { "class": "const", "name": "SIOCSIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCSIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCSIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCSIFKPI", "type": "" }, { "class": "const", "name": "SIOCSIFLLADDR", "type": "" }, { "class": "const", "name": "SIOCSIFMAC", "type": "" }, { "class": "const", "name": "SIOCSIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCSIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCSIFMTU", "type": "" }, { "class": "const", "name": "SIOCSIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCSIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSIFPHYS", "type": "" }, { "class": "const", "name": "SIOCSIFVLAN", "type": "" }, { "class": "const", "name": "SIOCSLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSLOWAT", "type": "" }, { "class": "const", "name": "SIOCSPGRP", "type": "" }, { "class": "const", "name": "SOCK_DGRAM", "type": "" }, { "class": "const", "name": "SOCK_MAXADDRLEN", "type": "" }, { "class": "const", "name": "SOCK_RAW", "type": "" }, { "class": "const", "name": "SOCK_RDM", "type": "" }, { "class": "const", "name": "SOCK_SEQPACKET", "type": "" }, { "class": "const", "name": "SOCK_STREAM", "type": "" }, { "class": "const", "name": "SOL_SOCKET", "type": "" }, { "class": "const", "name": "SOMAXCONN", "type": "" }, { "class": "const", "name": "SO_ACCEPTCONN", "type": "" }, { "class": "const", "name": "SO_BROADCAST", "type": "" }, { "class": "const", "name": "SO_DEBUG", "type": "" }, { "class": "const", "name": "SO_DONTROUTE", "type": "" }, { "class": "const", "name": "SO_DONTTRUNC", "type": "" }, { "class": "const", "name": "SO_ERROR", "type": "" }, { "class": "const", "name": "SO_KEEPALIVE", "type": "" }, { "class": "const", "name": "SO_LABEL", "type": "" }, { "class": "const", "name": "SO_LINGER", "type": "" }, { "class": "const", "name": "SO_LINGER_SEC", "type": "" }, { "class": "const", "name": "SO_NKE", "type": "" }, { "class": "const", "name": "SO_NOADDRERR", "type": "" }, { "class": "const", "name": "SO_NOSIGPIPE", "type": "" }, { "class": "const", "name": "SO_NOTIFYCONFLICT", "type": "" }, { "class": "const", "name": "SO_NP_EXTENSIONS", "type": "" }, { "class": "const", "name": "SO_NREAD", "type": "" }, { "class": "const", "name": "SO_NWRITE", "type": "" }, { "class": "const", "name": "SO_OOBINLINE", "type": "" }, { "class": "const", "name": "SO_PEERLABEL", "type": "" }, { "class": "const", "name": "SO_RANDOMPORT", "type": "" }, { "class": "const", "name": "SO_RCVBUF", "type": "" }, { "class": "const", "name": "SO_RCVLOWAT", "type": "" }, { "class": "const", "name": "SO_RCVTIMEO", "type": "" }, { "class": "const", "name": "SO_RESTRICTIONS", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYIN", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYOUT", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYSET", "type": "" }, { "class": "const", "name": "SO_REUSEADDR", "type": "" }, { "class": "const", "name": "SO_REUSEPORT", "type": "" }, { "class": "const", "name": "SO_REUSESHAREUID", "type": "" }, { "class": "const", "name": "SO_SNDBUF", "type": "" }, { "class": "const", "name": "SO_SNDLOWAT", "type": "" }, { "class": "const", "name": "SO_SNDTIMEO", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SO_TYPE", "type": "" }, { "class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": "" }, { "class": "const", "name": "SO_USELOOPBACK", "type": "" }, { "class": "const", "name": "SO_WANTMORE", "type": "" }, { "class": "const", "name": "SO_WANTOOBFLAG", "type": "" }, { "class": "const", "name": "SYS_ACCEPT", "type": "" }, { "class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_ACCESS", "type": "" }, { "class": "const", "name": "SYS_ACCESS_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_ACCT", "type": "" }, { "class": "const", "name": "SYS_ADD_PROFIL", "type": "" }, { "class": "const", "name": "SYS_ADJTIME", "type": "" }, { "class": "const", "name": "SYS_AIO_CANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_ERROR", "type": "" }, { "class": "const", "name": "SYS_AIO_FSYNC", "type": "" }, { "class": "const", "name": "SYS_AIO_READ", "type": "" }, { "class": "const", "name": "SYS_AIO_RETURN", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_WRITE", "type": "" }, { "class": "const", "name": "SYS_ATGETMSG", "type": "" }, { "class": "const", "name": "SYS_ATPGETREQ", "type": "" }, { "class": "const", "name": "SYS_ATPGETRSP", "type": "" }, { "class": "const", "name": "SYS_ATPSNDREQ", "type": "" }, { "class": "const", "name": "SYS_ATPSNDRSP", "type": "" }, { "class": "const", "name": "SYS_ATPUTMSG", "type": "" }, { "class": "const", "name": "SYS_ATSOCKET", "type": "" }, { "class": "const", "name": "SYS_AUDIT", "type": "" }, { "class": "const", "name": "SYS_AUDITCTL", "type": "" }, { "class": "const", "name": "SYS_AUDITON", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": "" }, { "class": "const", "name": "SYS_BIND", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": "" }, { "class": "const", "name": "SYS_CHDIR", "type": "" }, { "class": "const", "name": "SYS_CHFLAGS", "type": "" }, { "class": "const", "name": "SYS_CHMOD", "type": "" }, { "class": "const", "name": "SYS_CHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_CHOWN", "type": "" }, { "class": "const", "name": "SYS_CHROOT", "type": "" }, { "class": "const", "name": "SYS_CHUD", "type": "" }, { "class": "const", "name": "SYS_CLOSE", "type": "" }, { "class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_CONNECT", "type": "" }, { "class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_COPYFILE", "type": "" }, { "class": "const", "name": "SYS_CSOPS", "type": "" }, { "class": "const", "name": "SYS_DELETE", "type": "" }, { "class": "const", "name": "SYS_DUP", "type": "" }, { "class": "const", "name": "SYS_DUP2", "type": "" }, { "class": "const", "name": "SYS_EXCHANGEDATA", "type": "" }, { "class": "const", "name": "SYS_EXECVE", "type": "" }, { "class": "const", "name": "SYS_EXIT", "type": "" }, { "class": "const", "name": "SYS_FCHDIR", "type": "" }, { "class": "const", "name": "SYS_FCHFLAGS", "type": "" }, { "class": "const", "name": "SYS_FCHMOD", "type": "" }, { "class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FCHOWN", "type": "" }, { "class": "const", "name": "SYS_FCNTL", "type": "" }, { "class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FDATASYNC", "type": "" }, { "class": "const", "name": "SYS_FFSCTL", "type": "" }, { "class": "const", "name": "SYS_FGETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FGETXATTR", "type": "" }, { "class": "const", "name": "SYS_FHOPEN", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": "" }, { "class": "const", "name": "SYS_FLISTXATTR", "type": "" }, { "class": "const", "name": "SYS_FLOCK", "type": "" }, { "class": "const", "name": "SYS_FORK", "type": "" }, { "class": "const", "name": "SYS_FPATHCONF", "type": "" }, { "class": "const", "name": "SYS_FREMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_FSCTL", "type": "" }, { "class": "const", "name": "SYS_FSETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FSETXATTR", "type": "" }, { "class": "const", "name": "SYS_FSGETPATH", "type": "" }, { "class": "const", "name": "SYS_FSTAT", "type": "" }, { "class": "const", "name": "SYS_FSTAT64", "type": "" }, { "class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSTATFS", "type": "" }, { "class": "const", "name": "SYS_FSTATFS64", "type": "" }, { "class": "const", "name": "SYS_FSTATV", "type": "" }, { "class": "const", "name": "SYS_FSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSYNC", "type": "" }, { "class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FTRUNCATE", "type": "" }, { "class": "const", "name": "SYS_FUTIMES", "type": "" }, { "class": "const", "name": "SYS_GETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_GETAUID", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES64", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": "" }, { "class": "const", "name": "SYS_GETDTABLESIZE", "type": "" }, { "class": "const", "name": "SYS_GETEGID", "type": "" }, { "class": "const", "name": "SYS_GETEUID", "type": "" }, { "class": "const", "name": "SYS_GETFH", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT64", "type": "" }, { "class": "const", "name": "SYS_GETGID", "type": "" }, { "class": "const", "name": "SYS_GETGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETHOSTUUID", "type": "" }, { "class": "const", "name": "SYS_GETITIMER", "type": "" }, { "class": "const", "name": "SYS_GETLCID", "type": "" }, { "class": "const", "name": "SYS_GETLOGIN", "type": "" }, { "class": "const", "name": "SYS_GETPEERNAME", "type": "" }, { "class": "const", "name": "SYS_GETPGID", "type": "" }, { "class": "const", "name": "SYS_GETPGRP", "type": "" }, { "class": "const", "name": "SYS_GETPID", "type": "" }, { "class": "const", "name": "SYS_GETPPID", "type": "" }, { "class": "const", "name": "SYS_GETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_GETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_GETRUSAGE", "type": "" }, { "class": "const", "name": "SYS_GETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETSID", "type": "" }, { "class": "const", "name": "SYS_GETSOCKNAME", "type": "" }, { "class": "const", "name": "SYS_GETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_GETTID", "type": "" }, { "class": "const", "name": "SYS_GETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_GETUID", "type": "" }, { "class": "const", "name": "SYS_GETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETXATTR", "type": "" }, { "class": "const", "name": "SYS_IDENTITYSVC", "type": "" }, { "class": "const", "name": "SYS_INITGROUPS", "type": "" }, { "class": "const", "name": "SYS_IOCTL", "type": "" }, { "class": "const", "name": "SYS_IOPOLICYSYS", "type": "" }, { "class": "const", "name": "SYS_ISSETUGID", "type": "" }, { "class": "const", "name": "SYS_KDEBUG_TRACE", "type": "" }, { "class": "const", "name": "SYS_KEVENT", "type": "" }, { "class": "const", "name": "SYS_KEVENT64", "type": "" }, { "class": "const", "name": "SYS_KILL", "type": "" }, { "class": "const", "name": "SYS_KQUEUE", "type": "" }, { "class": "const", "name": "SYS_LCHOWN", "type": "" }, { "class": "const", "name": "SYS_LINK", "type": "" }, { "class": "const", "name": "SYS_LIO_LISTIO", "type": "" }, { "class": "const", "name": "SYS_LISTEN", "type": "" }, { "class": "const", "name": "SYS_LISTXATTR", "type": "" }, { "class": "const", "name": "SYS_LSEEK", "type": "" }, { "class": "const", "name": "SYS_LSTAT", "type": "" }, { "class": "const", "name": "SYS_LSTAT64", "type": "" }, { "class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_LSTATV", "type": "" }, { "class": "const", "name": "SYS_LSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MADVISE", "type": "" }, { "class": "const", "name": "SYS_MAXSYSCALL", "type": "" }, { "class": "const", "name": "SYS_MINCORE", "type": "" }, { "class": "const", "name": "SYS_MINHERIT", "type": "" }, { "class": "const", "name": "SYS_MKCOMPLEX", "type": "" }, { "class": "const", "name": "SYS_MKDIR", "type": "" }, { "class": "const", "name": "SYS_MKDIR_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKFIFO", "type": "" }, { "class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKNOD", "type": "" }, { "class": "const", "name": "SYS_MLOCK", "type": "" }, { "class": "const", "name": "SYS_MLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MMAP", "type": "" }, { "class": "const", "name": "SYS_MODWATCH", "type": "" }, { "class": "const", "name": "SYS_MOUNT", "type": "" }, { "class": "const", "name": "SYS_MPROTECT", "type": "" }, { "class": "const", "name": "SYS_MSGCTL", "type": "" }, { "class": "const", "name": "SYS_MSGGET", "type": "" }, { "class": "const", "name": "SYS_MSGRCV", "type": "" }, { "class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSND", "type": "" }, { "class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSYS", "type": "" }, { "class": "const", "name": "SYS_MSYNC", "type": "" }, { "class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MUNLOCK", "type": "" }, { "class": "const", "name": "SYS_MUNLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MUNMAP", "type": "" }, { "class": "const", "name": "SYS_NFSCLNT", "type": "" }, { "class": "const", "name": "SYS_NFSSVC", "type": "" }, { "class": "const", "name": "SYS_OPEN", "type": "" }, { "class": "const", "name": "SYS_OPEN_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_OPEN_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PATHCONF", "type": "" }, { "class": "const", "name": "SYS_PID_HIBERNATE", "type": "" }, { "class": "const", "name": "SYS_PID_RESUME", "type": "" }, { "class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": "" }, { "class": "const", "name": "SYS_PID_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_PIPE", "type": "" }, { "class": "const", "name": "SYS_POLL", "type": "" }, { "class": "const", "name": "SYS_POLL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_POSIX_SPAWN", "type": "" }, { "class": "const", "name": "SYS_PREAD", "type": "" }, { "class": "const", "name": "SYS_PREAD_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PROCESS_POLICY", "type": "" }, { "class": "const", "name": "SYS_PROC_INFO", "type": "" }, { "class": "const", "name": "SYS_PROFIL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": "" }, { "class": "const", "name": "SYS_PTRACE", "type": "" }, { "class": "const", "name": "SYS_PWRITE", "type": "" }, { "class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_QUOTACTL", "type": "" }, { "class": "const", "name": "SYS_READ", "type": "" }, { "class": "const", "name": "SYS_READLINK", "type": "" }, { "class": "const", "name": "SYS_READV", "type": "" }, { "class": "const", "name": "SYS_READV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_READ_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REBOOT", "type": "" }, { "class": "const", "name": "SYS_RECVFROM", "type": "" }, { "class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_RECVMSG", "type": "" }, { "class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_RENAME", "type": "" }, { "class": "const", "name": "SYS_REVOKE", "type": "" }, { "class": "const", "name": "SYS_RMDIR", "type": "" }, { "class": "const", "name": "SYS_SEARCHFS", "type": "" }, { "class": "const", "name": "SYS_SELECT", "type": "" }, { "class": "const", "name": "SYS_SELECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SEMCTL", "type": "" }, { "class": "const", "name": "SYS_SEMGET", "type": "" }, { "class": "const", "name": "SYS_SEMOP", "type": "" }, { "class": "const", "name": "SYS_SEMSYS", "type": "" }, { "class": "const", "name": "SYS_SEM_CLOSE", "type": "" }, { "class": "const", "name": "SYS_SEM_DESTROY", "type": "" }, { "class": "const", "name": "SYS_SEM_GETVALUE", "type": "" }, { "class": "const", "name": "SYS_SEM_INIT", "type": "" }, { "class": "const", "name": "SYS_SEM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SEM_POST", "type": "" }, { "class": "const", "name": "SYS_SEM_TRYWAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDFILE", "type": "" }, { "class": "const", "name": "SYS_SENDMSG", "type": "" }, { "class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDTO", "type": "" }, { "class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_SETAUID", "type": "" }, { "class": "const", "name": "SYS_SETEGID", "type": "" }, { "class": "const", "name": "SYS_SETEUID", "type": "" }, { "class": "const", "name": "SYS_SETGID", "type": "" }, { "class": "const", "name": "SYS_SETGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETITIMER", "type": "" }, { "class": "const", "name": "SYS_SETLCID", "type": "" }, { "class": "const", "name": "SYS_SETLOGIN", "type": "" }, { "class": "const", "name": "SYS_SETPGID", "type": "" }, { "class": "const", "name": "SYS_SETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_SETPRIVEXEC", "type": "" }, { "class": "const", "name": "SYS_SETREGID", "type": "" }, { "class": "const", "name": "SYS_SETREUID", "type": "" }, { "class": "const", "name": "SYS_SETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_SETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETSID", "type": "" }, { "class": "const", "name": "SYS_SETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_SETTID", "type": "" }, { "class": "const", "name": "SYS_SETTID_WITH_PID", "type": "" }, { "class": "const", "name": "SYS_SETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_SETUID", "type": "" }, { "class": "const", "name": "SYS_SETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETXATTR", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": "" }, { "class": "const", "name": "SYS_SHMAT", "type": "" }, { "class": "const", "name": "SYS_SHMCTL", "type": "" }, { "class": "const", "name": "SYS_SHMDT", "type": "" }, { "class": "const", "name": "SYS_SHMGET", "type": "" }, { "class": "const", "name": "SYS_SHMSYS", "type": "" }, { "class": "const", "name": "SYS_SHM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SHM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SHUTDOWN", "type": "" }, { "class": "const", "name": "SYS_SIGACTION", "type": "" }, { "class": "const", "name": "SYS_SIGALTSTACK", "type": "" }, { "class": "const", "name": "SYS_SIGPENDING", "type": "" }, { "class": "const", "name": "SYS_SIGPROCMASK", "type": "" }, { "class": "const", "name": "SYS_SIGRETURN", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SOCKET", "type": "" }, { "class": "const", "name": "SYS_SOCKETPAIR", "type": "" }, { "class": "const", "name": "SYS_STACK_SNAPSHOT", "type": "" }, { "class": "const", "name": "SYS_STAT", "type": "" }, { "class": "const", "name": "SYS_STAT64", "type": "" }, { "class": "const", "name": "SYS_STAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_STATFS", "type": "" }, { "class": "const", "name": "SYS_STATFS64", "type": "" }, { "class": "const", "name": "SYS_STATV", "type": "" }, { "class": "const", "name": "SYS_STAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_SWAPON", "type": "" }, { "class": "const", "name": "SYS_SYMLINK", "type": "" }, { "class": "const", "name": "SYS_SYNC", "type": "" }, { "class": "const", "name": "SYS_SYSCALL", "type": "" }, { "class": "const", "name": "SYS_THREAD_SELFID", "type": "" }, { "class": "const", "name": "SYS_TRUNCATE", "type": "" }, { "class": "const", "name": "SYS_UMASK", "type": "" }, { "class": "const", "name": "SYS_UMASK_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_UNDELETE", "type": "" }, { "class": "const", "name": "SYS_UNLINK", "type": "" }, { "class": "const", "name": "SYS_UNMOUNT", "type": "" }, { "class": "const", "name": "SYS_UTIMES", "type": "" }, { "class": "const", "name": "SYS_VFORK", "type": "" }, { "class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": "" }, { "class": "const", "name": "SYS_WAIT4", "type": "" }, { "class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WAITEVENT", "type": "" }, { "class": "const", "name": "SYS_WAITID", "type": "" }, { "class": "const", "name": "SYS_WAITID_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WATCHEVENT", "type": "" }, { "class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": "" }, { "class": "const", "name": "SYS_WORKQ_OPEN", "type": "" }, { "class": "const", "name": "SYS_WRITE", "type": "" }, { "class": "const", "name": "SYS_WRITEV", "type": "" }, { "class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": "" }, { "class": "const", "name": "SYS___MAC_EXECVE", "type": "" }, { "class": "const", "name": "SYS___MAC_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_SYSCALL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CANCELED", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_KILL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SYSCTL", "type": "" }, { "class": "const", "name": "S_IEXEC", "type": "" }, { "class": "const", "name": "S_IFBLK", "type": "" }, { "class": "const", "name": "S_IFCHR", "type": "" }, { "class": "const", "name": "S_IFDIR", "type": "" }, { "class": "const", "name": "S_IFIFO", "type": "" }, { "class": "const", "name": "S_IFLNK", "type": "" }, { "class": "const", "name": "S_IFMT", "type": "" }, { "class": "const", "name": "S_IFREG", "type": "" }, { "class": "const", "name": "S_IFSOCK", "type": "" }, { "class": "const", "name": "S_IFWHT", "type": "" }, { "class": "const", "name": "S_IREAD", "type": "" }, { "class": "const", "name": "S_IRGRP", "type": "" }, { "class": "const", "name": "S_IROTH", "type": "" }, { "class": "const", "name": "S_IRUSR", "type": "" }, { "class": "const", "name": "S_IRWXG", "type": "" }, { "class": "const", "name": "S_IRWXO", "type": "" }, { "class": "const", "name": "S_IRWXU", "type": "" }, { "class": "const", "name": "S_ISGID", "type": "" }, { "class": "const", "name": "S_ISTXT", "type": "" }, { "class": "const", "name": "S_ISUID", "type": "" }, { "class": "const", "name": "S_ISVTX", "type": "" }, { "class": "const", "name": "S_IWGRP", "type": "" }, { "class": "const", "name": "S_IWOTH", "type": "" }, { "class": "const", "name": "S_IWRITE", "type": "" }, { "class": "const", "name": "S_IWUSR", "type": "" }, { "class": "const", "name": "S_IXGRP", "type": "" }, { "class": "const", "name": "S_IXOTH", "type": "" }, { "class": "const", "name": "S_IXUSR", "type": "" }, { "class": "const", "name": "SizeofBpfHdr", "type": "" }, { "class": "const", "name": "SizeofBpfInsn", "type": "" }, { "class": "const", "name": "SizeofBpfProgram", "type": "" }, { "class": "const", "name": "SizeofBpfStat", "type": "" }, { "class": "const", "name": "SizeofBpfVersion", "type": "" }, { "class": "const", "name": "SizeofCmsghdr", "type": "" }, { "class": "const", "name": "SizeofICMPv6Filter", "type": "" }, { "class": "const", "name": "SizeofIPMreq", "type": "" }, { "class": "const", "name": "SizeofIPv6MTUInfo", "type": "" }, { "class": "const", "name": "SizeofIPv6Mreq", "type": "" }, { "class": "const", "name": "SizeofIfData", "type": "" }, { "class": "const", "name": "SizeofIfMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr2", "type": "" }, { "class": "const", "name": "SizeofInet4Pktinfo", "type": "" }, { "class": "const", "name": "SizeofInet6Pktinfo", "type": "" }, { "class": "const", "name": "SizeofLinger", "type": "" }, { "class": "const", "name": "SizeofMsghdr", "type": "" }, { "class": "const", "name": "SizeofRtMetrics", "type": "" }, { "class": "const", "name": "SizeofRtMsghdr", "type": "" }, { "class": "const", "name": "SizeofSockaddrAny", "type": "" }, { "class": "const", "name": "SizeofSockaddrDatalink", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet4", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet6", "type": "" }, { "class": "const", "name": "SizeofSockaddrUnix", "type": "" }, { "class": "const", "name": "TCIFLUSH", "type": "" }, { "class": "const", "name": "TCIOFLUSH", "type": "" }, { "class": "const", "name": "TCOFLUSH", "type": "" }, { "class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": "" }, { "class": "const", "name": "TCP_KEEPALIVE", "type": "" }, { "class": "const", "name": "TCP_MAXHLEN", "type": "" }, { "class": "const", "name": "TCP_MAXOLEN", "type": "" }, { "class": "const", "name": "TCP_MAXSEG", "type": "" }, { "class": "const", "name": "TCP_MAXWIN", "type": "" }, { "class": "const", "name": "TCP_MAX_SACK", "type": "" }, { "class": "const", "name": "TCP_MAX_WINSHIFT", "type": "" }, { "class": "const", "name": "TCP_MINMSS", "type": "" }, { "class": "const", "name": "TCP_MINMSSOVERLOAD", "type": "" }, { "class": "const", "name": "TCP_MSS", "type": "" }, { "class": "const", "name": "TCP_NODELAY", "type": "" }, { "class": "const", "name": "TCP_NOOPT", "type": "" }, { "class": "const", "name": "TCP_NOPUSH", "type": "" }, { "class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": "" }, { "class": "const", "name": "TCP_RXT_FINDROP", "type": "" }, { "class": "const", "name": "TCSAFLUSH", "type": "" }, { "class": "const", "name": "TIOCCBRK", "type": "" }, { "class": "const", "name": "TIOCCDTR", "type": "" }, { "class": "const", "name": "TIOCCONS", "type": "" }, { "class": "const", "name": "TIOCDCDTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCDRAIN", "type": "" }, { "class": "const", "name": "TIOCDSIMICROCODE", "type": "" }, { "class": "const", "name": "TIOCEXCL", "type": "" }, { "class": "const", "name": "TIOCEXT", "type": "" }, { "class": "const", "name": "TIOCFLUSH", "type": "" }, { "class": "const", "name": "TIOCGDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCGETA", "type": "" }, { "class": "const", "name": "TIOCGETD", "type": "" }, { "class": "const", "name": "TIOCGPGRP", "type": "" }, { "class": "const", "name": "TIOCGWINSZ", "type": "" }, { "class": "const", "name": "TIOCIXOFF", "type": "" }, { "class": "const", "name": "TIOCIXON", "type": "" }, { "class": "const", "name": "TIOCMBIC", "type": "" }, { "class": "const", "name": "TIOCMBIS", "type": "" }, { "class": "const", "name": "TIOCMGDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMGET", "type": "" }, { "class": "const", "name": "TIOCMODG", "type": "" }, { "class": "const", "name": "TIOCMODS", "type": "" }, { "class": "const", "name": "TIOCMSDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMSET", "type": "" }, { "class": "const", "name": "TIOCM_CAR", "type": "" }, { "class": "const", "name": "TIOCM_CD", "type": "" }, { "class": "const", "name": "TIOCM_CTS", "type": "" }, { "class": "const", "name": "TIOCM_DSR", "type": "" }, { "class": "const", "name": "TIOCM_DTR", "type": "" }, { "class": "const", "name": "TIOCM_LE", "type": "" }, { "class": "const", "name": "TIOCM_RI", "type": "" }, { "class": "const", "name": "TIOCM_RNG", "type": "" }, { "class": "const", "name": "TIOCM_RTS", "type": "" }, { "class": "const", "name": "TIOCM_SR", "type": "" }, { "class": "const", "name": "TIOCM_ST", "type": "" }, { "class": "const", "name": "TIOCNOTTY", "type": "" }, { "class": "const", "name": "TIOCNXCL", "type": "" }, { "class": "const", "name": "TIOCOUTQ", "type": "" }, { "class": "const", "name": "TIOCPKT", "type": "" }, { "class": "const", "name": "TIOCPKT_DATA", "type": "" }, { "class": "const", "name": "TIOCPKT_DOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHREAD", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": "" }, { "class": "const", "name": "TIOCPKT_IOCTL", "type": "" }, { "class": "const", "name": "TIOCPKT_NOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_START", "type": "" }, { "class": "const", "name": "TIOCPKT_STOP", "type": "" }, { "class": "const", "name": "TIOCPTYGNAME", "type": "" }, { "class": "const", "name": "TIOCPTYGRANT", "type": "" }, { "class": "const", "name": "TIOCPTYUNLK", "type": "" }, { "class": "const", "name": "TIOCREMOTE", "type": "" }, { "class": "const", "name": "TIOCSBRK", "type": "" }, { "class": "const", "name": "TIOCSCONS", "type": "" }, { "class": "const", "name": "TIOCSCTTY", "type": "" }, { "class": "const", "name": "TIOCSDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCSDTR", "type": "" }, { "class": "const", "name": "TIOCSETA", "type": "" }, { "class": "const", "name": "TIOCSETAF", "type": "" }, { "class": "const", "name": "TIOCSETAW", "type": "" }, { "class": "const", "name": "TIOCSETD", "type": "" }, { "class": "const", "name": "TIOCSIG", "type": "" }, { "class": "const", "name": "TIOCSPGRP", "type": "" }, { "class": "const", "name": "TIOCSTART", "type": "" }, { "class": "const", "name": "TIOCSTAT", "type": "" }, { "class": "const", "name": "TIOCSTI", "type": "" }, { "class": "const", "name": "TIOCSTOP", "type": "" }, { "class": "const", "name": "TIOCSWINSZ", "type": "" }, { "class": "const", "name": "TIOCTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCUCNTL", "type": "" }, { "class": "const", "name": "TOSTOP", "type": "" }, { "class": "const", "name": "VDISCARD", "type": "" }, { "class": "const", "name": "VDSUSP", "type": "" }, { "class": "const", "name": "VEOF", "type": "" }, { "class": "const", "name": "VEOL", "type": "" }, { "class": "const", "name": "VEOL2", "type": "" }, { "class": "const", "name": "VERASE", "type": "" }, { "class": "const", "name": "VINTR", "type": "" }, { "class": "const", "name": "VKILL", "type": "" }, { "class": "const", "name": "VLNEXT", "type": "" }, { "class": "const", "name": "VMIN", "type": "" }, { "class": "const", "name": "VQUIT", "type": "" }, { "class": "const", "name": "VREPRINT", "type": "" }, { "class": "const", "name": "VSTART", "type": "" }, { "class": "const", "name": "VSTATUS", "type": "" }, { "class": "const", "name": "VSTOP", "type": "" }, { "class": "const", "name": "VSUSP", "type": "" }, { "class": "const", "name": "VT0", "type": "" }, { "class": "const", "name": "VT1", "type": "" }, { "class": "const", "name": "VTDLY", "type": "" }, { "class": "const", "name": "VTIME", "type": "" }, { "class": "const", "name": "VWERASE", "type": "" }, { "class": "const", "name": "WCONTINUED", "type": "" }, { "class": "const", "name": "WCOREFLAG", "type": "" }, { "class": "const", "name": "WEXITED", "type": "" }, { "class": "const", "name": "WNOHANG", "type": "" }, { "class": "const", "name": "WNOWAIT", "type": "" }, { "class": "const", "name": "WORDSIZE", "type": "" }, { "class": "const", "name": "WSTOPPED", "type": "" }, { "class": "const", "name": "WUNTRACED", "type": "" }, { "class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)" }, { "class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)" }, { "class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)" }, { "class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)" }, { "class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)" }, { "class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)" }, { "class": "func", "name": "Chdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error" }, { "class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Chroot", "type": "func(path string) (err error)" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Close", "type": "func(fd int) (err error)" }, { "class": "func", "name": "CloseOnExec", "type": "func(fd int)" }, { "class": "func", "name": "CmsgLen", "type": "func(datalen int) int" }, { "class": "func", "name": "CmsgSpace", "type": "func(datalen int) int" }, { "class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)" }, { "class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)" }, { "class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Fchdir", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)" }, { "class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)" }, { "class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)" }, { "class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error" }, { "class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)" }, { "class": "func", "name": "FlushBpf", "type": "func(fd int) error" }, { "class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)" }, { "class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)" }, { "class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "Fsync", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)" }, { "class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)" }, { "class": "func", "name": "Getdtablesize", "type": "func() (size int)" }, { "class": "func", "name": "Getegid", "type": "func() (egid int)" }, { "class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)" }, { "class": "func", "name": "Geteuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)" }, { "class": "func", "name": "Getgid", "type": "func() (gid int)" }, { "class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)" }, { "class": "func", "name": "Getpgrp", "type": "func() (pgrp int)" }, { "class": "func", "name": "Getpid", "type": "func() (pid int)" }, { "class": "func", "name": "Getppid", "type": "func() (ppid int)" }, { "class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)" }, { "class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)" }, { "class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)" }, { "class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)" }, { "class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)" }, { "class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)" }, { "class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)" }, { "class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)" }, { "class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)" }, { "class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)" }, { "class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Getuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getwd", "type": "func() (string, error)" }, { "class": "func", "name": "Issetugid", "type": "func() (tainted bool)" }, { "class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)" }, { "class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)" }, { "class": "func", "name": "Kqueue", "type": "func() (fd int, err error)" }, { "class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Link", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)" }, { "class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)" }, { "class": "func", "name": "Mlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Mlockall", "type": "func(flags int) (err error)" }, { "class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)" }, { "class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)" }, { "class": "func", "name": "Munlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Munlockall", "type": "func() (err error)" }, { "class": "func", "name": "Munmap", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)" }, { "class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)" }, { "class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)" }, { "class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)" }, { "class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)" }, { "class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)" }, { "class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)" }, { "class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)" }, { "class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)" }, { "class": "func", "name": "Pipe", "type": "func(p []int) (err error)" }, { "class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)" }, { "class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)" }, { "class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Rename", "type": "func(from string, to string) (err error)" }, { "class": "func", "name": "Revoke", "type": "func(path string) (err error)" }, { "class": "func", "name": "Rmdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)" }, { "class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)" }, { "class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)" }, { "class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)" }, { "class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)" }, { "class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)" }, { "class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)" }, { "class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error" }, { "class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)" }, { "class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)" }, { "class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error" }, { "class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error" }, { "class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error" }, { "class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)" }, { "class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)" }, { "class": "func", "name": "Setegid", "type": "func(egid int) (err error)" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "Seteuid", "type": "func(euid int) (err error)" }, { "class": "func", "name": "Setgid", "type": "func(gid int) (err error)" }, { "class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)" }, { "class": "func", "name": "Setlogin", "type": "func(name string) (err error)" }, { "class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)" }, { "class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)" }, { "class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)" }, { "class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)" }, { "class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)" }, { "class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Setsid", "type": "func() (pid int, err error)" }, { "class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)" }, { "class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error" }, { "class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)" }, { "class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)" }, { "class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)" }, { "class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)" }, { "class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)" }, { "class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)" }, { "class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)" }, { "class": "func", "name": "Setuid", "type": "func(uid int) (err error)" }, { "class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)" }, { "class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)" }, { "class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)" }, { "class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)" }, { "class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)" }, { "class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "StringBytePtr", "type": "func(s string) *byte" }, { "class": "func", "name": "StringByteSlice", "type": "func(s string) []byte" }, { "class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte" }, { "class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Sync", "type": "func() (err error)" }, { "class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)" }, { "class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)" }, { "class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64" }, { "class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64" }, { "class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)" }, { "class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)" }, { "class": "func", "name": "Undelete", "type": "func(path string) (err error)" }, { "class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte" }, { "class": "func", "name": "Unlink", "type": "func(path string) (err error)" }, { "class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error" }, { "class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)" }, { "class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "type", "name": "BpfHdr", "type": "struct" }, { "class": "type", "name": "BpfInsn", "type": "struct" }, { "class": "type", "name": "BpfProgram", "type": "struct" }, { "class": "type", "name": "BpfStat", "type": "struct" }, { "class": "type", "name": "BpfVersion", "type": "struct" }, { "class": "type", "name": "Cmsghdr", "type": "struct" }, { "class": "type", "name": "Credential", "type": "struct" }, { "class": "type", "name": "Dirent", "type": "struct" }, { "class": "type", "name": "Errno", "type": "uintptr" }, { "class": "type", "name": "Fbootstraptransfer_t", "type": "struct" }, { "class": "type", "name": "FdSet", "type": "struct" }, { "class": "type", "name": "Flock_t", "type": "struct" }, { "class": "type", "name": "Fsid", "type": "struct" }, { "class": "type", "name": "Fstore_t", "type": "struct" }, { "class": "type", "name": "ICMPv6Filter", "type": "struct" }, { "class": "type", "name": "IPMreq", "type": "struct" }, { "class": "type", "name": "IPv6MTUInfo", "type": "struct" }, { "class": "type", "name": "IPv6Mreq", "type": "struct" }, { "class": "type", "name": "IfData", "type": "struct" }, { "class": "type", "name": "IfMsghdr", "type": "struct" }, { "class": "type", "name": "IfaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr2", "type": "struct" }, { "class": "type", "name": "Inet4Pktinfo", "type": "struct" }, { "class": "type", "name": "Inet6Pktinfo", "type": "struct" }, { "class": "type", "name": "InterfaceAddrMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct" }, { "class": "type", "name": "Iovec", "type": "struct" }, { "class": "type", "name": "Kevent_t", "type": "struct" }, { "class": "type", "name": "Linger", "type": "struct" }, { "class": "type", "name": "Log2phys_t", "type": "struct" }, { "class": "type", "name": "Msghdr", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Radvisory_t", "type": "struct" }, { "class": "type", "name": "RawSockaddr", "type": "struct" }, { "class": "type", "name": "RawSockaddrAny", "type": "struct" }, { "class": "type", "name": "RawSockaddrDatalink", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet4", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet6", "type": "struct" }, { "class": "type", "name": "RawSockaddrUnix", "type": "struct" }, { "class": "type", "name": "Rlimit", "type": "struct" }, { "class": "type", "name": "RouteMessage", "type": "struct" }, { "class": "type", "name": "RoutingMessage", "type": "interface" }, { "class": "type", "name": "RtMetrics", "type": "struct" }, { "class": "type", "name": "RtMsghdr", "type": "struct" }, { "class": "type", "name": "Rusage", "type": "struct" }, { "class": "type", "name": "Signal", "type": "int" }, { "class": "type", "name": "Sockaddr", "type": "interface" }, { "class": "type", "name": "SockaddrDatalink", "type": "struct" }, { "class": "type", "name": "SockaddrInet4", "type": "struct" }, { "class": "type", "name": "SockaddrInet6", "type": "struct" }, { "class": "type", "name": "SockaddrUnix", "type": "struct" }, { "class": "type", "name": "SocketControlMessage", "type": "struct" }, { "class": "type", "name": "Stat_t", "type": "struct" }, { "class": "type", "name": "Statfs_t", "type": "struct" }, { "class": "type", "name": "SysProcAttr", "type": "struct" }, { "class": "type", "name": "Termios", "type": "struct" }, { "class": "type", "name": "Timespec", "type": "struct" }, { "class": "type", "name": "Timeval", "type": "struct" }, { "class": "type", "name": "Timeval32", "type": "struct" }, { "class": "type", "name": "WaitStatus", "type": "uint32" }, { "class": "var", "name": "ForkLock", "type": "sync.RWMutex" }, { "class": "var", "name": "SocketDisableIPv6", "type": "bool" }, { "class": "var", "name": "Stderr", "type": "int" }, { "class": "var", "name": "Stdin", "type": "int" }, { "class": "var", "name": "Stdout", "type": "int"},{ "class": "const", "name": "MinRead", "type": "" }, { "class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int" }, { "class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool" }, { "class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool" }, { "class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool" }, { "class": "func", "name": "Fields", "type": "func(s []byte) [][]byte" }, { "class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte" }, { "class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool" }, { "class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool" }, { "class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int" }, { "class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte" }, { "class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte" }, { "class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer" }, { "class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer" }, { "class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader" }, { "class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte" }, { "class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte" }, { "class": "func", "name": "Runes", "type": "func(s []byte) []rune" }, { "class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "Title", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLower", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToTitle", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToUpper", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte" }, { "class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte" }, { "class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte" }, { "class": "type", "name": "Buffer", "type": "struct" }, { "class": "type", "name": "Reader", "type": "struct" }, { "class": "var", "name": "ErrTooLarge", "type": "error" }, { "class": "const", "name": "Bad", "type": "" }, { "class": "const", "name": "Con", "type": "" }, { "class": "const", "name": "FilterFuncDuplicates", "type": "" }, { "class": "const", "name": "FilterImportDuplicates", "type": "" }, { "class": "const", "name": "FilterUnassociatedComments", "type": "" }, { "class": "const", "name": "Fun", "type": "" }, { "class": "const", "name": "Lbl", "type": "" }, { "class": "const", "name": "Pkg", "type": "" }, { "class": "const", "name": "RECV", "type": "" }, { "class": "const", "name": "SEND", "type": "" }, { "class": "const", "name": "Typ", "type": "" }, { "class": "const", "name": "Var", "type": "" }, { "class": "func", "name": "FileExports", "type": "func(src *ast.File) bool" }, { "class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool" }, { "class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool" }, { "class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool" }, { "class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) (err error)" }, { "class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)" }, { "class": "func", "name": "IsExported", "type": "func(name string) bool" }, { "class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File" }, { "class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap" }, { "class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident" }, { "class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object" }, { "class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)" }, { "class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope" }, { "class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool" }, { "class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool" }, { "class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error" }, { "class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)" }, { "class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)" }, { "class": "type", "name": "ArrayType", "type": "struct" }, { "class": "type", "name": "AssignStmt", "type": "struct" }, { "class": "type", "name": "BadDecl", "type": "struct" }, { "class": "type", "name": "BadExpr", "type": "struct" }, { "class": "type", "name": "BadStmt", "type": "struct" }, { "class": "type", "name": "BasicLit", "type": "struct" }, { "class": "type", "name": "BinaryExpr", "type": "struct" }, { "class": "type", "name": "BlockStmt", "type": "struct" }, { "class": "type", "name": "BranchStmt", "type": "struct" }, { "class": "type", "name": "CallExpr", "type": "struct" }, { "class": "type", "name": "CaseClause", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "ChanType", "type": "struct" }, { "class": "type", "name": "CommClause", "type": "struct" }, { "class": "type", "name": "Comment", "type": "struct" }, { "class": "type", "name": "CommentGroup", "type": "struct" }, { "class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup" }, { "class": "type", "name": "CompositeLit", "type": "struct" }, { "class": "type", "name": "Decl", "type": "interface" }, { "class": "type", "name": "DeclStmt", "type": "struct" }, { "class": "type", "name": "DeferStmt", "type": "struct" }, { "class": "type", "name": "Ellipsis", "type": "struct" }, { "class": "type", "name": "EmptyStmt", "type": "struct" }, { "class": "type", "name": "Expr", "type": "interface" }, { "class": "type", "name": "ExprStmt", "type": "struct" }, { "class": "type", "name": "Field", "type": "struct" }, { "class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool" }, { "class": "type", "name": "FieldList", "type": "struct" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "Filter", "type": "func(string) bool" }, { "class": "type", "name": "ForStmt", "type": "struct" }, { "class": "type", "name": "FuncDecl", "type": "struct" }, { "class": "type", "name": "FuncLit", "type": "struct" }, { "class": "type", "name": "FuncType", "type": "struct" }, { "class": "type", "name": "GenDecl", "type": "struct" }, { "class": "type", "name": "GoStmt", "type": "struct" }, { "class": "type", "name": "Ident", "type": "struct" }, { "class": "type", "name": "IfStmt", "type": "struct" }, { "class": "type", "name": "ImportSpec", "type": "struct" }, { "class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)" }, { "class": "type", "name": "IncDecStmt", "type": "struct" }, { "class": "type", "name": "IndexExpr", "type": "struct" }, { "class": "type", "name": "InterfaceType", "type": "struct" }, { "class": "type", "name": "KeyValueExpr", "type": "struct" }, { "class": "type", "name": "LabeledStmt", "type": "struct" }, { "class": "type", "name": "MapType", "type": "struct" }, { "class": "type", "name": "MergeMode", "type": "uint" }, { "class": "type", "name": "Node", "type": "interface" }, { "class": "type", "name": "ObjKind", "type": "int" }, { "class": "type", "name": "Object", "type": "struct" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "ParenExpr", "type": "struct" }, { "class": "type", "name": "RangeStmt", "type": "struct" }, { "class": "type", "name": "ReturnStmt", "type": "struct" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "SelectStmt", "type": "struct" }, { "class": "type", "name": "SelectorExpr", "type": "struct" }, { "class": "type", "name": "SendStmt", "type": "struct" }, { "class": "type", "name": "SliceExpr", "type": "struct" }, { "class": "type", "name": "Spec", "type": "interface" }, { "class": "type", "name": "StarExpr", "type": "struct" }, { "class": "type", "name": "Stmt", "type": "interface" }, { "class": "type", "name": "StructType", "type": "struct" }, { "class": "type", "name": "SwitchStmt", "type": "struct" }, { "class": "type", "name": "TypeAssertExpr", "type": "struct" }, { "class": "type", "name": "TypeSpec", "type": "struct" }, { "class": "type", "name": "TypeSwitchStmt", "type": "struct" }, { "class": "type", "name": "UnaryExpr", "type": "struct" }, { "class": "type", "name": "ValueSpec", "type": "struct" }, { "class": "type", "name": "Visitor", "type": "interface" }, { "class": "const", "name": "ADD", "type": "" }, { "class": "const", "name": "ADD_ASSIGN", "type": "" }, { "class": "const", "name": "AND", "type": "" }, { "class": "const", "name": "AND_ASSIGN", "type": "" }, { "class": "const", "name": "AND_NOT", "type": "" }, { "class": "const", "name": "AND_NOT_ASSIGN", "type": "" }, { "class": "const", "name": "ARROW", "type": "" }, { "class": "const", "name": "ASSIGN", "type": "" }, { "class": "const", "name": "BREAK", "type": "" }, { "class": "const", "name": "CASE", "type": "" }, { "class": "const", "name": "CHAN", "type": "" }, { "class": "const", "name": "CHAR", "type": "" }, { "class": "const", "name": "COLON", "type": "" }, { "class": "const", "name": "COMMA", "type": "" }, { "class": "const", "name": "COMMENT", "type": "" }, { "class": "const", "name": "CONST", "type": "" }, { "class": "const", "name": "CONTINUE", "type": "" }, { "class": "const", "name": "DEC", "type": "" }, { "class": "const", "name": "DEFAULT", "type": "" }, { "class": "const", "name": "DEFER", "type": "" }, { "class": "const", "name": "DEFINE", "type": "" }, { "class": "const", "name": "ELLIPSIS", "type": "" }, { "class": "const", "name": "ELSE", "type": "" }, { "class": "const", "name": "EOF", "type": "" }, { "class": "const", "name": "EQL", "type": "" }, { "class": "const", "name": "FALLTHROUGH", "type": "" }, { "class": "const", "name": "FLOAT", "type": "" }, { "class": "const", "name": "FOR", "type": "" }, { "class": "const", "name": "FUNC", "type": "" }, { "class": "const", "name": "GEQ", "type": "" }, { "class": "const", "name": "GO", "type": "" }, { "class": "const", "name": "GOTO", "type": "" }, { "class": "const", "name": "GTR", "type": "" }, { "class": "const", "name": "HighestPrec", "type": "" }, { "class": "const", "name": "IDENT", "type": "" }, { "class": "const", "name": "IF", "type": "" }, { "class": "const", "name": "ILLEGAL", "type": "" }, { "class": "const", "name": "IMAG", "type": "" }, { "class": "const", "name": "IMPORT", "type": "" }, { "class": "const", "name": "INC", "type": "" }, { "class": "const", "name": "INT", "type": "" }, { "class": "const", "name": "INTERFACE", "type": "" }, { "class": "const", "name": "LAND", "type": "" }, { "class": "const", "name": "LBRACE", "type": "" }, { "class": "const", "name": "LBRACK", "type": "" }, { "class": "const", "name": "LEQ", "type": "" }, { "class": "const", "name": "LOR", "type": "" }, { "class": "const", "name": "LPAREN", "type": "" }, { "class": "const", "name": "LSS", "type": "" }, { "class": "const", "name": "LowestPrec", "type": "" }, { "class": "const", "name": "MAP", "type": "" }, { "class": "const", "name": "MUL", "type": "" }, { "class": "const", "name": "MUL_ASSIGN", "type": "" }, { "class": "const", "name": "NEQ", "type": "" }, { "class": "const", "name": "NOT", "type": "" }, { "class": "const", "name": "NoPos", "type": "" }, { "class": "const", "name": "OR", "type": "" }, { "class": "const", "name": "OR_ASSIGN", "type": "" }, { "class": "const", "name": "PACKAGE", "type": "" }, { "class": "const", "name": "PERIOD", "type": "" }, { "class": "const", "name": "QUO", "type": "" }, { "class": "const", "name": "QUO_ASSIGN", "type": "" }, { "class": "const", "name": "RANGE", "type": "" }, { "class": "const", "name": "RBRACE", "type": "" }, { "class": "const", "name": "RBRACK", "type": "" }, { "class": "const", "name": "REM", "type": "" }, { "class": "const", "name": "REM_ASSIGN", "type": "" }, { "class": "const", "name": "RETURN", "type": "" }, { "class": "const", "name": "RPAREN", "type": "" }, { "class": "const", "name": "SELECT", "type": "" }, { "class": "const", "name": "SEMICOLON", "type": "" }, { "class": "const", "name": "SHL", "type": "" }, { "class": "const", "name": "SHL_ASSIGN", "type": "" }, { "class": "const", "name": "SHR", "type": "" }, { "class": "const", "name": "SHR_ASSIGN", "type": "" }, { "class": "const", "name": "STRING", "type": "" }, { "class": "const", "name": "STRUCT", "type": "" }, { "class": "const", "name": "SUB", "type": "" }, { "class": "const", "name": "SUB_ASSIGN", "type": "" }, { "class": "const", "name": "SWITCH", "type": "" }, { "class": "const", "name": "TYPE", "type": "" }, { "class": "const", "name": "UnaryPrec", "type": "" }, { "class": "const", "name": "VAR", "type": "" }, { "class": "const", "name": "XOR", "type": "" }, { "class": "const", "name": "XOR_ASSIGN", "type": "" }, { "class": "func", "name": "Lookup", "type": "func(ident string) token.Token" }, { "class": "func", "name": "NewFileSet", "type": "func() *token.FileSet" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileSet", "type": "struct" }, { "class": "type", "name": "Pos", "type": "int" }, { "class": "type", "name": "Position", "type": "struct" }, { "class": "type", "name": "Token", "type": "int" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "Byte", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "FieldVal", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "IsBoolean", "type": "" }, { "class": "const", "name": "IsComplex", "type": "" }, { "class": "const", "name": "IsConstType", "type": "" }, { "class": "const", "name": "IsFloat", "type": "" }, { "class": "const", "name": "IsInteger", "type": "" }, { "class": "const", "name": "IsNumeric", "type": "" }, { "class": "const", "name": "IsOrdered", "type": "" }, { "class": "const", "name": "IsString", "type": "" }, { "class": "const", "name": "IsUnsigned", "type": "" }, { "class": "const", "name": "IsUntyped", "type": "" }, { "class": "const", "name": "MethodExpr", "type": "" }, { "class": "const", "name": "MethodVal", "type": "" }, { "class": "const", "name": "RecvOnly", "type": "" }, { "class": "const", "name": "Rune", "type": "" }, { "class": "const", "name": "SendOnly", "type": "" }, { "class": "const", "name": "SendRecv", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "const", "name": "UntypedBool", "type": "" }, { "class": "const", "name": "UntypedComplex", "type": "" }, { "class": "const", "name": "UntypedFloat", "type": "" }, { "class": "const", "name": "UntypedInt", "type": "" }, { "class": "const", "name": "UntypedNil", "type": "" }, { "class": "const", "name": "UntypedRune", "type": "" }, { "class": "const", "name": "UntypedString", "type": "" }, { "class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool" }, { "class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "Comparable", "type": "func(T types.Type) bool" }, { "class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()" }, { "class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (tv types.TypeAndValue, err error)" }, { "class": "func", "name": "ExprString", "type": "func(x ast.Expr) string" }, { "class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string" }, { "class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool" }, { "class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool" }, { "class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool" }, { "class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)" }, { "class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)" }, { "class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array" }, { "class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan" }, { "class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker" }, { "class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const" }, { "class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var" }, { "class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func" }, { "class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface" }, { "class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label" }, { "class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map" }, { "class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet" }, { "class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named" }, { "class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package" }, { "class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName" }, { "class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer" }, { "class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope" }, { "class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature" }, { "class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice" }, { "class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct" }, { "class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple" }, { "class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName" }, { "class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string" }, { "class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier" }, { "class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string" }, { "class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string" }, { "class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)" }, { "class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)" }, { "class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)" }, { "class": "type", "name": "Array", "type": "struct" }, { "class": "type", "name": "Basic", "type": "struct" }, { "class": "type", "name": "BasicInfo", "type": "int" }, { "class": "type", "name": "BasicKind", "type": "int" }, { "class": "type", "name": "Builtin", "type": "struct" }, { "class": "type", "name": "Chan", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Checker", "type": "struct" }, { "class": "type", "name": "Config", "type": "struct" }, { "class": "type", "name": "Const", "type": "struct" }, { "class": "type", "name": "Error", "type": "struct" }, { "class": "type", "name": "Func", "type": "struct" }, { "class": "type", "name": "ImportMode", "type": "int" }, { "class": "type", "name": "Importer", "type": "interface" }, { "class": "type", "name": "ImporterFrom", "type": "interface" }, { "class": "type", "name": "Info", "type": "struct" }, { "class": "type", "name": "Initializer", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "Label", "type": "struct" }, { "class": "type", "name": "Map", "type": "struct" }, { "class": "type", "name": "MethodSet", "type": "struct" }, { "class": "type", "name": "Named", "type": "struct" }, { "class": "type", "name": "Nil", "type": "struct" }, { "class": "type", "name": "Object", "type": "interface" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "PkgName", "type": "struct" }, { "class": "type", "name": "Pointer", "type": "struct" }, { "class": "type", "name": "Qualifier", "type": "func(*types.Package) string" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "Selection", "type": "struct" }, { "class": "type", "name": "SelectionKind", "type": "int" }, { "class": "type", "name": "Signature", "type": "struct" }, { "class": "type", "name": "Sizes", "type": "interface" }, { "class": "type", "name": "Slice", "type": "struct" }, { "class": "type", "name": "StdSizes", "type": "struct" }, { "class": "type", "name": "Struct", "type": "struct" }, { "class": "type", "name": "Tuple", "type": "struct" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "TypeAndValue", "type": "struct" }, { "class": "type", "name": "TypeName", "type": "struct" }, { "class": "type", "name": "Var", "type": "struct" }, { "class": "var", "name": "Typ", "type": "[]*types.Basic" }, { "class": "var", "name": "Universe", "type": "*types.Scope" }, { "class": "var", "name": "Unsafe", "type": "*types.Package" }, { "class": "const", "name": "FlagBroadcast", "type": "" }, { "class": "const", "name": "FlagLoopback", "type": "" }, { "class": "const", "name": "FlagMulticast", "type": "" }, { "class": "const", "name": "FlagPointToPoint", "type": "" }, { "class": "const", "name": "FlagUp", "type": "" }, { "class": "const", "name": "IPv4len", "type": "" }, { "class": "const", "name": "IPv6len", "type": "" }, { "class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask" }, { "class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)" }, { "class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)" }, { "class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)" }, { "class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)" }, { "class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)" }, { "class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)" }, { "class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP" }, { "class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask" }, { "class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)" }, { "class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)" }, { "class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)" }, { "class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)" }, { "class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string" }, { "class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)" }, { "class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)" }, { "class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)" }, { "class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)" }, { "class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)" }, { "class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)" }, { "class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)" }, { "class": "func", "name": "LookupIP", "type": "func(host string) (ips []net.IP, err error)" }, { "class": "func", "name": "LookupMX", "type": "func(name string) (mxs []*net.MX, err error)" }, { "class": "func", "name": "LookupNS", "type": "func(name string) (nss []*net.NS, err error)" }, { "class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)" }, { "class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)" }, { "class": "func", "name": "LookupTXT", "type": "func(name string) (txts []string, err error)" }, { "class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)" }, { "class": "func", "name": "ParseIP", "type": "func(s string) net.IP" }, { "class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)" }, { "class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)" }, { "class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)" }, { "class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)" }, { "class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)" }, { "class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)" }, { "class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)" }, { "class": "type", "name": "Addr", "type": "interface" }, { "class": "type", "name": "AddrError", "type": "struct" }, { "class": "type", "name": "Conn", "type": "interface" }, { "class": "type", "name": "DNSConfigError", "type": "struct" }, { "class": "type", "name": "DNSError", "type": "struct" }, { "class": "type", "name": "Dialer", "type": "struct" }, { "class": "type", "name": "Error", "type": "interface" }, { "class": "type", "name": "Flags", "type": "uint" }, { "class": "type", "name": "HardwareAddr", "type": "[]byte" }, { "class": "type", "name": "IP", "type": "[]byte" }, { "class": "type", "name": "IPAddr", "type": "struct" }, { "class": "type", "name": "IPConn", "type": "struct" }, { "class": "type", "name": "IPMask", "type": "[]byte" }, { "class": "type", "name": "IPNet", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "InvalidAddrError", "type": "string" }, { "class": "type", "name": "Listener", "type": "interface" }, { "class": "type", "name": "MX", "type": "struct" }, { "class": "type", "name": "NS", "type": "struct" }, { "class": "type", "name": "OpError", "type": "struct" }, { "class": "type", "name": "PacketConn", "type": "interface" }, { "class": "type", "name": "ParseError", "type": "struct" }, { "class": "type", "name": "SRV", "type": "struct" }, { "class": "type", "name": "TCPAddr", "type": "struct" }, { "class": "type", "name": "TCPConn", "type": "struct" }, { "class": "type", "name": "TCPListener", "type": "struct" }, { "class": "type", "name": "UDPAddr", "type": "struct" }, { "class": "type", "name": "UDPConn", "type": "struct" }, { "class": "type", "name": "UnixAddr", "type": "struct" }, { "class": "type", "name": "UnixConn", "type": "struct" }, { "class": "type", "name": "UnixListener", "type": "struct" }, { "class": "type", "name": "UnknownNetworkError", "type": "string" }, { "class": "var", "name": "ErrWriteToConnected", "type": "error" }, { "class": "var", "name": "IPv4allrouter", "type": "net.IP" }, { "class": "var", "name": "IPv4allsys", "type": "net.IP" }, { "class": "var", "name": "IPv4bcast", "type": "net.IP" }, { "class": "var", "name": "IPv4zero", "type": "net.IP" }, { "class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP" }, { "class": "var", "name": "IPv6loopback", "type": "net.IP" }, { "class": "var", "name": "IPv6unspecified", "type": "net.IP" }, { "class": "var", "name": "IPv6zero", "type": "net.IP" }, { "class": "const", "name": "DevNull", "type": "" }, { "class": "const", "name": "ModeAppend", "type": "" }, { "class": "const", "name": "ModeCharDevice", "type": "" }, { "class": "const", "name": "ModeDevice", "type": "" }, { "class": "const", "name": "ModeDir", "type": "" }, { "class": "const", "name": "ModeExclusive", "type": "" }, { "class": "const", "name": "ModeNamedPipe", "type": "" }, { "class": "const", "name": "ModePerm", "type": "" }, { "class": "const", "name": "ModeSetgid", "type": "" }, { "class": "const", "name": "ModeSetuid", "type": "" }, { "class": "const", "name": "ModeSocket", "type": "" }, { "class": "const", "name": "ModeSticky", "type": "" }, { "class": "const", "name": "ModeSymlink", "type": "" }, { "class": "const", "name": "ModeTemporary", "type": "" }, { "class": "const", "name": "ModeType", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_CREATE", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PathListSeparator", "type": "" }, { "class": "const", "name": "PathSeparator", "type": "" }, { "class": "const", "name": "SEEK_CUR", "type": "" }, { "class": "const", "name": "SEEK_END", "type": "" }, { "class": "const", "name": "SEEK_SET", "type": "" }, { "class": "func", "name": "Chdir", "type": "func(dir string) error" }, { "class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error" }, { "class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Create", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string" }, { "class": "func", "name": "ExpandEnv", "type": "func(s string) string" }, { "class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)" }, { "class": "func", "name": "Getegid", "type": "func() int" }, { "class": "func", "name": "Getenv", "type": "func(key string) string" }, { "class": "func", "name": "Geteuid", "type": "func() int" }, { "class": "func", "name": "Getgid", "type": "func() int" }, { "class": "func", "name": "Getgroups", "type": "func() ([]int, error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpid", "type": "func() int" }, { "class": "func", "name": "Getppid", "type": "func() int" }, { "class": "func", "name": "Getuid", "type": "func() int" }, { "class": "func", "name": "Getwd", "type": "func() (dir string, err error)" }, { "class": "func", "name": "Hostname", "type": "func() (name string, err error)" }, { "class": "func", "name": "IsExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsNotExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool" }, { "class": "func", "name": "IsPermission", "type": "func(err error) bool" }, { "class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Link", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)" }, { "class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error" }, { "class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error" }, { "class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File" }, { "class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error" }, { "class": "func", "name": "Open", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)" }, { "class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)" }, { "class": "func", "name": "Readlink", "type": "func(name string) (string, error)" }, { "class": "func", "name": "Remove", "type": "func(name string) error" }, { "class": "func", "name": "RemoveAll", "type": "func(path string) error" }, { "class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error" }, { "class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)" }, { "class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "TempDir", "type": "func() string" }, { "class": "func", "name": "Truncate", "type": "func(name string, size int64) error" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileInfo", "type": "interface" }, { "class": "type", "name": "FileMode", "type": "uint32" }, { "class": "type", "name": "LinkError", "type": "struct" }, { "class": "type", "name": "PathError", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Process", "type": "struct" }, { "class": "type", "name": "ProcessState", "type": "struct" }, { "class": "type", "name": "Signal", "type": "interface" }, { "class": "type", "name": "SyscallError", "type": "struct" }, { "class": "var", "name": "Args", "type": "[]string" }, { "class": "var", "name": "ErrExist", "type": "error" }, { "class": "var", "name": "ErrInvalid", "type": "error" }, { "class": "var", "name": "ErrNotExist", "type": "error" }, { "class": "var", "name": "ErrPermission", "type": "error" }, { "class": "var", "name": "Interrupt", "type": "os.Signal" }, { "class": "var", "name": "Kill", "type": "os.Signal" }, { "class": "var", "name": "Stderr", "type": "*os.File" }, { "class": "var", "name": "Stdin", "type": "*os.File" }, { "class": "var", "name": "Stdout", "type": "*os.File" }, { "class": "const", "name": "Array", "type": "" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "BothDir", "type": "" }, { "class": "const", "name": "Chan", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Func", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Interface", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "Map", "type": "" }, { "class": "const", "name": "Ptr", "type": "" }, { "class": "const", "name": "RecvDir", "type": "" }, { "class": "const", "name": "SelectDefault", "type": "" }, { "class": "const", "name": "SelectRecv", "type": "" }, { "class": "const", "name": "SelectSend", "type": "" }, { "class": "const", "name": "SendDir", "type": "" }, { "class": "const", "name": "Slice", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Struct", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value" }, { "class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value" }, { "class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type" }, { "class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int" }, { "class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool" }, { "class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type" }, { "class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value" }, { "class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value" }, { "class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value" }, { "class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value" }, { "class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value" }, { "class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)" }, { "class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type" }, { "class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value" }, { "class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Kind", "type": "uint" }, { "class": "type", "name": "Method", "type": "struct" }, { "class": "type", "name": "SelectCase", "type": "struct" }, { "class": "type", "name": "SelectDir", "type": "int" }, { "class": "type", "name": "SliceHeader", "type": "struct" }, { "class": "type", "name": "StringHeader", "type": "struct" }, { "class": "type", "name": "StructField", "type": "struct" }, { "class": "type", "name": "StructTag", "type": "string" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "Value", "type": "struct" }, { "class": "type", "name": "ValueError", "type": "struct" }, { "class": "const", "name": "AF_APPLETALK", "type": "" }, { "class": "const", "name": "AF_CCITT", "type": "" }, { "class": "const", "name": "AF_CHAOS", "type": "" }, { "class": "const", "name": "AF_CNT", "type": "" }, { "class": "const", "name": "AF_COIP", "type": "" }, { "class": "const", "name": "AF_DATAKIT", "type": "" }, { "class": "const", "name": "AF_DECnet", "type": "" }, { "class": "const", "name": "AF_DLI", "type": "" }, { "class": "const", "name": "AF_E164", "type": "" }, { "class": "const", "name": "AF_ECMA", "type": "" }, { "class": "const", "name": "AF_HYLINK", "type": "" }, { "class": "const", "name": "AF_IEEE80211", "type": "" }, { "class": "const", "name": "AF_IMPLINK", "type": "" }, { "class": "const", "name": "AF_INET", "type": "" }, { "class": "const", "name": "AF_INET6", "type": "" }, { "class": "const", "name": "AF_IPX", "type": "" }, { "class": "const", "name": "AF_ISDN", "type": "" }, { "class": "const", "name": "AF_ISO", "type": "" }, { "class": "const", "name": "AF_LAT", "type": "" }, { "class": "const", "name": "AF_LINK", "type": "" }, { "class": "const", "name": "AF_LOCAL", "type": "" }, { "class": "const", "name": "AF_MAX", "type": "" }, { "class": "const", "name": "AF_NATM", "type": "" }, { "class": "const", "name": "AF_NDRV", "type": "" }, { "class": "const", "name": "AF_NETBIOS", "type": "" }, { "class": "const", "name": "AF_NS", "type": "" }, { "class": "const", "name": "AF_OSI", "type": "" }, { "class": "const", "name": "AF_PPP", "type": "" }, { "class": "const", "name": "AF_PUP", "type": "" }, { "class": "const", "name": "AF_RESERVED_36", "type": "" }, { "class": "const", "name": "AF_ROUTE", "type": "" }, { "class": "const", "name": "AF_SIP", "type": "" }, { "class": "const", "name": "AF_SNA", "type": "" }, { "class": "const", "name": "AF_SYSTEM", "type": "" }, { "class": "const", "name": "AF_UNIX", "type": "" }, { "class": "const", "name": "AF_UNSPEC", "type": "" }, { "class": "const", "name": "B0", "type": "" }, { "class": "const", "name": "B110", "type": "" }, { "class": "const", "name": "B115200", "type": "" }, { "class": "const", "name": "B1200", "type": "" }, { "class": "const", "name": "B134", "type": "" }, { "class": "const", "name": "B14400", "type": "" }, { "class": "const", "name": "B150", "type": "" }, { "class": "const", "name": "B1800", "type": "" }, { "class": "const", "name": "B19200", "type": "" }, { "class": "const", "name": "B200", "type": "" }, { "class": "const", "name": "B230400", "type": "" }, { "class": "const", "name": "B2400", "type": "" }, { "class": "const", "name": "B28800", "type": "" }, { "class": "const", "name": "B300", "type": "" }, { "class": "const", "name": "B38400", "type": "" }, { "class": "const", "name": "B4800", "type": "" }, { "class": "const", "name": "B50", "type": "" }, { "class": "const", "name": "B57600", "type": "" }, { "class": "const", "name": "B600", "type": "" }, { "class": "const", "name": "B7200", "type": "" }, { "class": "const", "name": "B75", "type": "" }, { "class": "const", "name": "B76800", "type": "" }, { "class": "const", "name": "B9600", "type": "" }, { "class": "const", "name": "BIOCFLUSH", "type": "" }, { "class": "const", "name": "BIOCGBLEN", "type": "" }, { "class": "const", "name": "BIOCGDLT", "type": "" }, { "class": "const", "name": "BIOCGDLTLIST", "type": "" }, { "class": "const", "name": "BIOCGETIF", "type": "" }, { "class": "const", "name": "BIOCGHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCGRSIG", "type": "" }, { "class": "const", "name": "BIOCGRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCGSEESENT", "type": "" }, { "class": "const", "name": "BIOCGSTATS", "type": "" }, { "class": "const", "name": "BIOCIMMEDIATE", "type": "" }, { "class": "const", "name": "BIOCPROMISC", "type": "" }, { "class": "const", "name": "BIOCSBLEN", "type": "" }, { "class": "const", "name": "BIOCSDLT", "type": "" }, { "class": "const", "name": "BIOCSETF", "type": "" }, { "class": "const", "name": "BIOCSETIF", "type": "" }, { "class": "const", "name": "BIOCSHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCSRSIG", "type": "" }, { "class": "const", "name": "BIOCSRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCSSEESENT", "type": "" }, { "class": "const", "name": "BIOCVERSION", "type": "" }, { "class": "const", "name": "BPF_A", "type": "" }, { "class": "const", "name": "BPF_ABS", "type": "" }, { "class": "const", "name": "BPF_ADD", "type": "" }, { "class": "const", "name": "BPF_ALIGNMENT", "type": "" }, { "class": "const", "name": "BPF_ALU", "type": "" }, { "class": "const", "name": "BPF_AND", "type": "" }, { "class": "const", "name": "BPF_B", "type": "" }, { "class": "const", "name": "BPF_DIV", "type": "" }, { "class": "const", "name": "BPF_H", "type": "" }, { "class": "const", "name": "BPF_IMM", "type": "" }, { "class": "const", "name": "BPF_IND", "type": "" }, { "class": "const", "name": "BPF_JA", "type": "" }, { "class": "const", "name": "BPF_JEQ", "type": "" }, { "class": "const", "name": "BPF_JGE", "type": "" }, { "class": "const", "name": "BPF_JGT", "type": "" }, { "class": "const", "name": "BPF_JMP", "type": "" }, { "class": "const", "name": "BPF_JSET", "type": "" }, { "class": "const", "name": "BPF_K", "type": "" }, { "class": "const", "name": "BPF_LD", "type": "" }, { "class": "const", "name": "BPF_LDX", "type": "" }, { "class": "const", "name": "BPF_LEN", "type": "" }, { "class": "const", "name": "BPF_LSH", "type": "" }, { "class": "const", "name": "BPF_MAJOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MAXBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MAXINSNS", "type": "" }, { "class": "const", "name": "BPF_MEM", "type": "" }, { "class": "const", "name": "BPF_MEMWORDS", "type": "" }, { "class": "const", "name": "BPF_MINBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MINOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MISC", "type": "" }, { "class": "const", "name": "BPF_MSH", "type": "" }, { "class": "const", "name": "BPF_MUL", "type": "" }, { "class": "const", "name": "BPF_NEG", "type": "" }, { "class": "const", "name": "BPF_OR", "type": "" }, { "class": "const", "name": "BPF_RELEASE", "type": "" }, { "class": "const", "name": "BPF_RET", "type": "" }, { "class": "const", "name": "BPF_RSH", "type": "" }, { "class": "const", "name": "BPF_ST", "type": "" }, { "class": "const", "name": "BPF_STX", "type": "" }, { "class": "const", "name": "BPF_SUB", "type": "" }, { "class": "const", "name": "BPF_TAX", "type": "" }, { "class": "const", "name": "BPF_TXA", "type": "" }, { "class": "const", "name": "BPF_W", "type": "" }, { "class": "const", "name": "BPF_X", "type": "" }, { "class": "const", "name": "BRKINT", "type": "" }, { "class": "const", "name": "CFLUSH", "type": "" }, { "class": "const", "name": "CLOCAL", "type": "" }, { "class": "const", "name": "CREAD", "type": "" }, { "class": "const", "name": "CS5", "type": "" }, { "class": "const", "name": "CS6", "type": "" }, { "class": "const", "name": "CS7", "type": "" }, { "class": "const", "name": "CS8", "type": "" }, { "class": "const", "name": "CSIZE", "type": "" }, { "class": "const", "name": "CSTART", "type": "" }, { "class": "const", "name": "CSTATUS", "type": "" }, { "class": "const", "name": "CSTOP", "type": "" }, { "class": "const", "name": "CSTOPB", "type": "" }, { "class": "const", "name": "CSUSP", "type": "" }, { "class": "const", "name": "CTL_MAXNAME", "type": "" }, { "class": "const", "name": "CTL_NET", "type": "" }, { "class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": "" }, { "class": "const", "name": "DLT_ARCNET", "type": "" }, { "class": "const", "name": "DLT_ATM_CLIP", "type": "" }, { "class": "const", "name": "DLT_ATM_RFC1483", "type": "" }, { "class": "const", "name": "DLT_AX25", "type": "" }, { "class": "const", "name": "DLT_CHAOS", "type": "" }, { "class": "const", "name": "DLT_CHDLC", "type": "" }, { "class": "const", "name": "DLT_C_HDLC", "type": "" }, { "class": "const", "name": "DLT_EN10MB", "type": "" }, { "class": "const", "name": "DLT_EN3MB", "type": "" }, { "class": "const", "name": "DLT_FDDI", "type": "" }, { "class": "const", "name": "DLT_IEEE802", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": "" }, { "class": "const", "name": "DLT_LINUX_SLL", "type": "" }, { "class": "const", "name": "DLT_LOOP", "type": "" }, { "class": "const", "name": "DLT_NULL", "type": "" }, { "class": "const", "name": "DLT_PFLOG", "type": "" }, { "class": "const", "name": "DLT_PFSYNC", "type": "" }, { "class": "const", "name": "DLT_PPP", "type": "" }, { "class": "const", "name": "DLT_PPP_BSDOS", "type": "" }, { "class": "const", "name": "DLT_PPP_SERIAL", "type": "" }, { "class": "const", "name": "DLT_PRONET", "type": "" }, { "class": "const", "name": "DLT_RAW", "type": "" }, { "class": "const", "name": "DLT_SLIP", "type": "" }, { "class": "const", "name": "DLT_SLIP_BSDOS", "type": "" }, { "class": "const", "name": "DT_BLK", "type": "" }, { "class": "const", "name": "DT_CHR", "type": "" }, { "class": "const", "name": "DT_DIR", "type": "" }, { "class": "const", "name": "DT_FIFO", "type": "" }, { "class": "const", "name": "DT_LNK", "type": "" }, { "class": "const", "name": "DT_REG", "type": "" }, { "class": "const", "name": "DT_SOCK", "type": "" }, { "class": "const", "name": "DT_UNKNOWN", "type": "" }, { "class": "const", "name": "DT_WHT", "type": "" }, { "class": "const", "name": "E2BIG", "type": "" }, { "class": "const", "name": "EACCES", "type": "" }, { "class": "const", "name": "EADDRINUSE", "type": "" }, { "class": "const", "name": "EADDRNOTAVAIL", "type": "" }, { "class": "const", "name": "EAFNOSUPPORT", "type": "" }, { "class": "const", "name": "EAGAIN", "type": "" }, { "class": "const", "name": "EALREADY", "type": "" }, { "class": "const", "name": "EAUTH", "type": "" }, { "class": "const", "name": "EBADARCH", "type": "" }, { "class": "const", "name": "EBADEXEC", "type": "" }, { "class": "const", "name": "EBADF", "type": "" }, { "class": "const", "name": "EBADMACHO", "type": "" }, { "class": "const", "name": "EBADMSG", "type": "" }, { "class": "const", "name": "EBADRPC", "type": "" }, { "class": "const", "name": "EBUSY", "type": "" }, { "class": "const", "name": "ECANCELED", "type": "" }, { "class": "const", "name": "ECHILD", "type": "" }, { "class": "const", "name": "ECHO", "type": "" }, { "class": "const", "name": "ECHOCTL", "type": "" }, { "class": "const", "name": "ECHOE", "type": "" }, { "class": "const", "name": "ECHOK", "type": "" }, { "class": "const", "name": "ECHOKE", "type": "" }, { "class": "const", "name": "ECHONL", "type": "" }, { "class": "const", "name": "ECHOPRT", "type": "" }, { "class": "const", "name": "ECONNABORTED", "type": "" }, { "class": "const", "name": "ECONNREFUSED", "type": "" }, { "class": "const", "name": "ECONNRESET", "type": "" }, { "class": "const", "name": "EDEADLK", "type": "" }, { "class": "const", "name": "EDESTADDRREQ", "type": "" }, { "class": "const", "name": "EDEVERR", "type": "" }, { "class": "const", "name": "EDOM", "type": "" }, { "class": "const", "name": "EDQUOT", "type": "" }, { "class": "const", "name": "EEXIST", "type": "" }, { "class": "const", "name": "EFAULT", "type": "" }, { "class": "const", "name": "EFBIG", "type": "" }, { "class": "const", "name": "EFTYPE", "type": "" }, { "class": "const", "name": "EHOSTDOWN", "type": "" }, { "class": "const", "name": "EHOSTUNREACH", "type": "" }, { "class": "const", "name": "EIDRM", "type": "" }, { "class": "const", "name": "EILSEQ", "type": "" }, { "class": "const", "name": "EINPROGRESS", "type": "" }, { "class": "const", "name": "EINTR", "type": "" }, { "class": "const", "name": "EINVAL", "type": "" }, { "class": "const", "name": "EIO", "type": "" }, { "class": "const", "name": "EISCONN", "type": "" }, { "class": "const", "name": "EISDIR", "type": "" }, { "class": "const", "name": "ELAST", "type": "" }, { "class": "const", "name": "ELOOP", "type": "" }, { "class": "const", "name": "EMFILE", "type": "" }, { "class": "const", "name": "EMLINK", "type": "" }, { "class": "const", "name": "EMSGSIZE", "type": "" }, { "class": "const", "name": "EMULTIHOP", "type": "" }, { "class": "const", "name": "ENAMETOOLONG", "type": "" }, { "class": "const", "name": "ENEEDAUTH", "type": "" }, { "class": "const", "name": "ENETDOWN", "type": "" }, { "class": "const", "name": "ENETRESET", "type": "" }, { "class": "const", "name": "ENETUNREACH", "type": "" }, { "class": "const", "name": "ENFILE", "type": "" }, { "class": "const", "name": "ENOATTR", "type": "" }, { "class": "const", "name": "ENOBUFS", "type": "" }, { "class": "const", "name": "ENODATA", "type": "" }, { "class": "const", "name": "ENODEV", "type": "" }, { "class": "const", "name": "ENOENT", "type": "" }, { "class": "const", "name": "ENOEXEC", "type": "" }, { "class": "const", "name": "ENOLCK", "type": "" }, { "class": "const", "name": "ENOLINK", "type": "" }, { "class": "const", "name": "ENOMEM", "type": "" }, { "class": "const", "name": "ENOMSG", "type": "" }, { "class": "const", "name": "ENOPOLICY", "type": "" }, { "class": "const", "name": "ENOPROTOOPT", "type": "" }, { "class": "const", "name": "ENOSPC", "type": "" }, { "class": "const", "name": "ENOSR", "type": "" }, { "class": "const", "name": "ENOSTR", "type": "" }, { "class": "const", "name": "ENOSYS", "type": "" }, { "class": "const", "name": "ENOTBLK", "type": "" }, { "class": "const", "name": "ENOTCONN", "type": "" }, { "class": "const", "name": "ENOTDIR", "type": "" }, { "class": "const", "name": "ENOTEMPTY", "type": "" }, { "class": "const", "name": "ENOTRECOVERABLE", "type": "" }, { "class": "const", "name": "ENOTSOCK", "type": "" }, { "class": "const", "name": "ENOTSUP", "type": "" }, { "class": "const", "name": "ENOTTY", "type": "" }, { "class": "const", "name": "ENXIO", "type": "" }, { "class": "const", "name": "EOPNOTSUPP", "type": "" }, { "class": "const", "name": "EOVERFLOW", "type": "" }, { "class": "const", "name": "EOWNERDEAD", "type": "" }, { "class": "const", "name": "EPERM", "type": "" }, { "class": "const", "name": "EPFNOSUPPORT", "type": "" }, { "class": "const", "name": "EPIPE", "type": "" }, { "class": "const", "name": "EPROCLIM", "type": "" }, { "class": "const", "name": "EPROCUNAVAIL", "type": "" }, { "class": "const", "name": "EPROGMISMATCH", "type": "" }, { "class": "const", "name": "EPROGUNAVAIL", "type": "" }, { "class": "const", "name": "EPROTO", "type": "" }, { "class": "const", "name": "EPROTONOSUPPORT", "type": "" }, { "class": "const", "name": "EPROTOTYPE", "type": "" }, { "class": "const", "name": "EPWROFF", "type": "" }, { "class": "const", "name": "ERANGE", "type": "" }, { "class": "const", "name": "EREMOTE", "type": "" }, { "class": "const", "name": "EROFS", "type": "" }, { "class": "const", "name": "ERPCMISMATCH", "type": "" }, { "class": "const", "name": "ESHLIBVERS", "type": "" }, { "class": "const", "name": "ESHUTDOWN", "type": "" }, { "class": "const", "name": "ESOCKTNOSUPPORT", "type": "" }, { "class": "const", "name": "ESPIPE", "type": "" }, { "class": "const", "name": "ESRCH", "type": "" }, { "class": "const", "name": "ESTALE", "type": "" }, { "class": "const", "name": "ETIME", "type": "" }, { "class": "const", "name": "ETIMEDOUT", "type": "" }, { "class": "const", "name": "ETOOMANYREFS", "type": "" }, { "class": "const", "name": "ETXTBSY", "type": "" }, { "class": "const", "name": "EUSERS", "type": "" }, { "class": "const", "name": "EVFILT_AIO", "type": "" }, { "class": "const", "name": "EVFILT_FS", "type": "" }, { "class": "const", "name": "EVFILT_MACHPORT", "type": "" }, { "class": "const", "name": "EVFILT_PROC", "type": "" }, { "class": "const", "name": "EVFILT_READ", "type": "" }, { "class": "const", "name": "EVFILT_SIGNAL", "type": "" }, { "class": "const", "name": "EVFILT_SYSCOUNT", "type": "" }, { "class": "const", "name": "EVFILT_THREADMARKER", "type": "" }, { "class": "const", "name": "EVFILT_TIMER", "type": "" }, { "class": "const", "name": "EVFILT_USER", "type": "" }, { "class": "const", "name": "EVFILT_VM", "type": "" }, { "class": "const", "name": "EVFILT_VNODE", "type": "" }, { "class": "const", "name": "EVFILT_WRITE", "type": "" }, { "class": "const", "name": "EV_ADD", "type": "" }, { "class": "const", "name": "EV_CLEAR", "type": "" }, { "class": "const", "name": "EV_DELETE", "type": "" }, { "class": "const", "name": "EV_DISABLE", "type": "" }, { "class": "const", "name": "EV_DISPATCH", "type": "" }, { "class": "const", "name": "EV_ENABLE", "type": "" }, { "class": "const", "name": "EV_EOF", "type": "" }, { "class": "const", "name": "EV_ERROR", "type": "" }, { "class": "const", "name": "EV_FLAG0", "type": "" }, { "class": "const", "name": "EV_FLAG1", "type": "" }, { "class": "const", "name": "EV_ONESHOT", "type": "" }, { "class": "const", "name": "EV_OOBAND", "type": "" }, { "class": "const", "name": "EV_POLL", "type": "" }, { "class": "const", "name": "EV_RECEIPT", "type": "" }, { "class": "const", "name": "EV_SYSFLAGS", "type": "" }, { "class": "const", "name": "EWOULDBLOCK", "type": "" }, { "class": "const", "name": "EXDEV", "type": "" }, { "class": "const", "name": "EXTA", "type": "" }, { "class": "const", "name": "EXTB", "type": "" }, { "class": "const", "name": "EXTPROC", "type": "" }, { "class": "const", "name": "FD_CLOEXEC", "type": "" }, { "class": "const", "name": "FD_SETSIZE", "type": "" }, { "class": "const", "name": "FLUSHO", "type": "" }, { "class": "const", "name": "F_ADDFILESIGS", "type": "" }, { "class": "const", "name": "F_ADDSIGS", "type": "" }, { "class": "const", "name": "F_ALLOCATEALL", "type": "" }, { "class": "const", "name": "F_ALLOCATECONTIG", "type": "" }, { "class": "const", "name": "F_CHKCLEAN", "type": "" }, { "class": "const", "name": "F_DUPFD", "type": "" }, { "class": "const", "name": "F_DUPFD_CLOEXEC", "type": "" }, { "class": "const", "name": "F_FLUSH_DATA", "type": "" }, { "class": "const", "name": "F_FREEZE_FS", "type": "" }, { "class": "const", "name": "F_FULLFSYNC", "type": "" }, { "class": "const", "name": "F_GETFD", "type": "" }, { "class": "const", "name": "F_GETFL", "type": "" }, { "class": "const", "name": "F_GETLK", "type": "" }, { "class": "const", "name": "F_GETLKPID", "type": "" }, { "class": "const", "name": "F_GETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_GETOWN", "type": "" }, { "class": "const", "name": "F_GETPATH", "type": "" }, { "class": "const", "name": "F_GETPATH_MTMINFO", "type": "" }, { "class": "const", "name": "F_GETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_GLOBAL_NOCACHE", "type": "" }, { "class": "const", "name": "F_LOG2PHYS", "type": "" }, { "class": "const", "name": "F_LOG2PHYS_EXT", "type": "" }, { "class": "const", "name": "F_MARKDEPENDENCY", "type": "" }, { "class": "const", "name": "F_NOCACHE", "type": "" }, { "class": "const", "name": "F_NODIRECT", "type": "" }, { "class": "const", "name": "F_OK", "type": "" }, { "class": "const", "name": "F_PATHPKG_CHECK", "type": "" }, { "class": "const", "name": "F_PEOFPOSMODE", "type": "" }, { "class": "const", "name": "F_PREALLOCATE", "type": "" }, { "class": "const", "name": "F_RDADVISE", "type": "" }, { "class": "const", "name": "F_RDAHEAD", "type": "" }, { "class": "const", "name": "F_RDLCK", "type": "" }, { "class": "const", "name": "F_READBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_SETBACKINGSTORE", "type": "" }, { "class": "const", "name": "F_SETFD", "type": "" }, { "class": "const", "name": "F_SETFL", "type": "" }, { "class": "const", "name": "F_SETLK", "type": "" }, { "class": "const", "name": "F_SETLKW", "type": "" }, { "class": "const", "name": "F_SETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_SETOWN", "type": "" }, { "class": "const", "name": "F_SETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_SETSIZE", "type": "" }, { "class": "const", "name": "F_THAW_FS", "type": "" }, { "class": "const", "name": "F_UNLCK", "type": "" }, { "class": "const", "name": "F_VOLPOSMODE", "type": "" }, { "class": "const", "name": "F_WRITEBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_WRLCK", "type": "" }, { "class": "const", "name": "HUPCL", "type": "" }, { "class": "const", "name": "ICANON", "type": "" }, { "class": "const", "name": "ICMP6_FILTER", "type": "" }, { "class": "const", "name": "ICRNL", "type": "" }, { "class": "const", "name": "IEXTEN", "type": "" }, { "class": "const", "name": "IFF_ALLMULTI", "type": "" }, { "class": "const", "name": "IFF_ALTPHYS", "type": "" }, { "class": "const", "name": "IFF_BROADCAST", "type": "" }, { "class": "const", "name": "IFF_DEBUG", "type": "" }, { "class": "const", "name": "IFF_LINK0", "type": "" }, { "class": "const", "name": "IFF_LINK1", "type": "" }, { "class": "const", "name": "IFF_LINK2", "type": "" }, { "class": "const", "name": "IFF_LOOPBACK", "type": "" }, { "class": "const", "name": "IFF_MULTICAST", "type": "" }, { "class": "const", "name": "IFF_NOARP", "type": "" }, { "class": "const", "name": "IFF_NOTRAILERS", "type": "" }, { "class": "const", "name": "IFF_OACTIVE", "type": "" }, { "class": "const", "name": "IFF_POINTOPOINT", "type": "" }, { "class": "const", "name": "IFF_PROMISC", "type": "" }, { "class": "const", "name": "IFF_RUNNING", "type": "" }, { "class": "const", "name": "IFF_SIMPLEX", "type": "" }, { "class": "const", "name": "IFF_UP", "type": "" }, { "class": "const", "name": "IFNAMSIZ", "type": "" }, { "class": "const", "name": "IFT_1822", "type": "" }, { "class": "const", "name": "IFT_AAL5", "type": "" }, { "class": "const", "name": "IFT_ARCNET", "type": "" }, { "class": "const", "name": "IFT_ARCNETPLUS", "type": "" }, { "class": "const", "name": "IFT_ATM", "type": "" }, { "class": "const", "name": "IFT_BRIDGE", "type": "" }, { "class": "const", "name": "IFT_CARP", "type": "" }, { "class": "const", "name": "IFT_CELLULAR", "type": "" }, { "class": "const", "name": "IFT_CEPT", "type": "" }, { "class": "const", "name": "IFT_DS3", "type": "" }, { "class": "const", "name": "IFT_ENC", "type": "" }, { "class": "const", "name": "IFT_EON", "type": "" }, { "class": "const", "name": "IFT_ETHER", "type": "" }, { "class": "const", "name": "IFT_FAITH", "type": "" }, { "class": "const", "name": "IFT_FDDI", "type": "" }, { "class": "const", "name": "IFT_FRELAY", "type": "" }, { "class": "const", "name": "IFT_FRELAYDCE", "type": "" }, { "class": "const", "name": "IFT_GIF", "type": "" }, { "class": "const", "name": "IFT_HDH1822", "type": "" }, { "class": "const", "name": "IFT_HIPPI", "type": "" }, { "class": "const", "name": "IFT_HSSI", "type": "" }, { "class": "const", "name": "IFT_HY", "type": "" }, { "class": "const", "name": "IFT_IEEE1394", "type": "" }, { "class": "const", "name": "IFT_IEEE8023ADLAG", "type": "" }, { "class": "const", "name": "IFT_ISDNBASIC", "type": "" }, { "class": "const", "name": "IFT_ISDNPRIMARY", "type": "" }, { "class": "const", "name": "IFT_ISO88022LLC", "type": "" }, { "class": "const", "name": "IFT_ISO88023", "type": "" }, { "class": "const", "name": "IFT_ISO88024", "type": "" }, { "class": "const", "name": "IFT_ISO88025", "type": "" }, { "class": "const", "name": "IFT_ISO88026", "type": "" }, { "class": "const", "name": "IFT_L2VLAN", "type": "" }, { "class": "const", "name": "IFT_LAPB", "type": "" }, { "class": "const", "name": "IFT_LOCALTALK", "type": "" }, { "class": "const", "name": "IFT_LOOP", "type": "" }, { "class": "const", "name": "IFT_MIOX25", "type": "" }, { "class": "const", "name": "IFT_MODEM", "type": "" }, { "class": "const", "name": "IFT_NSIP", "type": "" }, { "class": "const", "name": "IFT_OTHER", "type": "" }, { "class": "const", "name": "IFT_P10", "type": "" }, { "class": "const", "name": "IFT_P80", "type": "" }, { "class": "const", "name": "IFT_PARA", "type": "" }, { "class": "const", "name": "IFT_PDP", "type": "" }, { "class": "const", "name": "IFT_PFLOG", "type": "" }, { "class": "const", "name": "IFT_PFSYNC", "type": "" }, { "class": "const", "name": "IFT_PPP", "type": "" }, { "class": "const", "name": "IFT_PROPMUX", "type": "" }, { "class": "const", "name": "IFT_PROPVIRTUAL", "type": "" }, { "class": "const", "name": "IFT_PTPSERIAL", "type": "" }, { "class": "const", "name": "IFT_RS232", "type": "" }, { "class": "const", "name": "IFT_SDLC", "type": "" }, { "class": "const", "name": "IFT_SIP", "type": "" }, { "class": "const", "name": "IFT_SLIP", "type": "" }, { "class": "const", "name": "IFT_SMDSDXI", "type": "" }, { "class": "const", "name": "IFT_SMDSICIP", "type": "" }, { "class": "const", "name": "IFT_SONET", "type": "" }, { "class": "const", "name": "IFT_SONETPATH", "type": "" }, { "class": "const", "name": "IFT_SONETVT", "type": "" }, { "class": "const", "name": "IFT_STARLAN", "type": "" }, { "class": "const", "name": "IFT_STF", "type": "" }, { "class": "const", "name": "IFT_T1", "type": "" }, { "class": "const", "name": "IFT_ULTRA", "type": "" }, { "class": "const", "name": "IFT_V35", "type": "" }, { "class": "const", "name": "IFT_X25", "type": "" }, { "class": "const", "name": "IFT_X25DDN", "type": "" }, { "class": "const", "name": "IFT_X25PLE", "type": "" }, { "class": "const", "name": "IFT_XETHER", "type": "" }, { "class": "const", "name": "IGNBRK", "type": "" }, { "class": "const", "name": "IGNCR", "type": "" }, { "class": "const", "name": "IGNPAR", "type": "" }, { "class": "const", "name": "IMAXBEL", "type": "" }, { "class": "const", "name": "INLCR", "type": "" }, { "class": "const", "name": "INPCK", "type": "" }, { "class": "const", "name": "IN_CLASSA_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSA_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSA_NET", "type": "" }, { "class": "const", "name": "IN_CLASSA_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSB_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSB_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSB_NET", "type": "" }, { "class": "const", "name": "IN_CLASSB_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSC_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSC_NET", "type": "" }, { "class": "const", "name": "IN_CLASSC_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSD_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSD_NET", "type": "" }, { "class": "const", "name": "IN_CLASSD_NSHIFT", "type": "" }, { "class": "const", "name": "IN_LINKLOCALNETNUM", "type": "" }, { "class": "const", "name": "IN_LOOPBACKNET", "type": "" }, { "class": "const", "name": "IPPROTO_3PC", "type": "" }, { "class": "const", "name": "IPPROTO_ADFS", "type": "" }, { "class": "const", "name": "IPPROTO_AH", "type": "" }, { "class": "const", "name": "IPPROTO_AHIP", "type": "" }, { "class": "const", "name": "IPPROTO_APES", "type": "" }, { "class": "const", "name": "IPPROTO_ARGUS", "type": "" }, { "class": "const", "name": "IPPROTO_AX25", "type": "" }, { "class": "const", "name": "IPPROTO_BHA", "type": "" }, { "class": "const", "name": "IPPROTO_BLT", "type": "" }, { "class": "const", "name": "IPPROTO_BRSATMON", "type": "" }, { "class": "const", "name": "IPPROTO_CFTP", "type": "" }, { "class": "const", "name": "IPPROTO_CHAOS", "type": "" }, { "class": "const", "name": "IPPROTO_CMTP", "type": "" }, { "class": "const", "name": "IPPROTO_CPHB", "type": "" }, { "class": "const", "name": "IPPROTO_CPNX", "type": "" }, { "class": "const", "name": "IPPROTO_DDP", "type": "" }, { "class": "const", "name": "IPPROTO_DGP", "type": "" }, { "class": "const", "name": "IPPROTO_DIVERT", "type": "" }, { "class": "const", "name": "IPPROTO_DONE", "type": "" }, { "class": "const", "name": "IPPROTO_DSTOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_EGP", "type": "" }, { "class": "const", "name": "IPPROTO_EMCON", "type": "" }, { "class": "const", "name": "IPPROTO_ENCAP", "type": "" }, { "class": "const", "name": "IPPROTO_EON", "type": "" }, { "class": "const", "name": "IPPROTO_ESP", "type": "" }, { "class": "const", "name": "IPPROTO_ETHERIP", "type": "" }, { "class": "const", "name": "IPPROTO_FRAGMENT", "type": "" }, { "class": "const", "name": "IPPROTO_GGP", "type": "" }, { "class": "const", "name": "IPPROTO_GMTP", "type": "" }, { "class": "const", "name": "IPPROTO_GRE", "type": "" }, { "class": "const", "name": "IPPROTO_HELLO", "type": "" }, { "class": "const", "name": "IPPROTO_HMP", "type": "" }, { "class": "const", "name": "IPPROTO_HOPOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_ICMP", "type": "" }, { "class": "const", "name": "IPPROTO_ICMPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IDP", "type": "" }, { "class": "const", "name": "IPPROTO_IDPR", "type": "" }, { "class": "const", "name": "IPPROTO_IDRP", "type": "" }, { "class": "const", "name": "IPPROTO_IGMP", "type": "" }, { "class": "const", "name": "IPPROTO_IGP", "type": "" }, { "class": "const", "name": "IPPROTO_IGRP", "type": "" }, { "class": "const", "name": "IPPROTO_IL", "type": "" }, { "class": "const", "name": "IPPROTO_INLSP", "type": "" }, { "class": "const", "name": "IPPROTO_INP", "type": "" }, { "class": "const", "name": "IPPROTO_IP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCOMP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCV", "type": "" }, { "class": "const", "name": "IPPROTO_IPEIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPPC", "type": "" }, { "class": "const", "name": "IPPROTO_IPV4", "type": "" }, { "class": "const", "name": "IPPROTO_IPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IRTP", "type": "" }, { "class": "const", "name": "IPPROTO_KRYPTOLAN", "type": "" }, { "class": "const", "name": "IPPROTO_LARP", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF1", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF2", "type": "" }, { "class": "const", "name": "IPPROTO_MAX", "type": "" }, { "class": "const", "name": "IPPROTO_MAXID", "type": "" }, { "class": "const", "name": "IPPROTO_MEAS", "type": "" }, { "class": "const", "name": "IPPROTO_MHRP", "type": "" }, { "class": "const", "name": "IPPROTO_MICP", "type": "" }, { "class": "const", "name": "IPPROTO_MTP", "type": "" }, { "class": "const", "name": "IPPROTO_MUX", "type": "" }, { "class": "const", "name": "IPPROTO_ND", "type": "" }, { "class": "const", "name": "IPPROTO_NHRP", "type": "" }, { "class": "const", "name": "IPPROTO_NONE", "type": "" }, { "class": "const", "name": "IPPROTO_NSP", "type": "" }, { "class": "const", "name": "IPPROTO_NVPII", "type": "" }, { "class": "const", "name": "IPPROTO_OSPFIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PGM", "type": "" }, { "class": "const", "name": "IPPROTO_PIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PIM", "type": "" }, { "class": "const", "name": "IPPROTO_PRM", "type": "" }, { "class": "const", "name": "IPPROTO_PUP", "type": "" }, { "class": "const", "name": "IPPROTO_PVP", "type": "" }, { "class": "const", "name": "IPPROTO_RAW", "type": "" }, { "class": "const", "name": "IPPROTO_RCCMON", "type": "" }, { "class": "const", "name": "IPPROTO_RDP", "type": "" }, { "class": "const", "name": "IPPROTO_ROUTING", "type": "" }, { "class": "const", "name": "IPPROTO_RSVP", "type": "" }, { "class": "const", "name": "IPPROTO_RVD", "type": "" }, { "class": "const", "name": "IPPROTO_SATEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_SATMON", "type": "" }, { "class": "const", "name": "IPPROTO_SCCSP", "type": "" }, { "class": "const", "name": "IPPROTO_SCTP", "type": "" }, { "class": "const", "name": "IPPROTO_SDRP", "type": "" }, { "class": "const", "name": "IPPROTO_SEP", "type": "" }, { "class": "const", "name": "IPPROTO_SRPC", "type": "" }, { "class": "const", "name": "IPPROTO_ST", "type": "" }, { "class": "const", "name": "IPPROTO_SVMTP", "type": "" }, { "class": "const", "name": "IPPROTO_SWIPE", "type": "" }, { "class": "const", "name": "IPPROTO_TCF", "type": "" }, { "class": "const", "name": "IPPROTO_TCP", "type": "" }, { "class": "const", "name": "IPPROTO_TP", "type": "" }, { "class": "const", "name": "IPPROTO_TPXX", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK1", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK2", "type": "" }, { "class": "const", "name": "IPPROTO_TTP", "type": "" }, { "class": "const", "name": "IPPROTO_UDP", "type": "" }, { "class": "const", "name": "IPPROTO_VINES", "type": "" }, { "class": "const", "name": "IPPROTO_VISA", "type": "" }, { "class": "const", "name": "IPPROTO_VMTP", "type": "" }, { "class": "const", "name": "IPPROTO_WBEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_WBMON", "type": "" }, { "class": "const", "name": "IPPROTO_WSN", "type": "" }, { "class": "const", "name": "IPPROTO_XNET", "type": "" }, { "class": "const", "name": "IPPROTO_XTP", "type": "" }, { "class": "const", "name": "IPV6_2292DSTOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292HOPLIMIT", "type": "" }, { "class": "const", "name": "IPV6_2292HOPOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292NEXTHOP", "type": "" }, { "class": "const", "name": "IPV6_2292PKTINFO", "type": "" }, { "class": "const", "name": "IPV6_2292PKTOPTIONS", "type": "" }, { "class": "const", "name": "IPV6_2292RTHDR", "type": "" }, { "class": "const", "name": "IPV6_BINDV6ONLY", "type": "" }, { "class": "const", "name": "IPV6_BOUND_IF", "type": "" }, { "class": "const", "name": "IPV6_CHECKSUM", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_DEFHLIM", "type": "" }, { "class": "const", "name": "IPV6_FAITH", "type": "" }, { "class": "const", "name": "IPV6_FLOWINFO_MASK", "type": "" }, { "class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": "" }, { "class": "const", "name": "IPV6_FRAGTTL", "type": "" }, { "class": "const", "name": "IPV6_FW_ADD", "type": "" }, { "class": "const", "name": "IPV6_FW_DEL", "type": "" }, { "class": "const", "name": "IPV6_FW_FLUSH", "type": "" }, { "class": "const", "name": "IPV6_FW_GET", "type": "" }, { "class": "const", "name": "IPV6_FW_ZERO", "type": "" }, { "class": "const", "name": "IPV6_HLIMDEC", "type": "" }, { "class": "const", "name": "IPV6_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IPV6_JOIN_GROUP", "type": "" }, { "class": "const", "name": "IPV6_LEAVE_GROUP", "type": "" }, { "class": "const", "name": "IPV6_MAXHLIM", "type": "" }, { "class": "const", "name": "IPV6_MAXOPTHDR", "type": "" }, { "class": "const", "name": "IPV6_MAXPACKET", "type": "" }, { "class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MMTU", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IPV6_RECVTCLASS", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_LOOSE", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_STRICT", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": "" }, { "class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": "" }, { "class": "const", "name": "IPV6_TCLASS", "type": "" }, { "class": "const", "name": "IPV6_UNICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_V6ONLY", "type": "" }, { "class": "const", "name": "IPV6_VERSION", "type": "" }, { "class": "const", "name": "IPV6_VERSION_MASK", "type": "" }, { "class": "const", "name": "IP_ADD_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_BLOCK_SOURCE", "type": "" }, { "class": "const", "name": "IP_BOUND_IF", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_DF", "type": "" }, { "class": "const", "name": "IP_DROP_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_DEL", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_FLUSH", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_GET", "type": "" }, { "class": "const", "name": "IP_FAITH", "type": "" }, { "class": "const", "name": "IP_FW_ADD", "type": "" }, { "class": "const", "name": "IP_FW_DEL", "type": "" }, { "class": "const", "name": "IP_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_FW_GET", "type": "" }, { "class": "const", "name": "IP_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_HDRINCL", "type": "" }, { "class": "const", "name": "IP_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IP_MAXPACKET", "type": "" }, { "class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MF", "type": "" }, { "class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MSFILTER", "type": "" }, { "class": "const", "name": "IP_MSS", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IFINDEX", "type": "" }, { "class": "const", "name": "IP_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_MULTICAST_VIF", "type": "" }, { "class": "const", "name": "IP_NAT__XXX", "type": "" }, { "class": "const", "name": "IP_OFFMASK", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ADD", "type": "" }, { "class": "const", "name": "IP_OLD_FW_DEL", "type": "" }, { "class": "const", "name": "IP_OLD_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_OLD_FW_GET", "type": "" }, { "class": "const", "name": "IP_OLD_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_OPTIONS", "type": "" }, { "class": "const", "name": "IP_PKTINFO", "type": "" }, { "class": "const", "name": "IP_PORTRANGE", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IP_RECVDSTADDR", "type": "" }, { "class": "const", "name": "IP_RECVIF", "type": "" }, { "class": "const", "name": "IP_RECVOPTS", "type": "" }, { "class": "const", "name": "IP_RECVPKTINFO", "type": "" }, { "class": "const", "name": "IP_RECVRETOPTS", "type": "" }, { "class": "const", "name": "IP_RECVTTL", "type": "" }, { "class": "const", "name": "IP_RETOPTS", "type": "" }, { "class": "const", "name": "IP_RF", "type": "" }, { "class": "const", "name": "IP_RSVP_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_ON", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_ON", "type": "" }, { "class": "const", "name": "IP_STRIPHDR", "type": "" }, { "class": "const", "name": "IP_TOS", "type": "" }, { "class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": "" }, { "class": "const", "name": "IP_TTL", "type": "" }, { "class": "const", "name": "IP_UNBLOCK_SOURCE", "type": "" }, { "class": "const", "name": "ISIG", "type": "" }, { "class": "const", "name": "ISTRIP", "type": "" }, { "class": "const", "name": "IUTF8", "type": "" }, { "class": "const", "name": "IXANY", "type": "" }, { "class": "const", "name": "IXOFF", "type": "" }, { "class": "const", "name": "IXON", "type": "" }, { "class": "const", "name": "ImplementsGetwd", "type": "" }, { "class": "const", "name": "LOCK_EX", "type": "" }, { "class": "const", "name": "LOCK_NB", "type": "" }, { "class": "const", "name": "LOCK_SH", "type": "" }, { "class": "const", "name": "LOCK_UN", "type": "" }, { "class": "const", "name": "MADV_CAN_REUSE", "type": "" }, { "class": "const", "name": "MADV_DONTNEED", "type": "" }, { "class": "const", "name": "MADV_FREE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSABLE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSE", "type": "" }, { "class": "const", "name": "MADV_NORMAL", "type": "" }, { "class": "const", "name": "MADV_RANDOM", "type": "" }, { "class": "const", "name": "MADV_SEQUENTIAL", "type": "" }, { "class": "const", "name": "MADV_WILLNEED", "type": "" }, { "class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": "" }, { "class": "const", "name": "MAP_ANON", "type": "" }, { "class": "const", "name": "MAP_COPY", "type": "" }, { "class": "const", "name": "MAP_FILE", "type": "" }, { "class": "const", "name": "MAP_FIXED", "type": "" }, { "class": "const", "name": "MAP_HASSEMAPHORE", "type": "" }, { "class": "const", "name": "MAP_JIT", "type": "" }, { "class": "const", "name": "MAP_NOCACHE", "type": "" }, { "class": "const", "name": "MAP_NOEXTEND", "type": "" }, { "class": "const", "name": "MAP_NORESERVE", "type": "" }, { "class": "const", "name": "MAP_PRIVATE", "type": "" }, { "class": "const", "name": "MAP_RENAME", "type": "" }, { "class": "const", "name": "MAP_RESERVED0080", "type": "" }, { "class": "const", "name": "MAP_SHARED", "type": "" }, { "class": "const", "name": "MCL_CURRENT", "type": "" }, { "class": "const", "name": "MCL_FUTURE", "type": "" }, { "class": "const", "name": "MSG_CTRUNC", "type": "" }, { "class": "const", "name": "MSG_DONTROUTE", "type": "" }, { "class": "const", "name": "MSG_DONTWAIT", "type": "" }, { "class": "const", "name": "MSG_EOF", "type": "" }, { "class": "const", "name": "MSG_EOR", "type": "" }, { "class": "const", "name": "MSG_FLUSH", "type": "" }, { "class": "const", "name": "MSG_HAVEMORE", "type": "" }, { "class": "const", "name": "MSG_HOLD", "type": "" }, { "class": "const", "name": "MSG_NEEDSA", "type": "" }, { "class": "const", "name": "MSG_OOB", "type": "" }, { "class": "const", "name": "MSG_PEEK", "type": "" }, { "class": "const", "name": "MSG_RCVMORE", "type": "" }, { "class": "const", "name": "MSG_SEND", "type": "" }, { "class": "const", "name": "MSG_TRUNC", "type": "" }, { "class": "const", "name": "MSG_WAITALL", "type": "" }, { "class": "const", "name": "MSG_WAITSTREAM", "type": "" }, { "class": "const", "name": "MS_ASYNC", "type": "" }, { "class": "const", "name": "MS_DEACTIVATE", "type": "" }, { "class": "const", "name": "MS_INVALIDATE", "type": "" }, { "class": "const", "name": "MS_KILLPAGES", "type": "" }, { "class": "const", "name": "MS_SYNC", "type": "" }, { "class": "const", "name": "NAME_MAX", "type": "" }, { "class": "const", "name": "NET_RT_DUMP", "type": "" }, { "class": "const", "name": "NET_RT_DUMP2", "type": "" }, { "class": "const", "name": "NET_RT_FLAGS", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST2", "type": "" }, { "class": "const", "name": "NET_RT_MAXID", "type": "" }, { "class": "const", "name": "NET_RT_STAT", "type": "" }, { "class": "const", "name": "NET_RT_TRASH", "type": "" }, { "class": "const", "name": "NOFLSH", "type": "" }, { "class": "const", "name": "NOTE_ABSOLUTE", "type": "" }, { "class": "const", "name": "NOTE_ATTRIB", "type": "" }, { "class": "const", "name": "NOTE_CHILD", "type": "" }, { "class": "const", "name": "NOTE_DELETE", "type": "" }, { "class": "const", "name": "NOTE_EXEC", "type": "" }, { "class": "const", "name": "NOTE_EXIT", "type": "" }, { "class": "const", "name": "NOTE_EXITSTATUS", "type": "" }, { "class": "const", "name": "NOTE_EXTEND", "type": "" }, { "class": "const", "name": "NOTE_FFAND", "type": "" }, { "class": "const", "name": "NOTE_FFCOPY", "type": "" }, { "class": "const", "name": "NOTE_FFCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_FFLAGSMASK", "type": "" }, { "class": "const", "name": "NOTE_FFNOP", "type": "" }, { "class": "const", "name": "NOTE_FFOR", "type": "" }, { "class": "const", "name": "NOTE_FORK", "type": "" }, { "class": "const", "name": "NOTE_LINK", "type": "" }, { "class": "const", "name": "NOTE_LOWAT", "type": "" }, { "class": "const", "name": "NOTE_NONE", "type": "" }, { "class": "const", "name": "NOTE_NSECONDS", "type": "" }, { "class": "const", "name": "NOTE_PCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_PDATAMASK", "type": "" }, { "class": "const", "name": "NOTE_REAP", "type": "" }, { "class": "const", "name": "NOTE_RENAME", "type": "" }, { "class": "const", "name": "NOTE_RESOURCEEND", "type": "" }, { "class": "const", "name": "NOTE_REVOKE", "type": "" }, { "class": "const", "name": "NOTE_SECONDS", "type": "" }, { "class": "const", "name": "NOTE_SIGNAL", "type": "" }, { "class": "const", "name": "NOTE_TRACK", "type": "" }, { "class": "const", "name": "NOTE_TRACKERR", "type": "" }, { "class": "const", "name": "NOTE_TRIGGER", "type": "" }, { "class": "const", "name": "NOTE_USECONDS", "type": "" }, { "class": "const", "name": "NOTE_VM_ERROR", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_WRITE", "type": "" }, { "class": "const", "name": "OCRNL", "type": "" }, { "class": "const", "name": "OFDEL", "type": "" }, { "class": "const", "name": "OFILL", "type": "" }, { "class": "const", "name": "ONLCR", "type": "" }, { "class": "const", "name": "ONLRET", "type": "" }, { "class": "const", "name": "ONOCR", "type": "" }, { "class": "const", "name": "ONOEOT", "type": "" }, { "class": "const", "name": "OPOST", "type": "" }, { "class": "const", "name": "O_ACCMODE", "type": "" }, { "class": "const", "name": "O_ALERT", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_ASYNC", "type": "" }, { "class": "const", "name": "O_CLOEXEC", "type": "" }, { "class": "const", "name": "O_CREAT", "type": "" }, { "class": "const", "name": "O_DIRECTORY", "type": "" }, { "class": "const", "name": "O_DSYNC", "type": "" }, { "class": "const", "name": "O_EVTONLY", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_EXLOCK", "type": "" }, { "class": "const", "name": "O_FSYNC", "type": "" }, { "class": "const", "name": "O_NDELAY", "type": "" }, { "class": "const", "name": "O_NOCTTY", "type": "" }, { "class": "const", "name": "O_NOFOLLOW", "type": "" }, { "class": "const", "name": "O_NONBLOCK", "type": "" }, { "class": "const", "name": "O_POPUP", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SHLOCK", "type": "" }, { "class": "const", "name": "O_SYMLINK", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PARENB", "type": "" }, { "class": "const", "name": "PARMRK", "type": "" }, { "class": "const", "name": "PARODD", "type": "" }, { "class": "const", "name": "PENDIN", "type": "" }, { "class": "const", "name": "PRIO_PGRP", "type": "" }, { "class": "const", "name": "PRIO_PROCESS", "type": "" }, { "class": "const", "name": "PRIO_USER", "type": "" }, { "class": "const", "name": "PROT_EXEC", "type": "" }, { "class": "const", "name": "PROT_NONE", "type": "" }, { "class": "const", "name": "PROT_READ", "type": "" }, { "class": "const", "name": "PROT_WRITE", "type": "" }, { "class": "const", "name": "PTRACE_CONT", "type": "" }, { "class": "const", "name": "PTRACE_KILL", "type": "" }, { "class": "const", "name": "PTRACE_TRACEME", "type": "" }, { "class": "const", "name": "PT_ATTACH", "type": "" }, { "class": "const", "name": "PT_ATTACHEXC", "type": "" }, { "class": "const", "name": "PT_CONTINUE", "type": "" }, { "class": "const", "name": "PT_DENY_ATTACH", "type": "" }, { "class": "const", "name": "PT_DETACH", "type": "" }, { "class": "const", "name": "PT_FIRSTMACH", "type": "" }, { "class": "const", "name": "PT_FORCEQUOTA", "type": "" }, { "class": "const", "name": "PT_KILL", "type": "" }, { "class": "const", "name": "PT_READ_D", "type": "" }, { "class": "const", "name": "PT_READ_I", "type": "" }, { "class": "const", "name": "PT_READ_U", "type": "" }, { "class": "const", "name": "PT_SIGEXC", "type": "" }, { "class": "const", "name": "PT_STEP", "type": "" }, { "class": "const", "name": "PT_THUPDATE", "type": "" }, { "class": "const", "name": "PT_TRACE_ME", "type": "" }, { "class": "const", "name": "PT_WRITE_D", "type": "" }, { "class": "const", "name": "PT_WRITE_I", "type": "" }, { "class": "const", "name": "PT_WRITE_U", "type": "" }, { "class": "const", "name": "RLIMIT_AS", "type": "" }, { "class": "const", "name": "RLIMIT_CORE", "type": "" }, { "class": "const", "name": "RLIMIT_CPU", "type": "" }, { "class": "const", "name": "RLIMIT_DATA", "type": "" }, { "class": "const", "name": "RLIMIT_FSIZE", "type": "" }, { "class": "const", "name": "RLIMIT_NOFILE", "type": "" }, { "class": "const", "name": "RLIMIT_STACK", "type": "" }, { "class": "const", "name": "RLIM_INFINITY", "type": "" }, { "class": "const", "name": "RTAX_AUTHOR", "type": "" }, { "class": "const", "name": "RTAX_BRD", "type": "" }, { "class": "const", "name": "RTAX_DST", "type": "" }, { "class": "const", "name": "RTAX_GATEWAY", "type": "" }, { "class": "const", "name": "RTAX_GENMASK", "type": "" }, { "class": "const", "name": "RTAX_IFA", "type": "" }, { "class": "const", "name": "RTAX_IFP", "type": "" }, { "class": "const", "name": "RTAX_MAX", "type": "" }, { "class": "const", "name": "RTAX_NETMASK", "type": "" }, { "class": "const", "name": "RTA_AUTHOR", "type": "" }, { "class": "const", "name": "RTA_BRD", "type": "" }, { "class": "const", "name": "RTA_DST", "type": "" }, { "class": "const", "name": "RTA_GATEWAY", "type": "" }, { "class": "const", "name": "RTA_GENMASK", "type": "" }, { "class": "const", "name": "RTA_IFA", "type": "" }, { "class": "const", "name": "RTA_IFP", "type": "" }, { "class": "const", "name": "RTA_NETMASK", "type": "" }, { "class": "const", "name": "RTF_BLACKHOLE", "type": "" }, { "class": "const", "name": "RTF_BROADCAST", "type": "" }, { "class": "const", "name": "RTF_CLONING", "type": "" }, { "class": "const", "name": "RTF_CONDEMNED", "type": "" }, { "class": "const", "name": "RTF_DELCLONE", "type": "" }, { "class": "const", "name": "RTF_DONE", "type": "" }, { "class": "const", "name": "RTF_DYNAMIC", "type": "" }, { "class": "const", "name": "RTF_GATEWAY", "type": "" }, { "class": "const", "name": "RTF_HOST", "type": "" }, { "class": "const", "name": "RTF_IFREF", "type": "" }, { "class": "const", "name": "RTF_IFSCOPE", "type": "" }, { "class": "const", "name": "RTF_LLINFO", "type": "" }, { "class": "const", "name": "RTF_LOCAL", "type": "" }, { "class": "const", "name": "RTF_MODIFIED", "type": "" }, { "class": "const", "name": "RTF_MULTICAST", "type": "" }, { "class": "const", "name": "RTF_PINNED", "type": "" }, { "class": "const", "name": "RTF_PRCLONING", "type": "" }, { "class": "const", "name": "RTF_PROTO1", "type": "" }, { "class": "const", "name": "RTF_PROTO2", "type": "" }, { "class": "const", "name": "RTF_PROTO3", "type": "" }, { "class": "const", "name": "RTF_REJECT", "type": "" }, { "class": "const", "name": "RTF_STATIC", "type": "" }, { "class": "const", "name": "RTF_UP", "type": "" }, { "class": "const", "name": "RTF_WASCLONED", "type": "" }, { "class": "const", "name": "RTF_XRESOLVE", "type": "" }, { "class": "const", "name": "RTM_ADD", "type": "" }, { "class": "const", "name": "RTM_CHANGE", "type": "" }, { "class": "const", "name": "RTM_DELADDR", "type": "" }, { "class": "const", "name": "RTM_DELETE", "type": "" }, { "class": "const", "name": "RTM_DELMADDR", "type": "" }, { "class": "const", "name": "RTM_GET", "type": "" }, { "class": "const", "name": "RTM_GET2", "type": "" }, { "class": "const", "name": "RTM_IFINFO", "type": "" }, { "class": "const", "name": "RTM_IFINFO2", "type": "" }, { "class": "const", "name": "RTM_LOCK", "type": "" }, { "class": "const", "name": "RTM_LOSING", "type": "" }, { "class": "const", "name": "RTM_MISS", "type": "" }, { "class": "const", "name": "RTM_NEWADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR2", "type": "" }, { "class": "const", "name": "RTM_OLDADD", "type": "" }, { "class": "const", "name": "RTM_OLDDEL", "type": "" }, { "class": "const", "name": "RTM_REDIRECT", "type": "" }, { "class": "const", "name": "RTM_RESOLVE", "type": "" }, { "class": "const", "name": "RTM_RTTUNIT", "type": "" }, { "class": "const", "name": "RTM_VERSION", "type": "" }, { "class": "const", "name": "RTV_EXPIRE", "type": "" }, { "class": "const", "name": "RTV_HOPCOUNT", "type": "" }, { "class": "const", "name": "RTV_MTU", "type": "" }, { "class": "const", "name": "RTV_RPIPE", "type": "" }, { "class": "const", "name": "RTV_RTT", "type": "" }, { "class": "const", "name": "RTV_RTTVAR", "type": "" }, { "class": "const", "name": "RTV_SPIPE", "type": "" }, { "class": "const", "name": "RTV_SSTHRESH", "type": "" }, { "class": "const", "name": "RUSAGE_CHILDREN", "type": "" }, { "class": "const", "name": "RUSAGE_SELF", "type": "" }, { "class": "const", "name": "SCM_CREDS", "type": "" }, { "class": "const", "name": "SCM_RIGHTS", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SHUT_RD", "type": "" }, { "class": "const", "name": "SHUT_RDWR", "type": "" }, { "class": "const", "name": "SHUT_WR", "type": "" }, { "class": "const", "name": "SIGABRT", "type": "" }, { "class": "const", "name": "SIGALRM", "type": "" }, { "class": "const", "name": "SIGBUS", "type": "" }, { "class": "const", "name": "SIGCHLD", "type": "" }, { "class": "const", "name": "SIGCONT", "type": "" }, { "class": "const", "name": "SIGEMT", "type": "" }, { "class": "const", "name": "SIGFPE", "type": "" }, { "class": "const", "name": "SIGHUP", "type": "" }, { "class": "const", "name": "SIGILL", "type": "" }, { "class": "const", "name": "SIGINFO", "type": "" }, { "class": "const", "name": "SIGINT", "type": "" }, { "class": "const", "name": "SIGIO", "type": "" }, { "class": "const", "name": "SIGIOT", "type": "" }, { "class": "const", "name": "SIGKILL", "type": "" }, { "class": "const", "name": "SIGPIPE", "type": "" }, { "class": "const", "name": "SIGPROF", "type": "" }, { "class": "const", "name": "SIGQUIT", "type": "" }, { "class": "const", "name": "SIGSEGV", "type": "" }, { "class": "const", "name": "SIGSTOP", "type": "" }, { "class": "const", "name": "SIGSYS", "type": "" }, { "class": "const", "name": "SIGTERM", "type": "" }, { "class": "const", "name": "SIGTRAP", "type": "" }, { "class": "const", "name": "SIGTSTP", "type": "" }, { "class": "const", "name": "SIGTTIN", "type": "" }, { "class": "const", "name": "SIGTTOU", "type": "" }, { "class": "const", "name": "SIGURG", "type": "" }, { "class": "const", "name": "SIGUSR1", "type": "" }, { "class": "const", "name": "SIGUSR2", "type": "" }, { "class": "const", "name": "SIGVTALRM", "type": "" }, { "class": "const", "name": "SIGWINCH", "type": "" }, { "class": "const", "name": "SIGXCPU", "type": "" }, { "class": "const", "name": "SIGXFSZ", "type": "" }, { "class": "const", "name": "SIOCADDMULTI", "type": "" }, { "class": "const", "name": "SIOCAIFADDR", "type": "" }, { "class": "const", "name": "SIOCALIFADDR", "type": "" }, { "class": "const", "name": "SIOCARPIPLL", "type": "" }, { "class": "const", "name": "SIOCATMARK", "type": "" }, { "class": "const", "name": "SIOCAUTOADDR", "type": "" }, { "class": "const", "name": "SIOCAUTONETMASK", "type": "" }, { "class": "const", "name": "SIOCDELMULTI", "type": "" }, { "class": "const", "name": "SIOCDIFADDR", "type": "" }, { "class": "const", "name": "SIOCDIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCDLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCGETSGCNT", "type": "" }, { "class": "const", "name": "SIOCGETVIFCNT", "type": "" }, { "class": "const", "name": "SIOCGETVLAN", "type": "" }, { "class": "const", "name": "SIOCGHIWAT", "type": "" }, { "class": "const", "name": "SIOCGIFADDR", "type": "" }, { "class": "const", "name": "SIOCGIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCGIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCGIFBOND", "type": "" }, { "class": "const", "name": "SIOCGIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCGIFCAP", "type": "" }, { "class": "const", "name": "SIOCGIFCONF", "type": "" }, { "class": "const", "name": "SIOCGIFDEVMTU", "type": "" }, { "class": "const", "name": "SIOCGIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCGIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCGIFKPI", "type": "" }, { "class": "const", "name": "SIOCGIFMAC", "type": "" }, { "class": "const", "name": "SIOCGIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCGIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCGIFMTU", "type": "" }, { "class": "const", "name": "SIOCGIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCGIFPDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFPHYS", "type": "" }, { "class": "const", "name": "SIOCGIFPSRCADDR", "type": "" }, { "class": "const", "name": "SIOCGIFSTATUS", "type": "" }, { "class": "const", "name": "SIOCGIFVLAN", "type": "" }, { "class": "const", "name": "SIOCGIFWAKEFLAGS", "type": "" }, { "class": "const", "name": "SIOCGLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCGLOWAT", "type": "" }, { "class": "const", "name": "SIOCGPGRP", "type": "" }, { "class": "const", "name": "SIOCIFCREATE", "type": "" }, { "class": "const", "name": "SIOCIFCREATE2", "type": "" }, { "class": "const", "name": "SIOCIFDESTROY", "type": "" }, { "class": "const", "name": "SIOCRSLVMULTI", "type": "" }, { "class": "const", "name": "SIOCSDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCSETVLAN", "type": "" }, { "class": "const", "name": "SIOCSHIWAT", "type": "" }, { "class": "const", "name": "SIOCSIFADDR", "type": "" }, { "class": "const", "name": "SIOCSIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCSIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCSIFBOND", "type": "" }, { "class": "const", "name": "SIOCSIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCSIFCAP", "type": "" }, { "class": "const", "name": "SIOCSIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCSIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCSIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCSIFKPI", "type": "" }, { "class": "const", "name": "SIOCSIFLLADDR", "type": "" }, { "class": "const", "name": "SIOCSIFMAC", "type": "" }, { "class": "const", "name": "SIOCSIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCSIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCSIFMTU", "type": "" }, { "class": "const", "name": "SIOCSIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCSIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSIFPHYS", "type": "" }, { "class": "const", "name": "SIOCSIFVLAN", "type": "" }, { "class": "const", "name": "SIOCSLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSLOWAT", "type": "" }, { "class": "const", "name": "SIOCSPGRP", "type": "" }, { "class": "const", "name": "SOCK_DGRAM", "type": "" }, { "class": "const", "name": "SOCK_MAXADDRLEN", "type": "" }, { "class": "const", "name": "SOCK_RAW", "type": "" }, { "class": "const", "name": "SOCK_RDM", "type": "" }, { "class": "const", "name": "SOCK_SEQPACKET", "type": "" }, { "class": "const", "name": "SOCK_STREAM", "type": "" }, { "class": "const", "name": "SOL_SOCKET", "type": "" }, { "class": "const", "name": "SOMAXCONN", "type": "" }, { "class": "const", "name": "SO_ACCEPTCONN", "type": "" }, { "class": "const", "name": "SO_BROADCAST", "type": "" }, { "class": "const", "name": "SO_DEBUG", "type": "" }, { "class": "const", "name": "SO_DONTROUTE", "type": "" }, { "class": "const", "name": "SO_DONTTRUNC", "type": "" }, { "class": "const", "name": "SO_ERROR", "type": "" }, { "class": "const", "name": "SO_KEEPALIVE", "type": "" }, { "class": "const", "name": "SO_LABEL", "type": "" }, { "class": "const", "name": "SO_LINGER", "type": "" }, { "class": "const", "name": "SO_LINGER_SEC", "type": "" }, { "class": "const", "name": "SO_NKE", "type": "" }, { "class": "const", "name": "SO_NOADDRERR", "type": "" }, { "class": "const", "name": "SO_NOSIGPIPE", "type": "" }, { "class": "const", "name": "SO_NOTIFYCONFLICT", "type": "" }, { "class": "const", "name": "SO_NP_EXTENSIONS", "type": "" }, { "class": "const", "name": "SO_NREAD", "type": "" }, { "class": "const", "name": "SO_NWRITE", "type": "" }, { "class": "const", "name": "SO_OOBINLINE", "type": "" }, { "class": "const", "name": "SO_PEERLABEL", "type": "" }, { "class": "const", "name": "SO_RANDOMPORT", "type": "" }, { "class": "const", "name": "SO_RCVBUF", "type": "" }, { "class": "const", "name": "SO_RCVLOWAT", "type": "" }, { "class": "const", "name": "SO_RCVTIMEO", "type": "" }, { "class": "const", "name": "SO_RESTRICTIONS", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYIN", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYOUT", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYSET", "type": "" }, { "class": "const", "name": "SO_REUSEADDR", "type": "" }, { "class": "const", "name": "SO_REUSEPORT", "type": "" }, { "class": "const", "name": "SO_REUSESHAREUID", "type": "" }, { "class": "const", "name": "SO_SNDBUF", "type": "" }, { "class": "const", "name": "SO_SNDLOWAT", "type": "" }, { "class": "const", "name": "SO_SNDTIMEO", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SO_TYPE", "type": "" }, { "class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": "" }, { "class": "const", "name": "SO_USELOOPBACK", "type": "" }, { "class": "const", "name": "SO_WANTMORE", "type": "" }, { "class": "const", "name": "SO_WANTOOBFLAG", "type": "" }, { "class": "const", "name": "SYS_ACCEPT", "type": "" }, { "class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_ACCESS", "type": "" }, { "class": "const", "name": "SYS_ACCESS_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_ACCT", "type": "" }, { "class": "const", "name": "SYS_ADD_PROFIL", "type": "" }, { "class": "const", "name": "SYS_ADJTIME", "type": "" }, { "class": "const", "name": "SYS_AIO_CANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_ERROR", "type": "" }, { "class": "const", "name": "SYS_AIO_FSYNC", "type": "" }, { "class": "const", "name": "SYS_AIO_READ", "type": "" }, { "class": "const", "name": "SYS_AIO_RETURN", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_WRITE", "type": "" }, { "class": "const", "name": "SYS_ATGETMSG", "type": "" }, { "class": "const", "name": "SYS_ATPGETREQ", "type": "" }, { "class": "const", "name": "SYS_ATPGETRSP", "type": "" }, { "class": "const", "name": "SYS_ATPSNDREQ", "type": "" }, { "class": "const", "name": "SYS_ATPSNDRSP", "type": "" }, { "class": "const", "name": "SYS_ATPUTMSG", "type": "" }, { "class": "const", "name": "SYS_ATSOCKET", "type": "" }, { "class": "const", "name": "SYS_AUDIT", "type": "" }, { "class": "const", "name": "SYS_AUDITCTL", "type": "" }, { "class": "const", "name": "SYS_AUDITON", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": "" }, { "class": "const", "name": "SYS_BIND", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": "" }, { "class": "const", "name": "SYS_CHDIR", "type": "" }, { "class": "const", "name": "SYS_CHFLAGS", "type": "" }, { "class": "const", "name": "SYS_CHMOD", "type": "" }, { "class": "const", "name": "SYS_CHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_CHOWN", "type": "" }, { "class": "const", "name": "SYS_CHROOT", "type": "" }, { "class": "const", "name": "SYS_CHUD", "type": "" }, { "class": "const", "name": "SYS_CLOSE", "type": "" }, { "class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_CONNECT", "type": "" }, { "class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_COPYFILE", "type": "" }, { "class": "const", "name": "SYS_CSOPS", "type": "" }, { "class": "const", "name": "SYS_DELETE", "type": "" }, { "class": "const", "name": "SYS_DUP", "type": "" }, { "class": "const", "name": "SYS_DUP2", "type": "" }, { "class": "const", "name": "SYS_EXCHANGEDATA", "type": "" }, { "class": "const", "name": "SYS_EXECVE", "type": "" }, { "class": "const", "name": "SYS_EXIT", "type": "" }, { "class": "const", "name": "SYS_FCHDIR", "type": "" }, { "class": "const", "name": "SYS_FCHFLAGS", "type": "" }, { "class": "const", "name": "SYS_FCHMOD", "type": "" }, { "class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FCHOWN", "type": "" }, { "class": "const", "name": "SYS_FCNTL", "type": "" }, { "class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FDATASYNC", "type": "" }, { "class": "const", "name": "SYS_FFSCTL", "type": "" }, { "class": "const", "name": "SYS_FGETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FGETXATTR", "type": "" }, { "class": "const", "name": "SYS_FHOPEN", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": "" }, { "class": "const", "name": "SYS_FLISTXATTR", "type": "" }, { "class": "const", "name": "SYS_FLOCK", "type": "" }, { "class": "const", "name": "SYS_FORK", "type": "" }, { "class": "const", "name": "SYS_FPATHCONF", "type": "" }, { "class": "const", "name": "SYS_FREMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_FSCTL", "type": "" }, { "class": "const", "name": "SYS_FSETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FSETXATTR", "type": "" }, { "class": "const", "name": "SYS_FSGETPATH", "type": "" }, { "class": "const", "name": "SYS_FSTAT", "type": "" }, { "class": "const", "name": "SYS_FSTAT64", "type": "" }, { "class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSTATFS", "type": "" }, { "class": "const", "name": "SYS_FSTATFS64", "type": "" }, { "class": "const", "name": "SYS_FSTATV", "type": "" }, { "class": "const", "name": "SYS_FSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSYNC", "type": "" }, { "class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FTRUNCATE", "type": "" }, { "class": "const", "name": "SYS_FUTIMES", "type": "" }, { "class": "const", "name": "SYS_GETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_GETAUID", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES64", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": "" }, { "class": "const", "name": "SYS_GETDTABLESIZE", "type": "" }, { "class": "const", "name": "SYS_GETEGID", "type": "" }, { "class": "const", "name": "SYS_GETEUID", "type": "" }, { "class": "const", "name": "SYS_GETFH", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT64", "type": "" }, { "class": "const", "name": "SYS_GETGID", "type": "" }, { "class": "const", "name": "SYS_GETGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETHOSTUUID", "type": "" }, { "class": "const", "name": "SYS_GETITIMER", "type": "" }, { "class": "const", "name": "SYS_GETLCID", "type": "" }, { "class": "const", "name": "SYS_GETLOGIN", "type": "" }, { "class": "const", "name": "SYS_GETPEERNAME", "type": "" }, { "class": "const", "name": "SYS_GETPGID", "type": "" }, { "class": "const", "name": "SYS_GETPGRP", "type": "" }, { "class": "const", "name": "SYS_GETPID", "type": "" }, { "class": "const", "name": "SYS_GETPPID", "type": "" }, { "class": "const", "name": "SYS_GETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_GETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_GETRUSAGE", "type": "" }, { "class": "const", "name": "SYS_GETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETSID", "type": "" }, { "class": "const", "name": "SYS_GETSOCKNAME", "type": "" }, { "class": "const", "name": "SYS_GETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_GETTID", "type": "" }, { "class": "const", "name": "SYS_GETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_GETUID", "type": "" }, { "class": "const", "name": "SYS_GETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETXATTR", "type": "" }, { "class": "const", "name": "SYS_IDENTITYSVC", "type": "" }, { "class": "const", "name": "SYS_INITGROUPS", "type": "" }, { "class": "const", "name": "SYS_IOCTL", "type": "" }, { "class": "const", "name": "SYS_IOPOLICYSYS", "type": "" }, { "class": "const", "name": "SYS_ISSETUGID", "type": "" }, { "class": "const", "name": "SYS_KDEBUG_TRACE", "type": "" }, { "class": "const", "name": "SYS_KEVENT", "type": "" }, { "class": "const", "name": "SYS_KEVENT64", "type": "" }, { "class": "const", "name": "SYS_KILL", "type": "" }, { "class": "const", "name": "SYS_KQUEUE", "type": "" }, { "class": "const", "name": "SYS_LCHOWN", "type": "" }, { "class": "const", "name": "SYS_LINK", "type": "" }, { "class": "const", "name": "SYS_LIO_LISTIO", "type": "" }, { "class": "const", "name": "SYS_LISTEN", "type": "" }, { "class": "const", "name": "SYS_LISTXATTR", "type": "" }, { "class": "const", "name": "SYS_LSEEK", "type": "" }, { "class": "const", "name": "SYS_LSTAT", "type": "" }, { "class": "const", "name": "SYS_LSTAT64", "type": "" }, { "class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_LSTATV", "type": "" }, { "class": "const", "name": "SYS_LSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MADVISE", "type": "" }, { "class": "const", "name": "SYS_MAXSYSCALL", "type": "" }, { "class": "const", "name": "SYS_MINCORE", "type": "" }, { "class": "const", "name": "SYS_MINHERIT", "type": "" }, { "class": "const", "name": "SYS_MKCOMPLEX", "type": "" }, { "class": "const", "name": "SYS_MKDIR", "type": "" }, { "class": "const", "name": "SYS_MKDIR_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKFIFO", "type": "" }, { "class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKNOD", "type": "" }, { "class": "const", "name": "SYS_MLOCK", "type": "" }, { "class": "const", "name": "SYS_MLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MMAP", "type": "" }, { "class": "const", "name": "SYS_MODWATCH", "type": "" }, { "class": "const", "name": "SYS_MOUNT", "type": "" }, { "class": "const", "name": "SYS_MPROTECT", "type": "" }, { "class": "const", "name": "SYS_MSGCTL", "type": "" }, { "class": "const", "name": "SYS_MSGGET", "type": "" }, { "class": "const", "name": "SYS_MSGRCV", "type": "" }, { "class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSND", "type": "" }, { "class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSYS", "type": "" }, { "class": "const", "name": "SYS_MSYNC", "type": "" }, { "class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MUNLOCK", "type": "" }, { "class": "const", "name": "SYS_MUNLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MUNMAP", "type": "" }, { "class": "const", "name": "SYS_NFSCLNT", "type": "" }, { "class": "const", "name": "SYS_NFSSVC", "type": "" }, { "class": "const", "name": "SYS_OPEN", "type": "" }, { "class": "const", "name": "SYS_OPEN_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_OPEN_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PATHCONF", "type": "" }, { "class": "const", "name": "SYS_PID_HIBERNATE", "type": "" }, { "class": "const", "name": "SYS_PID_RESUME", "type": "" }, { "class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": "" }, { "class": "const", "name": "SYS_PID_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_PIPE", "type": "" }, { "class": "const", "name": "SYS_POLL", "type": "" }, { "class": "const", "name": "SYS_POLL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_POSIX_SPAWN", "type": "" }, { "class": "const", "name": "SYS_PREAD", "type": "" }, { "class": "const", "name": "SYS_PREAD_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PROCESS_POLICY", "type": "" }, { "class": "const", "name": "SYS_PROC_INFO", "type": "" }, { "class": "const", "name": "SYS_PROFIL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": "" }, { "class": "const", "name": "SYS_PTRACE", "type": "" }, { "class": "const", "name": "SYS_PWRITE", "type": "" }, { "class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_QUOTACTL", "type": "" }, { "class": "const", "name": "SYS_READ", "type": "" }, { "class": "const", "name": "SYS_READLINK", "type": "" }, { "class": "const", "name": "SYS_READV", "type": "" }, { "class": "const", "name": "SYS_READV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_READ_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REBOOT", "type": "" }, { "class": "const", "name": "SYS_RECVFROM", "type": "" }, { "class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_RECVMSG", "type": "" }, { "class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_RENAME", "type": "" }, { "class": "const", "name": "SYS_REVOKE", "type": "" }, { "class": "const", "name": "SYS_RMDIR", "type": "" }, { "class": "const", "name": "SYS_SEARCHFS", "type": "" }, { "class": "const", "name": "SYS_SELECT", "type": "" }, { "class": "const", "name": "SYS_SELECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SEMCTL", "type": "" }, { "class": "const", "name": "SYS_SEMGET", "type": "" }, { "class": "const", "name": "SYS_SEMOP", "type": "" }, { "class": "const", "name": "SYS_SEMSYS", "type": "" }, { "class": "const", "name": "SYS_SEM_CLOSE", "type": "" }, { "class": "const", "name": "SYS_SEM_DESTROY", "type": "" }, { "class": "const", "name": "SYS_SEM_GETVALUE", "type": "" }, { "class": "const", "name": "SYS_SEM_INIT", "type": "" }, { "class": "const", "name": "SYS_SEM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SEM_POST", "type": "" }, { "class": "const", "name": "SYS_SEM_TRYWAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDFILE", "type": "" }, { "class": "const", "name": "SYS_SENDMSG", "type": "" }, { "class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDTO", "type": "" }, { "class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_SETAUID", "type": "" }, { "class": "const", "name": "SYS_SETEGID", "type": "" }, { "class": "const", "name": "SYS_SETEUID", "type": "" }, { "class": "const", "name": "SYS_SETGID", "type": "" }, { "class": "const", "name": "SYS_SETGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETITIMER", "type": "" }, { "class": "const", "name": "SYS_SETLCID", "type": "" }, { "class": "const", "name": "SYS_SETLOGIN", "type": "" }, { "class": "const", "name": "SYS_SETPGID", "type": "" }, { "class": "const", "name": "SYS_SETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_SETPRIVEXEC", "type": "" }, { "class": "const", "name": "SYS_SETREGID", "type": "" }, { "class": "const", "name": "SYS_SETREUID", "type": "" }, { "class": "const", "name": "SYS_SETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_SETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETSID", "type": "" }, { "class": "const", "name": "SYS_SETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_SETTID", "type": "" }, { "class": "const", "name": "SYS_SETTID_WITH_PID", "type": "" }, { "class": "const", "name": "SYS_SETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_SETUID", "type": "" }, { "class": "const", "name": "SYS_SETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETXATTR", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": "" }, { "class": "const", "name": "SYS_SHMAT", "type": "" }, { "class": "const", "name": "SYS_SHMCTL", "type": "" }, { "class": "const", "name": "SYS_SHMDT", "type": "" }, { "class": "const", "name": "SYS_SHMGET", "type": "" }, { "class": "const", "name": "SYS_SHMSYS", "type": "" }, { "class": "const", "name": "SYS_SHM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SHM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SHUTDOWN", "type": "" }, { "class": "const", "name": "SYS_SIGACTION", "type": "" }, { "class": "const", "name": "SYS_SIGALTSTACK", "type": "" }, { "class": "const", "name": "SYS_SIGPENDING", "type": "" }, { "class": "const", "name": "SYS_SIGPROCMASK", "type": "" }, { "class": "const", "name": "SYS_SIGRETURN", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SOCKET", "type": "" }, { "class": "const", "name": "SYS_SOCKETPAIR", "type": "" }, { "class": "const", "name": "SYS_STACK_SNAPSHOT", "type": "" }, { "class": "const", "name": "SYS_STAT", "type": "" }, { "class": "const", "name": "SYS_STAT64", "type": "" }, { "class": "const", "name": "SYS_STAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_STATFS", "type": "" }, { "class": "const", "name": "SYS_STATFS64", "type": "" }, { "class": "const", "name": "SYS_STATV", "type": "" }, { "class": "const", "name": "SYS_STAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_SWAPON", "type": "" }, { "class": "const", "name": "SYS_SYMLINK", "type": "" }, { "class": "const", "name": "SYS_SYNC", "type": "" }, { "class": "const", "name": "SYS_SYSCALL", "type": "" }, { "class": "const", "name": "SYS_THREAD_SELFID", "type": "" }, { "class": "const", "name": "SYS_TRUNCATE", "type": "" }, { "class": "const", "name": "SYS_UMASK", "type": "" }, { "class": "const", "name": "SYS_UMASK_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_UNDELETE", "type": "" }, { "class": "const", "name": "SYS_UNLINK", "type": "" }, { "class": "const", "name": "SYS_UNMOUNT", "type": "" }, { "class": "const", "name": "SYS_UTIMES", "type": "" }, { "class": "const", "name": "SYS_VFORK", "type": "" }, { "class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": "" }, { "class": "const", "name": "SYS_WAIT4", "type": "" }, { "class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WAITEVENT", "type": "" }, { "class": "const", "name": "SYS_WAITID", "type": "" }, { "class": "const", "name": "SYS_WAITID_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WATCHEVENT", "type": "" }, { "class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": "" }, { "class": "const", "name": "SYS_WORKQ_OPEN", "type": "" }, { "class": "const", "name": "SYS_WRITE", "type": "" }, { "class": "const", "name": "SYS_WRITEV", "type": "" }, { "class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": "" }, { "class": "const", "name": "SYS___MAC_EXECVE", "type": "" }, { "class": "const", "name": "SYS___MAC_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_SYSCALL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CANCELED", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_KILL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SYSCTL", "type": "" }, { "class": "const", "name": "S_IEXEC", "type": "" }, { "class": "const", "name": "S_IFBLK", "type": "" }, { "class": "const", "name": "S_IFCHR", "type": "" }, { "class": "const", "name": "S_IFDIR", "type": "" }, { "class": "const", "name": "S_IFIFO", "type": "" }, { "class": "const", "name": "S_IFLNK", "type": "" }, { "class": "const", "name": "S_IFMT", "type": "" }, { "class": "const", "name": "S_IFREG", "type": "" }, { "class": "const", "name": "S_IFSOCK", "type": "" }, { "class": "const", "name": "S_IFWHT", "type": "" }, { "class": "const", "name": "S_IREAD", "type": "" }, { "class": "const", "name": "S_IRGRP", "type": "" }, { "class": "const", "name": "S_IROTH", "type": "" }, { "class": "const", "name": "S_IRUSR", "type": "" }, { "class": "const", "name": "S_IRWXG", "type": "" }, { "class": "const", "name": "S_IRWXO", "type": "" }, { "class": "const", "name": "S_IRWXU", "type": "" }, { "class": "const", "name": "S_ISGID", "type": "" }, { "class": "const", "name": "S_ISTXT", "type": "" }, { "class": "const", "name": "S_ISUID", "type": "" }, { "class": "const", "name": "S_ISVTX", "type": "" }, { "class": "const", "name": "S_IWGRP", "type": "" }, { "class": "const", "name": "S_IWOTH", "type": "" }, { "class": "const", "name": "S_IWRITE", "type": "" }, { "class": "const", "name": "S_IWUSR", "type": "" }, { "class": "const", "name": "S_IXGRP", "type": "" }, { "class": "const", "name": "S_IXOTH", "type": "" }, { "class": "const", "name": "S_IXUSR", "type": "" }, { "class": "const", "name": "SizeofBpfHdr", "type": "" }, { "class": "const", "name": "SizeofBpfInsn", "type": "" }, { "class": "const", "name": "SizeofBpfProgram", "type": "" }, { "class": "const", "name": "SizeofBpfStat", "type": "" }, { "class": "const", "name": "SizeofBpfVersion", "type": "" }, { "class": "const", "name": "SizeofCmsghdr", "type": "" }, { "class": "const", "name": "SizeofICMPv6Filter", "type": "" }, { "class": "const", "name": "SizeofIPMreq", "type": "" }, { "class": "const", "name": "SizeofIPv6MTUInfo", "type": "" }, { "class": "const", "name": "SizeofIPv6Mreq", "type": "" }, { "class": "const", "name": "SizeofIfData", "type": "" }, { "class": "const", "name": "SizeofIfMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr2", "type": "" }, { "class": "const", "name": "SizeofInet4Pktinfo", "type": "" }, { "class": "const", "name": "SizeofInet6Pktinfo", "type": "" }, { "class": "const", "name": "SizeofLinger", "type": "" }, { "class": "const", "name": "SizeofMsghdr", "type": "" }, { "class": "const", "name": "SizeofRtMetrics", "type": "" }, { "class": "const", "name": "SizeofRtMsghdr", "type": "" }, { "class": "const", "name": "SizeofSockaddrAny", "type": "" }, { "class": "const", "name": "SizeofSockaddrDatalink", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet4", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet6", "type": "" }, { "class": "const", "name": "SizeofSockaddrUnix", "type": "" }, { "class": "const", "name": "TCIFLUSH", "type": "" }, { "class": "const", "name": "TCIOFLUSH", "type": "" }, { "class": "const", "name": "TCOFLUSH", "type": "" }, { "class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": "" }, { "class": "const", "name": "TCP_KEEPALIVE", "type": "" }, { "class": "const", "name": "TCP_MAXHLEN", "type": "" }, { "class": "const", "name": "TCP_MAXOLEN", "type": "" }, { "class": "const", "name": "TCP_MAXSEG", "type": "" }, { "class": "const", "name": "TCP_MAXWIN", "type": "" }, { "class": "const", "name": "TCP_MAX_SACK", "type": "" }, { "class": "const", "name": "TCP_MAX_WINSHIFT", "type": "" }, { "class": "const", "name": "TCP_MINMSS", "type": "" }, { "class": "const", "name": "TCP_MINMSSOVERLOAD", "type": "" }, { "class": "const", "name": "TCP_MSS", "type": "" }, { "class": "const", "name": "TCP_NODELAY", "type": "" }, { "class": "const", "name": "TCP_NOOPT", "type": "" }, { "class": "const", "name": "TCP_NOPUSH", "type": "" }, { "class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": "" }, { "class": "const", "name": "TCP_RXT_FINDROP", "type": "" }, { "class": "const", "name": "TCSAFLUSH", "type": "" }, { "class": "const", "name": "TIOCCBRK", "type": "" }, { "class": "const", "name": "TIOCCDTR", "type": "" }, { "class": "const", "name": "TIOCCONS", "type": "" }, { "class": "const", "name": "TIOCDCDTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCDRAIN", "type": "" }, { "class": "const", "name": "TIOCDSIMICROCODE", "type": "" }, { "class": "const", "name": "TIOCEXCL", "type": "" }, { "class": "const", "name": "TIOCEXT", "type": "" }, { "class": "const", "name": "TIOCFLUSH", "type": "" }, { "class": "const", "name": "TIOCGDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCGETA", "type": "" }, { "class": "const", "name": "TIOCGETD", "type": "" }, { "class": "const", "name": "TIOCGPGRP", "type": "" }, { "class": "const", "name": "TIOCGWINSZ", "type": "" }, { "class": "const", "name": "TIOCIXOFF", "type": "" }, { "class": "const", "name": "TIOCIXON", "type": "" }, { "class": "const", "name": "TIOCMBIC", "type": "" }, { "class": "const", "name": "TIOCMBIS", "type": "" }, { "class": "const", "name": "TIOCMGDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMGET", "type": "" }, { "class": "const", "name": "TIOCMODG", "type": "" }, { "class": "const", "name": "TIOCMODS", "type": "" }, { "class": "const", "name": "TIOCMSDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMSET", "type": "" }, { "class": "const", "name": "TIOCM_CAR", "type": "" }, { "class": "const", "name": "TIOCM_CD", "type": "" }, { "class": "const", "name": "TIOCM_CTS", "type": "" }, { "class": "const", "name": "TIOCM_DSR", "type": "" }, { "class": "const", "name": "TIOCM_DTR", "type": "" }, { "class": "const", "name": "TIOCM_LE", "type": "" }, { "class": "const", "name": "TIOCM_RI", "type": "" }, { "class": "const", "name": "TIOCM_RNG", "type": "" }, { "class": "const", "name": "TIOCM_RTS", "type": "" }, { "class": "const", "name": "TIOCM_SR", "type": "" }, { "class": "const", "name": "TIOCM_ST", "type": "" }, { "class": "const", "name": "TIOCNOTTY", "type": "" }, { "class": "const", "name": "TIOCNXCL", "type": "" }, { "class": "const", "name": "TIOCOUTQ", "type": "" }, { "class": "const", "name": "TIOCPKT", "type": "" }, { "class": "const", "name": "TIOCPKT_DATA", "type": "" }, { "class": "const", "name": "TIOCPKT_DOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHREAD", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": "" }, { "class": "const", "name": "TIOCPKT_IOCTL", "type": "" }, { "class": "const", "name": "TIOCPKT_NOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_START", "type": "" }, { "class": "const", "name": "TIOCPKT_STOP", "type": "" }, { "class": "const", "name": "TIOCPTYGNAME", "type": "" }, { "class": "const", "name": "TIOCPTYGRANT", "type": "" }, { "class": "const", "name": "TIOCPTYUNLK", "type": "" }, { "class": "const", "name": "TIOCREMOTE", "type": "" }, { "class": "const", "name": "TIOCSBRK", "type": "" }, { "class": "const", "name": "TIOCSCONS", "type": "" }, { "class": "const", "name": "TIOCSCTTY", "type": "" }, { "class": "const", "name": "TIOCSDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCSDTR", "type": "" }, { "class": "const", "name": "TIOCSETA", "type": "" }, { "class": "const", "name": "TIOCSETAF", "type": "" }, { "class": "const", "name": "TIOCSETAW", "type": "" }, { "class": "const", "name": "TIOCSETD", "type": "" }, { "class": "const", "name": "TIOCSIG", "type": "" }, { "class": "const", "name": "TIOCSPGRP", "type": "" }, { "class": "const", "name": "TIOCSTART", "type": "" }, { "class": "const", "name": "TIOCSTAT", "type": "" }, { "class": "const", "name": "TIOCSTI", "type": "" }, { "class": "const", "name": "TIOCSTOP", "type": "" }, { "class": "const", "name": "TIOCSWINSZ", "type": "" }, { "class": "const", "name": "TIOCTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCUCNTL", "type": "" }, { "class": "const", "name": "TOSTOP", "type": "" }, { "class": "const", "name": "VDISCARD", "type": "" }, { "class": "const", "name": "VDSUSP", "type": "" }, { "class": "const", "name": "VEOF", "type": "" }, { "class": "const", "name": "VEOL", "type": "" }, { "class": "const", "name": "VEOL2", "type": "" }, { "class": "const", "name": "VERASE", "type": "" }, { "class": "const", "name": "VINTR", "type": "" }, { "class": "const", "name": "VKILL", "type": "" }, { "class": "const", "name": "VLNEXT", "type": "" }, { "class": "const", "name": "VMIN", "type": "" }, { "class": "const", "name": "VQUIT", "type": "" }, { "class": "const", "name": "VREPRINT", "type": "" }, { "class": "const", "name": "VSTART", "type": "" }, { "class": "const", "name": "VSTATUS", "type": "" }, { "class": "const", "name": "VSTOP", "type": "" }, { "class": "const", "name": "VSUSP", "type": "" }, { "class": "const", "name": "VT0", "type": "" }, { "class": "const", "name": "VT1", "type": "" }, { "class": "const", "name": "VTDLY", "type": "" }, { "class": "const", "name": "VTIME", "type": "" }, { "class": "const", "name": "VWERASE", "type": "" }, { "class": "const", "name": "WCONTINUED", "type": "" }, { "class": "const", "name": "WCOREFLAG", "type": "" }, { "class": "const", "name": "WEXITED", "type": "" }, { "class": "const", "name": "WNOHANG", "type": "" }, { "class": "const", "name": "WNOWAIT", "type": "" }, { "class": "const", "name": "WORDSIZE", "type": "" }, { "class": "const", "name": "WSTOPPED", "type": "" }, { "class": "const", "name": "WUNTRACED", "type": "" }, { "class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)" }, { "class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)" }, { "class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)" }, { "class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)" }, { "class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)" }, { "class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)" }, { "class": "func", "name": "Chdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error" }, { "class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Chroot", "type": "func(path string) (err error)" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Close", "type": "func(fd int) (err error)" }, { "class": "func", "name": "CloseOnExec", "type": "func(fd int)" }, { "class": "func", "name": "CmsgLen", "type": "func(datalen int) int" }, { "class": "func", "name": "CmsgSpace", "type": "func(datalen int) int" }, { "class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)" }, { "class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)" }, { "class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Fchdir", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)" }, { "class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)" }, { "class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)" }, { "class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error" }, { "class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)" }, { "class": "func", "name": "FlushBpf", "type": "func(fd int) error" }, { "class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)" }, { "class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)" }, { "class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "Fsync", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)" }, { "class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)" }, { "class": "func", "name": "Getdtablesize", "type": "func() (size int)" }, { "class": "func", "name": "Getegid", "type": "func() (egid int)" }, { "class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)" }, { "class": "func", "name": "Geteuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)" }, { "class": "func", "name": "Getgid", "type": "func() (gid int)" }, { "class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)" }, { "class": "func", "name": "Getpgrp", "type": "func() (pgrp int)" }, { "class": "func", "name": "Getpid", "type": "func() (pid int)" }, { "class": "func", "name": "Getppid", "type": "func() (ppid int)" }, { "class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)" }, { "class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)" }, { "class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)" }, { "class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)" }, { "class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)" }, { "class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)" }, { "class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)" }, { "class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)" }, { "class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)" }, { "class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)" }, { "class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Getuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getwd", "type": "func() (string, error)" }, { "class": "func", "name": "Issetugid", "type": "func() (tainted bool)" }, { "class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)" }, { "class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)" }, { "class": "func", "name": "Kqueue", "type": "func() (fd int, err error)" }, { "class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Link", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)" }, { "class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)" }, { "class": "func", "name": "Mlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Mlockall", "type": "func(flags int) (err error)" }, { "class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)" }, { "class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)" }, { "class": "func", "name": "Munlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Munlockall", "type": "func() (err error)" }, { "class": "func", "name": "Munmap", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)" }, { "class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)" }, { "class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)" }, { "class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)" }, { "class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)" }, { "class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)" }, { "class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)" }, { "class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)" }, { "class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)" }, { "class": "func", "name": "Pipe", "type": "func(p []int) (err error)" }, { "class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)" }, { "class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)" }, { "class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Rename", "type": "func(from string, to string) (err error)" }, { "class": "func", "name": "Revoke", "type": "func(path string) (err error)" }, { "class": "func", "name": "Rmdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)" }, { "class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)" }, { "class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)" }, { "class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)" }, { "class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)" }, { "class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)" }, { "class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)" }, { "class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error" }, { "class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)" }, { "class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)" }, { "class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error" }, { "class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error" }, { "class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error" }, { "class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)" }, { "class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)" }, { "class": "func", "name": "Setegid", "type": "func(egid int) (err error)" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "Seteuid", "type": "func(euid int) (err error)" }, { "class": "func", "name": "Setgid", "type": "func(gid int) (err error)" }, { "class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)" }, { "class": "func", "name": "Setlogin", "type": "func(name string) (err error)" }, { "class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)" }, { "class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)" }, { "class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)" }, { "class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)" }, { "class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)" }, { "class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Setsid", "type": "func() (pid int, err error)" }, { "class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)" }, { "class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error" }, { "class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)" }, { "class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)" }, { "class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)" }, { "class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)" }, { "class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)" }, { "class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)" }, { "class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)" }, { "class": "func", "name": "Setuid", "type": "func(uid int) (err error)" }, { "class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)" }, { "class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)" }, { "class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)" }, { "class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)" }, { "class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)" }, { "class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "StringBytePtr", "type": "func(s string) *byte" }, { "class": "func", "name": "StringByteSlice", "type": "func(s string) []byte" }, { "class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte" }, { "class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Sync", "type": "func() (err error)" }, { "class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)" }, { "class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)" }, { "class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64" }, { "class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64" }, { "class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)" }, { "class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)" }, { "class": "func", "name": "Undelete", "type": "func(path string) (err error)" }, { "class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte" }, { "class": "func", "name": "Unlink", "type": "func(path string) (err error)" }, { "class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error" }, { "class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)" }, { "class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "type", "name": "BpfHdr", "type": "struct" }, { "class": "type", "name": "BpfInsn", "type": "struct" }, { "class": "type", "name": "BpfProgram", "type": "struct" }, { "class": "type", "name": "BpfStat", "type": "struct" }, { "class": "type", "name": "BpfVersion", "type": "struct" }, { "class": "type", "name": "Cmsghdr", "type": "struct" }, { "class": "type", "name": "Credential", "type": "struct" }, { "class": "type", "name": "Dirent", "type": "struct" }, { "class": "type", "name": "Errno", "type": "uintptr" }, { "class": "type", "name": "Fbootstraptransfer_t", "type": "struct" }, { "class": "type", "name": "FdSet", "type": "struct" }, { "class": "type", "name": "Flock_t", "type": "struct" }, { "class": "type", "name": "Fsid", "type": "struct" }, { "class": "type", "name": "Fstore_t", "type": "struct" }, { "class": "type", "name": "ICMPv6Filter", "type": "struct" }, { "class": "type", "name": "IPMreq", "type": "struct" }, { "class": "type", "name": "IPv6MTUInfo", "type": "struct" }, { "class": "type", "name": "IPv6Mreq", "type": "struct" }, { "class": "type", "name": "IfData", "type": "struct" }, { "class": "type", "name": "IfMsghdr", "type": "struct" }, { "class": "type", "name": "IfaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr2", "type": "struct" }, { "class": "type", "name": "Inet4Pktinfo", "type": "struct" }, { "class": "type", "name": "Inet6Pktinfo", "type": "struct" }, { "class": "type", "name": "InterfaceAddrMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct" }, { "class": "type", "name": "Iovec", "type": "struct" }, { "class": "type", "name": "Kevent_t", "type": "struct" }, { "class": "type", "name": "Linger", "type": "struct" }, { "class": "type", "name": "Log2phys_t", "type": "struct" }, { "class": "type", "name": "Msghdr", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Radvisory_t", "type": "struct" }, { "class": "type", "name": "RawSockaddr", "type": "struct" }, { "class": "type", "name": "RawSockaddrAny", "type": "struct" }, { "class": "type", "name": "RawSockaddrDatalink", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet4", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet6", "type": "struct" }, { "class": "type", "name": "RawSockaddrUnix", "type": "struct" }, { "class": "type", "name": "Rlimit", "type": "struct" }, { "class": "type", "name": "RouteMessage", "type": "struct" }, { "class": "type", "name": "RoutingMessage", "type": "interface" }, { "class": "type", "name": "RtMetrics", "type": "struct" }, { "class": "type", "name": "RtMsghdr", "type": "struct" }, { "class": "type", "name": "Rusage", "type": "struct" }, { "class": "type", "name": "Signal", "type": "int" }, { "class": "type", "name": "Sockaddr", "type": "interface" }, { "class": "type", "name": "SockaddrDatalink", "type": "struct" }, { "class": "type", "name": "SockaddrInet4", "type": "struct" }, { "class": "type", "name": "SockaddrInet6", "type": "struct" }, { "class": "type", "name": "SockaddrUnix", "type": "struct" }, { "class": "type", "name": "SocketControlMessage", "type": "struct" }, { "class": "type", "name": "Stat_t", "type": "struct" }, { "class": "type", "name": "Statfs_t", "type": "struct" }, { "class": "type", "name": "SysProcAttr", "type": "struct" }, { "class": "type", "name": "Termios", "type": "struct" }, { "class": "type", "name": "Timespec", "type": "struct" }, { "class": "type", "name": "Timeval", "type": "struct" }, { "class": "type", "name": "Timeval32", "type": "struct" }, { "class": "type", "name": "WaitStatus", "type": "uint32" }, { "class": "var", "name": "ForkLock", "type": "sync.RWMutex" }, { "class": "var", "name": "SocketDisableIPv6", "type": "bool" }, { "class": "var", "name": "Stderr", "type": "int" }, { "class": "var", "name": "Stdin", "type": "int" }, { "class": "var", "name": "Stdout", "type": "int"},{ "class": "const", "name": "MinRead", "type": "" }, { "class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int" }, { "class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool" }, { "class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool" }, { "class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool" }, { "class": "func", "name": "Fields", "type": "func(s []byte) [][]byte" }, { "class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte" }, { "class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool" }, { "class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool" }, { "class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int" }, { "class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte" }, { "class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte" }, { "class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer" }, { "class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer" }, { "class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader" }, { "class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte" }, { "class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte" }, { "class": "func", "name": "Runes", "type": "func(s []byte) []rune" }, { "class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "Title", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLower", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToTitle", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToUpper", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte" }, { "class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte" }, { "class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte" }, { "class": "type", "name": "Buffer", "type": "struct" }, { "class": "type", "name": "Reader", "type": "struct" }, { "class": "var", "name": "ErrTooLarge", "type": "error" }, { "class": "const", "name": "Bad", "type": "" }, { "class": "const", "name": "Con", "type": "" }, { "class": "const", "name": "FilterFuncDuplicates", "type": "" }, { "class": "const", "name": "FilterImportDuplicates", "type": "" }, { "class": "const", "name": "FilterUnassociatedComments", "type": "" }, { "class": "const", "name": "Fun", "type": "" }, { "class": "const", "name": "Lbl", "type": "" }, { "class": "const", "name": "Pkg", "type": "" }, { "class": "const", "name": "RECV", "type": "" }, { "class": "const", "name": "SEND", "type": "" }, { "class": "const", "name": "Typ", "type": "" }, { "class": "const", "name": "Var", "type": "" }, { "class": "func", "name": "FileExports", "type": "func(src *ast.File) bool" }, { "class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool" }, { "class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool" }, { "class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool" }, { "class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) (err error)" }, { "class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)" }, { "class": "func", "name": "IsExported", "type": "func(name string) bool" }, { "class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File" }, { "class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap" }, { "class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident" }, { "class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object" }, { "class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)" }, { "class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope" }, { "class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool" }, { "class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool" }, { "class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error" }, { "class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)" }, { "class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)" }, { "class": "type", "name": "ArrayType", "type": "struct" }, { "class": "type", "name": "AssignStmt", "type": "struct" }, { "class": "type", "name": "BadDecl", "type": "struct" }, { "class": "type", "name": "BadExpr", "type": "struct" }, { "class": "type", "name": "BadStmt", "type": "struct" }, { "class": "type", "name": "BasicLit", "type": "struct" }, { "class": "type", "name": "BinaryExpr", "type": "struct" }, { "class": "type", "name": "BlockStmt", "type": "struct" }, { "class": "type", "name": "BranchStmt", "type": "struct" }, { "class": "type", "name": "CallExpr", "type": "struct" }, { "class": "type", "name": "CaseClause", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "ChanType", "type": "struct" }, { "class": "type", "name": "CommClause", "type": "struct" }, { "class": "type", "name": "Comment", "type": "struct" }, { "class": "type", "name": "CommentGroup", "type": "struct" }, { "class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup" }, { "class": "type", "name": "CompositeLit", "type": "struct" }, { "class": "type", "name": "Decl", "type": "interface" }, { "class": "type", "name": "DeclStmt", "type": "struct" }, { "class": "type", "name": "DeferStmt", "type": "struct" }, { "class": "type", "name": "Ellipsis", "type": "struct" }, { "class": "type", "name": "EmptyStmt", "type": "struct" }, { "class": "type", "name": "Expr", "type": "interface" }, { "class": "type", "name": "ExprStmt", "type": "struct" }, { "class": "type", "name": "Field", "type": "struct" }, { "class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool" }, { "class": "type", "name": "FieldList", "type": "struct" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "Filter", "type": "func(string) bool" }, { "class": "type", "name": "ForStmt", "type": "struct" }, { "class": "type", "name": "FuncDecl", "type": "struct" }, { "class": "type", "name": "FuncLit", "type": "struct" }, { "class": "type", "name": "FuncType", "type": "struct" }, { "class": "type", "name": "GenDecl", "type": "struct" }, { "class": "type", "name": "GoStmt", "type": "struct" }, { "class": "type", "name": "Ident", "type": "struct" }, { "class": "type", "name": "IfStmt", "type": "struct" }, { "class": "type", "name": "ImportSpec", "type": "struct" }, { "class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)" }, { "class": "type", "name": "IncDecStmt", "type": "struct" }, { "class": "type", "name": "IndexExpr", "type": "struct" }, { "class": "type", "name": "InterfaceType", "type": "struct" }, { "class": "type", "name": "KeyValueExpr", "type": "struct" }, { "class": "type", "name": "LabeledStmt", "type": "struct" }, { "class": "type", "name": "MapType", "type": "struct" }, { "class": "type", "name": "MergeMode", "type": "uint" }, { "class": "type", "name": "Node", "type": "interface" }, { "class": "type", "name": "ObjKind", "type": "int" }, { "class": "type", "name": "Object", "type": "struct" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "ParenExpr", "type": "struct" }, { "class": "type", "name": "RangeStmt", "type": "struct" }, { "class": "type", "name": "ReturnStmt", "type": "struct" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "SelectStmt", "type": "struct" }, { "class": "type", "name": "SelectorExpr", "type": "struct" }, { "class": "type", "name": "SendStmt", "type": "struct" }, { "class": "type", "name": "SliceExpr", "type": "struct" }, { "class": "type", "name": "Spec", "type": "interface" }, { "class": "type", "name": "StarExpr", "type": "struct" }, { "class": "type", "name": "Stmt", "type": "interface" }, { "class": "type", "name": "StructType", "type": "struct" }, { "class": "type", "name": "SwitchStmt", "type": "struct" }, { "class": "type", "name": "TypeAssertExpr", "type": "struct" }, { "class": "type", "name": "TypeSpec", "type": "struct" }, { "class": "type", "name": "TypeSwitchStmt", "type": "struct" }, { "class": "type", "name": "UnaryExpr", "type": "struct" }, { "class": "type", "name": "ValueSpec", "type": "struct" }, { "class": "type", "name": "Visitor", "type": "interface" }, { "class": "const", "name": "ADD", "type": "" }, { "class": "const", "name": "ADD_ASSIGN", "type": "" }, { "class": "const", "name": "AND", "type": "" }, { "class": "const", "name": "AND_ASSIGN", "type": "" }, { "class": "const", "name": "AND_NOT", "type": "" }, { "class": "const", "name": "AND_NOT_ASSIGN", "type": "" }, { "class": "const", "name": "ARROW", "type": "" }, { "class": "const", "name": "ASSIGN", "type": "" }, { "class": "const", "name": "BREAK", "type": "" }, { "class": "const", "name": "CASE", "type": "" }, { "class": "const", "name": "CHAN", "type": "" }, { "class": "const", "name": "CHAR", "type": "" }, { "class": "const", "name": "COLON", "type": "" }, { "class": "const", "name": "COMMA", "type": "" }, { "class": "const", "name": "COMMENT", "type": "" }, { "class": "const", "name": "CONST", "type": "" }, { "class": "const", "name": "CONTINUE", "type": "" }, { "class": "const", "name": "DEC", "type": "" }, { "class": "const", "name": "DEFAULT", "type": "" }, { "class": "const", "name": "DEFER", "type": "" }, { "class": "const", "name": "DEFINE", "type": "" }, { "class": "const", "name": "ELLIPSIS", "type": "" }, { "class": "const", "name": "ELSE", "type": "" }, { "class": "const", "name": "EOF", "type": "" }, { "class": "const", "name": "EQL", "type": "" }, { "class": "const", "name": "FALLTHROUGH", "type": "" }, { "class": "const", "name": "FLOAT", "type": "" }, { "class": "const", "name": "FOR", "type": "" }, { "class": "const", "name": "FUNC", "type": "" }, { "class": "const", "name": "GEQ", "type": "" }, { "class": "const", "name": "GO", "type": "" }, { "class": "const", "name": "GOTO", "type": "" }, { "class": "const", "name": "GTR", "type": "" }, { "class": "const", "name": "HighestPrec", "type": "" }, { "class": "const", "name": "IDENT", "type": "" }, { "class": "const", "name": "IF", "type": "" }, { "class": "const", "name": "ILLEGAL", "type": "" }, { "class": "const", "name": "IMAG", "type": "" }, { "class": "const", "name": "IMPORT", "type": "" }, { "class": "const", "name": "INC", "type": "" }, { "class": "const", "name": "INT", "type": "" }, { "class": "const", "name": "INTERFACE", "type": "" }, { "class": "const", "name": "LAND", "type": "" }, { "class": "const", "name": "LBRACE", "type": "" }, { "class": "const", "name": "LBRACK", "type": "" }, { "class": "const", "name": "LEQ", "type": "" }, { "class": "const", "name": "LOR", "type": "" }, { "class": "const", "name": "LPAREN", "type": "" }, { "class": "const", "name": "LSS", "type": "" }, { "class": "const", "name": "LowestPrec", "type": "" }, { "class": "const", "name": "MAP", "type": "" }, { "class": "const", "name": "MUL", "type": "" }, { "class": "const", "name": "MUL_ASSIGN", "type": "" }, { "class": "const", "name": "NEQ", "type": "" }, { "class": "const", "name": "NOT", "type": "" }, { "class": "const", "name": "NoPos", "type": "" }, { "class": "const", "name": "OR", "type": "" }, { "class": "const", "name": "OR_ASSIGN", "type": "" }, { "class": "const", "name": "PACKAGE", "type": "" }, { "class": "const", "name": "PERIOD", "type": "" }, { "class": "const", "name": "QUO", "type": "" }, { "class": "const", "name": "QUO_ASSIGN", "type": "" }, { "class": "const", "name": "RANGE", "type": "" }, { "class": "const", "name": "RBRACE", "type": "" }, { "class": "const", "name": "RBRACK", "type": "" }, { "class": "const", "name": "REM", "type": "" }, { "class": "const", "name": "REM_ASSIGN", "type": "" }, { "class": "const", "name": "RETURN", "type": "" }, { "class": "const", "name": "RPAREN", "type": "" }, { "class": "const", "name": "SELECT", "type": "" }, { "class": "const", "name": "SEMICOLON", "type": "" }, { "class": "const", "name": "SHL", "type": "" }, { "class": "const", "name": "SHL_ASSIGN", "type": "" }, { "class": "const", "name": "SHR", "type": "" }, { "class": "const", "name": "SHR_ASSIGN", "type": "" }, { "class": "const", "name": "STRING", "type": "" }, { "class": "const", "name": "STRUCT", "type": "" }, { "class": "const", "name": "SUB", "type": "" }, { "class": "const", "name": "SUB_ASSIGN", "type": "" }, { "class": "const", "name": "SWITCH", "type": "" }, { "class": "const", "name": "TYPE", "type": "" }, { "class": "const", "name": "UnaryPrec", "type": "" }, { "class": "const", "name": "VAR", "type": "" }, { "class": "const", "name": "XOR", "type": "" }, { "class": "const", "name": "XOR_ASSIGN", "type": "" }, { "class": "func", "name": "Lookup", "type": "func(ident string) token.Token" }, { "class": "func", "name": "NewFileSet", "type": "func() *token.FileSet" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileSet", "type": "struct" }, { "class": "type", "name": "Pos", "type": "int" }, { "class": "type", "name": "Position", "type": "struct" }, { "class": "type", "name": "Token", "type": "int" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "Byte", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "FieldVal", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "IsBoolean", "type": "" }, { "class": "const", "name": "IsComplex", "type": "" }, { "class": "const", "name": "IsConstType", "type": "" }, { "class": "const", "name": "IsFloat", "type": "" }, { "class": "const", "name": "IsInteger", "type": "" }, { "class": "const", "name": "IsNumeric", "type": "" }, { "class": "const", "name": "IsOrdered", "type": "" }, { "class": "const", "name": "IsString", "type": "" }, { "class": "const", "name": "IsUnsigned", "type": "" }, { "class": "const", "name": "IsUntyped", "type": "" }, { "class": "const", "name": "MethodExpr", "type": "" }, { "class": "const", "name": "MethodVal", "type": "" }, { "class": "const", "name": "RecvOnly", "type": "" }, { "class": "const", "name": "Rune", "type": "" }, { "class": "const", "name": "SendOnly", "type": "" }, { "class": "const", "name": "SendRecv", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "const", "name": "UntypedBool", "type": "" }, { "class": "const", "name": "UntypedComplex", "type": "" }, { "class": "const", "name": "UntypedFloat", "type": "" }, { "class": "const", "name": "UntypedInt", "type": "" }, { "class": "const", "name": "UntypedNil", "type": "" }, { "class": "const", "name": "UntypedRune", "type": "" }, { "class": "const", "name": "UntypedString", "type": "" }, { "class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool" }, { "class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "Comparable", "type": "func(T types.Type) bool" }, { "class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()" }, { "class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (tv types.TypeAndValue, err error)" }, { "class": "func", "name": "ExprString", "type": "func(x ast.Expr) string" }, { "class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string" }, { "class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool" }, { "class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool" }, { "class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool" }, { "class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)" }, { "class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)" }, { "class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array" }, { "class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan" }, { "class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker" }, { "class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const" }, { "class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var" }, { "class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func" }, { "class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface" }, { "class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label" }, { "class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map" }, { "class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet" }, { "class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named" }, { "class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package" }, { "class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName" }, { "class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer" }, { "class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope" }, { "class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature" }, { "class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice" }, { "class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct" }, { "class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple" }, { "class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName" }, { "class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string" }, { "class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier" }, { "class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string" }, { "class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string" }, { "class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)" }, { "class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)" }, { "class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)" }, { "class": "type", "name": "Array", "type": "struct" }, { "class": "type", "name": "Basic", "type": "struct" }, { "class": "type", "name": "BasicInfo", "type": "int" }, { "class": "type", "name": "BasicKind", "type": "int" }, { "class": "type", "name": "Builtin", "type": "struct" }, { "class": "type", "name": "Chan", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Checker", "type": "struct" }, { "class": "type", "name": "Config", "type": "struct" }, { "class": "type", "name": "Const", "type": "struct" }, { "class": "type", "name": "Error", "type": "struct" }, { "class": "type", "name": "Func", "type": "struct" }, { "class": "type", "name": "ImportMode", "type": "int" }, { "class": "type", "name": "Importer", "type": "interface" }, { "class": "type", "name": "ImporterFrom", "type": "interface" }, { "class": "type", "name": "Info", "type": "struct" }, { "class": "type", "name": "Initializer", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "Label", "type": "struct" }, { "class": "type", "name": "Map", "type": "struct" }, { "class": "type", "name": "MethodSet", "type": "struct" }, { "class": "type", "name": "Named", "type": "struct" }, { "class": "type", "name": "Nil", "type": "struct" }, { "class": "type", "name": "Object", "type": "interface" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "PkgName", "type": "struct" }, { "class": "type", "name": "Pointer", "type": "struct" }, { "class": "type", "name": "Qualifier", "type": "func(*types.Package) string" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "Selection", "type": "struct" }, { "class": "type", "name": "SelectionKind", "type": "int" }, { "class": "type", "name": "Signature", "type": "struct" }, { "class": "type", "name": "Sizes", "type": "interface" }, { "class": "type", "name": "Slice", "type": "struct" }, { "class": "type", "name": "StdSizes", "type": "struct" }, { "class": "type", "name": "Struct", "type": "struct" }, { "class": "type", "name": "Tuple", "type": "struct" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "TypeAndValue", "type": "struct" }, { "class": "type", "name": "TypeName", "type": "struct" }, { "class": "type", "name": "Var", "type": "struct" }, { "class": "var", "name": "Typ", "type": "[]*types.Basic" }, { "class": "var", "name": "Universe", "type": "*types.Scope" }, { "class": "var", "name": "Unsafe", "type": "*types.Package" }, { "class": "const", "name": "FlagBroadcast", "type": "" }, { "class": "const", "name": "FlagLoopback", "type": "" }, { "class": "const", "name": "FlagMulticast", "type": "" }, { "class": "const", "name": "FlagPointToPoint", "type": "" }, { "class": "const", "name": "FlagUp", "type": "" }, { "class": "const", "name": "IPv4len", "type": "" }, { "class": "const", "name": "IPv6len", "type": "" }, { "class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask" }, { "class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)" }, { "class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)" }, { "class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)" }, { "class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)" }, { "class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)" }, { "class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)" }, { "class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP" }, { "class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask" }, { "class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)" }, { "class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)" }, { "class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)" }, { "class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)" }, { "class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string" }, { "class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)" }, { "class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)" }, { "class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)" }, { "class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)" }, { "class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)" }, { "class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)" }, { "class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)" }, { "class": "func", "name": "LookupIP", "type": "func(host string) (ips []net.IP, err error)" }, { "class": "func", "name": "LookupMX", "type": "func(name string) (mxs []*net.MX, err error)" }, { "class": "func", "name": "LookupNS", "type": "func(name string) (nss []*net.NS, err error)" }, { "class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)" }, { "class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)" }, { "class": "func", "name": "LookupTXT", "type": "func(name string) (txts []string, err error)" }, { "class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)" }, { "class": "func", "name": "ParseIP", "type": "func(s string) net.IP" }, { "class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)" }, { "class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)" }, { "class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)" }, { "class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)" }, { "class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)" }, { "class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)" }, { "class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)" }, { "class": "type", "name": "Addr", "type": "interface" }, { "class": "type", "name": "AddrError", "type": "struct" }, { "class": "type", "name": "Conn", "type": "interface" }, { "class": "type", "name": "DNSConfigError", "type": "struct" }, { "class": "type", "name": "DNSError", "type": "struct" }, { "class": "type", "name": "Dialer", "type": "struct" }, { "class": "type", "name": "Error", "type": "interface" }, { "class": "type", "name": "Flags", "type": "uint" }, { "class": "type", "name": "HardwareAddr", "type": "[]byte" }, { "class": "type", "name": "IP", "type": "[]byte" }, { "class": "type", "name": "IPAddr", "type": "struct" }, { "class": "type", "name": "IPConn", "type": "struct" }, { "class": "type", "name": "IPMask", "type": "[]byte" }, { "class": "type", "name": "IPNet", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "InvalidAddrError", "type": "string" }, { "class": "type", "name": "Listener", "type": "interface" }, { "class": "type", "name": "MX", "type": "struct" }, { "class": "type", "name": "NS", "type": "struct" }, { "class": "type", "name": "OpError", "type": "struct" }, { "class": "type", "name": "PacketConn", "type": "interface" }, { "class": "type", "name": "ParseError", "type": "struct" }, { "class": "type", "name": "SRV", "type": "struct" }, { "class": "type", "name": "TCPAddr", "type": "struct" }, { "class": "type", "name": "TCPConn", "type": "struct" }, { "class": "type", "name": "TCPListener", "type": "struct" }, { "class": "type", "name": "UDPAddr", "type": "struct" }, { "class": "type", "name": "UDPConn", "type": "struct" }, { "class": "type", "name": "UnixAddr", "type": "struct" }, { "class": "type", "name": "UnixConn", "type": "struct" }, { "class": "type", "name": "UnixListener", "type": "struct" }, { "class": "type", "name": "UnknownNetworkError", "type": "string" }, { "class": "var", "name": "ErrWriteToConnected", "type": "error" }, { "class": "var", "name": "IPv4allrouter", "type": "net.IP" }, { "class": "var", "name": "IPv4allsys", "type": "net.IP" }, { "class": "var", "name": "IPv4bcast", "type": "net.IP" }, { "class": "var", "name": "IPv4zero", "type": "net.IP" }, { "class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP" }, { "class": "var", "name": "IPv6loopback", "type": "net.IP" }, { "class": "var", "name": "IPv6unspecified", "type": "net.IP" }, { "class": "var", "name": "IPv6zero", "type": "net.IP" }, { "class": "const", "name": "DevNull", "type": "" }, { "class": "const", "name": "ModeAppend", "type": "" }, { "class": "const", "name": "ModeCharDevice", "type": "" }, { "class": "const", "name": "ModeDevice", "type": "" }, { "class": "const", "name": "ModeDir", "type": "" }, { "class": "const", "name": "ModeExclusive", "type": "" }, { "class": "const", "name": "ModeNamedPipe", "type": "" }, { "class": "const", "name": "ModePerm", "type": "" }, { "class": "const", "name": "ModeSetgid", "type": "" }, { "class": "const", "name": "ModeSetuid", "type": "" }, { "class": "const", "name": "ModeSocket", "type": "" }, { "class": "const", "name": "ModeSticky", "type": "" }, { "class": "const", "name": "ModeSymlink", "type": "" }, { "class": "const", "name": "ModeTemporary", "type": "" }, { "class": "const", "name": "ModeType", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_CREATE", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PathListSeparator", "type": "" }, { "class": "const", "name": "PathSeparator", "type": "" }, { "class": "const", "name": "SEEK_CUR", "type": "" }, { "class": "const", "name": "SEEK_END", "type": "" }, { "class": "const", "name": "SEEK_SET", "type": "" }, { "class": "func", "name": "Chdir", "type": "func(dir string) error" }, { "class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error" }, { "class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Create", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string" }, { "class": "func", "name": "ExpandEnv", "type": "func(s string) string" }, { "class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)" }, { "class": "func", "name": "Getegid", "type": "func() int" }, { "class": "func", "name": "Getenv", "type": "func(key string) string" }, { "class": "func", "name": "Geteuid", "type": "func() int" }, { "class": "func", "name": "Getgid", "type": "func() int" }, { "class": "func", "name": "Getgroups", "type": "func() ([]int, error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpid", "type": "func() int" }, { "class": "func", "name": "Getppid", "type": "func() int" }, { "class": "func", "name": "Getuid", "type": "func() int" }, { "class": "func", "name": "Getwd", "type": "func() (dir string, err error)" }, { "class": "func", "name": "Hostname", "type": "func() (name string, err error)" }, { "class": "func", "name": "IsExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsNotExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool" }, { "class": "func", "name": "IsPermission", "type": "func(err error) bool" }, { "class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Link", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)" }, { "class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error" }, { "class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error" }, { "class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File" }, { "class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error" }, { "class": "func", "name": "Open", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)" }, { "class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)" }, { "class": "func", "name": "Readlink", "type": "func(name string) (string, error)" }, { "class": "func", "name": "Remove", "type": "func(name string) error" }, { "class": "func", "name": "RemoveAll", "type": "func(path string) error" }, { "class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error" }, { "class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)" }, { "class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "TempDir", "type": "func() string" }, { "class": "func", "name": "Truncate", "type": "func(name string, size int64) error" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileInfo", "type": "interface" }, { "class": "type", "name": "FileMode", "type": "uint32" }, { "class": "type", "name": "LinkError", "type": "struct" }, { "class": "type", "name": "PathError", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Process", "type": "struct" }, { "class": "type", "name": "ProcessState", "type": "struct" }, { "class": "type", "name": "Signal", "type": "interface" }, { "class": "type", "name": "SyscallError", "type": "struct" }, { "class": "var", "name": "Args", "type": "[]string" }, { "class": "var", "name": "ErrExist", "type": "error" }, { "class": "var", "name": "ErrInvalid", "type": "error" }, { "class": "var", "name": "ErrNotExist", "type": "error" }, { "class": "var", "name": "ErrPermission", "type": "error" }, { "class": "var", "name": "Interrupt", "type": "os.Signal" }, { "class": "var", "name": "Kill", "type": "os.Signal" }, { "class": "var", "name": "Stderr", "type": "*os.File" }, { "class": "var", "name": "Stdin", "type": "*os.File" }, { "class": "var", "name": "Stdout", "type": "*os.File" }, { "class": "const", "name": "Array", "type": "" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "BothDir", "type": "" }, { "class": "const", "name": "Chan", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Func", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Interface", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "Map", "type": "" }, { "class": "const", "name": "Ptr", "type": "" }, { "class": "const", "name": "RecvDir", "type": "" }, { "class": "const", "name": "SelectDefault", "type": "" }, { "class": "const", "name": "SelectRecv", "type": "" }, { "class": "const", "name": "SelectSend", "type": "" }, { "class": "const", "name": "SendDir", "type": "" }, { "class": "const", "name": "Slice", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Struct", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value" }, { "class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value" }, { "class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type" }, { "class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int" }, { "class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool" }, { "class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type" }, { "class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value" }, { "class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value" }, { "class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value" }, { "class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value" }, { "class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value" }, { "class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)" }, { "class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type" }, { "class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value" }, { "class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Kind", "type": "uint" }, { "class": "type", "name": "Method", "type": "struct" }, { "class": "type", "name": "SelectCase", "type": "struct" }, { "class": "type", "name": "SelectDir", "type": "int" }, { "class": "type", "name": "SliceHeader", "type": "struct" }, { "class": "type", "name": "StringHeader", "type": "struct" }, { "class": "type", "name": "StructField", "type": "struct" }, { "class": "type", "name": "StructTag", "type": "string" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "Value", "type": "struct" }, { "class": "type", "name": "ValueError", "type": "struct" }, { "class": "const", "name": "AF_APPLETALK", "type": "" }, { "class": "const", "name": "AF_CCITT", "type": "" }, { "class": "const", "name": "AF_CHAOS", "type": "" }, { "class": "const", "name": "AF_CNT", "type": "" }, { "class": "const", "name": "AF_COIP", "type": "" }, { "class": "const", "name": "AF_DATAKIT", "type": "" }, { "class": "const", "name": "AF_DECnet", "type": "" }, { "class": "const", "name": "AF_DLI", "type": "" }, { "class": "const", "name": "AF_E164", "type": "" }, { "class": "const", "name": "AF_ECMA", "type": "" }, { "class": "const", "name": "AF_HYLINK", "type": "" }, { "class": "const", "name": "AF_IEEE80211", "type": "" }, { "class": "const", "name": "AF_IMPLINK", "type": "" }, { "class": "const", "name": "AF_INET", "type": "" }, { "class": "const", "name": "AF_INET6", "type": "" }, { "class": "const", "name": "AF_IPX", "type": "" }, { "class": "const", "name": "AF_ISDN", "type": "" }, { "class": "const", "name": "AF_ISO", "type": "" }, { "class": "const", "name": "AF_LAT", "type": "" }, { "class": "const", "name": "AF_LINK", "type": "" }, { "class": "const", "name": "AF_LOCAL", "type": "" }, { "class": "const", "name": "AF_MAX", "type": "" }, { "class": "const", "name": "AF_NATM", "type": "" }, { "class": "const", "name": "AF_NDRV", "type": "" }, { "class": "const", "name": "AF_NETBIOS", "type": "" }, { "class": "const", "name": "AF_NS", "type": "" }, { "class": "const", "name": "AF_OSI", "type": "" }, { "class": "const", "name": "AF_PPP", "type": "" }, { "class": "const", "name": "AF_PUP", "type": "" }, { "class": "const", "name": "AF_RESERVED_36", "type": "" }, { "class": "const", "name": "AF_ROUTE", "type": "" }, { "class": "const", "name": "AF_SIP", "type": "" }, { "class": "const", "name": "AF_SNA", "type": "" }, { "class": "const", "name": "AF_SYSTEM", "type": "" }, { "class": "const", "name": "AF_UNIX", "type": "" }, { "class": "const", "name": "AF_UNSPEC", "type": "" }, { "class": "const", "name": "B0", "type": "" }, { "class": "const", "name": "B110", "type": "" }, { "class": "const", "name": "B115200", "type": "" }, { "class": "const", "name": "B1200", "type": "" }, { "class": "const", "name": "B134", "type": "" }, { "class": "const", "name": "B14400", "type": "" }, { "class": "const", "name": "B150", "type": "" }, { "class": "const", "name": "B1800", "type": "" }, { "class": "const", "name": "B19200", "type": "" }, { "class": "const", "name": "B200", "type": "" }, { "class": "const", "name": "B230400", "type": "" }, { "class": "const", "name": "B2400", "type": "" }, { "class": "const", "name": "B28800", "type": "" }, { "class": "const", "name": "B300", "type": "" }, { "class": "const", "name": "B38400", "type": "" }, { "class": "const", "name": "B4800", "type": "" }, { "class": "const", "name": "B50", "type": "" }, { "class": "const", "name": "B57600", "type": "" }, { "class": "const", "name": "B600", "type": "" }, { "class": "const", "name": "B7200", "type": "" }, { "class": "const", "name": "B75", "type": "" }, { "class": "const", "name": "B76800", "type": "" }, { "class": "const", "name": "B9600", "type": "" }, { "class": "const", "name": "BIOCFLUSH", "type": "" }, { "class": "const", "name": "BIOCGBLEN", "type": "" }, { "class": "const", "name": "BIOCGDLT", "type": "" }, { "class": "const", "name": "BIOCGDLTLIST", "type": "" }, { "class": "const", "name": "BIOCGETIF", "type": "" }, { "class": "const", "name": "BIOCGHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCGRSIG", "type": "" }, { "class": "const", "name": "BIOCGRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCGSEESENT", "type": "" }, { "class": "const", "name": "BIOCGSTATS", "type": "" }, { "class": "const", "name": "BIOCIMMEDIATE", "type": "" }, { "class": "const", "name": "BIOCPROMISC", "type": "" }, { "class": "const", "name": "BIOCSBLEN", "type": "" }, { "class": "const", "name": "BIOCSDLT", "type": "" }, { "class": "const", "name": "BIOCSETF", "type": "" }, { "class": "const", "name": "BIOCSETIF", "type": "" }, { "class": "const", "name": "BIOCSHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCSRSIG", "type": "" }, { "class": "const", "name": "BIOCSRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCSSEESENT", "type": "" }, { "class": "const", "name": "BIOCVERSION", "type": "" }, { "class": "const", "name": "BPF_A", "type": "" }, { "class": "const", "name": "BPF_ABS", "type": "" }, { "class": "const", "name": "BPF_ADD", "type": "" }, { "class": "const", "name": "BPF_ALIGNMENT", "type": "" }, { "class": "const", "name": "BPF_ALU", "type": "" }, { "class": "const", "name": "BPF_AND", "type": "" }, { "class": "const", "name": "BPF_B", "type": "" }, { "class": "const", "name": "BPF_DIV", "type": "" }, { "class": "const", "name": "BPF_H", "type": "" }, { "class": "const", "name": "BPF_IMM", "type": "" }, { "class": "const", "name": "BPF_IND", "type": "" }, { "class": "const", "name": "BPF_JA", "type": "" }, { "class": "const", "name": "BPF_JEQ", "type": "" }, { "class": "const", "name": "BPF_JGE", "type": "" }, { "class": "const", "name": "BPF_JGT", "type": "" }, { "class": "const", "name": "BPF_JMP", "type": "" }, { "class": "const", "name": "BPF_JSET", "type": "" }, { "class": "const", "name": "BPF_K", "type": "" }, { "class": "const", "name": "BPF_LD", "type": "" }, { "class": "const", "name": "BPF_LDX", "type": "" }, { "class": "const", "name": "BPF_LEN", "type": "" }, { "class": "const", "name": "BPF_LSH", "type": "" }, { "class": "const", "name": "BPF_MAJOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MAXBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MAXINSNS", "type": "" }, { "class": "const", "name": "BPF_MEM", "type": "" }, { "class": "const", "name": "BPF_MEMWORDS", "type": "" }, { "class": "const", "name": "BPF_MINBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MINOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MISC", "type": "" }, { "class": "const", "name": "BPF_MSH", "type": "" }, { "class": "const", "name": "BPF_MUL", "type": "" }, { "class": "const", "name": "BPF_NEG", "type": "" }, { "class": "const", "name": "BPF_OR", "type": "" }, { "class": "const", "name": "BPF_RELEASE", "type": "" }, { "class": "const", "name": "BPF_RET", "type": "" }, { "class": "const", "name": "BPF_RSH", "type": "" }, { "class": "const", "name": "BPF_ST", "type": "" }, { "class": "const", "name": "BPF_STX", "type": "" }, { "class": "const", "name": "BPF_SUB", "type": "" }, { "class": "const", "name": "BPF_TAX", "type": "" }, { "class": "const", "name": "BPF_TXA", "type": "" }, { "class": "const", "name": "BPF_W", "type": "" }, { "class": "const", "name": "BPF_X", "type": "" }, { "class": "const", "name": "BRKINT", "type": "" }, { "class": "const", "name": "CFLUSH", "type": "" }, { "class": "const", "name": "CLOCAL", "type": "" }, { "class": "const", "name": "CREAD", "type": "" }, { "class": "const", "name": "CS5", "type": "" }, { "class": "const", "name": "CS6", "type": "" }, { "class": "const", "name": "CS7", "type": "" }, { "class": "const", "name": "CS8", "type": "" }, { "class": "const", "name": "CSIZE", "type": "" }, { "class": "const", "name": "CSTART", "type": "" }, { "class": "const", "name": "CSTATUS", "type": "" }, { "class": "const", "name": "CSTOP", "type": "" }, { "class": "const", "name": "CSTOPB", "type": "" }, { "class": "const", "name": "CSUSP", "type": "" }, { "class": "const", "name": "CTL_MAXNAME", "type": "" }, { "class": "const", "name": "CTL_NET", "type": "" }, { "class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": "" }, { "class": "const", "name": "DLT_ARCNET", "type": "" }, { "class": "const", "name": "DLT_ATM_CLIP", "type": "" }, { "class": "const", "name": "DLT_ATM_RFC1483", "type": "" }, { "class": "const", "name": "DLT_AX25", "type": "" }, { "class": "const", "name": "DLT_CHAOS", "type": "" }, { "class": "const", "name": "DLT_CHDLC", "type": "" }, { "class": "const", "name": "DLT_C_HDLC", "type": "" }, { "class": "const", "name": "DLT_EN10MB", "type": "" }, { "class": "const", "name": "DLT_EN3MB", "type": "" }, { "class": "const", "name": "DLT_FDDI", "type": "" }, { "class": "const", "name": "DLT_IEEE802", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": "" }, { "class": "const", "name": "DLT_LINUX_SLL", "type": "" }, { "class": "const", "name": "DLT_LOOP", "type": "" }, { "class": "const", "name": "DLT_NULL", "type": "" }, { "class": "const", "name": "DLT_PFLOG", "type": "" }, { "class": "const", "name": "DLT_PFSYNC", "type": "" }, { "class": "const", "name": "DLT_PPP", "type": "" }, { "class": "const", "name": "DLT_PPP_BSDOS", "type": "" }, { "class": "const", "name": "DLT_PPP_SERIAL", "type": "" }, { "class": "const", "name": "DLT_PRONET", "type": "" }, { "class": "const", "name": "DLT_RAW", "type": "" }, { "class": "const", "name": "DLT_SLIP", "type": "" }, { "class": "const", "name": "DLT_SLIP_BSDOS", "type": "" }, { "class": "const", "name": "DT_BLK", "type": "" }, { "class": "const", "name": "DT_CHR", "type": "" }, { "class": "const", "name": "DT_DIR", "type": "" }, { "class": "const", "name": "DT_FIFO", "type": "" }, { "class": "const", "name": "DT_LNK", "type": "" }, { "class": "const", "name": "DT_REG", "type": "" }, { "class": "const", "name": "DT_SOCK", "type": "" }, { "class": "const", "name": "DT_UNKNOWN", "type": "" }, { "class": "const", "name": "DT_WHT", "type": "" }, { "class": "const", "name": "E2BIG", "type": "" }, { "class": "const", "name": "EACCES", "type": "" }, { "class": "const", "name": "EADDRINUSE", "type": "" }, { "class": "const", "name": "EADDRNOTAVAIL", "type": "" }, { "class": "const", "name": "EAFNOSUPPORT", "type": "" }, { "class": "const", "name": "EAGAIN", "type": "" }, { "class": "const", "name": "EALREADY", "type": "" }, { "class": "const", "name": "EAUTH", "type": "" }, { "class": "const", "name": "EBADARCH", "type": "" }, { "class": "const", "name": "EBADEXEC", "type": "" }, { "class": "const", "name": "EBADF", "type": "" }, { "class": "const", "name": "EBADMACHO", "type": "" }, { "class": "const", "name": "EBADMSG", "type": "" }, { "class": "const", "name": "EBADRPC", "type": "" }, { "class": "const", "name": "EBUSY", "type": "" }, { "class": "const", "name": "ECANCELED", "type": "" }, { "class": "const", "name": "ECHILD", "type": "" }, { "class": "const", "name": "ECHO", "type": "" }, { "class": "const", "name": "ECHOCTL", "type": "" }, { "class": "const", "name": "ECHOE", "type": "" }, { "class": "const", "name": "ECHOK", "type": "" }, { "class": "const", "name": "ECHOKE", "type": "" }, { "class": "const", "name": "ECHONL", "type": "" }, { "class": "const", "name": "ECHOPRT", "type": "" }, { "class": "const", "name": "ECONNABORTED", "type": "" }, { "class": "const", "name": "ECONNREFUSED", "type": "" }, { "class": "const", "name": "ECONNRESET", "type": "" }, { "class": "const", "name": "EDEADLK", "type": "" }, { "class": "const", "name": "EDESTADDRREQ", "type": "" }, { "class": "const", "name": "EDEVERR", "type": "" }, { "class": "const", "name": "EDOM", "type": "" }, { "class": "const", "name": "EDQUOT", "type": "" }, { "class": "const", "name": "EEXIST", "type": "" }, { "class": "const", "name": "EFAULT", "type": "" }, { "class": "const", "name": "EFBIG", "type": "" }, { "class": "const", "name": "EFTYPE", "type": "" }, { "class": "const", "name": "EHOSTDOWN", "type": "" }, { "class": "const", "name": "EHOSTUNREACH", "type": "" }, { "class": "const", "name": "EIDRM", "type": "" }, { "class": "const", "name": "EILSEQ", "type": "" }, { "class": "const", "name": "EINPROGRESS", "type": "" }, { "class": "const", "name": "EINTR", "type": "" }, { "class": "const", "name": "EINVAL", "type": "" }, { "class": "const", "name": "EIO", "type": "" }, { "class": "const", "name": "EISCONN", "type": "" }, { "class": "const", "name": "EISDIR", "type": "" }, { "class": "const", "name": "ELAST", "type": "" }, { "class": "const", "name": "ELOOP", "type": "" }, { "class": "const", "name": "EMFILE", "type": "" }, { "class": "const", "name": "EMLINK", "type": "" }, { "class": "const", "name": "EMSGSIZE", "type": "" }, { "class": "const", "name": "EMULTIHOP", "type": "" }, { "class": "const", "name": "ENAMETOOLONG", "type": "" }, { "class": "const", "name": "ENEEDAUTH", "type": "" }, { "class": "const", "name": "ENETDOWN", "type": "" }, { "class": "const", "name": "ENETRESET", "type": "" }, { "class": "const", "name": "ENETUNREACH", "type": "" }, { "class": "const", "name": "ENFILE", "type": "" }, { "class": "const", "name": "ENOATTR", "type": "" }, { "class": "const", "name": "ENOBUFS", "type": "" }, { "class": "const", "name": "ENODATA", "type": "" }, { "class": "const", "name": "ENODEV", "type": "" }, { "class": "const", "name": "ENOENT", "type": "" }, { "class": "const", "name": "ENOEXEC", "type": "" }, { "class": "const", "name": "ENOLCK", "type": "" }, { "class": "const", "name": "ENOLINK", "type": "" }, { "class": "const", "name": "ENOMEM", "type": "" }, { "class": "const", "name": "ENOMSG", "type": "" }, { "class": "const", "name": "ENOPOLICY", "type": "" }, { "class": "const", "name": "ENOPROTOOPT", "type": "" }, { "class": "const", "name": "ENOSPC", "type": "" }, { "class": "const", "name": "ENOSR", "type": "" }, { "class": "const", "name": "ENOSTR", "type": "" }, { "class": "const", "name": "ENOSYS", "type": "" }, { "class": "const", "name": "ENOTBLK", "type": "" }, { "class": "const", "name": "ENOTCONN", "type": "" }, { "class": "const", "name": "ENOTDIR", "type": "" }, { "class": "const", "name": "ENOTEMPTY", "type": "" }, { "class": "const", "name": "ENOTRECOVERABLE", "type": "" }, { "class": "const", "name": "ENOTSOCK", "type": "" }, { "class": "const", "name": "ENOTSUP", "type": "" }, { "class": "const", "name": "ENOTTY", "type": "" }, { "class": "const", "name": "ENXIO", "type": "" }, { "class": "const", "name": "EOPNOTSUPP", "type": "" }, { "class": "const", "name": "EOVERFLOW", "type": "" }, { "class": "const", "name": "EOWNERDEAD", "type": "" }, { "class": "const", "name": "EPERM", "type": "" }, { "class": "const", "name": "EPFNOSUPPORT", "type": "" }, { "class": "const", "name": "EPIPE", "type": "" }, { "class": "const", "name": "EPROCLIM", "type": "" }, { "class": "const", "name": "EPROCUNAVAIL", "type": "" }, { "class": "const", "name": "EPROGMISMATCH", "type": "" }, { "class": "const", "name": "EPROGUNAVAIL", "type": "" }, { "class": "const", "name": "EPROTO", "type": "" }, { "class": "const", "name": "EPROTONOSUPPORT", "type": "" }, { "class": "const", "name": "EPROTOTYPE", "type": "" }, { "class": "const", "name": "EPWROFF", "type": "" }, { "class": "const", "name": "ERANGE", "type": "" }, { "class": "const", "name": "EREMOTE", "type": "" }, { "class": "const", "name": "EROFS", "type": "" }, { "class": "const", "name": "ERPCMISMATCH", "type": "" }, { "class": "const", "name": "ESHLIBVERS", "type": "" }, { "class": "const", "name": "ESHUTDOWN", "type": "" }, { "class": "const", "name": "ESOCKTNOSUPPORT", "type": "" }, { "class": "const", "name": "ESPIPE", "type": "" }, { "class": "const", "name": "ESRCH", "type": "" }, { "class": "const", "name": "ESTALE", "type": "" }, { "class": "const", "name": "ETIME", "type": "" }, { "class": "const", "name": "ETIMEDOUT", "type": "" }, { "class": "const", "name": "ETOOMANYREFS", "type": "" }, { "class": "const", "name": "ETXTBSY", "type": "" }, { "class": "const", "name": "EUSERS", "type": "" }, { "class": "const", "name": "EVFILT_AIO", "type": "" }, { "class": "const", "name": "EVFILT_FS", "type": "" }, { "class": "const", "name": "EVFILT_MACHPORT", "type": "" }, { "class": "const", "name": "EVFILT_PROC", "type": "" }, { "class": "const", "name": "EVFILT_READ", "type": "" }, { "class": "const", "name": "EVFILT_SIGNAL", "type": "" }, { "class": "const", "name": "EVFILT_SYSCOUNT", "type": "" }, { "class": "const", "name": "EVFILT_THREADMARKER", "type": "" }, { "class": "const", "name": "EVFILT_TIMER", "type": "" }, { "class": "const", "name": "EVFILT_USER", "type": "" }, { "class": "const", "name": "EVFILT_VM", "type": "" }, { "class": "const", "name": "EVFILT_VNODE", "type": "" }, { "class": "const", "name": "EVFILT_WRITE", "type": "" }, { "class": "const", "name": "EV_ADD", "type": "" }, { "class": "const", "name": "EV_CLEAR", "type": "" }, { "class": "const", "name": "EV_DELETE", "type": "" }, { "class": "const", "name": "EV_DISABLE", "type": "" }, { "class": "const", "name": "EV_DISPATCH", "type": "" }, { "class": "const", "name": "EV_ENABLE", "type": "" }, { "class": "const", "name": "EV_EOF", "type": "" }, { "class": "const", "name": "EV_ERROR", "type": "" }, { "class": "const", "name": "EV_FLAG0", "type": "" }, { "class": "const", "name": "EV_FLAG1", "type": "" }, { "class": "const", "name": "EV_ONESHOT", "type": "" }, { "class": "const", "name": "EV_OOBAND", "type": "" }, { "class": "const", "name": "EV_POLL", "type": "" }, { "class": "const", "name": "EV_RECEIPT", "type": "" }, { "class": "const", "name": "EV_SYSFLAGS", "type": "" }, { "class": "const", "name": "EWOULDBLOCK", "type": "" }, { "class": "const", "name": "EXDEV", "type": "" }, { "class": "const", "name": "EXTA", "type": "" }, { "class": "const", "name": "EXTB", "type": "" }, { "class": "const", "name": "EXTPROC", "type": "" }, { "class": "const", "name": "FD_CLOEXEC", "type": "" }, { "class": "const", "name": "FD_SETSIZE", "type": "" }, { "class": "const", "name": "FLUSHO", "type": "" }, { "class": "const", "name": "F_ADDFILESIGS", "type": "" }, { "class": "const", "name": "F_ADDSIGS", "type": "" }, { "class": "const", "name": "F_ALLOCATEALL", "type": "" }, { "class": "const", "name": "F_ALLOCATECONTIG", "type": "" }, { "class": "const", "name": "F_CHKCLEAN", "type": "" }, { "class": "const", "name": "F_DUPFD", "type": "" }, { "class": "const", "name": "F_DUPFD_CLOEXEC", "type": "" }, { "class": "const", "name": "F_FLUSH_DATA", "type": "" }, { "class": "const", "name": "F_FREEZE_FS", "type": "" }, { "class": "const", "name": "F_FULLFSYNC", "type": "" }, { "class": "const", "name": "F_GETFD", "type": "" }, { "class": "const", "name": "F_GETFL", "type": "" }, { "class": "const", "name": "F_GETLK", "type": "" }, { "class": "const", "name": "F_GETLKPID", "type": "" }, { "class": "const", "name": "F_GETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_GETOWN", "type": "" }, { "class": "const", "name": "F_GETPATH", "type": "" }, { "class": "const", "name": "F_GETPATH_MTMINFO", "type": "" }, { "class": "const", "name": "F_GETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_GLOBAL_NOCACHE", "type": "" }, { "class": "const", "name": "F_LOG2PHYS", "type": "" }, { "class": "const", "name": "F_LOG2PHYS_EXT", "type": "" }, { "class": "const", "name": "F_MARKDEPENDENCY", "type": "" }, { "class": "const", "name": "F_NOCACHE", "type": "" }, { "class": "const", "name": "F_NODIRECT", "type": "" }, { "class": "const", "name": "F_OK", "type": "" }, { "class": "const", "name": "F_PATHPKG_CHECK", "type": "" }, { "class": "const", "name": "F_PEOFPOSMODE", "type": "" }, { "class": "const", "name": "F_PREALLOCATE", "type": "" }, { "class": "const", "name": "F_RDADVISE", "type": "" }, { "class": "const", "name": "F_RDAHEAD", "type": "" }, { "class": "const", "name": "F_RDLCK", "type": "" }, { "class": "const", "name": "F_READBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_SETBACKINGSTORE", "type": "" }, { "class": "const", "name": "F_SETFD", "type": "" }, { "class": "const", "name": "F_SETFL", "type": "" }, { "class": "const", "name": "F_SETLK", "type": "" }, { "class": "const", "name": "F_SETLKW", "type": "" }, { "class": "const", "name": "F_SETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_SETOWN", "type": "" }, { "class": "const", "name": "F_SETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_SETSIZE", "type": "" }, { "class": "const", "name": "F_THAW_FS", "type": "" }, { "class": "const", "name": "F_UNLCK", "type": "" }, { "class": "const", "name": "F_VOLPOSMODE", "type": "" }, { "class": "const", "name": "F_WRITEBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_WRLCK", "type": "" }, { "class": "const", "name": "HUPCL", "type": "" }, { "class": "const", "name": "ICANON", "type": "" }, { "class": "const", "name": "ICMP6_FILTER", "type": "" }, { "class": "const", "name": "ICRNL", "type": "" }, { "class": "const", "name": "IEXTEN", "type": "" }, { "class": "const", "name": "IFF_ALLMULTI", "type": "" }, { "class": "const", "name": "IFF_ALTPHYS", "type": "" }, { "class": "const", "name": "IFF_BROADCAST", "type": "" }, { "class": "const", "name": "IFF_DEBUG", "type": "" }, { "class": "const", "name": "IFF_LINK0", "type": "" }, { "class": "const", "name": "IFF_LINK1", "type": "" }, { "class": "const", "name": "IFF_LINK2", "type": "" }, { "class": "const", "name": "IFF_LOOPBACK", "type": "" }, { "class": "const", "name": "IFF_MULTICAST", "type": "" }, { "class": "const", "name": "IFF_NOARP", "type": "" }, { "class": "const", "name": "IFF_NOTRAILERS", "type": "" }, { "class": "const", "name": "IFF_OACTIVE", "type": "" }, { "class": "const", "name": "IFF_POINTOPOINT", "type": "" }, { "class": "const", "name": "IFF_PROMISC", "type": "" }, { "class": "const", "name": "IFF_RUNNING", "type": "" }, { "class": "const", "name": "IFF_SIMPLEX", "type": "" }, { "class": "const", "name": "IFF_UP", "type": "" }, { "class": "const", "name": "IFNAMSIZ", "type": "" }, { "class": "const", "name": "IFT_1822", "type": "" }, { "class": "const", "name": "IFT_AAL5", "type": "" }, { "class": "const", "name": "IFT_ARCNET", "type": "" }, { "class": "const", "name": "IFT_ARCNETPLUS", "type": "" }, { "class": "const", "name": "IFT_ATM", "type": "" }, { "class": "const", "name": "IFT_BRIDGE", "type": "" }, { "class": "const", "name": "IFT_CARP", "type": "" }, { "class": "const", "name": "IFT_CELLULAR", "type": "" }, { "class": "const", "name": "IFT_CEPT", "type": "" }, { "class": "const", "name": "IFT_DS3", "type": "" }, { "class": "const", "name": "IFT_ENC", "type": "" }, { "class": "const", "name": "IFT_EON", "type": "" }, { "class": "const", "name": "IFT_ETHER", "type": "" }, { "class": "const", "name": "IFT_FAITH", "type": "" }, { "class": "const", "name": "IFT_FDDI", "type": "" }, { "class": "const", "name": "IFT_FRELAY", "type": "" }, { "class": "const", "name": "IFT_FRELAYDCE", "type": "" }, { "class": "const", "name": "IFT_GIF", "type": "" }, { "class": "const", "name": "IFT_HDH1822", "type": "" }, { "class": "const", "name": "IFT_HIPPI", "type": "" }, { "class": "const", "name": "IFT_HSSI", "type": "" }, { "class": "const", "name": "IFT_HY", "type": "" }, { "class": "const", "name": "IFT_IEEE1394", "type": "" }, { "class": "const", "name": "IFT_IEEE8023ADLAG", "type": "" }, { "class": "const", "name": "IFT_ISDNBASIC", "type": "" }, { "class": "const", "name": "IFT_ISDNPRIMARY", "type": "" }, { "class": "const", "name": "IFT_ISO88022LLC", "type": "" }, { "class": "const", "name": "IFT_ISO88023", "type": "" }, { "class": "const", "name": "IFT_ISO88024", "type": "" }, { "class": "const", "name": "IFT_ISO88025", "type": "" }, { "class": "const", "name": "IFT_ISO88026", "type": "" }, { "class": "const", "name": "IFT_L2VLAN", "type": "" }, { "class": "const", "name": "IFT_LAPB", "type": "" }, { "class": "const", "name": "IFT_LOCALTALK", "type": "" }, { "class": "const", "name": "IFT_LOOP", "type": "" }, { "class": "const", "name": "IFT_MIOX25", "type": "" }, { "class": "const", "name": "IFT_MODEM", "type": "" }, { "class": "const", "name": "IFT_NSIP", "type": "" }, { "class": "const", "name": "IFT_OTHER", "type": "" }, { "class": "const", "name": "IFT_P10", "type": "" }, { "class": "const", "name": "IFT_P80", "type": "" }, { "class": "const", "name": "IFT_PARA", "type": "" }, { "class": "const", "name": "IFT_PDP", "type": "" }, { "class": "const", "name": "IFT_PFLOG", "type": "" }, { "class": "const", "name": "IFT_PFSYNC", "type": "" }, { "class": "const", "name": "IFT_PPP", "type": "" }, { "class": "const", "name": "IFT_PROPMUX", "type": "" }, { "class": "const", "name": "IFT_PROPVIRTUAL", "type": "" }, { "class": "const", "name": "IFT_PTPSERIAL", "type": "" }, { "class": "const", "name": "IFT_RS232", "type": "" }, { "class": "const", "name": "IFT_SDLC", "type": "" }, { "class": "const", "name": "IFT_SIP", "type": "" }, { "class": "const", "name": "IFT_SLIP", "type": "" }, { "class": "const", "name": "IFT_SMDSDXI", "type": "" }, { "class": "const", "name": "IFT_SMDSICIP", "type": "" }, { "class": "const", "name": "IFT_SONET", "type": "" }, { "class": "const", "name": "IFT_SONETPATH", "type": "" }, { "class": "const", "name": "IFT_SONETVT", "type": "" }, { "class": "const", "name": "IFT_STARLAN", "type": "" }, { "class": "const", "name": "IFT_STF", "type": "" }, { "class": "const", "name": "IFT_T1", "type": "" }, { "class": "const", "name": "IFT_ULTRA", "type": "" }, { "class": "const", "name": "IFT_V35", "type": "" }, { "class": "const", "name": "IFT_X25", "type": "" }, { "class": "const", "name": "IFT_X25DDN", "type": "" }, { "class": "const", "name": "IFT_X25PLE", "type": "" }, { "class": "const", "name": "IFT_XETHER", "type": "" }, { "class": "const", "name": "IGNBRK", "type": "" }, { "class": "const", "name": "IGNCR", "type": "" }, { "class": "const", "name": "IGNPAR", "type": "" }, { "class": "const", "name": "IMAXBEL", "type": "" }, { "class": "const", "name": "INLCR", "type": "" }, { "class": "const", "name": "INPCK", "type": "" }, { "class": "const", "name": "IN_CLASSA_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSA_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSA_NET", "type": "" }, { "class": "const", "name": "IN_CLASSA_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSB_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSB_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSB_NET", "type": "" }, { "class": "const", "name": "IN_CLASSB_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSC_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSC_NET", "type": "" }, { "class": "const", "name": "IN_CLASSC_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSD_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSD_NET", "type": "" }, { "class": "const", "name": "IN_CLASSD_NSHIFT", "type": "" }, { "class": "const", "name": "IN_LINKLOCALNETNUM", "type": "" }, { "class": "const", "name": "IN_LOOPBACKNET", "type": "" }, { "class": "const", "name": "IPPROTO_3PC", "type": "" }, { "class": "const", "name": "IPPROTO_ADFS", "type": "" }, { "class": "const", "name": "IPPROTO_AH", "type": "" }, { "class": "const", "name": "IPPROTO_AHIP", "type": "" }, { "class": "const", "name": "IPPROTO_APES", "type": "" }, { "class": "const", "name": "IPPROTO_ARGUS", "type": "" }, { "class": "const", "name": "IPPROTO_AX25", "type": "" }, { "class": "const", "name": "IPPROTO_BHA", "type": "" }, { "class": "const", "name": "IPPROTO_BLT", "type": "" }, { "class": "const", "name": "IPPROTO_BRSATMON", "type": "" }, { "class": "const", "name": "IPPROTO_CFTP", "type": "" }, { "class": "const", "name": "IPPROTO_CHAOS", "type": "" }, { "class": "const", "name": "IPPROTO_CMTP", "type": "" }, { "class": "const", "name": "IPPROTO_CPHB", "type": "" }, { "class": "const", "name": "IPPROTO_CPNX", "type": "" }, { "class": "const", "name": "IPPROTO_DDP", "type": "" }, { "class": "const", "name": "IPPROTO_DGP", "type": "" }, { "class": "const", "name": "IPPROTO_DIVERT", "type": "" }, { "class": "const", "name": "IPPROTO_DONE", "type": "" }, { "class": "const", "name": "IPPROTO_DSTOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_EGP", "type": "" }, { "class": "const", "name": "IPPROTO_EMCON", "type": "" }, { "class": "const", "name": "IPPROTO_ENCAP", "type": "" }, { "class": "const", "name": "IPPROTO_EON", "type": "" }, { "class": "const", "name": "IPPROTO_ESP", "type": "" }, { "class": "const", "name": "IPPROTO_ETHERIP", "type": "" }, { "class": "const", "name": "IPPROTO_FRAGMENT", "type": "" }, { "class": "const", "name": "IPPROTO_GGP", "type": "" }, { "class": "const", "name": "IPPROTO_GMTP", "type": "" }, { "class": "const", "name": "IPPROTO_GRE", "type": "" }, { "class": "const", "name": "IPPROTO_HELLO", "type": "" }, { "class": "const", "name": "IPPROTO_HMP", "type": "" }, { "class": "const", "name": "IPPROTO_HOPOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_ICMP", "type": "" }, { "class": "const", "name": "IPPROTO_ICMPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IDP", "type": "" }, { "class": "const", "name": "IPPROTO_IDPR", "type": "" }, { "class": "const", "name": "IPPROTO_IDRP", "type": "" }, { "class": "const", "name": "IPPROTO_IGMP", "type": "" }, { "class": "const", "name": "IPPROTO_IGP", "type": "" }, { "class": "const", "name": "IPPROTO_IGRP", "type": "" }, { "class": "const", "name": "IPPROTO_IL", "type": "" }, { "class": "const", "name": "IPPROTO_INLSP", "type": "" }, { "class": "const", "name": "IPPROTO_INP", "type": "" }, { "class": "const", "name": "IPPROTO_IP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCOMP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCV", "type": "" }, { "class": "const", "name": "IPPROTO_IPEIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPPC", "type": "" }, { "class": "const", "name": "IPPROTO_IPV4", "type": "" }, { "class": "const", "name": "IPPROTO_IPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IRTP", "type": "" }, { "class": "const", "name": "IPPROTO_KRYPTOLAN", "type": "" }, { "class": "const", "name": "IPPROTO_LARP", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF1", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF2", "type": "" }, { "class": "const", "name": "IPPROTO_MAX", "type": "" }, { "class": "const", "name": "IPPROTO_MAXID", "type": "" }, { "class": "const", "name": "IPPROTO_MEAS", "type": "" }, { "class": "const", "name": "IPPROTO_MHRP", "type": "" }, { "class": "const", "name": "IPPROTO_MICP", "type": "" }, { "class": "const", "name": "IPPROTO_MTP", "type": "" }, { "class": "const", "name": "IPPROTO_MUX", "type": "" }, { "class": "const", "name": "IPPROTO_ND", "type": "" }, { "class": "const", "name": "IPPROTO_NHRP", "type": "" }, { "class": "const", "name": "IPPROTO_NONE", "type": "" }, { "class": "const", "name": "IPPROTO_NSP", "type": "" }, { "class": "const", "name": "IPPROTO_NVPII", "type": "" }, { "class": "const", "name": "IPPROTO_OSPFIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PGM", "type": "" }, { "class": "const", "name": "IPPROTO_PIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PIM", "type": "" }, { "class": "const", "name": "IPPROTO_PRM", "type": "" }, { "class": "const", "name": "IPPROTO_PUP", "type": "" }, { "class": "const", "name": "IPPROTO_PVP", "type": "" }, { "class": "const", "name": "IPPROTO_RAW", "type": "" }, { "class": "const", "name": "IPPROTO_RCCMON", "type": "" }, { "class": "const", "name": "IPPROTO_RDP", "type": "" }, { "class": "const", "name": "IPPROTO_ROUTING", "type": "" }, { "class": "const", "name": "IPPROTO_RSVP", "type": "" }, { "class": "const", "name": "IPPROTO_RVD", "type": "" }, { "class": "const", "name": "IPPROTO_SATEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_SATMON", "type": "" }, { "class": "const", "name": "IPPROTO_SCCSP", "type": "" }, { "class": "const", "name": "IPPROTO_SCTP", "type": "" }, { "class": "const", "name": "IPPROTO_SDRP", "type": "" }, { "class": "const", "name": "IPPROTO_SEP", "type": "" }, { "class": "const", "name": "IPPROTO_SRPC", "type": "" }, { "class": "const", "name": "IPPROTO_ST", "type": "" }, { "class": "const", "name": "IPPROTO_SVMTP", "type": "" }, { "class": "const", "name": "IPPROTO_SWIPE", "type": "" }, { "class": "const", "name": "IPPROTO_TCF", "type": "" }, { "class": "const", "name": "IPPROTO_TCP", "type": "" }, { "class": "const", "name": "IPPROTO_TP", "type": "" }, { "class": "const", "name": "IPPROTO_TPXX", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK1", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK2", "type": "" }, { "class": "const", "name": "IPPROTO_TTP", "type": "" }, { "class": "const", "name": "IPPROTO_UDP", "type": "" }, { "class": "const", "name": "IPPROTO_VINES", "type": "" }, { "class": "const", "name": "IPPROTO_VISA", "type": "" }, { "class": "const", "name": "IPPROTO_VMTP", "type": "" }, { "class": "const", "name": "IPPROTO_WBEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_WBMON", "type": "" }, { "class": "const", "name": "IPPROTO_WSN", "type": "" }, { "class": "const", "name": "IPPROTO_XNET", "type": "" }, { "class": "const", "name": "IPPROTO_XTP", "type": "" }, { "class": "const", "name": "IPV6_2292DSTOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292HOPLIMIT", "type": "" }, { "class": "const", "name": "IPV6_2292HOPOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292NEXTHOP", "type": "" }, { "class": "const", "name": "IPV6_2292PKTINFO", "type": "" }, { "class": "const", "name": "IPV6_2292PKTOPTIONS", "type": "" }, { "class": "const", "name": "IPV6_2292RTHDR", "type": "" }, { "class": "const", "name": "IPV6_BINDV6ONLY", "type": "" }, { "class": "const", "name": "IPV6_BOUND_IF", "type": "" }, { "class": "const", "name": "IPV6_CHECKSUM", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_DEFHLIM", "type": "" }, { "class": "const", "name": "IPV6_FAITH", "type": "" }, { "class": "const", "name": "IPV6_FLOWINFO_MASK", "type": "" }, { "class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": "" }, { "class": "const", "name": "IPV6_FRAGTTL", "type": "" }, { "class": "const", "name": "IPV6_FW_ADD", "type": "" }, { "class": "const", "name": "IPV6_FW_DEL", "type": "" }, { "class": "const", "name": "IPV6_FW_FLUSH", "type": "" }, { "class": "const", "name": "IPV6_FW_GET", "type": "" }, { "class": "const", "name": "IPV6_FW_ZERO", "type": "" }, { "class": "const", "name": "IPV6_HLIMDEC", "type": "" }, { "class": "const", "name": "IPV6_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IPV6_JOIN_GROUP", "type": "" }, { "class": "const", "name": "IPV6_LEAVE_GROUP", "type": "" }, { "class": "const", "name": "IPV6_MAXHLIM", "type": "" }, { "class": "const", "name": "IPV6_MAXOPTHDR", "type": "" }, { "class": "const", "name": "IPV6_MAXPACKET", "type": "" }, { "class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MMTU", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IPV6_RECVTCLASS", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_LOOSE", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_STRICT", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": "" }, { "class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": "" }, { "class": "const", "name": "IPV6_TCLASS", "type": "" }, { "class": "const", "name": "IPV6_UNICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_V6ONLY", "type": "" }, { "class": "const", "name": "IPV6_VERSION", "type": "" }, { "class": "const", "name": "IPV6_VERSION_MASK", "type": "" }, { "class": "const", "name": "IP_ADD_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_BLOCK_SOURCE", "type": "" }, { "class": "const", "name": "IP_BOUND_IF", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_DF", "type": "" }, { "class": "const", "name": "IP_DROP_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_DEL", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_FLUSH", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_GET", "type": "" }, { "class": "const", "name": "IP_FAITH", "type": "" }, { "class": "const", "name": "IP_FW_ADD", "type": "" }, { "class": "const", "name": "IP_FW_DEL", "type": "" }, { "class": "const", "name": "IP_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_FW_GET", "type": "" }, { "class": "const", "name": "IP_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_HDRINCL", "type": "" }, { "class": "const", "name": "IP_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IP_MAXPACKET", "type": "" }, { "class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MF", "type": "" }, { "class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MSFILTER", "type": "" }, { "class": "const", "name": "IP_MSS", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IFINDEX", "type": "" }, { "class": "const", "name": "IP_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_MULTICAST_VIF", "type": "" }, { "class": "const", "name": "IP_NAT__XXX", "type": "" }, { "class": "const", "name": "IP_OFFMASK", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ADD", "type": "" }, { "class": "const", "name": "IP_OLD_FW_DEL", "type": "" }, { "class": "const", "name": "IP_OLD_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_OLD_FW_GET", "type": "" }, { "class": "const", "name": "IP_OLD_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_OPTIONS", "type": "" }, { "class": "const", "name": "IP_PKTINFO", "type": "" }, { "class": "const", "name": "IP_PORTRANGE", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IP_RECVDSTADDR", "type": "" }, { "class": "const", "name": "IP_RECVIF", "type": "" }, { "class": "const", "name": "IP_RECVOPTS", "type": "" }, { "class": "const", "name": "IP_RECVPKTINFO", "type": "" }, { "class": "const", "name": "IP_RECVRETOPTS", "type": "" }, { "class": "const", "name": "IP_RECVTTL", "type": "" }, { "class": "const", "name": "IP_RETOPTS", "type": "" }, { "class": "const", "name": "IP_RF", "type": "" }, { "class": "const", "name": "IP_RSVP_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_ON", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_ON", "type": "" }, { "class": "const", "name": "IP_STRIPHDR", "type": "" }, { "class": "const", "name": "IP_TOS", "type": "" }, { "class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": "" }, { "class": "const", "name": "IP_TTL", "type": "" }, { "class": "const", "name": "IP_UNBLOCK_SOURCE", "type": "" }, { "class": "const", "name": "ISIG", "type": "" }, { "class": "const", "name": "ISTRIP", "type": "" }, { "class": "const", "name": "IUTF8", "type": "" }, { "class": "const", "name": "IXANY", "type": "" }, { "class": "const", "name": "IXOFF", "type": "" }, { "class": "const", "name": "IXON", "type": "" }, { "class": "const", "name": "ImplementsGetwd", "type": "" }, { "class": "const", "name": "LOCK_EX", "type": "" }, { "class": "const", "name": "LOCK_NB", "type": "" }, { "class": "const", "name": "LOCK_SH", "type": "" }, { "class": "const", "name": "LOCK_UN", "type": "" }, { "class": "const", "name": "MADV_CAN_REUSE", "type": "" }, { "class": "const", "name": "MADV_DONTNEED", "type": "" }, { "class": "const", "name": "MADV_FREE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSABLE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSE", "type": "" }, { "class": "const", "name": "MADV_NORMAL", "type": "" }, { "class": "const", "name": "MADV_RANDOM", "type": "" }, { "class": "const", "name": "MADV_SEQUENTIAL", "type": "" }, { "class": "const", "name": "MADV_WILLNEED", "type": "" }, { "class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": "" }, { "class": "const", "name": "MAP_ANON", "type": "" }, { "class": "const", "name": "MAP_COPY", "type": "" }, { "class": "const", "name": "MAP_FILE", "type": "" }, { "class": "const", "name": "MAP_FIXED", "type": "" }, { "class": "const", "name": "MAP_HASSEMAPHORE", "type": "" }, { "class": "const", "name": "MAP_JIT", "type": "" }, { "class": "const", "name": "MAP_NOCACHE", "type": "" }, { "class": "const", "name": "MAP_NOEXTEND", "type": "" }, { "class": "const", "name": "MAP_NORESERVE", "type": "" }, { "class": "const", "name": "MAP_PRIVATE", "type": "" }, { "class": "const", "name": "MAP_RENAME", "type": "" }, { "class": "const", "name": "MAP_RESERVED0080", "type": "" }, { "class": "const", "name": "MAP_SHARED", "type": "" }, { "class": "const", "name": "MCL_CURRENT", "type": "" }, { "class": "const", "name": "MCL_FUTURE", "type": "" }, { "class": "const", "name": "MSG_CTRUNC", "type": "" }, { "class": "const", "name": "MSG_DONTROUTE", "type": "" }, { "class": "const", "name": "MSG_DONTWAIT", "type": "" }, { "class": "const", "name": "MSG_EOF", "type": "" }, { "class": "const", "name": "MSG_EOR", "type": "" }, { "class": "const", "name": "MSG_FLUSH", "type": "" }, { "class": "const", "name": "MSG_HAVEMORE", "type": "" }, { "class": "const", "name": "MSG_HOLD", "type": "" }, { "class": "const", "name": "MSG_NEEDSA", "type": "" }, { "class": "const", "name": "MSG_OOB", "type": "" }, { "class": "const", "name": "MSG_PEEK", "type": "" }, { "class": "const", "name": "MSG_RCVMORE", "type": "" }, { "class": "const", "name": "MSG_SEND", "type": "" }, { "class": "const", "name": "MSG_TRUNC", "type": "" }, { "class": "const", "name": "MSG_WAITALL", "type": "" }, { "class": "const", "name": "MSG_WAITSTREAM", "type": "" }, { "class": "const", "name": "MS_ASYNC", "type": "" }, { "class": "const", "name": "MS_DEACTIVATE", "type": "" }, { "class": "const", "name": "MS_INVALIDATE", "type": "" }, { "class": "const", "name": "MS_KILLPAGES", "type": "" }, { "class": "const", "name": "MS_SYNC", "type": "" }, { "class": "const", "name": "NAME_MAX", "type": "" }, { "class": "const", "name": "NET_RT_DUMP", "type": "" }, { "class": "const", "name": "NET_RT_DUMP2", "type": "" }, { "class": "const", "name": "NET_RT_FLAGS", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST2", "type": "" }, { "class": "const", "name": "NET_RT_MAXID", "type": "" }, { "class": "const", "name": "NET_RT_STAT", "type": "" }, { "class": "const", "name": "NET_RT_TRASH", "type": "" }, { "class": "const", "name": "NOFLSH", "type": "" }, { "class": "const", "name": "NOTE_ABSOLUTE", "type": "" }, { "class": "const", "name": "NOTE_ATTRIB", "type": "" }, { "class": "const", "name": "NOTE_CHILD", "type": "" }, { "class": "const", "name": "NOTE_DELETE", "type": "" }, { "class": "const", "name": "NOTE_EXEC", "type": "" }, { "class": "const", "name": "NOTE_EXIT", "type": "" }, { "class": "const", "name": "NOTE_EXITSTATUS", "type": "" }, { "class": "const", "name": "NOTE_EXTEND", "type": "" }, { "class": "const", "name": "NOTE_FFAND", "type": "" }, { "class": "const", "name": "NOTE_FFCOPY", "type": "" }, { "class": "const", "name": "NOTE_FFCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_FFLAGSMASK", "type": "" }, { "class": "const", "name": "NOTE_FFNOP", "type": "" }, { "class": "const", "name": "NOTE_FFOR", "type": "" }, { "class": "const", "name": "NOTE_FORK", "type": "" }, { "class": "const", "name": "NOTE_LINK", "type": "" }, { "class": "const", "name": "NOTE_LOWAT", "type": "" }, { "class": "const", "name": "NOTE_NONE", "type": "" }, { "class": "const", "name": "NOTE_NSECONDS", "type": "" }, { "class": "const", "name": "NOTE_PCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_PDATAMASK", "type": "" }, { "class": "const", "name": "NOTE_REAP", "type": "" }, { "class": "const", "name": "NOTE_RENAME", "type": "" }, { "class": "const", "name": "NOTE_RESOURCEEND", "type": "" }, { "class": "const", "name": "NOTE_REVOKE", "type": "" }, { "class": "const", "name": "NOTE_SECONDS", "type": "" }, { "class": "const", "name": "NOTE_SIGNAL", "type": "" }, { "class": "const", "name": "NOTE_TRACK", "type": "" }, { "class": "const", "name": "NOTE_TRACKERR", "type": "" }, { "class": "const", "name": "NOTE_TRIGGER", "type": "" }, { "class": "const", "name": "NOTE_USECONDS", "type": "" }, { "class": "const", "name": "NOTE_VM_ERROR", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_WRITE", "type": "" }, { "class": "const", "name": "OCRNL", "type": "" }, { "class": "const", "name": "OFDEL", "type": "" }, { "class": "const", "name": "OFILL", "type": "" }, { "class": "const", "name": "ONLCR", "type": "" }, { "class": "const", "name": "ONLRET", "type": "" }, { "class": "const", "name": "ONOCR", "type": "" }, { "class": "const", "name": "ONOEOT", "type": "" }, { "class": "const", "name": "OPOST", "type": "" }, { "class": "const", "name": "O_ACCMODE", "type": "" }, { "class": "const", "name": "O_ALERT", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_ASYNC", "type": "" }, { "class": "const", "name": "O_CLOEXEC", "type": "" }, { "class": "const", "name": "O_CREAT", "type": "" }, { "class": "const", "name": "O_DIRECTORY", "type": "" }, { "class": "const", "name": "O_DSYNC", "type": "" }, { "class": "const", "name": "O_EVTONLY", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_EXLOCK", "type": "" }, { "class": "const", "name": "O_FSYNC", "type": "" }, { "class": "const", "name": "O_NDELAY", "type": "" }, { "class": "const", "name": "O_NOCTTY", "type": "" }, { "class": "const", "name": "O_NOFOLLOW", "type": "" }, { "class": "const", "name": "O_NONBLOCK", "type": "" }, { "class": "const", "name": "O_POPUP", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SHLOCK", "type": "" }, { "class": "const", "name": "O_SYMLINK", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PARENB", "type": "" }, { "class": "const", "name": "PARMRK", "type": "" }, { "class": "const", "name": "PARODD", "type": "" }, { "class": "const", "name": "PENDIN", "type": "" }, { "class": "const", "name": "PRIO_PGRP", "type": "" }, { "class": "const", "name": "PRIO_PROCESS", "type": "" }, { "class": "const", "name": "PRIO_USER", "type": "" }, { "class": "const", "name": "PROT_EXEC", "type": "" }, { "class": "const", "name": "PROT_NONE", "type": "" }, { "class": "const", "name": "PROT_READ", "type": "" }, { "class": "const", "name": "PROT_WRITE", "type": "" }, { "class": "const", "name": "PTRACE_CONT", "type": "" }, { "class": "const", "name": "PTRACE_KILL", "type": "" }, { "class": "const", "name": "PTRACE_TRACEME", "type": "" }, { "class": "const", "name": "PT_ATTACH", "type": "" }, { "class": "const", "name": "PT_ATTACHEXC", "type": "" }, { "class": "const", "name": "PT_CONTINUE", "type": "" }, { "class": "const", "name": "PT_DENY_ATTACH", "type": "" }, { "class": "const", "name": "PT_DETACH", "type": "" }, { "class": "const", "name": "PT_FIRSTMACH", "type": "" }, { "class": "const", "name": "PT_FORCEQUOTA", "type": "" }, { "class": "const", "name": "PT_KILL", "type": "" }, { "class": "const", "name": "PT_READ_D", "type": "" }, { "class": "const", "name": "PT_READ_I", "type": "" }, { "class": "const", "name": "PT_READ_U", "type": "" }, { "class": "const", "name": "PT_SIGEXC", "type": "" }, { "class": "const", "name": "PT_STEP", "type": "" }, { "class": "const", "name": "PT_THUPDATE", "type": "" }, { "class": "const", "name": "PT_TRACE_ME", "type": "" }, { "class": "const", "name": "PT_WRITE_D", "type": "" }, { "class": "const", "name": "PT_WRITE_I", "type": "" }, { "class": "const", "name": "PT_WRITE_U", "type": "" }, { "class": "const", "name": "RLIMIT_AS", "type": "" }, { "class": "const", "name": "RLIMIT_CORE", "type": "" }, { "class": "const", "name": "RLIMIT_CPU", "type": "" }, { "class": "const", "name": "RLIMIT_DATA", "type": "" }, { "class": "const", "name": "RLIMIT_FSIZE", "type": "" }, { "class": "const", "name": "RLIMIT_NOFILE", "type": "" }, { "class": "const", "name": "RLIMIT_STACK", "type": "" }, { "class": "const", "name": "RLIM_INFINITY", "type": "" }, { "class": "const", "name": "RTAX_AUTHOR", "type": "" }, { "class": "const", "name": "RTAX_BRD", "type": "" }, { "class": "const", "name": "RTAX_DST", "type": "" }, { "class": "const", "name": "RTAX_GATEWAY", "type": "" }, { "class": "const", "name": "RTAX_GENMASK", "type": "" }, { "class": "const", "name": "RTAX_IFA", "type": "" }, { "class": "const", "name": "RTAX_IFP", "type": "" }, { "class": "const", "name": "RTAX_MAX", "type": "" }, { "class": "const", "name": "RTAX_NETMASK", "type": "" }, { "class": "const", "name": "RTA_AUTHOR", "type": "" }, { "class": "const", "name": "RTA_BRD", "type": "" }, { "class": "const", "name": "RTA_DST", "type": "" }, { "class": "const", "name": "RTA_GATEWAY", "type": "" }, { "class": "const", "name": "RTA_GENMASK", "type": "" }, { "class": "const", "name": "RTA_IFA", "type": "" }, { "class": "const", "name": "RTA_IFP", "type": "" }, { "class": "const", "name": "RTA_NETMASK", "type": "" }, { "class": "const", "name": "RTF_BLACKHOLE", "type": "" }, { "class": "const", "name": "RTF_BROADCAST", "type": "" }, { "class": "const", "name": "RTF_CLONING", "type": "" }, { "class": "const", "name": "RTF_CONDEMNED", "type": "" }, { "class": "const", "name": "RTF_DELCLONE", "type": "" }, { "class": "const", "name": "RTF_DONE", "type": "" }, { "class": "const", "name": "RTF_DYNAMIC", "type": "" }, { "class": "const", "name": "RTF_GATEWAY", "type": "" }, { "class": "const", "name": "RTF_HOST", "type": "" }, { "class": "const", "name": "RTF_IFREF", "type": "" }, { "class": "const", "name": "RTF_IFSCOPE", "type": "" }, { "class": "const", "name": "RTF_LLINFO", "type": "" }, { "class": "const", "name": "RTF_LOCAL", "type": "" }, { "class": "const", "name": "RTF_MODIFIED", "type": "" }, { "class": "const", "name": "RTF_MULTICAST", "type": "" }, { "class": "const", "name": "RTF_PINNED", "type": "" }, { "class": "const", "name": "RTF_PRCLONING", "type": "" }, { "class": "const", "name": "RTF_PROTO1", "type": "" }, { "class": "const", "name": "RTF_PROTO2", "type": "" }, { "class": "const", "name": "RTF_PROTO3", "type": "" }, { "class": "const", "name": "RTF_REJECT", "type": "" }, { "class": "const", "name": "RTF_STATIC", "type": "" }, { "class": "const", "name": "RTF_UP", "type": "" }, { "class": "const", "name": "RTF_WASCLONED", "type": "" }, { "class": "const", "name": "RTF_XRESOLVE", "type": "" }, { "class": "const", "name": "RTM_ADD", "type": "" }, { "class": "const", "name": "RTM_CHANGE", "type": "" }, { "class": "const", "name": "RTM_DELADDR", "type": "" }, { "class": "const", "name": "RTM_DELETE", "type": "" }, { "class": "const", "name": "RTM_DELMADDR", "type": "" }, { "class": "const", "name": "RTM_GET", "type": "" }, { "class": "const", "name": "RTM_GET2", "type": "" }, { "class": "const", "name": "RTM_IFINFO", "type": "" }, { "class": "const", "name": "RTM_IFINFO2", "type": "" }, { "class": "const", "name": "RTM_LOCK", "type": "" }, { "class": "const", "name": "RTM_LOSING", "type": "" }, { "class": "const", "name": "RTM_MISS", "type": "" }, { "class": "const", "name": "RTM_NEWADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR2", "type": "" }, { "class": "const", "name": "RTM_OLDADD", "type": "" }, { "class": "const", "name": "RTM_OLDDEL", "type": "" }, { "class": "const", "name": "RTM_REDIRECT", "type": "" }, { "class": "const", "name": "RTM_RESOLVE", "type": "" }, { "class": "const", "name": "RTM_RTTUNIT", "type": "" }, { "class": "const", "name": "RTM_VERSION", "type": "" }, { "class": "const", "name": "RTV_EXPIRE", "type": "" }, { "class": "const", "name": "RTV_HOPCOUNT", "type": "" }, { "class": "const", "name": "RTV_MTU", "type": "" }, { "class": "const", "name": "RTV_RPIPE", "type": "" }, { "class": "const", "name": "RTV_RTT", "type": "" }, { "class": "const", "name": "RTV_RTTVAR", "type": "" }, { "class": "const", "name": "RTV_SPIPE", "type": "" }, { "class": "const", "name": "RTV_SSTHRESH", "type": "" }, { "class": "const", "name": "RUSAGE_CHILDREN", "type": "" }, { "class": "const", "name": "RUSAGE_SELF", "type": "" }, { "class": "const", "name": "SCM_CREDS", "type": "" }, { "class": "const", "name": "SCM_RIGHTS", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SHUT_RD", "type": "" }, { "class": "const", "name": "SHUT_RDWR", "type": "" }, { "class": "const", "name": "SHUT_WR", "type": "" }, { "class": "const", "name": "SIGABRT", "type": "" }, { "class": "const", "name": "SIGALRM", "type": "" }, { "class": "const", "name": "SIGBUS", "type": "" }, { "class": "const", "name": "SIGCHLD", "type": "" }, { "class": "const", "name": "SIGCONT", "type": "" }, { "class": "const", "name": "SIGEMT", "type": "" }, { "class": "const", "name": "SIGFPE", "type": "" }, { "class": "const", "name": "SIGHUP", "type": "" }, { "class": "const", "name": "SIGILL", "type": "" }, { "class": "const", "name": "SIGINFO", "type": "" }, { "class": "const", "name": "SIGINT", "type": "" }, { "class": "const", "name": "SIGIO", "type": "" }, { "class": "const", "name": "SIGIOT", "type": "" }, { "class": "const", "name": "SIGKILL", "type": "" }, { "class": "const", "name": "SIGPIPE", "type": "" }, { "class": "const", "name": "SIGPROF", "type": "" }, { "class": "const", "name": "SIGQUIT", "type": "" }, { "class": "const", "name": "SIGSEGV", "type": "" }, { "class": "const", "name": "SIGSTOP", "type": "" }, { "class": "const", "name": "SIGSYS", "type": "" }, { "class": "const", "name": "SIGTERM", "type": "" }, { "class": "const", "name": "SIGTRAP", "type": "" }, { "class": "const", "name": "SIGTSTP", "type": "" }, { "class": "const", "name": "SIGTTIN", "type": "" }, { "class": "const", "name": "SIGTTOU", "type": "" }, { "class": "const", "name": "SIGURG", "type": "" }, { "class": "const", "name": "SIGUSR1", "type": "" }, { "class": "const", "name": "SIGUSR2", "type": "" }, { "class": "const", "name": "SIGVTALRM", "type": "" }, { "class": "const", "name": "SIGWINCH", "type": "" }, { "class": "const", "name": "SIGXCPU", "type": "" }, { "class": "const", "name": "SIGXFSZ", "type": "" }, { "class": "const", "name": "SIOCADDMULTI", "type": "" }, { "class": "const", "name": "SIOCAIFADDR", "type": "" }, { "class": "const", "name": "SIOCALIFADDR", "type": "" }, { "class": "const", "name": "SIOCARPIPLL", "type": "" }, { "class": "const", "name": "SIOCATMARK", "type": "" }, { "class": "const", "name": "SIOCAUTOADDR", "type": "" }, { "class": "const", "name": "SIOCAUTONETMASK", "type": "" }, { "class": "const", "name": "SIOCDELMULTI", "type": "" }, { "class": "const", "name": "SIOCDIFADDR", "type": "" }, { "class": "const", "name": "SIOCDIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCDLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCGETSGCNT", "type": "" }, { "class": "const", "name": "SIOCGETVIFCNT", "type": "" }, { "class": "const", "name": "SIOCGETVLAN", "type": "" }, { "class": "const", "name": "SIOCGHIWAT", "type": "" }, { "class": "const", "name": "SIOCGIFADDR", "type": "" }, { "class": "const", "name": "SIOCGIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCGIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCGIFBOND", "type": "" }, { "class": "const", "name": "SIOCGIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCGIFCAP", "type": "" }, { "class": "const", "name": "SIOCGIFCONF", "type": "" }, { "class": "const", "name": "SIOCGIFDEVMTU", "type": "" }, { "class": "const", "name": "SIOCGIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCGIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCGIFKPI", "type": "" }, { "class": "const", "name": "SIOCGIFMAC", "type": "" }, { "class": "const", "name": "SIOCGIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCGIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCGIFMTU", "type": "" }, { "class": "const", "name": "SIOCGIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCGIFPDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFPHYS", "type": "" }, { "class": "const", "name": "SIOCGIFPSRCADDR", "type": "" }, { "class": "const", "name": "SIOCGIFSTATUS", "type": "" }, { "class": "const", "name": "SIOCGIFVLAN", "type": "" }, { "class": "const", "name": "SIOCGIFWAKEFLAGS", "type": "" }, { "class": "const", "name": "SIOCGLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCGLOWAT", "type": "" }, { "class": "const", "name": "SIOCGPGRP", "type": "" }, { "class": "const", "name": "SIOCIFCREATE", "type": "" }, { "class": "const", "name": "SIOCIFCREATE2", "type": "" }, { "class": "const", "name": "SIOCIFDESTROY", "type": "" }, { "class": "const", "name": "SIOCRSLVMULTI", "type": "" }, { "class": "const", "name": "SIOCSDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCSETVLAN", "type": "" }, { "class": "const", "name": "SIOCSHIWAT", "type": "" }, { "class": "const", "name": "SIOCSIFADDR", "type": "" }, { "class": "const", "name": "SIOCSIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCSIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCSIFBOND", "type": "" }, { "class": "const", "name": "SIOCSIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCSIFCAP", "type": "" }, { "class": "const", "name": "SIOCSIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCSIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCSIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCSIFKPI", "type": "" }, { "class": "const", "name": "SIOCSIFLLADDR", "type": "" }, { "class": "const", "name": "SIOCSIFMAC", "type": "" }, { "class": "const", "name": "SIOCSIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCSIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCSIFMTU", "type": "" }, { "class": "const", "name": "SIOCSIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCSIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSIFPHYS", "type": "" }, { "class": "const", "name": "SIOCSIFVLAN", "type": "" }, { "class": "const", "name": "SIOCSLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSLOWAT", "type": "" }, { "class": "const", "name": "SIOCSPGRP", "type": "" }, { "class": "const", "name": "SOCK_DGRAM", "type": "" }, { "class": "const", "name": "SOCK_MAXADDRLEN", "type": "" }, { "class": "const", "name": "SOCK_RAW", "type": "" }, { "class": "const", "name": "SOCK_RDM", "type": "" }, { "class": "const", "name": "SOCK_SEQPACKET", "type": "" }, { "class": "const", "name": "SOCK_STREAM", "type": "" }, { "class": "const", "name": "SOL_SOCKET", "type": "" }, { "class": "const", "name": "SOMAXCONN", "type": "" }, { "class": "const", "name": "SO_ACCEPTCONN", "type": "" }, { "class": "const", "name": "SO_BROADCAST", "type": "" }, { "class": "const", "name": "SO_DEBUG", "type": "" }, { "class": "const", "name": "SO_DONTROUTE", "type": "" }, { "class": "const", "name": "SO_DONTTRUNC", "type": "" }, { "class": "const", "name": "SO_ERROR", "type": "" }, { "class": "const", "name": "SO_KEEPALIVE", "type": "" }, { "class": "const", "name": "SO_LABEL", "type": "" }, { "class": "const", "name": "SO_LINGER", "type": "" }, { "class": "const", "name": "SO_LINGER_SEC", "type": "" }, { "class": "const", "name": "SO_NKE", "type": "" }, { "class": "const", "name": "SO_NOADDRERR", "type": "" }, { "class": "const", "name": "SO_NOSIGPIPE", "type": "" }, { "class": "const", "name": "SO_NOTIFYCONFLICT", "type": "" }, { "class": "const", "name": "SO_NP_EXTENSIONS", "type": "" }, { "class": "const", "name": "SO_NREAD", "type": "" }, { "class": "const", "name": "SO_NWRITE", "type": "" }, { "class": "const", "name": "SO_OOBINLINE", "type": "" }, { "class": "const", "name": "SO_PEERLABEL", "type": "" }, { "class": "const", "name": "SO_RANDOMPORT", "type": "" }, { "class": "const", "name": "SO_RCVBUF", "type": "" }, { "class": "const", "name": "SO_RCVLOWAT", "type": "" }, { "class": "const", "name": "SO_RCVTIMEO", "type": "" }, { "class": "const", "name": "SO_RESTRICTIONS", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYIN", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYOUT", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYSET", "type": "" }, { "class": "const", "name": "SO_REUSEADDR", "type": "" }, { "class": "const", "name": "SO_REUSEPORT", "type": "" }, { "class": "const", "name": "SO_REUSESHAREUID", "type": "" }, { "class": "const", "name": "SO_SNDBUF", "type": "" }, { "class": "const", "name": "SO_SNDLOWAT", "type": "" }, { "class": "const", "name": "SO_SNDTIMEO", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SO_TYPE", "type": "" }, { "class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": "" }, { "class": "const", "name": "SO_USELOOPBACK", "type": "" }, { "class": "const", "name": "SO_WANTMORE", "type": "" }, { "class": "const", "name": "SO_WANTOOBFLAG", "type": "" }, { "class": "const", "name": "SYS_ACCEPT", "type": "" }, { "class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_ACCESS", "type": "" }, { "class": "const", "name": "SYS_ACCESS_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_ACCT", "type": "" }, { "class": "const", "name": "SYS_ADD_PROFIL", "type": "" }, { "class": "const", "name": "SYS_ADJTIME", "type": "" }, { "class": "const", "name": "SYS_AIO_CANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_ERROR", "type": "" }, { "class": "const", "name": "SYS_AIO_FSYNC", "type": "" }, { "class": "const", "name": "SYS_AIO_READ", "type": "" }, { "class": "const", "name": "SYS_AIO_RETURN", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_WRITE", "type": "" }, { "class": "const", "name": "SYS_ATGETMSG", "type": "" }, { "class": "const", "name": "SYS_ATPGETREQ", "type": "" }, { "class": "const", "name": "SYS_ATPGETRSP", "type": "" }, { "class": "const", "name": "SYS_ATPSNDREQ", "type": "" }, { "class": "const", "name": "SYS_ATPSNDRSP", "type": "" }, { "class": "const", "name": "SYS_ATPUTMSG", "type": "" }, { "class": "const", "name": "SYS_ATSOCKET", "type": "" }, { "class": "const", "name": "SYS_AUDIT", "type": "" }, { "class": "const", "name": "SYS_AUDITCTL", "type": "" }, { "class": "const", "name": "SYS_AUDITON", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": "" }, { "class": "const", "name": "SYS_BIND", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": "" }, { "class": "const", "name": "SYS_CHDIR", "type": "" }, { "class": "const", "name": "SYS_CHFLAGS", "type": "" }, { "class": "const", "name": "SYS_CHMOD", "type": "" }, { "class": "const", "name": "SYS_CHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_CHOWN", "type": "" }, { "class": "const", "name": "SYS_CHROOT", "type": "" }, { "class": "const", "name": "SYS_CHUD", "type": "" }, { "class": "const", "name": "SYS_CLOSE", "type": "" }, { "class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_CONNECT", "type": "" }, { "class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_COPYFILE", "type": "" }, { "class": "const", "name": "SYS_CSOPS", "type": "" }, { "class": "const", "name": "SYS_DELETE", "type": "" }, { "class": "const", "name": "SYS_DUP", "type": "" }, { "class": "const", "name": "SYS_DUP2", "type": "" }, { "class": "const", "name": "SYS_EXCHANGEDATA", "type": "" }, { "class": "const", "name": "SYS_EXECVE", "type": "" }, { "class": "const", "name": "SYS_EXIT", "type": "" }, { "class": "const", "name": "SYS_FCHDIR", "type": "" }, { "class": "const", "name": "SYS_FCHFLAGS", "type": "" }, { "class": "const", "name": "SYS_FCHMOD", "type": "" }, { "class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FCHOWN", "type": "" }, { "class": "const", "name": "SYS_FCNTL", "type": "" }, { "class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FDATASYNC", "type": "" }, { "class": "const", "name": "SYS_FFSCTL", "type": "" }, { "class": "const", "name": "SYS_FGETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FGETXATTR", "type": "" }, { "class": "const", "name": "SYS_FHOPEN", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": "" }, { "class": "const", "name": "SYS_FLISTXATTR", "type": "" }, { "class": "const", "name": "SYS_FLOCK", "type": "" }, { "class": "const", "name": "SYS_FORK", "type": "" }, { "class": "const", "name": "SYS_FPATHCONF", "type": "" }, { "class": "const", "name": "SYS_FREMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_FSCTL", "type": "" }, { "class": "const", "name": "SYS_FSETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FSETXATTR", "type": "" }, { "class": "const", "name": "SYS_FSGETPATH", "type": "" }, { "class": "const", "name": "SYS_FSTAT", "type": "" }, { "class": "const", "name": "SYS_FSTAT64", "type": "" }, { "class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSTATFS", "type": "" }, { "class": "const", "name": "SYS_FSTATFS64", "type": "" }, { "class": "const", "name": "SYS_FSTATV", "type": "" }, { "class": "const", "name": "SYS_FSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSYNC", "type": "" }, { "class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FTRUNCATE", "type": "" }, { "class": "const", "name": "SYS_FUTIMES", "type": "" }, { "class": "const", "name": "SYS_GETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_GETAUID", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES64", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": "" }, { "class": "const", "name": "SYS_GETDTABLESIZE", "type": "" }, { "class": "const", "name": "SYS_GETEGID", "type": "" }, { "class": "const", "name": "SYS_GETEUID", "type": "" }, { "class": "const", "name": "SYS_GETFH", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT64", "type": "" }, { "class": "const", "name": "SYS_GETGID", "type": "" }, { "class": "const", "name": "SYS_GETGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETHOSTUUID", "type": "" }, { "class": "const", "name": "SYS_GETITIMER", "type": "" }, { "class": "const", "name": "SYS_GETLCID", "type": "" }, { "class": "const", "name": "SYS_GETLOGIN", "type": "" }, { "class": "const", "name": "SYS_GETPEERNAME", "type": "" }, { "class": "const", "name": "SYS_GETPGID", "type": "" }, { "class": "const", "name": "SYS_GETPGRP", "type": "" }, { "class": "const", "name": "SYS_GETPID", "type": "" }, { "class": "const", "name": "SYS_GETPPID", "type": "" }, { "class": "const", "name": "SYS_GETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_GETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_GETRUSAGE", "type": "" }, { "class": "const", "name": "SYS_GETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETSID", "type": "" }, { "class": "const", "name": "SYS_GETSOCKNAME", "type": "" }, { "class": "const", "name": "SYS_GETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_GETTID", "type": "" }, { "class": "const", "name": "SYS_GETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_GETUID", "type": "" }, { "class": "const", "name": "SYS_GETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETXATTR", "type": "" }, { "class": "const", "name": "SYS_IDENTITYSVC", "type": "" }, { "class": "const", "name": "SYS_INITGROUPS", "type": "" }, { "class": "const", "name": "SYS_IOCTL", "type": "" }, { "class": "const", "name": "SYS_IOPOLICYSYS", "type": "" }, { "class": "const", "name": "SYS_ISSETUGID", "type": "" }, { "class": "const", "name": "SYS_KDEBUG_TRACE", "type": "" }, { "class": "const", "name": "SYS_KEVENT", "type": "" }, { "class": "const", "name": "SYS_KEVENT64", "type": "" }, { "class": "const", "name": "SYS_KILL", "type": "" }, { "class": "const", "name": "SYS_KQUEUE", "type": "" }, { "class": "const", "name": "SYS_LCHOWN", "type": "" }, { "class": "const", "name": "SYS_LINK", "type": "" }, { "class": "const", "name": "SYS_LIO_LISTIO", "type": "" }, { "class": "const", "name": "SYS_LISTEN", "type": "" }, { "class": "const", "name": "SYS_LISTXATTR", "type": "" }, { "class": "const", "name": "SYS_LSEEK", "type": "" }, { "class": "const", "name": "SYS_LSTAT", "type": "" }, { "class": "const", "name": "SYS_LSTAT64", "type": "" }, { "class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_LSTATV", "type": "" }, { "class": "const", "name": "SYS_LSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MADVISE", "type": "" }, { "class": "const", "name": "SYS_MAXSYSCALL", "type": "" }, { "class": "const", "name": "SYS_MINCORE", "type": "" }, { "class": "const", "name": "SYS_MINHERIT", "type": "" }, { "class": "const", "name": "SYS_MKCOMPLEX", "type": "" }, { "class": "const", "name": "SYS_MKDIR", "type": "" }, { "class": "const", "name": "SYS_MKDIR_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKFIFO", "type": "" }, { "class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKNOD", "type": "" }, { "class": "const", "name": "SYS_MLOCK", "type": "" }, { "class": "const", "name": "SYS_MLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MMAP", "type": "" }, { "class": "const", "name": "SYS_MODWATCH", "type": "" }, { "class": "const", "name": "SYS_MOUNT", "type": "" }, { "class": "const", "name": "SYS_MPROTECT", "type": "" }, { "class": "const", "name": "SYS_MSGCTL", "type": "" }, { "class": "const", "name": "SYS_MSGGET", "type": "" }, { "class": "const", "name": "SYS_MSGRCV", "type": "" }, { "class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSND", "type": "" }, { "class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSYS", "type": "" }, { "class": "const", "name": "SYS_MSYNC", "type": "" }, { "class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MUNLOCK", "type": "" }, { "class": "const", "name": "SYS_MUNLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MUNMAP", "type": "" }, { "class": "const", "name": "SYS_NFSCLNT", "type": "" }, { "class": "const", "name": "SYS_NFSSVC", "type": "" }, { "class": "const", "name": "SYS_OPEN", "type": "" }, { "class": "const", "name": "SYS_OPEN_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_OPEN_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PATHCONF", "type": "" }, { "class": "const", "name": "SYS_PID_HIBERNATE", "type": "" }, { "class": "const", "name": "SYS_PID_RESUME", "type": "" }, { "class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": "" }, { "class": "const", "name": "SYS_PID_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_PIPE", "type": "" }, { "class": "const", "name": "SYS_POLL", "type": "" }, { "class": "const", "name": "SYS_POLL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_POSIX_SPAWN", "type": "" }, { "class": "const", "name": "SYS_PREAD", "type": "" }, { "class": "const", "name": "SYS_PREAD_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PROCESS_POLICY", "type": "" }, { "class": "const", "name": "SYS_PROC_INFO", "type": "" }, { "class": "const", "name": "SYS_PROFIL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": "" }, { "class": "const", "name": "SYS_PTRACE", "type": "" }, { "class": "const", "name": "SYS_PWRITE", "type": "" }, { "class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_QUOTACTL", "type": "" }, { "class": "const", "name": "SYS_READ", "type": "" }, { "class": "const", "name": "SYS_READLINK", "type": "" }, { "class": "const", "name": "SYS_READV", "type": "" }, { "class": "const", "name": "SYS_READV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_READ_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REBOOT", "type": "" }, { "class": "const", "name": "SYS_RECVFROM", "type": "" }, { "class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_RECVMSG", "type": "" }, { "class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_RENAME", "type": "" }, { "class": "const", "name": "SYS_REVOKE", "type": "" }, { "class": "const", "name": "SYS_RMDIR", "type": "" }, { "class": "const", "name": "SYS_SEARCHFS", "type": "" }, { "class": "const", "name": "SYS_SELECT", "type": "" }, { "class": "const", "name": "SYS_SELECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SEMCTL", "type": "" }, { "class": "const", "name": "SYS_SEMGET", "type": "" }, { "class": "const", "name": "SYS_SEMOP", "type": "" }, { "class": "const", "name": "SYS_SEMSYS", "type": "" }, { "class": "const", "name": "SYS_SEM_CLOSE", "type": "" }, { "class": "const", "name": "SYS_SEM_DESTROY", "type": "" }, { "class": "const", "name": "SYS_SEM_GETVALUE", "type": "" }, { "class": "const", "name": "SYS_SEM_INIT", "type": "" }, { "class": "const", "name": "SYS_SEM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SEM_POST", "type": "" }, { "class": "const", "name": "SYS_SEM_TRYWAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDFILE", "type": "" }, { "class": "const", "name": "SYS_SENDMSG", "type": "" }, { "class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDTO", "type": "" }, { "class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_SETAUID", "type": "" }, { "class": "const", "name": "SYS_SETEGID", "type": "" }, { "class": "const", "name": "SYS_SETEUID", "type": "" }, { "class": "const", "name": "SYS_SETGID", "type": "" }, { "class": "const", "name": "SYS_SETGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETITIMER", "type": "" }, { "class": "const", "name": "SYS_SETLCID", "type": "" }, { "class": "const", "name": "SYS_SETLOGIN", "type": "" }, { "class": "const", "name": "SYS_SETPGID", "type": "" }, { "class": "const", "name": "SYS_SETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_SETPRIVEXEC", "type": "" }, { "class": "const", "name": "SYS_SETREGID", "type": "" }, { "class": "const", "name": "SYS_SETREUID", "type": "" }, { "class": "const", "name": "SYS_SETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_SETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETSID", "type": "" }, { "class": "const", "name": "SYS_SETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_SETTID", "type": "" }, { "class": "const", "name": "SYS_SETTID_WITH_PID", "type": "" }, { "class": "const", "name": "SYS_SETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_SETUID", "type": "" }, { "class": "const", "name": "SYS_SETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETXATTR", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": "" }, { "class": "const", "name": "SYS_SHMAT", "type": "" }, { "class": "const", "name": "SYS_SHMCTL", "type": "" }, { "class": "const", "name": "SYS_SHMDT", "type": "" }, { "class": "const", "name": "SYS_SHMGET", "type": "" }, { "class": "const", "name": "SYS_SHMSYS", "type": "" }, { "class": "const", "name": "SYS_SHM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SHM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SHUTDOWN", "type": "" }, { "class": "const", "name": "SYS_SIGACTION", "type": "" }, { "class": "const", "name": "SYS_SIGALTSTACK", "type": "" }, { "class": "const", "name": "SYS_SIGPENDING", "type": "" }, { "class": "const", "name": "SYS_SIGPROCMASK", "type": "" }, { "class": "const", "name": "SYS_SIGRETURN", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SOCKET", "type": "" }, { "class": "const", "name": "SYS_SOCKETPAIR", "type": "" }, { "class": "const", "name": "SYS_STACK_SNAPSHOT", "type": "" }, { "class": "const", "name": "SYS_STAT", "type": "" }, { "class": "const", "name": "SYS_STAT64", "type": "" }, { "class": "const", "name": "SYS_STAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_STATFS", "type": "" }, { "class": "const", "name": "SYS_STATFS64", "type": "" }, { "class": "const", "name": "SYS_STATV", "type": "" }, { "class": "const", "name": "SYS_STAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_SWAPON", "type": "" }, { "class": "const", "name": "SYS_SYMLINK", "type": "" }, { "class": "const", "name": "SYS_SYNC", "type": "" }, { "class": "const", "name": "SYS_SYSCALL", "type": "" }, { "class": "const", "name": "SYS_THREAD_SELFID", "type": "" }, { "class": "const", "name": "SYS_TRUNCATE", "type": "" }, { "class": "const", "name": "SYS_UMASK", "type": "" }, { "class": "const", "name": "SYS_UMASK_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_UNDELETE", "type": "" }, { "class": "const", "name": "SYS_UNLINK", "type": "" }, { "class": "const", "name": "SYS_UNMOUNT", "type": "" }, { "class": "const", "name": "SYS_UTIMES", "type": "" }, { "class": "const", "name": "SYS_VFORK", "type": "" }, { "class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": "" }, { "class": "const", "name": "SYS_WAIT4", "type": "" }, { "class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WAITEVENT", "type": "" }, { "class": "const", "name": "SYS_WAITID", "type": "" }, { "class": "const", "name": "SYS_WAITID_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WATCHEVENT", "type": "" }, { "class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": "" }, { "class": "const", "name": "SYS_WORKQ_OPEN", "type": "" }, { "class": "const", "name": "SYS_WRITE", "type": "" }, { "class": "const", "name": "SYS_WRITEV", "type": "" }, { "class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": "" }, { "class": "const", "name": "SYS___MAC_EXECVE", "type": "" }, { "class": "const", "name": "SYS___MAC_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_SYSCALL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CANCELED", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_KILL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SYSCTL", "type": "" }, { "class": "const", "name": "S_IEXEC", "type": "" }, { "class": "const", "name": "S_IFBLK", "type": "" }, { "class": "const", "name": "S_IFCHR", "type": "" }, { "class": "const", "name": "S_IFDIR", "type": "" }, { "class": "const", "name": "S_IFIFO", "type": "" }, { "class": "const", "name": "S_IFLNK", "type": "" }, { "class": "const", "name": "S_IFMT", "type": "" }, { "class": "const", "name": "S_IFREG", "type": "" }, { "class": "const", "name": "S_IFSOCK", "type": "" }, { "class": "const", "name": "S_IFWHT", "type": "" }, { "class": "const", "name": "S_IREAD", "type": "" }, { "class": "const", "name": "S_IRGRP", "type": "" }, { "class": "const", "name": "S_IROTH", "type": "" }, { "class": "const", "name": "S_IRUSR", "type": "" }, { "class": "const", "name": "S_IRWXG", "type": "" }, { "class": "const", "name": "S_IRWXO", "type": "" }, { "class": "const", "name": "S_IRWXU", "type": "" }, { "class": "const", "name": "S_ISGID", "type": "" }, { "class": "const", "name": "S_ISTXT", "type": "" }, { "class": "const", "name": "S_ISUID", "type": "" }, { "class": "const", "name": "S_ISVTX", "type": "" }, { "class": "const", "name": "S_IWGRP", "type": "" }, { "class": "const", "name": "S_IWOTH", "type": "" }, { "class": "const", "name": "S_IWRITE", "type": "" }, { "class": "const", "name": "S_IWUSR", "type": "" }, { "class": "const", "name": "S_IXGRP", "type": "" }, { "class": "const", "name": "S_IXOTH", "type": "" }, { "class": "const", "name": "S_IXUSR", "type": "" }, { "class": "const", "name": "SizeofBpfHdr", "type": "" }, { "class": "const", "name": "SizeofBpfInsn", "type": "" }, { "class": "const", "name": "SizeofBpfProgram", "type": "" }, { "class": "const", "name": "SizeofBpfStat", "type": "" }, { "class": "const", "name": "SizeofBpfVersion", "type": "" }, { "class": "const", "name": "SizeofCmsghdr", "type": "" }, { "class": "const", "name": "SizeofICMPv6Filter", "type": "" }, { "class": "const", "name": "SizeofIPMreq", "type": "" }, { "class": "const", "name": "SizeofIPv6MTUInfo", "type": "" }, { "class": "const", "name": "SizeofIPv6Mreq", "type": "" }, { "class": "const", "name": "SizeofIfData", "type": "" }, { "class": "const", "name": "SizeofIfMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr2", "type": "" }, { "class": "const", "name": "SizeofInet4Pktinfo", "type": "" }, { "class": "const", "name": "SizeofInet6Pktinfo", "type": "" }, { "class": "const", "name": "SizeofLinger", "type": "" }, { "class": "const", "name": "SizeofMsghdr", "type": "" }, { "class": "const", "name": "SizeofRtMetrics", "type": "" }, { "class": "const", "name": "SizeofRtMsghdr", "type": "" }, { "class": "const", "name": "SizeofSockaddrAny", "type": "" }, { "class": "const", "name": "SizeofSockaddrDatalink", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet4", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet6", "type": "" }, { "class": "const", "name": "SizeofSockaddrUnix", "type": "" }, { "class": "const", "name": "TCIFLUSH", "type": "" }, { "class": "const", "name": "TCIOFLUSH", "type": "" }, { "class": "const", "name": "TCOFLUSH", "type": "" }, { "class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": "" }, { "class": "const", "name": "TCP_KEEPALIVE", "type": "" }, { "class": "const", "name": "TCP_MAXHLEN", "type": "" }, { "class": "const", "name": "TCP_MAXOLEN", "type": "" }, { "class": "const", "name": "TCP_MAXSEG", "type": "" }, { "class": "const", "name": "TCP_MAXWIN", "type": "" }, { "class": "const", "name": "TCP_MAX_SACK", "type": "" }, { "class": "const", "name": "TCP_MAX_WINSHIFT", "type": "" }, { "class": "const", "name": "TCP_MINMSS", "type": "" }, { "class": "const", "name": "TCP_MINMSSOVERLOAD", "type": "" }, { "class": "const", "name": "TCP_MSS", "type": "" }, { "class": "const", "name": "TCP_NODELAY", "type": "" }, { "class": "const", "name": "TCP_NOOPT", "type": "" }, { "class": "const", "name": "TCP_NOPUSH", "type": "" }, { "class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": "" }, { "class": "const", "name": "TCP_RXT_FINDROP", "type": "" }, { "class": "const", "name": "TCSAFLUSH", "type": "" }, { "class": "const", "name": "TIOCCBRK", "type": "" }, { "class": "const", "name": "TIOCCDTR", "type": "" }, { "class": "const", "name": "TIOCCONS", "type": "" }, { "class": "const", "name": "TIOCDCDTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCDRAIN", "type": "" }, { "class": "const", "name": "TIOCDSIMICROCODE", "type": "" }, { "class": "const", "name": "TIOCEXCL", "type": "" }, { "class": "const", "name": "TIOCEXT", "type": "" }, { "class": "const", "name": "TIOCFLUSH", "type": "" }, { "class": "const", "name": "TIOCGDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCGETA", "type": "" }, { "class": "const", "name": "TIOCGETD", "type": "" }, { "class": "const", "name": "TIOCGPGRP", "type": "" }, { "class": "const", "name": "TIOCGWINSZ", "type": "" }, { "class": "const", "name": "TIOCIXOFF", "type": "" }, { "class": "const", "name": "TIOCIXON", "type": "" }, { "class": "const", "name": "TIOCMBIC", "type": "" }, { "class": "const", "name": "TIOCMBIS", "type": "" }, { "class": "const", "name": "TIOCMGDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMGET", "type": "" }, { "class": "const", "name": "TIOCMODG", "type": "" }, { "class": "const", "name": "TIOCMODS", "type": "" }, { "class": "const", "name": "TIOCMSDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMSET", "type": "" }, { "class": "const", "name": "TIOCM_CAR", "type": "" }, { "class": "const", "name": "TIOCM_CD", "type": "" }, { "class": "const", "name": "TIOCM_CTS", "type": "" }, { "class": "const", "name": "TIOCM_DSR", "type": "" }, { "class": "const", "name": "TIOCM_DTR", "type": "" }, { "class": "const", "name": "TIOCM_LE", "type": "" }, { "class": "const", "name": "TIOCM_RI", "type": "" }, { "class": "const", "name": "TIOCM_RNG", "type": "" }, { "class": "const", "name": "TIOCM_RTS", "type": "" }, { "class": "const", "name": "TIOCM_SR", "type": "" }, { "class": "const", "name": "TIOCM_ST", "type": "" }, { "class": "const", "name": "TIOCNOTTY", "type": "" }, { "class": "const", "name": "TIOCNXCL", "type": "" }, { "class": "const", "name": "TIOCOUTQ", "type": "" }, { "class": "const", "name": "TIOCPKT", "type": "" }, { "class": "const", "name": "TIOCPKT_DATA", "type": "" }, { "class": "const", "name": "TIOCPKT_DOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHREAD", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": "" }, { "class": "const", "name": "TIOCPKT_IOCTL", "type": "" }, { "class": "const", "name": "TIOCPKT_NOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_START", "type": "" }, { "class": "const", "name": "TIOCPKT_STOP", "type": "" }, { "class": "const", "name": "TIOCPTYGNAME", "type": "" }, { "class": "const", "name": "TIOCPTYGRANT", "type": "" }, { "class": "const", "name": "TIOCPTYUNLK", "type": "" }, { "class": "const", "name": "TIOCREMOTE", "type": "" }, { "class": "const", "name": "TIOCSBRK", "type": "" }, { "class": "const", "name": "TIOCSCONS", "type": "" }, { "class": "const", "name": "TIOCSCTTY", "type": "" }, { "class": "const", "name": "TIOCSDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCSDTR", "type": "" }, { "class": "const", "name": "TIOCSETA", "type": "" }, { "class": "const", "name": "TIOCSETAF", "type": "" }, { "class": "const", "name": "TIOCSETAW", "type": "" }, { "class": "const", "name": "TIOCSETD", "type": "" }, { "class": "const", "name": "TIOCSIG", "type": "" }, { "class": "const", "name": "TIOCSPGRP", "type": "" }, { "class": "const", "name": "TIOCSTART", "type": "" }, { "class": "const", "name": "TIOCSTAT", "type": "" }, { "class": "const", "name": "TIOCSTI", "type": "" }, { "class": "const", "name": "TIOCSTOP", "type": "" }, { "class": "const", "name": "TIOCSWINSZ", "type": "" }, { "class": "const", "name": "TIOCTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCUCNTL", "type": "" }, { "class": "const", "name": "TOSTOP", "type": "" }, { "class": "const", "name": "VDISCARD", "type": "" }, { "class": "const", "name": "VDSUSP", "type": "" }, { "class": "const", "name": "VEOF", "type": "" }, { "class": "const", "name": "VEOL", "type": "" }, { "class": "const", "name": "VEOL2", "type": "" }, { "class": "const", "name": "VERASE", "type": "" }, { "class": "const", "name": "VINTR", "type": "" }, { "class": "const", "name": "VKILL", "type": "" }, { "class": "const", "name": "VLNEXT", "type": "" }, { "class": "const", "name": "VMIN", "type": "" }, { "class": "const", "name": "VQUIT", "type": "" }, { "class": "const", "name": "VREPRINT", "type": "" }, { "class": "const", "name": "VSTART", "type": "" }, { "class": "const", "name": "VSTATUS", "type": "" }, { "class": "const", "name": "VSTOP", "type": "" }, { "class": "const", "name": "VSUSP", "type": "" }, { "class": "const", "name": "VT0", "type": "" }, { "class": "const", "name": "VT1", "type": "" }, { "class": "const", "name": "VTDLY", "type": "" }, { "class": "const", "name": "VTIME", "type": "" }, { "class": "const", "name": "VWERASE", "type": "" }, { "class": "const", "name": "WCONTINUED", "type": "" }, { "class": "const", "name": "WCOREFLAG", "type": "" }, { "class": "const", "name": "WEXITED", "type": "" }, { "class": "const", "name": "WNOHANG", "type": "" }, { "class": "const", "name": "WNOWAIT", "type": "" }, { "class": "const", "name": "WORDSIZE", "type": "" }, { "class": "const", "name": "WSTOPPED", "type": "" }, { "class": "const", "name": "WUNTRACED", "type": "" }, { "class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)" }, { "class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)" }, { "class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)" }, { "class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)" }, { "class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)" }, { "class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)" }, { "class": "func", "name": "Chdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error" }, { "class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Chroot", "type": "func(path string) (err error)" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Close", "type": "func(fd int) (err error)" }, { "class": "func", "name": "CloseOnExec", "type": "func(fd int)" }, { "class": "func", "name": "CmsgLen", "type": "func(datalen int) int" }, { "class": "func", "name": "CmsgSpace", "type": "func(datalen int) int" }, { "class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)" }, { "class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)" }, { "class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Fchdir", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)" }, { "class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)" }, { "class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)" }, { "class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error" }, { "class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)" }, { "class": "func", "name": "FlushBpf", "type": "func(fd int) error" }, { "class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)" }, { "class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)" }, { "class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "Fsync", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)" }, { "class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)" }, { "class": "func", "name": "Getdtablesize", "type": "func() (size int)" }, { "class": "func", "name": "Getegid", "type": "func() (egid int)" }, { "class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)" }, { "class": "func", "name": "Geteuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)" }, { "class": "func", "name": "Getgid", "type": "func() (gid int)" }, { "class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)" }, { "class": "func", "name": "Getpgrp", "type": "func() (pgrp int)" }, { "class": "func", "name": "Getpid", "type": "func() (pid int)" }, { "class": "func", "name": "Getppid", "type": "func() (ppid int)" }, { "class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)" }, { "class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)" }, { "class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)" }, { "class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)" }, { "class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)" }, { "class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)" }, { "class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)" }, { "class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)" }, { "class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)" }, { "class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)" }, { "class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Getuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getwd", "type": "func() (string, error)" }, { "class": "func", "name": "Issetugid", "type": "func() (tainted bool)" }, { "class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)" }, { "class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)" }, { "class": "func", "name": "Kqueue", "type": "func() (fd int, err error)" }, { "class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Link", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)" }, { "class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)" }, { "class": "func", "name": "Mlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Mlockall", "type": "func(flags int) (err error)" }, { "class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)" }, { "class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)" }, { "class": "func", "name": "Munlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Munlockall", "type": "func() (err error)" }, { "class": "func", "name": "Munmap", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)" }, { "class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)" }, { "class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)" }, { "class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)" }, { "class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)" }, { "class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)" }, { "class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)" }, { "class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)" }, { "class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)" }, { "class": "func", "name": "Pipe", "type": "func(p []int) (err error)" }, { "class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)" }, { "class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)" }, { "class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Rename", "type": "func(from string, to string) (err error)" }, { "class": "func", "name": "Revoke", "type": "func(path string) (err error)" }, { "class": "func", "name": "Rmdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)" }, { "class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)" }, { "class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)" }, { "class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)" }, { "class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)" }, { "class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)" }, { "class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)" }, { "class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error" }, { "class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)" }, { "class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)" }, { "class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error" }, { "class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error" }, { "class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error" }, { "class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)" }, { "class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)" }, { "class": "func", "name": "Setegid", "type": "func(egid int) (err error)" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "Seteuid", "type": "func(euid int) (err error)" }, { "class": "func", "name": "Setgid", "type": "func(gid int) (err error)" }, { "class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)" }, { "class": "func", "name": "Setlogin", "type": "func(name string) (err error)" }, { "class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)" }, { "class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)" }, { "class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)" }, { "class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)" }, { "class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)" }, { "class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Setsid", "type": "func() (pid int, err error)" }, { "class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)" }, { "class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error" }, { "class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)" }, { "class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)" }, { "class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)" }, { "class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)" }, { "class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)" }, { "class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)" }, { "class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)" }, { "class": "func", "name": "Setuid", "type": "func(uid int) (err error)" }, { "class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)" }, { "class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)" }, { "class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)" }, { "class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)" }, { "class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)" }, { "class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "StringBytePtr", "type": "func(s string) *byte" }, { "class": "func", "name": "StringByteSlice", "type": "func(s string) []byte" }, { "class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte" }, { "class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Sync", "type": "func() (err error)" }, { "class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)" }, { "class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)" }, { "class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64" }, { "class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64" }, { "class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)" }, { "class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)" }, { "class": "func", "name": "Undelete", "type": "func(path string) (err error)" }, { "class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte" }, { "class": "func", "name": "Unlink", "type": "func(path string) (err error)" }, { "class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error" }, { "class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)" }, { "class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "type", "name": "BpfHdr", "type": "struct" }, { "class": "type", "name": "BpfInsn", "type": "struct" }, { "class": "type", "name": "BpfProgram", "type": "struct" }, { "class": "type", "name": "BpfStat", "type": "struct" }, { "class": "type", "name": "BpfVersion", "type": "struct" }, { "class": "type", "name": "Cmsghdr", "type": "struct" }, { "class": "type", "name": "Credential", "type": "struct" }, { "class": "type", "name": "Dirent", "type": "struct" }, { "class": "type", "name": "Errno", "type": "uintptr" }, { "class": "type", "name": "Fbootstraptransfer_t", "type": "struct" }, { "class": "type", "name": "FdSet", "type": "struct" }, { "class": "type", "name": "Flock_t", "type": "struct" }, { "class": "type", "name": "Fsid", "type": "struct" }, { "class": "type", "name": "Fstore_t", "type": "struct" }, { "class": "type", "name": "ICMPv6Filter", "type": "struct" }, { "class": "type", "name": "IPMreq", "type": "struct" }, { "class": "type", "name": "IPv6MTUInfo", "type": "struct" }, { "class": "type", "name": "IPv6Mreq", "type": "struct" }, { "class": "type", "name": "IfData", "type": "struct" }, { "class": "type", "name": "IfMsghdr", "type": "struct" }, { "class": "type", "name": "IfaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr2", "type": "struct" }, { "class": "type", "name": "Inet4Pktinfo", "type": "struct" }, { "class": "type", "name": "Inet6Pktinfo", "type": "struct" }, { "class": "type", "name": "InterfaceAddrMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct" }, { "class": "type", "name": "Iovec", "type": "struct" }, { "class": "type", "name": "Kevent_t", "type": "struct" }, { "class": "type", "name": "Linger", "type": "struct" }, { "class": "type", "name": "Log2phys_t", "type": "struct" }, { "class": "type", "name": "Msghdr", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Radvisory_t", "type": "struct" }, { "class": "type", "name": "RawSockaddr", "type": "struct" }, { "class": "type", "name": "RawSockaddrAny", "type": "struct" }, { "class": "type", "name": "RawSockaddrDatalink", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet4", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet6", "type": "struct" }, { "class": "type", "name": "RawSockaddrUnix", "type": "struct" }, { "class": "type", "name": "Rlimit", "type": "struct" }, { "class": "type", "name": "RouteMessage", "type": "struct" }, { "class": "type", "name": "RoutingMessage", "type": "interface" }, { "class": "type", "name": "RtMetrics", "type": "struct" }, { "class": "type", "name": "RtMsghdr", "type": "struct" }, { "class": "type", "name": "Rusage", "type": "struct" }, { "class": "type", "name": "Signal", "type": "int" }, { "class": "type", "name": "Sockaddr", "type": "interface" }, { "class": "type", "name": "SockaddrDatalink", "type": "struct" }, { "class": "type", "name": "SockaddrInet4", "type": "struct" }, { "class": "type", "name": "SockaddrInet6", "type": "struct" }, { "class": "type", "name": "SockaddrUnix", "type": "struct" }, { "class": "type", "name": "SocketControlMessage", "type": "struct" }, { "class": "type", "name": "Stat_t", "type": "struct" }, { "class": "type", "name": "Statfs_t", "type": "struct" }, { "class": "type", "name": "SysProcAttr", "type": "struct" }, { "class": "type", "name": "Termios", "type": "struct" }, { "class": "type", "name": "Timespec", "type": "struct" }, { "class": "type", "name": "Timeval", "type": "struct" }, { "class": "type", "name": "Timeval32", "type": "struct" }, { "class": "type", "name": "WaitStatus", "type": "uint32" }, { "class": "var", "name": "ForkLock", "type": "sync.RWMutex" }, { "class": "var", "name": "SocketDisableIPv6", "type": "bool" }, { "class": "var", "name": "Stderr", "type": "int" }, { "class": "var", "name": "Stdin", "type": "int" }, { "class": "var", "name": "Stdout", "type": "int"},{ "class": "const", "name": "MinRead", "type": "" }, { "class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int" }, { "class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool" }, { "class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool" }, { "class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool" }, { "class": "func", "name": "Fields", "type": "func(s []byte) [][]byte" }, { "class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte" }, { "class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool" }, { "class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool" }, { "class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int" }, { "class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte" }, { "class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte" }, { "class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer" }, { "class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer" }, { "class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader" }, { "class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte" }, { "class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte" }, { "class": "func", "name": "Runes", "type": "func(s []byte) []rune" }, { "class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "Title", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLower", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToTitle", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToUpper", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte" }, { "class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte" }, { "class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte" }, { "class": "type", "name": "Buffer", "type": "struct" }, { "class": "type", "name": "Reader", "type": "struct" }, { "class": "var", "name": "ErrTooLarge", "type": "error" }, { "class": "const", "name": "Bad", "type": "" }, { "class": "const", "name": "Con", "type": "" }, { "class": "const", "name": "FilterFuncDuplicates", "type": "" }, { "class": "const", "name": "FilterImportDuplicates", "type": "" }, { "class": "const", "name": "FilterUnassociatedComments", "type": "" }, { "class": "const", "name": "Fun", "type": "" }, { "class": "const", "name": "Lbl", "type": "" }, { "class": "const", "name": "Pkg", "type": "" }, { "class": "const", "name": "RECV", "type": "" }, { "class": "const", "name": "SEND", "type": "" }, { "class": "const", "name": "Typ", "type": "" }, { "class": "const", "name": "Var", "type": "" }, { "class": "func", "name": "FileExports", "type": "func(src *ast.File) bool" }, { "class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool" }, { "class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool" }, { "class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool" }, { "class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) (err error)" }, { "class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)" }, { "class": "func", "name": "IsExported", "type": "func(name string) bool" }, { "class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File" }, { "class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap" }, { "class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident" }, { "class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object" }, { "class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)" }, { "class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope" }, { "class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool" }, { "class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool" }, { "class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error" }, { "class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)" }, { "class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)" }, { "class": "type", "name": "ArrayType", "type": "struct" }, { "class": "type", "name": "AssignStmt", "type": "struct" }, { "class": "type", "name": "BadDecl", "type": "struct" }, { "class": "type", "name": "BadExpr", "type": "struct" }, { "class": "type", "name": "BadStmt", "type": "struct" }, { "class": "type", "name": "BasicLit", "type": "struct" }, { "class": "type", "name": "BinaryExpr", "type": "struct" }, { "class": "type", "name": "BlockStmt", "type": "struct" }, { "class": "type", "name": "BranchStmt", "type": "struct" }, { "class": "type", "name": "CallExpr", "type": "struct" }, { "class": "type", "name": "CaseClause", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "ChanType", "type": "struct" }, { "class": "type", "name": "CommClause", "type": "struct" }, { "class": "type", "name": "Comment", "type": "struct" }, { "class": "type", "name": "CommentGroup", "type": "struct" }, { "class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup" }, { "class": "type", "name": "CompositeLit", "type": "struct" }, { "class": "type", "name": "Decl", "type": "interface" }, { "class": "type", "name": "DeclStmt", "type": "struct" }, { "class": "type", "name": "DeferStmt", "type": "struct" }, { "class": "type", "name": "Ellipsis", "type": "struct" }, { "class": "type", "name": "EmptyStmt", "type": "struct" }, { "class": "type", "name": "Expr", "type": "interface" }, { "class": "type", "name": "ExprStmt", "type": "struct" }, { "class": "type", "name": "Field", "type": "struct" }, { "class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool" }, { "class": "type", "name": "FieldList", "type": "struct" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "Filter", "type": "func(string) bool" }, { "class": "type", "name": "ForStmt", "type": "struct" }, { "class": "type", "name": "FuncDecl", "type": "struct" }, { "class": "type", "name": "FuncLit", "type": "struct" }, { "class": "type", "name": "FuncType", "type": "struct" }, { "class": "type", "name": "GenDecl", "type": "struct" }, { "class": "type", "name": "GoStmt", "type": "struct" }, { "class": "type", "name": "Ident", "type": "struct" }, { "class": "type", "name": "IfStmt", "type": "struct" }, { "class": "type", "name": "ImportSpec", "type": "struct" }, { "class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)" }, { "class": "type", "name": "IncDecStmt", "type": "struct" }, { "class": "type", "name": "IndexExpr", "type": "struct" }, { "class": "type", "name": "InterfaceType", "type": "struct" }, { "class": "type", "name": "KeyValueExpr", "type": "struct" }, { "class": "type", "name": "LabeledStmt", "type": "struct" }, { "class": "type", "name": "MapType", "type": "struct" }, { "class": "type", "name": "MergeMode", "type": "uint" }, { "class": "type", "name": "Node", "type": "interface" }, { "class": "type", "name": "ObjKind", "type": "int" }, { "class": "type", "name": "Object", "type": "struct" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "ParenExpr", "type": "struct" }, { "class": "type", "name": "RangeStmt", "type": "struct" }, { "class": "type", "name": "ReturnStmt", "type": "struct" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "SelectStmt", "type": "struct" }, { "class": "type", "name": "SelectorExpr", "type": "struct" }, { "class": "type", "name": "SendStmt", "type": "struct" }, { "class": "type", "name": "SliceExpr", "type": "struct" }, { "class": "type", "name": "Spec", "type": "interface" }, { "class": "type", "name": "StarExpr", "type": "struct" }, { "class": "type", "name": "Stmt", "type": "interface" }, { "class": "type", "name": "StructType", "type": "struct" }, { "class": "type", "name": "SwitchStmt", "type": "struct" }, { "class": "type", "name": "TypeAssertExpr", "type": "struct" }, { "class": "type", "name": "TypeSpec", "type": "struct" }, { "class": "type", "name": "TypeSwitchStmt", "type": "struct" }, { "class": "type", "name": "UnaryExpr", "type": "struct" }, { "class": "type", "name": "ValueSpec", "type": "struct" }, { "class": "type", "name": "Visitor", "type": "interface" }, { "class": "const", "name": "ADD", "type": "" }, { "class": "const", "name": "ADD_ASSIGN", "type": "" }, { "class": "const", "name": "AND", "type": "" }, { "class": "const", "name": "AND_ASSIGN", "type": "" }, { "class": "const", "name": "AND_NOT", "type": "" }, { "class": "const", "name": "AND_NOT_ASSIGN", "type": "" }, { "class": "const", "name": "ARROW", "type": "" }, { "class": "const", "name": "ASSIGN", "type": "" }, { "class": "const", "name": "BREAK", "type": "" }, { "class": "const", "name": "CASE", "type": "" }, { "class": "const", "name": "CHAN", "type": "" }, { "class": "const", "name": "CHAR", "type": "" }, { "class": "const", "name": "COLON", "type": "" }, { "class": "const", "name": "COMMA", "type": "" }, { "class": "const", "name": "COMMENT", "type": "" }, { "class": "const", "name": "CONST", "type": "" }, { "class": "const", "name": "CONTINUE", "type": "" }, { "class": "const", "name": "DEC", "type": "" }, { "class": "const", "name": "DEFAULT", "type": "" }, { "class": "const", "name": "DEFER", "type": "" }, { "class": "const", "name": "DEFINE", "type": "" }, { "class": "const", "name": "ELLIPSIS", "type": "" }, { "class": "const", "name": "ELSE", "type": "" }, { "class": "const", "name": "EOF", "type": "" }, { "class": "const", "name": "EQL", "type": "" }, { "class": "const", "name": "FALLTHROUGH", "type": "" }, { "class": "const", "name": "FLOAT", "type": "" }, { "class": "const", "name": "FOR", "type": "" }, { "class": "const", "name": "FUNC", "type": "" }, { "class": "const", "name": "GEQ", "type": "" }, { "class": "const", "name": "GO", "type": "" }, { "class": "const", "name": "GOTO", "type": "" }, { "class": "const", "name": "GTR", "type": "" }, { "class": "const", "name": "HighestPrec", "type": "" }, { "class": "const", "name": "IDENT", "type": "" }, { "class": "const", "name": "IF", "type": "" }, { "class": "const", "name": "ILLEGAL", "type": "" }, { "class": "const", "name": "IMAG", "type": "" }, { "class": "const", "name": "IMPORT", "type": "" }, { "class": "const", "name": "INC", "type": "" }, { "class": "const", "name": "INT", "type": "" }, { "class": "const", "name": "INTERFACE", "type": "" }, { "class": "const", "name": "LAND", "type": "" }, { "class": "const", "name": "LBRACE", "type": "" }, { "class": "const", "name": "LBRACK", "type": "" }, { "class": "const", "name": "LEQ", "type": "" }, { "class": "const", "name": "LOR", "type": "" }, { "class": "const", "name": "LPAREN", "type": "" }, { "class": "const", "name": "LSS", "type": "" }, { "class": "const", "name": "LowestPrec", "type": "" }, { "class": "const", "name": "MAP", "type": "" }, { "class": "const", "name": "MUL", "type": "" }, { "class": "const", "name": "MUL_ASSIGN", "type": "" }, { "class": "const", "name": "NEQ", "type": "" }, { "class": "const", "name": "NOT", "type": "" }, { "class": "const", "name": "NoPos", "type": "" }, { "class": "const", "name": "OR", "type": "" }, { "class": "const", "name": "OR_ASSIGN", "type": "" }, { "class": "const", "name": "PACKAGE", "type": "" }, { "class": "const", "name": "PERIOD", "type": "" }, { "class": "const", "name": "QUO", "type": "" }, { "class": "const", "name": "QUO_ASSIGN", "type": "" }, { "class": "const", "name": "RANGE", "type": "" }, { "class": "const", "name": "RBRACE", "type": "" }, { "class": "const", "name": "RBRACK", "type": "" }, { "class": "const", "name": "REM", "type": "" }, { "class": "const", "name": "REM_ASSIGN", "type": "" }, { "class": "const", "name": "RETURN", "type": "" }, { "class": "const", "name": "RPAREN", "type": "" }, { "class": "const", "name": "SELECT", "type": "" }, { "class": "const", "name": "SEMICOLON", "type": "" }, { "class": "const", "name": "SHL", "type": "" }, { "class": "const", "name": "SHL_ASSIGN", "type": "" }, { "class": "const", "name": "SHR", "type": "" }, { "class": "const", "name": "SHR_ASSIGN", "type": "" }, { "class": "const", "name": "STRING", "type": "" }, { "class": "const", "name": "STRUCT", "type": "" }, { "class": "const", "name": "SUB", "type": "" }, { "class": "const", "name": "SUB_ASSIGN", "type": "" }, { "class": "const", "name": "SWITCH", "type": "" }, { "class": "const", "name": "TYPE", "type": "" }, { "class": "const", "name": "UnaryPrec", "type": "" }, { "class": "const", "name": "VAR", "type": "" }, { "class": "const", "name": "XOR", "type": "" }, { "class": "const", "name": "XOR_ASSIGN", "type": "" }, { "class": "func", "name": "Lookup", "type": "func(ident string) token.Token" }, { "class": "func", "name": "NewFileSet", "type": "func() *token.FileSet" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileSet", "type": "struct" }, { "class": "type", "name": "Pos", "type": "int" }, { "class": "type", "name": "Position", "type": "struct" }, { "class": "type", "name": "Token", "type": "int" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "Byte", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "FieldVal", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "IsBoolean", "type": "" }, { "class": "const", "name": "IsComplex", "type": "" }, { "class": "const", "name": "IsConstType", "type": "" }, { "class": "const", "name": "IsFloat", "type": "" }, { "class": "const", "name": "IsInteger", "type": "" }, { "class": "const", "name": "IsNumeric", "type": "" }, { "class": "const", "name": "IsOrdered", "type": "" }, { "class": "const", "name": "IsString", "type": "" }, { "class": "const", "name": "IsUnsigned", "type": "" }, { "class": "const", "name": "IsUntyped", "type": "" }, { "class": "const", "name": "MethodExpr", "type": "" }, { "class": "const", "name": "MethodVal", "type": "" }, { "class": "const", "name": "RecvOnly", "type": "" }, { "class": "const", "name": "Rune", "type": "" }, { "class": "const", "name": "SendOnly", "type": "" }, { "class": "const", "name": "SendRecv", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "const", "name": "UntypedBool", "type": "" }, { "class": "const", "name": "UntypedComplex", "type": "" }, { "class": "const", "name": "UntypedFloat", "type": "" }, { "class": "const", "name": "UntypedInt", "type": "" }, { "class": "const", "name": "UntypedNil", "type": "" }, { "class": "const", "name": "UntypedRune", "type": "" }, { "class": "const", "name": "UntypedString", "type": "" }, { "class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool" }, { "class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "Comparable", "type": "func(T types.Type) bool" }, { "class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()" }, { "class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (tv types.TypeAndValue, err error)" }, { "class": "func", "name": "ExprString", "type": "func(x ast.Expr) string" }, { "class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string" }, { "class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool" }, { "class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool" }, { "class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool" }, { "class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)" }, { "class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)" }, { "class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array" }, { "class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan" }, { "class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker" }, { "class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const" }, { "class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var" }, { "class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func" }, { "class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface" }, { "class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label" }, { "class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map" }, { "class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet" }, { "class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named" }, { "class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package" }, { "class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName" }, { "class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer" }, { "class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope" }, { "class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature" }, { "class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice" }, { "class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct" }, { "class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple" }, { "class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName" }, { "class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string" }, { "class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier" }, { "class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string" }, { "class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string" }, { "class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)" }, { "class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)" }, { "class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)" }, { "class": "type", "name": "Array", "type": "struct" }, { "class": "type", "name": "Basic", "type": "struct" }, { "class": "type", "name": "BasicInfo", "type": "int" }, { "class": "type", "name": "BasicKind", "type": "int" }, { "class": "type", "name": "Builtin", "type": "struct" }, { "class": "type", "name": "Chan", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Checker", "type": "struct" }, { "class": "type", "name": "Config", "type": "struct" }, { "class": "type", "name": "Const", "type": "struct" }, { "class": "type", "name": "Error", "type": "struct" }, { "class": "type", "name": "Func", "type": "struct" }, { "class": "type", "name": "ImportMode", "type": "int" }, { "class": "type", "name": "Importer", "type": "interface" }, { "class": "type", "name": "ImporterFrom", "type": "interface" }, { "class": "type", "name": "Info", "type": "struct" }, { "class": "type", "name": "Initializer", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "Label", "type": "struct" }, { "class": "type", "name": "Map", "type": "struct" }, { "class": "type", "name": "MethodSet", "type": "struct" }, { "class": "type", "name": "Named", "type": "struct" }, { "class": "type", "name": "Nil", "type": "struct" }, { "class": "type", "name": "Object", "type": "interface" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "PkgName", "type": "struct" }, { "class": "type", "name": "Pointer", "type": "struct" }, { "class": "type", "name": "Qualifier", "type": "func(*types.Package) string" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "Selection", "type": "struct" }, { "class": "type", "name": "SelectionKind", "type": "int" }, { "class": "type", "name": "Signature", "type": "struct" }, { "class": "type", "name": "Sizes", "type": "interface" }, { "class": "type", "name": "Slice", "type": "struct" }, { "class": "type", "name": "StdSizes", "type": "struct" }, { "class": "type", "name": "Struct", "type": "struct" }, { "class": "type", "name": "Tuple", "type": "struct" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "TypeAndValue", "type": "struct" }, { "class": "type", "name": "TypeName", "type": "struct" }, { "class": "type", "name": "Var", "type": "struct" }, { "class": "var", "name": "Typ", "type": "[]*types.Basic" }, { "class": "var", "name": "Universe", "type": "*types.Scope" }, { "class": "var", "name": "Unsafe", "type": "*types.Package" }, { "class": "const", "name": "FlagBroadcast", "type": "" }, { "class": "const", "name": "FlagLoopback", "type": "" }, { "class": "const", "name": "FlagMulticast", "type": "" }, { "class": "const", "name": "FlagPointToPoint", "type": "" }, { "class": "const", "name": "FlagUp", "type": "" }, { "class": "const", "name": "IPv4len", "type": "" }, { "class": "const", "name": "IPv6len", "type": "" }, { "class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask" }, { "class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)" }, { "class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)" }, { "class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)" }, { "class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)" }, { "class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)" }, { "class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)" }, { "class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP" }, { "class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask" }, { "class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)" }, { "class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)" }, { "class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)" }, { "class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)" }, { "class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string" }, { "class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)" }, { "class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)" }, { "class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)" }, { "class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)" }, { "class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)" }, { "class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)" }, { "class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)" }, { "class": "func", "name": "LookupIP", "type": "func(host string) (ips []net.IP, err error)" }, { "class": "func", "name": "LookupMX", "type": "func(name string) (mxs []*net.MX, err error)" }, { "class": "func", "name": "LookupNS", "type": "func(name string) (nss []*net.NS, err error)" }, { "class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)" }, { "class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)" }, { "class": "func", "name": "LookupTXT", "type": "func(name string) (txts []string, err error)" }, { "class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)" }, { "class": "func", "name": "ParseIP", "type": "func(s string) net.IP" }, { "class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)" }, { "class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)" }, { "class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)" }, { "class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)" }, { "class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)" }, { "class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)" }, { "class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)" }, { "class": "type", "name": "Addr", "type": "interface" }, { "class": "type", "name": "AddrError", "type": "struct" }, { "class": "type", "name": "Conn", "type": "interface" }, { "class": "type", "name": "DNSConfigError", "type": "struct" }, { "class": "type", "name": "DNSError", "type": "struct" }, { "class": "type", "name": "Dialer", "type": "struct" }, { "class": "type", "name": "Error", "type": "interface" }, { "class": "type", "name": "Flags", "type": "uint" }, { "class": "type", "name": "HardwareAddr", "type": "[]byte" }, { "class": "type", "name": "IP", "type": "[]byte" }, { "class": "type", "name": "IPAddr", "type": "struct" }, { "class": "type", "name": "IPConn", "type": "struct" }, { "class": "type", "name": "IPMask", "type": "[]byte" }, { "class": "type", "name": "IPNet", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "InvalidAddrError", "type": "string" }, { "class": "type", "name": "Listener", "type": "interface" }, { "class": "type", "name": "MX", "type": "struct" }, { "class": "type", "name": "NS", "type": "struct" }, { "class": "type", "name": "OpError", "type": "struct" }, { "class": "type", "name": "PacketConn", "type": "interface" }, { "class": "type", "name": "ParseError", "type": "struct" }, { "class": "type", "name": "SRV", "type": "struct" }, { "class": "type", "name": "TCPAddr", "type": "struct" }, { "class": "type", "name": "TCPConn", "type": "struct" }, { "class": "type", "name": "TCPListener", "type": "struct" }, { "class": "type", "name": "UDPAddr", "type": "struct" }, { "class": "type", "name": "UDPConn", "type": "struct" }, { "class": "type", "name": "UnixAddr", "type": "struct" }, { "class": "type", "name": "UnixConn", "type": "struct" }, { "class": "type", "name": "UnixListener", "type": "struct" }, { "class": "type", "name": "UnknownNetworkError", "type": "string" }, { "class": "var", "name": "ErrWriteToConnected", "type": "error" }, { "class": "var", "name": "IPv4allrouter", "type": "net.IP" }, { "class": "var", "name": "IPv4allsys", "type": "net.IP" }, { "class": "var", "name": "IPv4bcast", "type": "net.IP" }, { "class": "var", "name": "IPv4zero", "type": "net.IP" }, { "class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP" }, { "class": "var", "name": "IPv6loopback", "type": "net.IP" }, { "class": "var", "name": "IPv6unspecified", "type": "net.IP" }, { "class": "var", "name": "IPv6zero", "type": "net.IP" }, { "class": "const", "name": "DevNull", "type": "" }, { "class": "const", "name": "ModeAppend", "type": "" }, { "class": "const", "name": "ModeCharDevice", "type": "" }, { "class": "const", "name": "ModeDevice", "type": "" }, { "class": "const", "name": "ModeDir", "type": "" }, { "class": "const", "name": "ModeExclusive", "type": "" }, { "class": "const", "name": "ModeNamedPipe", "type": "" }, { "class": "const", "name": "ModePerm", "type": "" }, { "class": "const", "name": "ModeSetgid", "type": "" }, { "class": "const", "name": "ModeSetuid", "type": "" }, { "class": "const", "name": "ModeSocket", "type": "" }, { "class": "const", "name": "ModeSticky", "type": "" }, { "class": "const", "name": "ModeSymlink", "type": "" }, { "class": "const", "name": "ModeTemporary", "type": "" }, { "class": "const", "name": "ModeType", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_CREATE", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PathListSeparator", "type": "" }, { "class": "const", "name": "PathSeparator", "type": "" }, { "class": "const", "name": "SEEK_CUR", "type": "" }, { "class": "const", "name": "SEEK_END", "type": "" }, { "class": "const", "name": "SEEK_SET", "type": "" }, { "class": "func", "name": "Chdir", "type": "func(dir string) error" }, { "class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error" }, { "class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Create", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string" }, { "class": "func", "name": "ExpandEnv", "type": "func(s string) string" }, { "class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)" }, { "class": "func", "name": "Getegid", "type": "func() int" }, { "class": "func", "name": "Getenv", "type": "func(key string) string" }, { "class": "func", "name": "Geteuid", "type": "func() int" }, { "class": "func", "name": "Getgid", "type": "func() int" }, { "class": "func", "name": "Getgroups", "type": "func() ([]int, error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpid", "type": "func() int" }, { "class": "func", "name": "Getppid", "type": "func() int" }, { "class": "func", "name": "Getuid", "type": "func() int" }, { "class": "func", "name": "Getwd", "type": "func() (dir string, err error)" }, { "class": "func", "name": "Hostname", "type": "func() (name string, err error)" }, { "class": "func", "name": "IsExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsNotExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool" }, { "class": "func", "name": "IsPermission", "type": "func(err error) bool" }, { "class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Link", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)" }, { "class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error" }, { "class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error" }, { "class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File" }, { "class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error" }, { "class": "func", "name": "Open", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)" }, { "class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)" }, { "class": "func", "name": "Readlink", "type": "func(name string) (string, error)" }, { "class": "func", "name": "Remove", "type": "func(name string) error" }, { "class": "func", "name": "RemoveAll", "type": "func(path string) error" }, { "class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error" }, { "class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)" }, { "class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "TempDir", "type": "func() string" }, { "class": "func", "name": "Truncate", "type": "func(name string, size int64) error" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileInfo", "type": "interface" }, { "class": "type", "name": "FileMode", "type": "uint32" }, { "class": "type", "name": "LinkError", "type": "struct" }, { "class": "type", "name": "PathError", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Process", "type": "struct" }, { "class": "type", "name": "ProcessState", "type": "struct" }, { "class": "type", "name": "Signal", "type": "interface" }, { "class": "type", "name": "SyscallError", "type": "struct" }, { "class": "var", "name": "Args", "type": "[]string" }, { "class": "var", "name": "ErrExist", "type": "error" }, { "class": "var", "name": "ErrInvalid", "type": "error" }, { "class": "var", "name": "ErrNotExist", "type": "error" }, { "class": "var", "name": "ErrPermission", "type": "error" }, { "class": "var", "name": "Interrupt", "type": "os.Signal" }, { "class": "var", "name": "Kill", "type": "os.Signal" }, { "class": "var", "name": "Stderr", "type": "*os.File" }, { "class": "var", "name": "Stdin", "type": "*os.File" }, { "class": "var", "name": "Stdout", "type": "*os.File" }, { "class": "const", "name": "Array", "type": "" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "BothDir", "type": "" }, { "class": "const", "name": "Chan", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Func", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Interface", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "Map", "type": "" }, { "class": "const", "name": "Ptr", "type": "" }, { "class": "const", "name": "RecvDir", "type": "" }, { "class": "const", "name": "SelectDefault", "type": "" }, { "class": "const", "name": "SelectRecv", "type": "" }, { "class": "const", "name": "SelectSend", "type": "" }, { "class": "const", "name": "SendDir", "type": "" }, { "class": "const", "name": "Slice", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Struct", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value" }, { "class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value" }, { "class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type" }, { "class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int" }, { "class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool" }, { "class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type" }, { "class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value" }, { "class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value" }, { "class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value" }, { "class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value" }, { "class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value" }, { "class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)" }, { "class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type" }, { "class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value" }, { "class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Kind", "type": "uint" }, { "class": "type", "name": "Method", "type": "struct" }, { "class": "type", "name": "SelectCase", "type": "struct" }, { "class": "type", "name": "SelectDir", "type": "int" }, { "class": "type", "name": "SliceHeader", "type": "struct" }, { "class": "type", "name": "StringHeader", "type": "struct" }, { "class": "type", "name": "StructField", "type": "struct" }, { "class": "type", "name": "StructTag", "type": "string" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "Value", "type": "struct" }, { "class": "type", "name": "ValueError", "type": "struct" }, { "class": "const", "name": "AF_APPLETALK", "type": "" }, { "class": "const", "name": "AF_CCITT", "type": "" }, { "class": "const", "name": "AF_CHAOS", "type": "" }, { "class": "const", "name": "AF_CNT", "type": "" }, { "class": "const", "name": "AF_COIP", "type": "" }, { "class": "const", "name": "AF_DATAKIT", "type": "" }, { "class": "const", "name": "AF_DECnet", "type": "" }, { "class": "const", "name": "AF_DLI", "type": "" }, { "class": "const", "name": "AF_E164", "type": "" }, { "class": "const", "name": "AF_ECMA", "type": "" }, { "class": "const", "name": "AF_HYLINK", "type": "" }, { "class": "const", "name": "AF_IEEE80211", "type": "" }, { "class": "const", "name": "AF_IMPLINK", "type": "" }, { "class": "const", "name": "AF_INET", "type": "" }, { "class": "const", "name": "AF_INET6", "type": "" }, { "class": "const", "name": "AF_IPX", "type": "" }, { "class": "const", "name": "AF_ISDN", "type": "" }, { "class": "const", "name": "AF_ISO", "type": "" }, { "class": "const", "name": "AF_LAT", "type": "" }, { "class": "const", "name": "AF_LINK", "type": "" }, { "class": "const", "name": "AF_LOCAL", "type": "" }, { "class": "const", "name": "AF_MAX", "type": "" }, { "class": "const", "name": "AF_NATM", "type": "" }, { "class": "const", "name": "AF_NDRV", "type": "" }, { "class": "const", "name": "AF_NETBIOS", "type": "" }, { "class": "const", "name": "AF_NS", "type": "" }, { "class": "const", "name": "AF_OSI", "type": "" }, { "class": "const", "name": "AF_PPP", "type": "" }, { "class": "const", "name": "AF_PUP", "type": "" }, { "class": "const", "name": "AF_RESERVED_36", "type": "" }, { "class": "const", "name": "AF_ROUTE", "type": "" }, { "class": "const", "name": "AF_SIP", "type": "" }, { "class": "const", "name": "AF_SNA", "type": "" }, { "class": "const", "name": "AF_SYSTEM", "type": "" }, { "class": "const", "name": "AF_UNIX", "type": "" }, { "class": "const", "name": "AF_UNSPEC", "type": "" }, { "class": "const", "name": "B0", "type": "" }, { "class": "const", "name": "B110", "type": "" }, { "class": "const", "name": "B115200", "type": "" }, { "class": "const", "name": "B1200", "type": "" }, { "class": "const", "name": "B134", "type": "" }, { "class": "const", "name": "B14400", "type": "" }, { "class": "const", "name": "B150", "type": "" }, { "class": "const", "name": "B1800", "type": "" }, { "class": "const", "name": "B19200", "type": "" }, { "class": "const", "name": "B200", "type": "" }, { "class": "const", "name": "B230400", "type": "" }, { "class": "const", "name": "B2400", "type": "" }, { "class": "const", "name": "B28800", "type": "" }, { "class": "const", "name": "B300", "type": "" }, { "class": "const", "name": "B38400", "type": "" }, { "class": "const", "name": "B4800", "type": "" }, { "class": "const", "name": "B50", "type": "" }, { "class": "const", "name": "B57600", "type": "" }, { "class": "const", "name": "B600", "type": "" }, { "class": "const", "name": "B7200", "type": "" }, { "class": "const", "name": "B75", "type": "" }, { "class": "const", "name": "B76800", "type": "" }, { "class": "const", "name": "B9600", "type": "" }, { "class": "const", "name": "BIOCFLUSH", "type": "" }, { "class": "const", "name": "BIOCGBLEN", "type": "" }, { "class": "const", "name": "BIOCGDLT", "type": "" }, { "class": "const", "name": "BIOCGDLTLIST", "type": "" }, { "class": "const", "name": "BIOCGETIF", "type": "" }, { "class": "const", "name": "BIOCGHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCGRSIG", "type": "" }, { "class": "const", "name": "BIOCGRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCGSEESENT", "type": "" }, { "class": "const", "name": "BIOCGSTATS", "type": "" }, { "class": "const", "name": "BIOCIMMEDIATE", "type": "" }, { "class": "const", "name": "BIOCPROMISC", "type": "" }, { "class": "const", "name": "BIOCSBLEN", "type": "" }, { "class": "const", "name": "BIOCSDLT", "type": "" }, { "class": "const", "name": "BIOCSETF", "type": "" }, { "class": "const", "name": "BIOCSETIF", "type": "" }, { "class": "const", "name": "BIOCSHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCSRSIG", "type": "" }, { "class": "const", "name": "BIOCSRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCSSEESENT", "type": "" }, { "class": "const", "name": "BIOCVERSION", "type": "" }, { "class": "const", "name": "BPF_A", "type": "" }, { "class": "const", "name": "BPF_ABS", "type": "" }, { "class": "const", "name": "BPF_ADD", "type": "" }, { "class": "const", "name": "BPF_ALIGNMENT", "type": "" }, { "class": "const", "name": "BPF_ALU", "type": "" }, { "class": "const", "name": "BPF_AND", "type": "" }, { "class": "const", "name": "BPF_B", "type": "" }, { "class": "const", "name": "BPF_DIV", "type": "" }, { "class": "const", "name": "BPF_H", "type": "" }, { "class": "const", "name": "BPF_IMM", "type": "" }, { "class": "const", "name": "BPF_IND", "type": "" }, { "class": "const", "name": "BPF_JA", "type": "" }, { "class": "const", "name": "BPF_JEQ", "type": "" }, { "class": "const", "name": "BPF_JGE", "type": "" }, { "class": "const", "name": "BPF_JGT", "type": "" }, { "class": "const", "name": "BPF_JMP", "type": "" }, { "class": "const", "name": "BPF_JSET", "type": "" }, { "class": "const", "name": "BPF_K", "type": "" }, { "class": "const", "name": "BPF_LD", "type": "" }, { "class": "const", "name": "BPF_LDX", "type": "" }, { "class": "const", "name": "BPF_LEN", "type": "" }, { "class": "const", "name": "BPF_LSH", "type": "" }, { "class": "const", "name": "BPF_MAJOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MAXBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MAXINSNS", "type": "" }, { "class": "const", "name": "BPF_MEM", "type": "" }, { "class": "const", "name": "BPF_MEMWORDS", "type": "" }, { "class": "const", "name": "BPF_MINBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MINOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MISC", "type": "" }, { "class": "const", "name": "BPF_MSH", "type": "" }, { "class": "const", "name": "BPF_MUL", "type": "" }, { "class": "const", "name": "BPF_NEG", "type": "" }, { "class": "const", "name": "BPF_OR", "type": "" }, { "class": "const", "name": "BPF_RELEASE", "type": "" }, { "class": "const", "name": "BPF_RET", "type": "" }, { "class": "const", "name": "BPF_RSH", "type": "" }, { "class": "const", "name": "BPF_ST", "type": "" }, { "class": "const", "name": "BPF_STX", "type": "" }, { "class": "const", "name": "BPF_SUB", "type": "" }, { "class": "const", "name": "BPF_TAX", "type": "" }, { "class": "const", "name": "BPF_TXA", "type": "" }, { "class": "const", "name": "BPF_W", "type": "" }, { "class": "const", "name": "BPF_X", "type": "" }, { "class": "const", "name": "BRKINT", "type": "" }, { "class": "const", "name": "CFLUSH", "type": "" }, { "class": "const", "name": "CLOCAL", "type": "" }, { "class": "const", "name": "CREAD", "type": "" }, { "class": "const", "name": "CS5", "type": "" }, { "class": "const", "name": "CS6", "type": "" }, { "class": "const", "name": "CS7", "type": "" }, { "class": "const", "name": "CS8", "type": "" }, { "class": "const", "name": "CSIZE", "type": "" }, { "class": "const", "name": "CSTART", "type": "" }, { "class": "const", "name": "CSTATUS", "type": "" }, { "class": "const", "name": "CSTOP", "type": "" }, { "class": "const", "name": "CSTOPB", "type": "" }, { "class": "const", "name": "CSUSP", "type": "" }, { "class": "const", "name": "CTL_MAXNAME", "type": "" }, { "class": "const", "name": "CTL_NET", "type": "" }, { "class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": "" }, { "class": "const", "name": "DLT_ARCNET", "type": "" }, { "class": "const", "name": "DLT_ATM_CLIP", "type": "" }, { "class": "const", "name": "DLT_ATM_RFC1483", "type": "" }, { "class": "const", "name": "DLT_AX25", "type": "" }, { "class": "const", "name": "DLT_CHAOS", "type": "" }, { "class": "const", "name": "DLT_CHDLC", "type": "" }, { "class": "const", "name": "DLT_C_HDLC", "type": "" }, { "class": "const", "name": "DLT_EN10MB", "type": "" }, { "class": "const", "name": "DLT_EN3MB", "type": "" }, { "class": "const", "name": "DLT_FDDI", "type": "" }, { "class": "const", "name": "DLT_IEEE802", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": "" }, { "class": "const", "name": "DLT_LINUX_SLL", "type": "" }, { "class": "const", "name": "DLT_LOOP", "type": "" }, { "class": "const", "name": "DLT_NULL", "type": "" }, { "class": "const", "name": "DLT_PFLOG", "type": "" }, { "class": "const", "name": "DLT_PFSYNC", "type": "" }, { "class": "const", "name": "DLT_PPP", "type": "" }, { "class": "const", "name": "DLT_PPP_BSDOS", "type": "" }, { "class": "const", "name": "DLT_PPP_SERIAL", "type": "" }, { "class": "const", "name": "DLT_PRONET", "type": "" }, { "class": "const", "name": "DLT_RAW", "type": "" }, { "class": "const", "name": "DLT_SLIP", "type": "" }, { "class": "const", "name": "DLT_SLIP_BSDOS", "type": "" }, { "class": "const", "name": "DT_BLK", "type": "" }, { "class": "const", "name": "DT_CHR", "type": "" }, { "class": "const", "name": "DT_DIR", "type": "" }, { "class": "const", "name": "DT_FIFO", "type": "" }, { "class": "const", "name": "DT_LNK", "type": "" }, { "class": "const", "name": "DT_REG", "type": "" }, { "class": "const", "name": "DT_SOCK", "type": "" }, { "class": "const", "name": "DT_UNKNOWN", "type": "" }, { "class": "const", "name": "DT_WHT", "type": "" }, { "class": "const", "name": "E2BIG", "type": "" }, { "class": "const", "name": "EACCES", "type": "" }, { "class": "const", "name": "EADDRINUSE", "type": "" }, { "class": "const", "name": "EADDRNOTAVAIL", "type": "" }, { "class": "const", "name": "EAFNOSUPPORT", "type": "" }, { "class": "const", "name": "EAGAIN", "type": "" }, { "class": "const", "name": "EALREADY", "type": "" }, { "class": "const", "name": "EAUTH", "type": "" }, { "class": "const", "name": "EBADARCH", "type": "" }, { "class": "const", "name": "EBADEXEC", "type": "" }, { "class": "const", "name": "EBADF", "type": "" }, { "class": "const", "name": "EBADMACHO", "type": "" }, { "class": "const", "name": "EBADMSG", "type": "" }, { "class": "const", "name": "EBADRPC", "type": "" }, { "class": "const", "name": "EBUSY", "type": "" }, { "class": "const", "name": "ECANCELED", "type": "" }, { "class": "const", "name": "ECHILD", "type": "" }, { "class": "const", "name": "ECHO", "type": "" }, { "class": "const", "name": "ECHOCTL", "type": "" }, { "class": "const", "name": "ECHOE", "type": "" }, { "class": "const", "name": "ECHOK", "type": "" }, { "class": "const", "name": "ECHOKE", "type": "" }, { "class": "const", "name": "ECHONL", "type": "" }, { "class": "const", "name": "ECHOPRT", "type": "" }, { "class": "const", "name": "ECONNABORTED", "type": "" }, { "class": "const", "name": "ECONNREFUSED", "type": "" }, { "class": "const", "name": "ECONNRESET", "type": "" }, { "class": "const", "name": "EDEADLK", "type": "" }, { "class": "const", "name": "EDESTADDRREQ", "type": "" }, { "class": "const", "name": "EDEVERR", "type": "" }, { "class": "const", "name": "EDOM", "type": "" }, { "class": "const", "name": "EDQUOT", "type": "" }, { "class": "const", "name": "EEXIST", "type": "" }, { "class": "const", "name": "EFAULT", "type": "" }, { "class": "const", "name": "EFBIG", "type": "" }, { "class": "const", "name": "EFTYPE", "type": "" }, { "class": "const", "name": "EHOSTDOWN", "type": "" }, { "class": "const", "name": "EHOSTUNREACH", "type": "" }, { "class": "const", "name": "EIDRM", "type": "" }, { "class": "const", "name": "EILSEQ", "type": "" }, { "class": "const", "name": "EINPROGRESS", "type": "" }, { "class": "const", "name": "EINTR", "type": "" }, { "class": "const", "name": "EINVAL", "type": "" }, { "class": "const", "name": "EIO", "type": "" }, { "class": "const", "name": "EISCONN", "type": "" }, { "class": "const", "name": "EISDIR", "type": "" }, { "class": "const", "name": "ELAST", "type": "" }, { "class": "const", "name": "ELOOP", "type": "" }, { "class": "const", "name": "EMFILE", "type": "" }, { "class": "const", "name": "EMLINK", "type": "" }, { "class": "const", "name": "EMSGSIZE", "type": "" }, { "class": "const", "name": "EMULTIHOP", "type": "" }, { "class": "const", "name": "ENAMETOOLONG", "type": "" }, { "class": "const", "name": "ENEEDAUTH", "type": "" }, { "class": "const", "name": "ENETDOWN", "type": "" }, { "class": "const", "name": "ENETRESET", "type": "" }, { "class": "const", "name": "ENETUNREACH", "type": "" }, { "class": "const", "name": "ENFILE", "type": "" }, { "class": "const", "name": "ENOATTR", "type": "" }, { "class": "const", "name": "ENOBUFS", "type": "" }, { "class": "const", "name": "ENODATA", "type": "" }, { "class": "const", "name": "ENODEV", "type": "" }, { "class": "const", "name": "ENOENT", "type": "" }, { "class": "const", "name": "ENOEXEC", "type": "" }, { "class": "const", "name": "ENOLCK", "type": "" }, { "class": "const", "name": "ENOLINK", "type": "" }, { "class": "const", "name": "ENOMEM", "type": "" }, { "class": "const", "name": "ENOMSG", "type": "" }, { "class": "const", "name": "ENOPOLICY", "type": "" }, { "class": "const", "name": "ENOPROTOOPT", "type": "" }, { "class": "const", "name": "ENOSPC", "type": "" }, { "class": "const", "name": "ENOSR", "type": "" }, { "class": "const", "name": "ENOSTR", "type": "" }, { "class": "const", "name": "ENOSYS", "type": "" }, { "class": "const", "name": "ENOTBLK", "type": "" }, { "class": "const", "name": "ENOTCONN", "type": "" }, { "class": "const", "name": "ENOTDIR", "type": "" }, { "class": "const", "name": "ENOTEMPTY", "type": "" }, { "class": "const", "name": "ENOTRECOVERABLE", "type": "" }, { "class": "const", "name": "ENOTSOCK", "type": "" }, { "class": "const", "name": "ENOTSUP", "type": "" }, { "class": "const", "name": "ENOTTY", "type": "" }, { "class": "const", "name": "ENXIO", "type": "" }, { "class": "const", "name": "EOPNOTSUPP", "type": "" }, { "class": "const", "name": "EOVERFLOW", "type": "" }, { "class": "const", "name": "EOWNERDEAD", "type": "" }, { "class": "const", "name": "EPERM", "type": "" }, { "class": "const", "name": "EPFNOSUPPORT", "type": "" }, { "class": "const", "name": "EPIPE", "type": "" }, { "class": "const", "name": "EPROCLIM", "type": "" }, { "class": "const", "name": "EPROCUNAVAIL", "type": "" }, { "class": "const", "name": "EPROGMISMATCH", "type": "" }, { "class": "const", "name": "EPROGUNAVAIL", "type": "" }, { "class": "const", "name": "EPROTO", "type": "" }, { "class": "const", "name": "EPROTONOSUPPORT", "type": "" }, { "class": "const", "name": "EPROTOTYPE", "type": "" }, { "class": "const", "name": "EPWROFF", "type": "" }, { "class": "const", "name": "ERANGE", "type": "" }, { "class": "const", "name": "EREMOTE", "type": "" }, { "class": "const", "name": "EROFS", "type": "" }, { "class": "const", "name": "ERPCMISMATCH", "type": "" }, { "class": "const", "name": "ESHLIBVERS", "type": "" }, { "class": "const", "name": "ESHUTDOWN", "type": "" }, { "class": "const", "name": "ESOCKTNOSUPPORT", "type": "" }, { "class": "const", "name": "ESPIPE", "type": "" }, { "class": "const", "name": "ESRCH", "type": "" }, { "class": "const", "name": "ESTALE", "type": "" }, { "class": "const", "name": "ETIME", "type": "" }, { "class": "const", "name": "ETIMEDOUT", "type": "" }, { "class": "const", "name": "ETOOMANYREFS", "type": "" }, { "class": "const", "name": "ETXTBSY", "type": "" }, { "class": "const", "name": "EUSERS", "type": "" }, { "class": "const", "name": "EVFILT_AIO", "type": "" }, { "class": "const", "name": "EVFILT_FS", "type": "" }, { "class": "const", "name": "EVFILT_MACHPORT", "type": "" }, { "class": "const", "name": "EVFILT_PROC", "type": "" }, { "class": "const", "name": "EVFILT_READ", "type": "" }, { "class": "const", "name": "EVFILT_SIGNAL", "type": "" }, { "class": "const", "name": "EVFILT_SYSCOUNT", "type": "" }, { "class": "const", "name": "EVFILT_THREADMARKER", "type": "" }, { "class": "const", "name": "EVFILT_TIMER", "type": "" }, { "class": "const", "name": "EVFILT_USER", "type": "" }, { "class": "const", "name": "EVFILT_VM", "type": "" }, { "class": "const", "name": "EVFILT_VNODE", "type": "" }, { "class": "const", "name": "EVFILT_WRITE", "type": "" }, { "class": "const", "name": "EV_ADD", "type": "" }, { "class": "const", "name": "EV_CLEAR", "type": "" }, { "class": "const", "name": "EV_DELETE", "type": "" }, { "class": "const", "name": "EV_DISABLE", "type": "" }, { "class": "const", "name": "EV_DISPATCH", "type": "" }, { "class": "const", "name": "EV_ENABLE", "type": "" }, { "class": "const", "name": "EV_EOF", "type": "" }, { "class": "const", "name": "EV_ERROR", "type": "" }, { "class": "const", "name": "EV_FLAG0", "type": "" }, { "class": "const", "name": "EV_FLAG1", "type": "" }, { "class": "const", "name": "EV_ONESHOT", "type": "" }, { "class": "const", "name": "EV_OOBAND", "type": "" }, { "class": "const", "name": "EV_POLL", "type": "" }, { "class": "const", "name": "EV_RECEIPT", "type": "" }, { "class": "const", "name": "EV_SYSFLAGS", "type": "" }, { "class": "const", "name": "EWOULDBLOCK", "type": "" }, { "class": "const", "name": "EXDEV", "type": "" }, { "class": "const", "name": "EXTA", "type": "" }, { "class": "const", "name": "EXTB", "type": "" }, { "class": "const", "name": "EXTPROC", "type": "" }, { "class": "const", "name": "FD_CLOEXEC", "type": "" }, { "class": "const", "name": "FD_SETSIZE", "type": "" }, { "class": "const", "name": "FLUSHO", "type": "" }, { "class": "const", "name": "F_ADDFILESIGS", "type": "" }, { "class": "const", "name": "F_ADDSIGS", "type": "" }, { "class": "const", "name": "F_ALLOCATEALL", "type": "" }, { "class": "const", "name": "F_ALLOCATECONTIG", "type": "" }, { "class": "const", "name": "F_CHKCLEAN", "type": "" }, { "class": "const", "name": "F_DUPFD", "type": "" }, { "class": "const", "name": "F_DUPFD_CLOEXEC", "type": "" }, { "class": "const", "name": "F_FLUSH_DATA", "type": "" }, { "class": "const", "name": "F_FREEZE_FS", "type": "" }, { "class": "const", "name": "F_FULLFSYNC", "type": "" }, { "class": "const", "name": "F_GETFD", "type": "" }, { "class": "const", "name": "F_GETFL", "type": "" }, { "class": "const", "name": "F_GETLK", "type": "" }, { "class": "const", "name": "F_GETLKPID", "type": "" }, { "class": "const", "name": "F_GETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_GETOWN", "type": "" }, { "class": "const", "name": "F_GETPATH", "type": "" }, { "class": "const", "name": "F_GETPATH_MTMINFO", "type": "" }, { "class": "const", "name": "F_GETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_GLOBAL_NOCACHE", "type": "" }, { "class": "const", "name": "F_LOG2PHYS", "type": "" }, { "class": "const", "name": "F_LOG2PHYS_EXT", "type": "" }, { "class": "const", "name": "F_MARKDEPENDENCY", "type": "" }, { "class": "const", "name": "F_NOCACHE", "type": "" }, { "class": "const", "name": "F_NODIRECT", "type": "" }, { "class": "const", "name": "F_OK", "type": "" }, { "class": "const", "name": "F_PATHPKG_CHECK", "type": "" }, { "class": "const", "name": "F_PEOFPOSMODE", "type": "" }, { "class": "const", "name": "F_PREALLOCATE", "type": "" }, { "class": "const", "name": "F_RDADVISE", "type": "" }, { "class": "const", "name": "F_RDAHEAD", "type": "" }, { "class": "const", "name": "F_RDLCK", "type": "" }, { "class": "const", "name": "F_READBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_SETBACKINGSTORE", "type": "" }, { "class": "const", "name": "F_SETFD", "type": "" }, { "class": "const", "name": "F_SETFL", "type": "" }, { "class": "const", "name": "F_SETLK", "type": "" }, { "class": "const", "name": "F_SETLKW", "type": "" }, { "class": "const", "name": "F_SETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_SETOWN", "type": "" }, { "class": "const", "name": "F_SETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_SETSIZE", "type": "" }, { "class": "const", "name": "F_THAW_FS", "type": "" }, { "class": "const", "name": "F_UNLCK", "type": "" }, { "class": "const", "name": "F_VOLPOSMODE", "type": "" }, { "class": "const", "name": "F_WRITEBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_WRLCK", "type": "" }, { "class": "const", "name": "HUPCL", "type": "" }, { "class": "const", "name": "ICANON", "type": "" }, { "class": "const", "name": "ICMP6_FILTER", "type": "" }, { "class": "const", "name": "ICRNL", "type": "" }, { "class": "const", "name": "IEXTEN", "type": "" }, { "class": "const", "name": "IFF_ALLMULTI", "type": "" }, { "class": "const", "name": "IFF_ALTPHYS", "type": "" }, { "class": "const", "name": "IFF_BROADCAST", "type": "" }, { "class": "const", "name": "IFF_DEBUG", "type": "" }, { "class": "const", "name": "IFF_LINK0", "type": "" }, { "class": "const", "name": "IFF_LINK1", "type": "" }, { "class": "const", "name": "IFF_LINK2", "type": "" }, { "class": "const", "name": "IFF_LOOPBACK", "type": "" }, { "class": "const", "name": "IFF_MULTICAST", "type": "" }, { "class": "const", "name": "IFF_NOARP", "type": "" }, { "class": "const", "name": "IFF_NOTRAILERS", "type": "" }, { "class": "const", "name": "IFF_OACTIVE", "type": "" }, { "class": "const", "name": "IFF_POINTOPOINT", "type": "" }, { "class": "const", "name": "IFF_PROMISC", "type": "" }, { "class": "const", "name": "IFF_RUNNING", "type": "" }, { "class": "const", "name": "IFF_SIMPLEX", "type": "" }, { "class": "const", "name": "IFF_UP", "type": "" }, { "class": "const", "name": "IFNAMSIZ", "type": "" }, { "class": "const", "name": "IFT_1822", "type": "" }, { "class": "const", "name": "IFT_AAL5", "type": "" }, { "class": "const", "name": "IFT_ARCNET", "type": "" }, { "class": "const", "name": "IFT_ARCNETPLUS", "type": "" }, { "class": "const", "name": "IFT_ATM", "type": "" }, { "class": "const", "name": "IFT_BRIDGE", "type": "" }, { "class": "const", "name": "IFT_CARP", "type": "" }, { "class": "const", "name": "IFT_CELLULAR", "type": "" }, { "class": "const", "name": "IFT_CEPT", "type": "" }, { "class": "const", "name": "IFT_DS3", "type": "" }, { "class": "const", "name": "IFT_ENC", "type": "" }, { "class": "const", "name": "IFT_EON", "type": "" }, { "class": "const", "name": "IFT_ETHER", "type": "" }, { "class": "const", "name": "IFT_FAITH", "type": "" }, { "class": "const", "name": "IFT_FDDI", "type": "" }, { "class": "const", "name": "IFT_FRELAY", "type": "" }, { "class": "const", "name": "IFT_FRELAYDCE", "type": "" }, { "class": "const", "name": "IFT_GIF", "type": "" }, { "class": "const", "name": "IFT_HDH1822", "type": "" }, { "class": "const", "name": "IFT_HIPPI", "type": "" }, { "class": "const", "name": "IFT_HSSI", "type": "" }, { "class": "const", "name": "IFT_HY", "type": "" }, { "class": "const", "name": "IFT_IEEE1394", "type": "" }, { "class": "const", "name": "IFT_IEEE8023ADLAG", "type": "" }, { "class": "const", "name": "IFT_ISDNBASIC", "type": "" }, { "class": "const", "name": "IFT_ISDNPRIMARY", "type": "" }, { "class": "const", "name": "IFT_ISO88022LLC", "type": "" }, { "class": "const", "name": "IFT_ISO88023", "type": "" }, { "class": "const", "name": "IFT_ISO88024", "type": "" }, { "class": "const", "name": "IFT_ISO88025", "type": "" }, { "class": "const", "name": "IFT_ISO88026", "type": "" }, { "class": "const", "name": "IFT_L2VLAN", "type": "" }, { "class": "const", "name": "IFT_LAPB", "type": "" }, { "class": "const", "name": "IFT_LOCALTALK", "type": "" }, { "class": "const", "name": "IFT_LOOP", "type": "" }, { "class": "const", "name": "IFT_MIOX25", "type": "" }, { "class": "const", "name": "IFT_MODEM", "type": "" }, { "class": "const", "name": "IFT_NSIP", "type": "" }, { "class": "const", "name": "IFT_OTHER", "type": "" }, { "class": "const", "name": "IFT_P10", "type": "" }, { "class": "const", "name": "IFT_P80", "type": "" }, { "class": "const", "name": "IFT_PARA", "type": "" }, { "class": "const", "name": "IFT_PDP", "type": "" }, { "class": "const", "name": "IFT_PFLOG", "type": "" }, { "class": "const", "name": "IFT_PFSYNC", "type": "" }, { "class": "const", "name": "IFT_PPP", "type": "" }, { "class": "const", "name": "IFT_PROPMUX", "type": "" }, { "class": "const", "name": "IFT_PROPVIRTUAL", "type": "" }, { "class": "const", "name": "IFT_PTPSERIAL", "type": "" }, { "class": "const", "name": "IFT_RS232", "type": "" }, { "class": "const", "name": "IFT_SDLC", "type": "" }, { "class": "const", "name": "IFT_SIP", "type": "" }, { "class": "const", "name": "IFT_SLIP", "type": "" }, { "class": "const", "name": "IFT_SMDSDXI", "type": "" }, { "class": "const", "name": "IFT_SMDSICIP", "type": "" }, { "class": "const", "name": "IFT_SONET", "type": "" }, { "class": "const", "name": "IFT_SONETPATH", "type": "" }, { "class": "const", "name": "IFT_SONETVT", "type": "" }, { "class": "const", "name": "IFT_STARLAN", "type": "" }, { "class": "const", "name": "IFT_STF", "type": "" }, { "class": "const", "name": "IFT_T1", "type": "" }, { "class": "const", "name": "IFT_ULTRA", "type": "" }, { "class": "const", "name": "IFT_V35", "type": "" }, { "class": "const", "name": "IFT_X25", "type": "" }, { "class": "const", "name": "IFT_X25DDN", "type": "" }, { "class": "const", "name": "IFT_X25PLE", "type": "" }, { "class": "const", "name": "IFT_XETHER", "type": "" }, { "class": "const", "name": "IGNBRK", "type": "" }, { "class": "const", "name": "IGNCR", "type": "" }, { "class": "const", "name": "IGNPAR", "type": "" }, { "class": "const", "name": "IMAXBEL", "type": "" }, { "class": "const", "name": "INLCR", "type": "" }, { "class": "const", "name": "INPCK", "type": "" }, { "class": "const", "name": "IN_CLASSA_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSA_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSA_NET", "type": "" }, { "class": "const", "name": "IN_CLASSA_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSB_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSB_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSB_NET", "type": "" }, { "class": "const", "name": "IN_CLASSB_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSC_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSC_NET", "type": "" }, { "class": "const", "name": "IN_CLASSC_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSD_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSD_NET", "type": "" }, { "class": "const", "name": "IN_CLASSD_NSHIFT", "type": "" }, { "class": "const", "name": "IN_LINKLOCALNETNUM", "type": "" }, { "class": "const", "name": "IN_LOOPBACKNET", "type": "" }, { "class": "const", "name": "IPPROTO_3PC", "type": "" }, { "class": "const", "name": "IPPROTO_ADFS", "type": "" }, { "class": "const", "name": "IPPROTO_AH", "type": "" }, { "class": "const", "name": "IPPROTO_AHIP", "type": "" }, { "class": "const", "name": "IPPROTO_APES", "type": "" }, { "class": "const", "name": "IPPROTO_ARGUS", "type": "" }, { "class": "const", "name": "IPPROTO_AX25", "type": "" }, { "class": "const", "name": "IPPROTO_BHA", "type": "" }, { "class": "const", "name": "IPPROTO_BLT", "type": "" }, { "class": "const", "name": "IPPROTO_BRSATMON", "type": "" }, { "class": "const", "name": "IPPROTO_CFTP", "type": "" }, { "class": "const", "name": "IPPROTO_CHAOS", "type": "" }, { "class": "const", "name": "IPPROTO_CMTP", "type": "" }, { "class": "const", "name": "IPPROTO_CPHB", "type": "" }, { "class": "const", "name": "IPPROTO_CPNX", "type": "" }, { "class": "const", "name": "IPPROTO_DDP", "type": "" }, { "class": "const", "name": "IPPROTO_DGP", "type": "" }, { "class": "const", "name": "IPPROTO_DIVERT", "type": "" }, { "class": "const", "name": "IPPROTO_DONE", "type": "" }, { "class": "const", "name": "IPPROTO_DSTOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_EGP", "type": "" }, { "class": "const", "name": "IPPROTO_EMCON", "type": "" }, { "class": "const", "name": "IPPROTO_ENCAP", "type": "" }, { "class": "const", "name": "IPPROTO_EON", "type": "" }, { "class": "const", "name": "IPPROTO_ESP", "type": "" }, { "class": "const", "name": "IPPROTO_ETHERIP", "type": "" }, { "class": "const", "name": "IPPROTO_FRAGMENT", "type": "" }, { "class": "const", "name": "IPPROTO_GGP", "type": "" }, { "class": "const", "name": "IPPROTO_GMTP", "type": "" }, { "class": "const", "name": "IPPROTO_GRE", "type": "" }, { "class": "const", "name": "IPPROTO_HELLO", "type": "" }, { "class": "const", "name": "IPPROTO_HMP", "type": "" }, { "class": "const", "name": "IPPROTO_HOPOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_ICMP", "type": "" }, { "class": "const", "name": "IPPROTO_ICMPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IDP", "type": "" }, { "class": "const", "name": "IPPROTO_IDPR", "type": "" }, { "class": "const", "name": "IPPROTO_IDRP", "type": "" }, { "class": "const", "name": "IPPROTO_IGMP", "type": "" }, { "class": "const", "name": "IPPROTO_IGP", "type": "" }, { "class": "const", "name": "IPPROTO_IGRP", "type": "" }, { "class": "const", "name": "IPPROTO_IL", "type": "" }, { "class": "const", "name": "IPPROTO_INLSP", "type": "" }, { "class": "const", "name": "IPPROTO_INP", "type": "" }, { "class": "const", "name": "IPPROTO_IP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCOMP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCV", "type": "" }, { "class": "const", "name": "IPPROTO_IPEIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPPC", "type": "" }, { "class": "const", "name": "IPPROTO_IPV4", "type": "" }, { "class": "const", "name": "IPPROTO_IPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IRTP", "type": "" }, { "class": "const", "name": "IPPROTO_KRYPTOLAN", "type": "" }, { "class": "const", "name": "IPPROTO_LARP", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF1", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF2", "type": "" }, { "class": "const", "name": "IPPROTO_MAX", "type": "" }, { "class": "const", "name": "IPPROTO_MAXID", "type": "" }, { "class": "const", "name": "IPPROTO_MEAS", "type": "" }, { "class": "const", "name": "IPPROTO_MHRP", "type": "" }, { "class": "const", "name": "IPPROTO_MICP", "type": "" }, { "class": "const", "name": "IPPROTO_MTP", "type": "" }, { "class": "const", "name": "IPPROTO_MUX", "type": "" }, { "class": "const", "name": "IPPROTO_ND", "type": "" }, { "class": "const", "name": "IPPROTO_NHRP", "type": "" }, { "class": "const", "name": "IPPROTO_NONE", "type": "" }, { "class": "const", "name": "IPPROTO_NSP", "type": "" }, { "class": "const", "name": "IPPROTO_NVPII", "type": "" }, { "class": "const", "name": "IPPROTO_OSPFIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PGM", "type": "" }, { "class": "const", "name": "IPPROTO_PIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PIM", "type": "" }, { "class": "const", "name": "IPPROTO_PRM", "type": "" }, { "class": "const", "name": "IPPROTO_PUP", "type": "" }, { "class": "const", "name": "IPPROTO_PVP", "type": "" }, { "class": "const", "name": "IPPROTO_RAW", "type": "" }, { "class": "const", "name": "IPPROTO_RCCMON", "type": "" }, { "class": "const", "name": "IPPROTO_RDP", "type": "" }, { "class": "const", "name": "IPPROTO_ROUTING", "type": "" }, { "class": "const", "name": "IPPROTO_RSVP", "type": "" }, { "class": "const", "name": "IPPROTO_RVD", "type": "" }, { "class": "const", "name": "IPPROTO_SATEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_SATMON", "type": "" }, { "class": "const", "name": "IPPROTO_SCCSP", "type": "" }, { "class": "const", "name": "IPPROTO_SCTP", "type": "" }, { "class": "const", "name": "IPPROTO_SDRP", "type": "" }, { "class": "const", "name": "IPPROTO_SEP", "type": "" }, { "class": "const", "name": "IPPROTO_SRPC", "type": "" }, { "class": "const", "name": "IPPROTO_ST", "type": "" }, { "class": "const", "name": "IPPROTO_SVMTP", "type": "" }, { "class": "const", "name": "IPPROTO_SWIPE", "type": "" }, { "class": "const", "name": "IPPROTO_TCF", "type": "" }, { "class": "const", "name": "IPPROTO_TCP", "type": "" }, { "class": "const", "name": "IPPROTO_TP", "type": "" }, { "class": "const", "name": "IPPROTO_TPXX", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK1", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK2", "type": "" }, { "class": "const", "name": "IPPROTO_TTP", "type": "" }, { "class": "const", "name": "IPPROTO_UDP", "type": "" }, { "class": "const", "name": "IPPROTO_VINES", "type": "" }, { "class": "const", "name": "IPPROTO_VISA", "type": "" }, { "class": "const", "name": "IPPROTO_VMTP", "type": "" }, { "class": "const", "name": "IPPROTO_WBEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_WBMON", "type": "" }, { "class": "const", "name": "IPPROTO_WSN", "type": "" }, { "class": "const", "name": "IPPROTO_XNET", "type": "" }, { "class": "const", "name": "IPPROTO_XTP", "type": "" }, { "class": "const", "name": "IPV6_2292DSTOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292HOPLIMIT", "type": "" }, { "class": "const", "name": "IPV6_2292HOPOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292NEXTHOP", "type": "" }, { "class": "const", "name": "IPV6_2292PKTINFO", "type": "" }, { "class": "const", "name": "IPV6_2292PKTOPTIONS", "type": "" }, { "class": "const", "name": "IPV6_2292RTHDR", "type": "" }, { "class": "const", "name": "IPV6_BINDV6ONLY", "type": "" }, { "class": "const", "name": "IPV6_BOUND_IF", "type": "" }, { "class": "const", "name": "IPV6_CHECKSUM", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_DEFHLIM", "type": "" }, { "class": "const", "name": "IPV6_FAITH", "type": "" }, { "class": "const", "name": "IPV6_FLOWINFO_MASK", "type": "" }, { "class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": "" }, { "class": "const", "name": "IPV6_FRAGTTL", "type": "" }, { "class": "const", "name": "IPV6_FW_ADD", "type": "" }, { "class": "const", "name": "IPV6_FW_DEL", "type": "" }, { "class": "const", "name": "IPV6_FW_FLUSH", "type": "" }, { "class": "const", "name": "IPV6_FW_GET", "type": "" }, { "class": "const", "name": "IPV6_FW_ZERO", "type": "" }, { "class": "const", "name": "IPV6_HLIMDEC", "type": "" }, { "class": "const", "name": "IPV6_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IPV6_JOIN_GROUP", "type": "" }, { "class": "const", "name": "IPV6_LEAVE_GROUP", "type": "" }, { "class": "const", "name": "IPV6_MAXHLIM", "type": "" }, { "class": "const", "name": "IPV6_MAXOPTHDR", "type": "" }, { "class": "const", "name": "IPV6_MAXPACKET", "type": "" }, { "class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MMTU", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IPV6_RECVTCLASS", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_LOOSE", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_STRICT", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": "" }, { "class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": "" }, { "class": "const", "name": "IPV6_TCLASS", "type": "" }, { "class": "const", "name": "IPV6_UNICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_V6ONLY", "type": "" }, { "class": "const", "name": "IPV6_VERSION", "type": "" }, { "class": "const", "name": "IPV6_VERSION_MASK", "type": "" }, { "class": "const", "name": "IP_ADD_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_BLOCK_SOURCE", "type": "" }, { "class": "const", "name": "IP_BOUND_IF", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_DF", "type": "" }, { "class": "const", "name": "IP_DROP_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_DEL", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_FLUSH", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_GET", "type": "" }, { "class": "const", "name": "IP_FAITH", "type": "" }, { "class": "const", "name": "IP_FW_ADD", "type": "" }, { "class": "const", "name": "IP_FW_DEL", "type": "" }, { "class": "const", "name": "IP_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_FW_GET", "type": "" }, { "class": "const", "name": "IP_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_HDRINCL", "type": "" }, { "class": "const", "name": "IP_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IP_MAXPACKET", "type": "" }, { "class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MF", "type": "" }, { "class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MSFILTER", "type": "" }, { "class": "const", "name": "IP_MSS", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IFINDEX", "type": "" }, { "class": "const", "name": "IP_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_MULTICAST_VIF", "type": "" }, { "class": "const", "name": "IP_NAT__XXX", "type": "" }, { "class": "const", "name": "IP_OFFMASK", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ADD", "type": "" }, { "class": "const", "name": "IP_OLD_FW_DEL", "type": "" }, { "class": "const", "name": "IP_OLD_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_OLD_FW_GET", "type": "" }, { "class": "const", "name": "IP_OLD_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_OPTIONS", "type": "" }, { "class": "const", "name": "IP_PKTINFO", "type": "" }, { "class": "const", "name": "IP_PORTRANGE", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IP_RECVDSTADDR", "type": "" }, { "class": "const", "name": "IP_RECVIF", "type": "" }, { "class": "const", "name": "IP_RECVOPTS", "type": "" }, { "class": "const", "name": "IP_RECVPKTINFO", "type": "" }, { "class": "const", "name": "IP_RECVRETOPTS", "type": "" }, { "class": "const", "name": "IP_RECVTTL", "type": "" }, { "class": "const", "name": "IP_RETOPTS", "type": "" }, { "class": "const", "name": "IP_RF", "type": "" }, { "class": "const", "name": "IP_RSVP_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_ON", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_ON", "type": "" }, { "class": "const", "name": "IP_STRIPHDR", "type": "" }, { "class": "const", "name": "IP_TOS", "type": "" }, { "class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": "" }, { "class": "const", "name": "IP_TTL", "type": "" }, { "class": "const", "name": "IP_UNBLOCK_SOURCE", "type": "" }, { "class": "const", "name": "ISIG", "type": "" }, { "class": "const", "name": "ISTRIP", "type": "" }, { "class": "const", "name": "IUTF8", "type": "" }, { "class": "const", "name": "IXANY", "type": "" }, { "class": "const", "name": "IXOFF", "type": "" }, { "class": "const", "name": "IXON", "type": "" }, { "class": "const", "name": "ImplementsGetwd", "type": "" }, { "class": "const", "name": "LOCK_EX", "type": "" }, { "class": "const", "name": "LOCK_NB", "type": "" }, { "class": "const", "name": "LOCK_SH", "type": "" }, { "class": "const", "name": "LOCK_UN", "type": "" }, { "class": "const", "name": "MADV_CAN_REUSE", "type": "" }, { "class": "const", "name": "MADV_DONTNEED", "type": "" }, { "class": "const", "name": "MADV_FREE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSABLE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSE", "type": "" }, { "class": "const", "name": "MADV_NORMAL", "type": "" }, { "class": "const", "name": "MADV_RANDOM", "type": "" }, { "class": "const", "name": "MADV_SEQUENTIAL", "type": "" }, { "class": "const", "name": "MADV_WILLNEED", "type": "" }, { "class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": "" }, { "class": "const", "name": "MAP_ANON", "type": "" }, { "class": "const", "name": "MAP_COPY", "type": "" }, { "class": "const", "name": "MAP_FILE", "type": "" }, { "class": "const", "name": "MAP_FIXED", "type": "" }, { "class": "const", "name": "MAP_HASSEMAPHORE", "type": "" }, { "class": "const", "name": "MAP_JIT", "type": "" }, { "class": "const", "name": "MAP_NOCACHE", "type": "" }, { "class": "const", "name": "MAP_NOEXTEND", "type": "" }, { "class": "const", "name": "MAP_NORESERVE", "type": "" }, { "class": "const", "name": "MAP_PRIVATE", "type": "" }, { "class": "const", "name": "MAP_RENAME", "type": "" }, { "class": "const", "name": "MAP_RESERVED0080", "type": "" }, { "class": "const", "name": "MAP_SHARED", "type": "" }, { "class": "const", "name": "MCL_CURRENT", "type": "" }, { "class": "const", "name": "MCL_FUTURE", "type": "" }, { "class": "const", "name": "MSG_CTRUNC", "type": "" }, { "class": "const", "name": "MSG_DONTROUTE", "type": "" }, { "class": "const", "name": "MSG_DONTWAIT", "type": "" }, { "class": "const", "name": "MSG_EOF", "type": "" }, { "class": "const", "name": "MSG_EOR", "type": "" }, { "class": "const", "name": "MSG_FLUSH", "type": "" }, { "class": "const", "name": "MSG_HAVEMORE", "type": "" }, { "class": "const", "name": "MSG_HOLD", "type": "" }, { "class": "const", "name": "MSG_NEEDSA", "type": "" }, { "class": "const", "name": "MSG_OOB", "type": "" }, { "class": "const", "name": "MSG_PEEK", "type": "" }, { "class": "const", "name": "MSG_RCVMORE", "type": "" }, { "class": "const", "name": "MSG_SEND", "type": "" }, { "class": "const", "name": "MSG_TRUNC", "type": "" }, { "class": "const", "name": "MSG_WAITALL", "type": "" }, { "class": "const", "name": "MSG_WAITSTREAM", "type": "" }, { "class": "const", "name": "MS_ASYNC", "type": "" }, { "class": "const", "name": "MS_DEACTIVATE", "type": "" }, { "class": "const", "name": "MS_INVALIDATE", "type": "" }, { "class": "const", "name": "MS_KILLPAGES", "type": "" }, { "class": "const", "name": "MS_SYNC", "type": "" }, { "class": "const", "name": "NAME_MAX", "type": "" }, { "class": "const", "name": "NET_RT_DUMP", "type": "" }, { "class": "const", "name": "NET_RT_DUMP2", "type": "" }, { "class": "const", "name": "NET_RT_FLAGS", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST2", "type": "" }, { "class": "const", "name": "NET_RT_MAXID", "type": "" }, { "class": "const", "name": "NET_RT_STAT", "type": "" }, { "class": "const", "name": "NET_RT_TRASH", "type": "" }, { "class": "const", "name": "NOFLSH", "type": "" }, { "class": "const", "name": "NOTE_ABSOLUTE", "type": "" }, { "class": "const", "name": "NOTE_ATTRIB", "type": "" }, { "class": "const", "name": "NOTE_CHILD", "type": "" }, { "class": "const", "name": "NOTE_DELETE", "type": "" }, { "class": "const", "name": "NOTE_EXEC", "type": "" }, { "class": "const", "name": "NOTE_EXIT", "type": "" }, { "class": "const", "name": "NOTE_EXITSTATUS", "type": "" }, { "class": "const", "name": "NOTE_EXTEND", "type": "" }, { "class": "const", "name": "NOTE_FFAND", "type": "" }, { "class": "const", "name": "NOTE_FFCOPY", "type": "" }, { "class": "const", "name": "NOTE_FFCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_FFLAGSMASK", "type": "" }, { "class": "const", "name": "NOTE_FFNOP", "type": "" }, { "class": "const", "name": "NOTE_FFOR", "type": "" }, { "class": "const", "name": "NOTE_FORK", "type": "" }, { "class": "const", "name": "NOTE_LINK", "type": "" }, { "class": "const", "name": "NOTE_LOWAT", "type": "" }, { "class": "const", "name": "NOTE_NONE", "type": "" }, { "class": "const", "name": "NOTE_NSECONDS", "type": "" }, { "class": "const", "name": "NOTE_PCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_PDATAMASK", "type": "" }, { "class": "const", "name": "NOTE_REAP", "type": "" }, { "class": "const", "name": "NOTE_RENAME", "type": "" }, { "class": "const", "name": "NOTE_RESOURCEEND", "type": "" }, { "class": "const", "name": "NOTE_REVOKE", "type": "" }, { "class": "const", "name": "NOTE_SECONDS", "type": "" }, { "class": "const", "name": "NOTE_SIGNAL", "type": "" }, { "class": "const", "name": "NOTE_TRACK", "type": "" }, { "class": "const", "name": "NOTE_TRACKERR", "type": "" }, { "class": "const", "name": "NOTE_TRIGGER", "type": "" }, { "class": "const", "name": "NOTE_USECONDS", "type": "" }, { "class": "const", "name": "NOTE_VM_ERROR", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_WRITE", "type": "" }, { "class": "const", "name": "OCRNL", "type": "" }, { "class": "const", "name": "OFDEL", "type": "" }, { "class": "const", "name": "OFILL", "type": "" }, { "class": "const", "name": "ONLCR", "type": "" }, { "class": "const", "name": "ONLRET", "type": "" }, { "class": "const", "name": "ONOCR", "type": "" }, { "class": "const", "name": "ONOEOT", "type": "" }, { "class": "const", "name": "OPOST", "type": "" }, { "class": "const", "name": "O_ACCMODE", "type": "" }, { "class": "const", "name": "O_ALERT", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_ASYNC", "type": "" }, { "class": "const", "name": "O_CLOEXEC", "type": "" }, { "class": "const", "name": "O_CREAT", "type": "" }, { "class": "const", "name": "O_DIRECTORY", "type": "" }, { "class": "const", "name": "O_DSYNC", "type": "" }, { "class": "const", "name": "O_EVTONLY", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_EXLOCK", "type": "" }, { "class": "const", "name": "O_FSYNC", "type": "" }, { "class": "const", "name": "O_NDELAY", "type": "" }, { "class": "const", "name": "O_NOCTTY", "type": "" }, { "class": "const", "name": "O_NOFOLLOW", "type": "" }, { "class": "const", "name": "O_NONBLOCK", "type": "" }, { "class": "const", "name": "O_POPUP", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SHLOCK", "type": "" }, { "class": "const", "name": "O_SYMLINK", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PARENB", "type": "" }, { "class": "const", "name": "PARMRK", "type": "" }, { "class": "const", "name": "PARODD", "type": "" }, { "class": "const", "name": "PENDIN", "type": "" }, { "class": "const", "name": "PRIO_PGRP", "type": "" }, { "class": "const", "name": "PRIO_PROCESS", "type": "" }, { "class": "const", "name": "PRIO_USER", "type": "" }, { "class": "const", "name": "PROT_EXEC", "type": "" }, { "class": "const", "name": "PROT_NONE", "type": "" }, { "class": "const", "name": "PROT_READ", "type": "" }, { "class": "const", "name": "PROT_WRITE", "type": "" }, { "class": "const", "name": "PTRACE_CONT", "type": "" }, { "class": "const", "name": "PTRACE_KILL", "type": "" }, { "class": "const", "name": "PTRACE_TRACEME", "type": "" }, { "class": "const", "name": "PT_ATTACH", "type": "" }, { "class": "const", "name": "PT_ATTACHEXC", "type": "" }, { "class": "const", "name": "PT_CONTINUE", "type": "" }, { "class": "const", "name": "PT_DENY_ATTACH", "type": "" }, { "class": "const", "name": "PT_DETACH", "type": "" }, { "class": "const", "name": "PT_FIRSTMACH", "type": "" }, { "class": "const", "name": "PT_FORCEQUOTA", "type": "" }, { "class": "const", "name": "PT_KILL", "type": "" }, { "class": "const", "name": "PT_READ_D", "type": "" }, { "class": "const", "name": "PT_READ_I", "type": "" }, { "class": "const", "name": "PT_READ_U", "type": "" }, { "class": "const", "name": "PT_SIGEXC", "type": "" }, { "class": "const", "name": "PT_STEP", "type": "" }, { "class": "const", "name": "PT_THUPDATE", "type": "" }, { "class": "const", "name": "PT_TRACE_ME", "type": "" }, { "class": "const", "name": "PT_WRITE_D", "type": "" }, { "class": "const", "name": "PT_WRITE_I", "type": "" }, { "class": "const", "name": "PT_WRITE_U", "type": "" }, { "class": "const", "name": "RLIMIT_AS", "type": "" }, { "class": "const", "name": "RLIMIT_CORE", "type": "" }, { "class": "const", "name": "RLIMIT_CPU", "type": "" }, { "class": "const", "name": "RLIMIT_DATA", "type": "" }, { "class": "const", "name": "RLIMIT_FSIZE", "type": "" }, { "class": "const", "name": "RLIMIT_NOFILE", "type": "" }, { "class": "const", "name": "RLIMIT_STACK", "type": "" }, { "class": "const", "name": "RLIM_INFINITY", "type": "" }, { "class": "const", "name": "RTAX_AUTHOR", "type": "" }, { "class": "const", "name": "RTAX_BRD", "type": "" }, { "class": "const", "name": "RTAX_DST", "type": "" }, { "class": "const", "name": "RTAX_GATEWAY", "type": "" }, { "class": "const", "name": "RTAX_GENMASK", "type": "" }, { "class": "const", "name": "RTAX_IFA", "type": "" }, { "class": "const", "name": "RTAX_IFP", "type": "" }, { "class": "const", "name": "RTAX_MAX", "type": "" }, { "class": "const", "name": "RTAX_NETMASK", "type": "" }, { "class": "const", "name": "RTA_AUTHOR", "type": "" }, { "class": "const", "name": "RTA_BRD", "type": "" }, { "class": "const", "name": "RTA_DST", "type": "" }, { "class": "const", "name": "RTA_GATEWAY", "type": "" }, { "class": "const", "name": "RTA_GENMASK", "type": "" }, { "class": "const", "name": "RTA_IFA", "type": "" }, { "class": "const", "name": "RTA_IFP", "type": "" }, { "class": "const", "name": "RTA_NETMASK", "type": "" }, { "class": "const", "name": "RTF_BLACKHOLE", "type": "" }, { "class": "const", "name": "RTF_BROADCAST", "type": "" }, { "class": "const", "name": "RTF_CLONING", "type": "" }, { "class": "const", "name": "RTF_CONDEMNED", "type": "" }, { "class": "const", "name": "RTF_DELCLONE", "type": "" }, { "class": "const", "name": "RTF_DONE", "type": "" }, { "class": "const", "name": "RTF_DYNAMIC", "type": "" }, { "class": "const", "name": "RTF_GATEWAY", "type": "" }, { "class": "const", "name": "RTF_HOST", "type": "" }, { "class": "const", "name": "RTF_IFREF", "type": "" }, { "class": "const", "name": "RTF_IFSCOPE", "type": "" }, { "class": "const", "name": "RTF_LLINFO", "type": "" }, { "class": "const", "name": "RTF_LOCAL", "type": "" }, { "class": "const", "name": "RTF_MODIFIED", "type": "" }, { "class": "const", "name": "RTF_MULTICAST", "type": "" }, { "class": "const", "name": "RTF_PINNED", "type": "" }, { "class": "const", "name": "RTF_PRCLONING", "type": "" }, { "class": "const", "name": "RTF_PROTO1", "type": "" }, { "class": "const", "name": "RTF_PROTO2", "type": "" }, { "class": "const", "name": "RTF_PROTO3", "type": "" }, { "class": "const", "name": "RTF_REJECT", "type": "" }, { "class": "const", "name": "RTF_STATIC", "type": "" }, { "class": "const", "name": "RTF_UP", "type": "" }, { "class": "const", "name": "RTF_WASCLONED", "type": "" }, { "class": "const", "name": "RTF_XRESOLVE", "type": "" }, { "class": "const", "name": "RTM_ADD", "type": "" }, { "class": "const", "name": "RTM_CHANGE", "type": "" }, { "class": "const", "name": "RTM_DELADDR", "type": "" }, { "class": "const", "name": "RTM_DELETE", "type": "" }, { "class": "const", "name": "RTM_DELMADDR", "type": "" }, { "class": "const", "name": "RTM_GET", "type": "" }, { "class": "const", "name": "RTM_GET2", "type": "" }, { "class": "const", "name": "RTM_IFINFO", "type": "" }, { "class": "const", "name": "RTM_IFINFO2", "type": "" }, { "class": "const", "name": "RTM_LOCK", "type": "" }, { "class": "const", "name": "RTM_LOSING", "type": "" }, { "class": "const", "name": "RTM_MISS", "type": "" }, { "class": "const", "name": "RTM_NEWADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR2", "type": "" }, { "class": "const", "name": "RTM_OLDADD", "type": "" }, { "class": "const", "name": "RTM_OLDDEL", "type": "" }, { "class": "const", "name": "RTM_REDIRECT", "type": "" }, { "class": "const", "name": "RTM_RESOLVE", "type": "" }, { "class": "const", "name": "RTM_RTTUNIT", "type": "" }, { "class": "const", "name": "RTM_VERSION", "type": "" }, { "class": "const", "name": "RTV_EXPIRE", "type": "" }, { "class": "const", "name": "RTV_HOPCOUNT", "type": "" }, { "class": "const", "name": "RTV_MTU", "type": "" }, { "class": "const", "name": "RTV_RPIPE", "type": "" }, { "class": "const", "name": "RTV_RTT", "type": "" }, { "class": "const", "name": "RTV_RTTVAR", "type": "" }, { "class": "const", "name": "RTV_SPIPE", "type": "" }, { "class": "const", "name": "RTV_SSTHRESH", "type": "" }, { "class": "const", "name": "RUSAGE_CHILDREN", "type": "" }, { "class": "const", "name": "RUSAGE_SELF", "type": "" }, { "class": "const", "name": "SCM_CREDS", "type": "" }, { "class": "const", "name": "SCM_RIGHTS", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SHUT_RD", "type": "" }, { "class": "const", "name": "SHUT_RDWR", "type": "" }, { "class": "const", "name": "SHUT_WR", "type": "" }, { "class": "const", "name": "SIGABRT", "type": "" }, { "class": "const", "name": "SIGALRM", "type": "" }, { "class": "const", "name": "SIGBUS", "type": "" }, { "class": "const", "name": "SIGCHLD", "type": "" }, { "class": "const", "name": "SIGCONT", "type": "" }, { "class": "const", "name": "SIGEMT", "type": "" }, { "class": "const", "name": "SIGFPE", "type": "" }, { "class": "const", "name": "SIGHUP", "type": "" }, { "class": "const", "name": "SIGILL", "type": "" }, { "class": "const", "name": "SIGINFO", "type": "" }, { "class": "const", "name": "SIGINT", "type": "" }, { "class": "const", "name": "SIGIO", "type": "" }, { "class": "const", "name": "SIGIOT", "type": "" }, { "class": "const", "name": "SIGKILL", "type": "" }, { "class": "const", "name": "SIGPIPE", "type": "" }, { "class": "const", "name": "SIGPROF", "type": "" }, { "class": "const", "name": "SIGQUIT", "type": "" }, { "class": "const", "name": "SIGSEGV", "type": "" }, { "class": "const", "name": "SIGSTOP", "type": "" }, { "class": "const", "name": "SIGSYS", "type": "" }, { "class": "const", "name": "SIGTERM", "type": "" }, { "class": "const", "name": "SIGTRAP", "type": "" }, { "class": "const", "name": "SIGTSTP", "type": "" }, { "class": "const", "name": "SIGTTIN", "type": "" }, { "class": "const", "name": "SIGTTOU", "type": "" }, { "class": "const", "name": "SIGURG", "type": "" }, { "class": "const", "name": "SIGUSR1", "type": "" }, { "class": "const", "name": "SIGUSR2", "type": "" }, { "class": "const", "name": "SIGVTALRM", "type": "" }, { "class": "const", "name": "SIGWINCH", "type": "" }, { "class": "const", "name": "SIGXCPU", "type": "" }, { "class": "const", "name": "SIGXFSZ", "type": "" }, { "class": "const", "name": "SIOCADDMULTI", "type": "" }, { "class": "const", "name": "SIOCAIFADDR", "type": "" }, { "class": "const", "name": "SIOCALIFADDR", "type": "" }, { "class": "const", "name": "SIOCARPIPLL", "type": "" }, { "class": "const", "name": "SIOCATMARK", "type": "" }, { "class": "const", "name": "SIOCAUTOADDR", "type": "" }, { "class": "const", "name": "SIOCAUTONETMASK", "type": "" }, { "class": "const", "name": "SIOCDELMULTI", "type": "" }, { "class": "const", "name": "SIOCDIFADDR", "type": "" }, { "class": "const", "name": "SIOCDIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCDLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCGETSGCNT", "type": "" }, { "class": "const", "name": "SIOCGETVIFCNT", "type": "" }, { "class": "const", "name": "SIOCGETVLAN", "type": "" }, { "class": "const", "name": "SIOCGHIWAT", "type": "" }, { "class": "const", "name": "SIOCGIFADDR", "type": "" }, { "class": "const", "name": "SIOCGIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCGIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCGIFBOND", "type": "" }, { "class": "const", "name": "SIOCGIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCGIFCAP", "type": "" }, { "class": "const", "name": "SIOCGIFCONF", "type": "" }, { "class": "const", "name": "SIOCGIFDEVMTU", "type": "" }, { "class": "const", "name": "SIOCGIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCGIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCGIFKPI", "type": "" }, { "class": "const", "name": "SIOCGIFMAC", "type": "" }, { "class": "const", "name": "SIOCGIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCGIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCGIFMTU", "type": "" }, { "class": "const", "name": "SIOCGIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCGIFPDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFPHYS", "type": "" }, { "class": "const", "name": "SIOCGIFPSRCADDR", "type": "" }, { "class": "const", "name": "SIOCGIFSTATUS", "type": "" }, { "class": "const", "name": "SIOCGIFVLAN", "type": "" }, { "class": "const", "name": "SIOCGIFWAKEFLAGS", "type": "" }, { "class": "const", "name": "SIOCGLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCGLOWAT", "type": "" }, { "class": "const", "name": "SIOCGPGRP", "type": "" }, { "class": "const", "name": "SIOCIFCREATE", "type": "" }, { "class": "const", "name": "SIOCIFCREATE2", "type": "" }, { "class": "const", "name": "SIOCIFDESTROY", "type": "" }, { "class": "const", "name": "SIOCRSLVMULTI", "type": "" }, { "class": "const", "name": "SIOCSDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCSETVLAN", "type": "" }, { "class": "const", "name": "SIOCSHIWAT", "type": "" }, { "class": "const", "name": "SIOCSIFADDR", "type": "" }, { "class": "const", "name": "SIOCSIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCSIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCSIFBOND", "type": "" }, { "class": "const", "name": "SIOCSIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCSIFCAP", "type": "" }, { "class": "const", "name": "SIOCSIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCSIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCSIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCSIFKPI", "type": "" }, { "class": "const", "name": "SIOCSIFLLADDR", "type": "" }, { "class": "const", "name": "SIOCSIFMAC", "type": "" }, { "class": "const", "name": "SIOCSIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCSIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCSIFMTU", "type": "" }, { "class": "const", "name": "SIOCSIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCSIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSIFPHYS", "type": "" }, { "class": "const", "name": "SIOCSIFVLAN", "type": "" }, { "class": "const", "name": "SIOCSLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSLOWAT", "type": "" }, { "class": "const", "name": "SIOCSPGRP", "type": "" }, { "class": "const", "name": "SOCK_DGRAM", "type": "" }, { "class": "const", "name": "SOCK_MAXADDRLEN", "type": "" }, { "class": "const", "name": "SOCK_RAW", "type": "" }, { "class": "const", "name": "SOCK_RDM", "type": "" }, { "class": "const", "name": "SOCK_SEQPACKET", "type": "" }, { "class": "const", "name": "SOCK_STREAM", "type": "" }, { "class": "const", "name": "SOL_SOCKET", "type": "" }, { "class": "const", "name": "SOMAXCONN", "type": "" }, { "class": "const", "name": "SO_ACCEPTCONN", "type": "" }, { "class": "const", "name": "SO_BROADCAST", "type": "" }, { "class": "const", "name": "SO_DEBUG", "type": "" }, { "class": "const", "name": "SO_DONTROUTE", "type": "" }, { "class": "const", "name": "SO_DONTTRUNC", "type": "" }, { "class": "const", "name": "SO_ERROR", "type": "" }, { "class": "const", "name": "SO_KEEPALIVE", "type": "" }, { "class": "const", "name": "SO_LABEL", "type": "" }, { "class": "const", "name": "SO_LINGER", "type": "" }, { "class": "const", "name": "SO_LINGER_SEC", "type": "" }, { "class": "const", "name": "SO_NKE", "type": "" }, { "class": "const", "name": "SO_NOADDRERR", "type": "" }, { "class": "const", "name": "SO_NOSIGPIPE", "type": "" }, { "class": "const", "name": "SO_NOTIFYCONFLICT", "type": "" }, { "class": "const", "name": "SO_NP_EXTENSIONS", "type": "" }, { "class": "const", "name": "SO_NREAD", "type": "" }, { "class": "const", "name": "SO_NWRITE", "type": "" }, { "class": "const", "name": "SO_OOBINLINE", "type": "" }, { "class": "const", "name": "SO_PEERLABEL", "type": "" }, { "class": "const", "name": "SO_RANDOMPORT", "type": "" }, { "class": "const", "name": "SO_RCVBUF", "type": "" }, { "class": "const", "name": "SO_RCVLOWAT", "type": "" }, { "class": "const", "name": "SO_RCVTIMEO", "type": "" }, { "class": "const", "name": "SO_RESTRICTIONS", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYIN", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYOUT", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYSET", "type": "" }, { "class": "const", "name": "SO_REUSEADDR", "type": "" }, { "class": "const", "name": "SO_REUSEPORT", "type": "" }, { "class": "const", "name": "SO_REUSESHAREUID", "type": "" }, { "class": "const", "name": "SO_SNDBUF", "type": "" }, { "class": "const", "name": "SO_SNDLOWAT", "type": "" }, { "class": "const", "name": "SO_SNDTIMEO", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SO_TYPE", "type": "" }, { "class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": "" }, { "class": "const", "name": "SO_USELOOPBACK", "type": "" }, { "class": "const", "name": "SO_WANTMORE", "type": "" }, { "class": "const", "name": "SO_WANTOOBFLAG", "type": "" }, { "class": "const", "name": "SYS_ACCEPT", "type": "" }, { "class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_ACCESS", "type": "" }, { "class": "const", "name": "SYS_ACCESS_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_ACCT", "type": "" }, { "class": "const", "name": "SYS_ADD_PROFIL", "type": "" }, { "class": "const", "name": "SYS_ADJTIME", "type": "" }, { "class": "const", "name": "SYS_AIO_CANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_ERROR", "type": "" }, { "class": "const", "name": "SYS_AIO_FSYNC", "type": "" }, { "class": "const", "name": "SYS_AIO_READ", "type": "" }, { "class": "const", "name": "SYS_AIO_RETURN", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_WRITE", "type": "" }, { "class": "const", "name": "SYS_ATGETMSG", "type": "" }, { "class": "const", "name": "SYS_ATPGETREQ", "type": "" }, { "class": "const", "name": "SYS_ATPGETRSP", "type": "" }, { "class": "const", "name": "SYS_ATPSNDREQ", "type": "" }, { "class": "const", "name": "SYS_ATPSNDRSP", "type": "" }, { "class": "const", "name": "SYS_ATPUTMSG", "type": "" }, { "class": "const", "name": "SYS_ATSOCKET", "type": "" }, { "class": "const", "name": "SYS_AUDIT", "type": "" }, { "class": "const", "name": "SYS_AUDITCTL", "type": "" }, { "class": "const", "name": "SYS_AUDITON", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": "" }, { "class": "const", "name": "SYS_BIND", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": "" }, { "class": "const", "name": "SYS_CHDIR", "type": "" }, { "class": "const", "name": "SYS_CHFLAGS", "type": "" }, { "class": "const", "name": "SYS_CHMOD", "type": "" }, { "class": "const", "name": "SYS_CHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_CHOWN", "type": "" }, { "class": "const", "name": "SYS_CHROOT", "type": "" }, { "class": "const", "name": "SYS_CHUD", "type": "" }, { "class": "const", "name": "SYS_CLOSE", "type": "" }, { "class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_CONNECT", "type": "" }, { "class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_COPYFILE", "type": "" }, { "class": "const", "name": "SYS_CSOPS", "type": "" }, { "class": "const", "name": "SYS_DELETE", "type": "" }, { "class": "const", "name": "SYS_DUP", "type": "" }, { "class": "const", "name": "SYS_DUP2", "type": "" }, { "class": "const", "name": "SYS_EXCHANGEDATA", "type": "" }, { "class": "const", "name": "SYS_EXECVE", "type": "" }, { "class": "const", "name": "SYS_EXIT", "type": "" }, { "class": "const", "name": "SYS_FCHDIR", "type": "" }, { "class": "const", "name": "SYS_FCHFLAGS", "type": "" }, { "class": "const", "name": "SYS_FCHMOD", "type": "" }, { "class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FCHOWN", "type": "" }, { "class": "const", "name": "SYS_FCNTL", "type": "" }, { "class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FDATASYNC", "type": "" }, { "class": "const", "name": "SYS_FFSCTL", "type": "" }, { "class": "const", "name": "SYS_FGETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FGETXATTR", "type": "" }, { "class": "const", "name": "SYS_FHOPEN", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": "" }, { "class": "const", "name": "SYS_FLISTXATTR", "type": "" }, { "class": "const", "name": "SYS_FLOCK", "type": "" }, { "class": "const", "name": "SYS_FORK", "type": "" }, { "class": "const", "name": "SYS_FPATHCONF", "type": "" }, { "class": "const", "name": "SYS_FREMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_FSCTL", "type": "" }, { "class": "const", "name": "SYS_FSETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FSETXATTR", "type": "" }, { "class": "const", "name": "SYS_FSGETPATH", "type": "" }, { "class": "const", "name": "SYS_FSTAT", "type": "" }, { "class": "const", "name": "SYS_FSTAT64", "type": "" }, { "class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSTATFS", "type": "" }, { "class": "const", "name": "SYS_FSTATFS64", "type": "" }, { "class": "const", "name": "SYS_FSTATV", "type": "" }, { "class": "const", "name": "SYS_FSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSYNC", "type": "" }, { "class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FTRUNCATE", "type": "" }, { "class": "const", "name": "SYS_FUTIMES", "type": "" }, { "class": "const", "name": "SYS_GETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_GETAUID", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES64", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": "" }, { "class": "const", "name": "SYS_GETDTABLESIZE", "type": "" }, { "class": "const", "name": "SYS_GETEGID", "type": "" }, { "class": "const", "name": "SYS_GETEUID", "type": "" }, { "class": "const", "name": "SYS_GETFH", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT64", "type": "" }, { "class": "const", "name": "SYS_GETGID", "type": "" }, { "class": "const", "name": "SYS_GETGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETHOSTUUID", "type": "" }, { "class": "const", "name": "SYS_GETITIMER", "type": "" }, { "class": "const", "name": "SYS_GETLCID", "type": "" }, { "class": "const", "name": "SYS_GETLOGIN", "type": "" }, { "class": "const", "name": "SYS_GETPEERNAME", "type": "" }, { "class": "const", "name": "SYS_GETPGID", "type": "" }, { "class": "const", "name": "SYS_GETPGRP", "type": "" }, { "class": "const", "name": "SYS_GETPID", "type": "" }, { "class": "const", "name": "SYS_GETPPID", "type": "" }, { "class": "const", "name": "SYS_GETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_GETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_GETRUSAGE", "type": "" }, { "class": "const", "name": "SYS_GETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETSID", "type": "" }, { "class": "const", "name": "SYS_GETSOCKNAME", "type": "" }, { "class": "const", "name": "SYS_GETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_GETTID", "type": "" }, { "class": "const", "name": "SYS_GETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_GETUID", "type": "" }, { "class": "const", "name": "SYS_GETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETXATTR", "type": "" }, { "class": "const", "name": "SYS_IDENTITYSVC", "type": "" }, { "class": "const", "name": "SYS_INITGROUPS", "type": "" }, { "class": "const", "name": "SYS_IOCTL", "type": "" }, { "class": "const", "name": "SYS_IOPOLICYSYS", "type": "" }, { "class": "const", "name": "SYS_ISSETUGID", "type": "" }, { "class": "const", "name": "SYS_KDEBUG_TRACE", "type": "" }, { "class": "const", "name": "SYS_KEVENT", "type": "" }, { "class": "const", "name": "SYS_KEVENT64", "type": "" }, { "class": "const", "name": "SYS_KILL", "type": "" }, { "class": "const", "name": "SYS_KQUEUE", "type": "" }, { "class": "const", "name": "SYS_LCHOWN", "type": "" }, { "class": "const", "name": "SYS_LINK", "type": "" }, { "class": "const", "name": "SYS_LIO_LISTIO", "type": "" }, { "class": "const", "name": "SYS_LISTEN", "type": "" }, { "class": "const", "name": "SYS_LISTXATTR", "type": "" }, { "class": "const", "name": "SYS_LSEEK", "type": "" }, { "class": "const", "name": "SYS_LSTAT", "type": "" }, { "class": "const", "name": "SYS_LSTAT64", "type": "" }, { "class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_LSTATV", "type": "" }, { "class": "const", "name": "SYS_LSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MADVISE", "type": "" }, { "class": "const", "name": "SYS_MAXSYSCALL", "type": "" }, { "class": "const", "name": "SYS_MINCORE", "type": "" }, { "class": "const", "name": "SYS_MINHERIT", "type": "" }, { "class": "const", "name": "SYS_MKCOMPLEX", "type": "" }, { "class": "const", "name": "SYS_MKDIR", "type": "" }, { "class": "const", "name": "SYS_MKDIR_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKFIFO", "type": "" }, { "class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKNOD", "type": "" }, { "class": "const", "name": "SYS_MLOCK", "type": "" }, { "class": "const", "name": "SYS_MLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MMAP", "type": "" }, { "class": "const", "name": "SYS_MODWATCH", "type": "" }, { "class": "const", "name": "SYS_MOUNT", "type": "" }, { "class": "const", "name": "SYS_MPROTECT", "type": "" }, { "class": "const", "name": "SYS_MSGCTL", "type": "" }, { "class": "const", "name": "SYS_MSGGET", "type": "" }, { "class": "const", "name": "SYS_MSGRCV", "type": "" }, { "class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSND", "type": "" }, { "class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSYS", "type": "" }, { "class": "const", "name": "SYS_MSYNC", "type": "" }, { "class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MUNLOCK", "type": "" }, { "class": "const", "name": "SYS_MUNLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MUNMAP", "type": "" }, { "class": "const", "name": "SYS_NFSCLNT", "type": "" }, { "class": "const", "name": "SYS_NFSSVC", "type": "" }, { "class": "const", "name": "SYS_OPEN", "type": "" }, { "class": "const", "name": "SYS_OPEN_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_OPEN_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PATHCONF", "type": "" }, { "class": "const", "name": "SYS_PID_HIBERNATE", "type": "" }, { "class": "const", "name": "SYS_PID_RESUME", "type": "" }, { "class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": "" }, { "class": "const", "name": "SYS_PID_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_PIPE", "type": "" }, { "class": "const", "name": "SYS_POLL", "type": "" }, { "class": "const", "name": "SYS_POLL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_POSIX_SPAWN", "type": "" }, { "class": "const", "name": "SYS_PREAD", "type": "" }, { "class": "const", "name": "SYS_PREAD_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PROCESS_POLICY", "type": "" }, { "class": "const", "name": "SYS_PROC_INFO", "type": "" }, { "class": "const", "name": "SYS_PROFIL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": "" }, { "class": "const", "name": "SYS_PTRACE", "type": "" }, { "class": "const", "name": "SYS_PWRITE", "type": "" }, { "class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_QUOTACTL", "type": "" }, { "class": "const", "name": "SYS_READ", "type": "" }, { "class": "const", "name": "SYS_READLINK", "type": "" }, { "class": "const", "name": "SYS_READV", "type": "" }, { "class": "const", "name": "SYS_READV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_READ_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REBOOT", "type": "" }, { "class": "const", "name": "SYS_RECVFROM", "type": "" }, { "class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_RECVMSG", "type": "" }, { "class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_RENAME", "type": "" }, { "class": "const", "name": "SYS_REVOKE", "type": "" }, { "class": "const", "name": "SYS_RMDIR", "type": "" }, { "class": "const", "name": "SYS_SEARCHFS", "type": "" }, { "class": "const", "name": "SYS_SELECT", "type": "" }, { "class": "const", "name": "SYS_SELECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SEMCTL", "type": "" }, { "class": "const", "name": "SYS_SEMGET", "type": "" }, { "class": "const", "name": "SYS_SEMOP", "type": "" }, { "class": "const", "name": "SYS_SEMSYS", "type": "" }, { "class": "const", "name": "SYS_SEM_CLOSE", "type": "" }, { "class": "const", "name": "SYS_SEM_DESTROY", "type": "" }, { "class": "const", "name": "SYS_SEM_GETVALUE", "type": "" }, { "class": "const", "name": "SYS_SEM_INIT", "type": "" }, { "class": "const", "name": "SYS_SEM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SEM_POST", "type": "" }, { "class": "const", "name": "SYS_SEM_TRYWAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDFILE", "type": "" }, { "class": "const", "name": "SYS_SENDMSG", "type": "" }, { "class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDTO", "type": "" }, { "class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_SETAUID", "type": "" }, { "class": "const", "name": "SYS_SETEGID", "type": "" }, { "class": "const", "name": "SYS_SETEUID", "type": "" }, { "class": "const", "name": "SYS_SETGID", "type": "" }, { "class": "const", "name": "SYS_SETGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETITIMER", "type": "" }, { "class": "const", "name": "SYS_SETLCID", "type": "" }, { "class": "const", "name": "SYS_SETLOGIN", "type": "" }, { "class": "const", "name": "SYS_SETPGID", "type": "" }, { "class": "const", "name": "SYS_SETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_SETPRIVEXEC", "type": "" }, { "class": "const", "name": "SYS_SETREGID", "type": "" }, { "class": "const", "name": "SYS_SETREUID", "type": "" }, { "class": "const", "name": "SYS_SETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_SETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETSID", "type": "" }, { "class": "const", "name": "SYS_SETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_SETTID", "type": "" }, { "class": "const", "name": "SYS_SETTID_WITH_PID", "type": "" }, { "class": "const", "name": "SYS_SETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_SETUID", "type": "" }, { "class": "const", "name": "SYS_SETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETXATTR", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": "" }, { "class": "const", "name": "SYS_SHMAT", "type": "" }, { "class": "const", "name": "SYS_SHMCTL", "type": "" }, { "class": "const", "name": "SYS_SHMDT", "type": "" }, { "class": "const", "name": "SYS_SHMGET", "type": "" }, { "class": "const", "name": "SYS_SHMSYS", "type": "" }, { "class": "const", "name": "SYS_SHM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SHM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SHUTDOWN", "type": "" }, { "class": "const", "name": "SYS_SIGACTION", "type": "" }, { "class": "const", "name": "SYS_SIGALTSTACK", "type": "" }, { "class": "const", "name": "SYS_SIGPENDING", "type": "" }, { "class": "const", "name": "SYS_SIGPROCMASK", "type": "" }, { "class": "const", "name": "SYS_SIGRETURN", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SOCKET", "type": "" }, { "class": "const", "name": "SYS_SOCKETPAIR", "type": "" }, { "class": "const", "name": "SYS_STACK_SNAPSHOT", "type": "" }, { "class": "const", "name": "SYS_STAT", "type": "" }, { "class": "const", "name": "SYS_STAT64", "type": "" }, { "class": "const", "name": "SYS_STAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_STATFS", "type": "" }, { "class": "const", "name": "SYS_STATFS64", "type": "" }, { "class": "const", "name": "SYS_STATV", "type": "" }, { "class": "const", "name": "SYS_STAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_SWAPON", "type": "" }, { "class": "const", "name": "SYS_SYMLINK", "type": "" }, { "class": "const", "name": "SYS_SYNC", "type": "" }, { "class": "const", "name": "SYS_SYSCALL", "type": "" }, { "class": "const", "name": "SYS_THREAD_SELFID", "type": "" }, { "class": "const", "name": "SYS_TRUNCATE", "type": "" }, { "class": "const", "name": "SYS_UMASK", "type": "" }, { "class": "const", "name": "SYS_UMASK_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_UNDELETE", "type": "" }, { "class": "const", "name": "SYS_UNLINK", "type": "" }, { "class": "const", "name": "SYS_UNMOUNT", "type": "" }, { "class": "const", "name": "SYS_UTIMES", "type": "" }, { "class": "const", "name": "SYS_VFORK", "type": "" }, { "class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": "" }, { "class": "const", "name": "SYS_WAIT4", "type": "" }, { "class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WAITEVENT", "type": "" }, { "class": "const", "name": "SYS_WAITID", "type": "" }, { "class": "const", "name": "SYS_WAITID_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WATCHEVENT", "type": "" }, { "class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": "" }, { "class": "const", "name": "SYS_WORKQ_OPEN", "type": "" }, { "class": "const", "name": "SYS_WRITE", "type": "" }, { "class": "const", "name": "SYS_WRITEV", "type": "" }, { "class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": "" }, { "class": "const", "name": "SYS___MAC_EXECVE", "type": "" }, { "class": "const", "name": "SYS___MAC_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_SYSCALL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CANCELED", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_KILL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SYSCTL", "type": "" }, { "class": "const", "name": "S_IEXEC", "type": "" }, { "class": "const", "name": "S_IFBLK", "type": "" }, { "class": "const", "name": "S_IFCHR", "type": "" }, { "class": "const", "name": "S_IFDIR", "type": "" }, { "class": "const", "name": "S_IFIFO", "type": "" }, { "class": "const", "name": "S_IFLNK", "type": "" }, { "class": "const", "name": "S_IFMT", "type": "" }, { "class": "const", "name": "S_IFREG", "type": "" }, { "class": "const", "name": "S_IFSOCK", "type": "" }, { "class": "const", "name": "S_IFWHT", "type": "" }, { "class": "const", "name": "S_IREAD", "type": "" }, { "class": "const", "name": "S_IRGRP", "type": "" }, { "class": "const", "name": "S_IROTH", "type": "" }, { "class": "const", "name": "S_IRUSR", "type": "" }, { "class": "const", "name": "S_IRWXG", "type": "" }, { "class": "const", "name": "S_IRWXO", "type": "" }, { "class": "const", "name": "S_IRWXU", "type": "" }, { "class": "const", "name": "S_ISGID", "type": "" }, { "class": "const", "name": "S_ISTXT", "type": "" }, { "class": "const", "name": "S_ISUID", "type": "" }, { "class": "const", "name": "S_ISVTX", "type": "" }, { "class": "const", "name": "S_IWGRP", "type": "" }, { "class": "const", "name": "S_IWOTH", "type": "" }, { "class": "const", "name": "S_IWRITE", "type": "" }, { "class": "const", "name": "S_IWUSR", "type": "" }, { "class": "const", "name": "S_IXGRP", "type": "" }, { "class": "const", "name": "S_IXOTH", "type": "" }, { "class": "const", "name": "S_IXUSR", "type": "" }, { "class": "const", "name": "SizeofBpfHdr", "type": "" }, { "class": "const", "name": "SizeofBpfInsn", "type": "" }, { "class": "const", "name": "SizeofBpfProgram", "type": "" }, { "class": "const", "name": "SizeofBpfStat", "type": "" }, { "class": "const", "name": "SizeofBpfVersion", "type": "" }, { "class": "const", "name": "SizeofCmsghdr", "type": "" }, { "class": "const", "name": "SizeofICMPv6Filter", "type": "" }, { "class": "const", "name": "SizeofIPMreq", "type": "" }, { "class": "const", "name": "SizeofIPv6MTUInfo", "type": "" }, { "class": "const", "name": "SizeofIPv6Mreq", "type": "" }, { "class": "const", "name": "SizeofIfData", "type": "" }, { "class": "const", "name": "SizeofIfMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr2", "type": "" }, { "class": "const", "name": "SizeofInet4Pktinfo", "type": "" }, { "class": "const", "name": "SizeofInet6Pktinfo", "type": "" }, { "class": "const", "name": "SizeofLinger", "type": "" }, { "class": "const", "name": "SizeofMsghdr", "type": "" }, { "class": "const", "name": "SizeofRtMetrics", "type": "" }, { "class": "const", "name": "SizeofRtMsghdr", "type": "" }, { "class": "const", "name": "SizeofSockaddrAny", "type": "" }, { "class": "const", "name": "SizeofSockaddrDatalink", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet4", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet6", "type": "" }, { "class": "const", "name": "SizeofSockaddrUnix", "type": "" }, { "class": "const", "name": "TCIFLUSH", "type": "" }, { "class": "const", "name": "TCIOFLUSH", "type": "" }, { "class": "const", "name": "TCOFLUSH", "type": "" }, { "class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": "" }, { "class": "const", "name": "TCP_KEEPALIVE", "type": "" }, { "class": "const", "name": "TCP_MAXHLEN", "type": "" }, { "class": "const", "name": "TCP_MAXOLEN", "type": "" }, { "class": "const", "name": "TCP_MAXSEG", "type": "" }, { "class": "const", "name": "TCP_MAXWIN", "type": "" }, { "class": "const", "name": "TCP_MAX_SACK", "type": "" }, { "class": "const", "name": "TCP_MAX_WINSHIFT", "type": "" }, { "class": "const", "name": "TCP_MINMSS", "type": "" }, { "class": "const", "name": "TCP_MINMSSOVERLOAD", "type": "" }, { "class": "const", "name": "TCP_MSS", "type": "" }, { "class": "const", "name": "TCP_NODELAY", "type": "" }, { "class": "const", "name": "TCP_NOOPT", "type": "" }, { "class": "const", "name": "TCP_NOPUSH", "type": "" }, { "class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": "" }, { "class": "const", "name": "TCP_RXT_FINDROP", "type": "" }, { "class": "const", "name": "TCSAFLUSH", "type": "" }, { "class": "const", "name": "TIOCCBRK", "type": "" }, { "class": "const", "name": "TIOCCDTR", "type": "" }, { "class": "const", "name": "TIOCCONS", "type": "" }, { "class": "const", "name": "TIOCDCDTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCDRAIN", "type": "" }, { "class": "const", "name": "TIOCDSIMICROCODE", "type": "" }, { "class": "const", "name": "TIOCEXCL", "type": "" }, { "class": "const", "name": "TIOCEXT", "type": "" }, { "class": "const", "name": "TIOCFLUSH", "type": "" }, { "class": "const", "name": "TIOCGDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCGETA", "type": "" }, { "class": "const", "name": "TIOCGETD", "type": "" }, { "class": "const", "name": "TIOCGPGRP", "type": "" }, { "class": "const", "name": "TIOCGWINSZ", "type": "" }, { "class": "const", "name": "TIOCIXOFF", "type": "" }, { "class": "const", "name": "TIOCIXON", "type": "" }, { "class": "const", "name": "TIOCMBIC", "type": "" }, { "class": "const", "name": "TIOCMBIS", "type": "" }, { "class": "const", "name": "TIOCMGDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMGET", "type": "" }, { "class": "const", "name": "TIOCMODG", "type": "" }, { "class": "const", "name": "TIOCMODS", "type": "" }, { "class": "const", "name": "TIOCMSDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMSET", "type": "" }, { "class": "const", "name": "TIOCM_CAR", "type": "" }, { "class": "const", "name": "TIOCM_CD", "type": "" }, { "class": "const", "name": "TIOCM_CTS", "type": "" }, { "class": "const", "name": "TIOCM_DSR", "type": "" }, { "class": "const", "name": "TIOCM_DTR", "type": "" }, { "class": "const", "name": "TIOCM_LE", "type": "" }, { "class": "const", "name": "TIOCM_RI", "type": "" }, { "class": "const", "name": "TIOCM_RNG", "type": "" }, { "class": "const", "name": "TIOCM_RTS", "type": "" }, { "class": "const", "name": "TIOCM_SR", "type": "" }, { "class": "const", "name": "TIOCM_ST", "type": "" }, { "class": "const", "name": "TIOCNOTTY", "type": "" }, { "class": "const", "name": "TIOCNXCL", "type": "" }, { "class": "const", "name": "TIOCOUTQ", "type": "" }, { "class": "const", "name": "TIOCPKT", "type": "" }, { "class": "const", "name": "TIOCPKT_DATA", "type": "" }, { "class": "const", "name": "TIOCPKT_DOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHREAD", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": "" }, { "class": "const", "name": "TIOCPKT_IOCTL", "type": "" }, { "class": "const", "name": "TIOCPKT_NOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_START", "type": "" }, { "class": "const", "name": "TIOCPKT_STOP", "type": "" }, { "class": "const", "name": "TIOCPTYGNAME", "type": "" }, { "class": "const", "name": "TIOCPTYGRANT", "type": "" }, { "class": "const", "name": "TIOCPTYUNLK", "type": "" }, { "class": "const", "name": "TIOCREMOTE", "type": "" }, { "class": "const", "name": "TIOCSBRK", "type": "" }, { "class": "const", "name": "TIOCSCONS", "type": "" }, { "class": "const", "name": "TIOCSCTTY", "type": "" }, { "class": "const", "name": "TIOCSDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCSDTR", "type": "" }, { "class": "const", "name": "TIOCSETA", "type": "" }, { "class": "const", "name": "TIOCSETAF", "type": "" }, { "class": "const", "name": "TIOCSETAW", "type": "" }, { "class": "const", "name": "TIOCSETD", "type": "" }, { "class": "const", "name": "TIOCSIG", "type": "" }, { "class": "const", "name": "TIOCSPGRP", "type": "" }, { "class": "const", "name": "TIOCSTART", "type": "" }, { "class": "const", "name": "TIOCSTAT", "type": "" }, { "class": "const", "name": "TIOCSTI", "type": "" }, { "class": "const", "name": "TIOCSTOP", "type": "" }, { "class": "const", "name": "TIOCSWINSZ", "type": "" }, { "class": "const", "name": "TIOCTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCUCNTL", "type": "" }, { "class": "const", "name": "TOSTOP", "type": "" }, { "class": "const", "name": "VDISCARD", "type": "" }, { "class": "const", "name": "VDSUSP", "type": "" }, { "class": "const", "name": "VEOF", "type": "" }, { "class": "const", "name": "VEOL", "type": "" }, { "class": "const", "name": "VEOL2", "type": "" }, { "class": "const", "name": "VERASE", "type": "" }, { "class": "const", "name": "VINTR", "type": "" }, { "class": "const", "name": "VKILL", "type": "" }, { "class": "const", "name": "VLNEXT", "type": "" }, { "class": "const", "name": "VMIN", "type": "" }, { "class": "const", "name": "VQUIT", "type": "" }, { "class": "const", "name": "VREPRINT", "type": "" }, { "class": "const", "name": "VSTART", "type": "" }, { "class": "const", "name": "VSTATUS", "type": "" }, { "class": "const", "name": "VSTOP", "type": "" }, { "class": "const", "name": "VSUSP", "type": "" }, { "class": "const", "name": "VT0", "type": "" }, { "class": "const", "name": "VT1", "type": "" }, { "class": "const", "name": "VTDLY", "type": "" }, { "class": "const", "name": "VTIME", "type": "" }, { "class": "const", "name": "VWERASE", "type": "" }, { "class": "const", "name": "WCONTINUED", "type": "" }, { "class": "const", "name": "WCOREFLAG", "type": "" }, { "class": "const", "name": "WEXITED", "type": "" }, { "class": "const", "name": "WNOHANG", "type": "" }, { "class": "const", "name": "WNOWAIT", "type": "" }, { "class": "const", "name": "WORDSIZE", "type": "" }, { "class": "const", "name": "WSTOPPED", "type": "" }, { "class": "const", "name": "WUNTRACED", "type": "" }, { "class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)" }, { "class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)" }, { "class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)" }, { "class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)" }, { "class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)" }, { "class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)" }, { "class": "func", "name": "Chdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error" }, { "class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Chroot", "type": "func(path string) (err error)" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Close", "type": "func(fd int) (err error)" }, { "class": "func", "name": "CloseOnExec", "type": "func(fd int)" }, { "class": "func", "name": "CmsgLen", "type": "func(datalen int) int" }, { "class": "func", "name": "CmsgSpace", "type": "func(datalen int) int" }, { "class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)" }, { "class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)" }, { "class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Fchdir", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)" }, { "class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)" }, { "class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)" }, { "class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error" }, { "class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)" }, { "class": "func", "name": "FlushBpf", "type": "func(fd int) error" }, { "class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)" }, { "class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)" }, { "class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "Fsync", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)" }, { "class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)" }, { "class": "func", "name": "Getdtablesize", "type": "func() (size int)" }, { "class": "func", "name": "Getegid", "type": "func() (egid int)" }, { "class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)" }, { "class": "func", "name": "Geteuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)" }, { "class": "func", "name": "Getgid", "type": "func() (gid int)" }, { "class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)" }, { "class": "func", "name": "Getpgrp", "type": "func() (pgrp int)" }, { "class": "func", "name": "Getpid", "type": "func() (pid int)" }, { "class": "func", "name": "Getppid", "type": "func() (ppid int)" }, { "class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)" }, { "class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)" }, { "class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)" }, { "class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)" }, { "class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)" }, { "class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)" }, { "class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)" }, { "class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)" }, { "class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)" }, { "class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)" }, { "class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Getuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getwd", "type": "func() (string, error)" }, { "class": "func", "name": "Issetugid", "type": "func() (tainted bool)" }, { "class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)" }, { "class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)" }, { "class": "func", "name": "Kqueue", "type": "func() (fd int, err error)" }, { "class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Link", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)" }, { "class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)" }, { "class": "func", "name": "Mlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Mlockall", "type": "func(flags int) (err error)" }, { "class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)" }, { "class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)" }, { "class": "func", "name": "Munlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Munlockall", "type": "func() (err error)" }, { "class": "func", "name": "Munmap", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)" }, { "class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)" }, { "class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)" }, { "class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)" }, { "class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)" }, { "class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)" }, { "class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)" }, { "class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)" }, { "class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)" }, { "class": "func", "name": "Pipe", "type": "func(p []int) (err error)" }, { "class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)" }, { "class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)" }, { "class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Rename", "type": "func(from string, to string) (err error)" }, { "class": "func", "name": "Revoke", "type": "func(path string) (err error)" }, { "class": "func", "name": "Rmdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)" }, { "class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)" }, { "class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)" }, { "class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)" }, { "class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)" }, { "class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)" }, { "class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)" }, { "class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error" }, { "class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)" }, { "class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)" }, { "class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error" }, { "class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error" }, { "class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error" }, { "class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)" }, { "class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)" }, { "class": "func", "name": "Setegid", "type": "func(egid int) (err error)" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "Seteuid", "type": "func(euid int) (err error)" }, { "class": "func", "name": "Setgid", "type": "func(gid int) (err error)" }, { "class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)" }, { "class": "func", "name": "Setlogin", "type": "func(name string) (err error)" }, { "class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)" }, { "class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)" }, { "class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)" }, { "class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)" }, { "class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)" }, { "class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Setsid", "type": "func() (pid int, err error)" }, { "class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)" }, { "class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error" }, { "class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)" }, { "class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)" }, { "class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)" }, { "class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)" }, { "class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)" }, { "class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)" }, { "class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)" }, { "class": "func", "name": "Setuid", "type": "func(uid int) (err error)" }, { "class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)" }, { "class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)" }, { "class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)" }, { "class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)" }, { "class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)" }, { "class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "StringBytePtr", "type": "func(s string) *byte" }, { "class": "func", "name": "StringByteSlice", "type": "func(s string) []byte" }, { "class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte" }, { "class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Sync", "type": "func() (err error)" }, { "class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)" }, { "class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)" }, { "class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64" }, { "class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64" }, { "class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)" }, { "class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)" }, { "class": "func", "name": "Undelete", "type": "func(path string) (err error)" }, { "class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte" }, { "class": "func", "name": "Unlink", "type": "func(path string) (err error)" }, { "class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error" }, { "class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)" }, { "class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "type", "name": "BpfHdr", "type": "struct" }, { "class": "type", "name": "BpfInsn", "type": "struct" }, { "class": "type", "name": "BpfProgram", "type": "struct" }, { "class": "type", "name": "BpfStat", "type": "struct" }, { "class": "type", "name": "BpfVersion", "type": "struct" }, { "class": "type", "name": "Cmsghdr", "type": "struct" }, { "class": "type", "name": "Credential", "type": "struct" }, { "class": "type", "name": "Dirent", "type": "struct" }, { "class": "type", "name": "Errno", "type": "uintptr" }, { "class": "type", "name": "Fbootstraptransfer_t", "type": "struct" }, { "class": "type", "name": "FdSet", "type": "struct" }, { "class": "type", "name": "Flock_t", "type": "struct" }, { "class": "type", "name": "Fsid", "type": "struct" }, { "class": "type", "name": "Fstore_t", "type": "struct" }, { "class": "type", "name": "ICMPv6Filter", "type": "struct" }, { "class": "type", "name": "IPMreq", "type": "struct" }, { "class": "type", "name": "IPv6MTUInfo", "type": "struct" }, { "class": "type", "name": "IPv6Mreq", "type": "struct" }, { "class": "type", "name": "IfData", "type": "struct" }, { "class": "type", "name": "IfMsghdr", "type": "struct" }, { "class": "type", "name": "IfaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr2", "type": "struct" }, { "class": "type", "name": "Inet4Pktinfo", "type": "struct" }, { "class": "type", "name": "Inet6Pktinfo", "type": "struct" }, { "class": "type", "name": "InterfaceAddrMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct" }, { "class": "type", "name": "Iovec", "type": "struct" }, { "class": "type", "name": "Kevent_t", "type": "struct" }, { "class": "type", "name": "Linger", "type": "struct" }, { "class": "type", "name": "Log2phys_t", "type": "struct" }, { "class": "type", "name": "Msghdr", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Radvisory_t", "type": "struct" }, { "class": "type", "name": "RawSockaddr", "type": "struct" }, { "class": "type", "name": "RawSockaddrAny", "type": "struct" }, { "class": "type", "name": "RawSockaddrDatalink", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet4", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet6", "type": "struct" }, { "class": "type", "name": "RawSockaddrUnix", "type": "struct" }, { "class": "type", "name": "Rlimit", "type": "struct" }, { "class": "type", "name": "RouteMessage", "type": "struct" }, { "class": "type", "name": "RoutingMessage", "type": "interface" }, { "class": "type", "name": "RtMetrics", "type": "struct" }, { "class": "type", "name": "RtMsghdr", "type": "struct" }, { "class": "type", "name": "Rusage", "type": "struct" }, { "class": "type", "name": "Signal", "type": "int" }, { "class": "type", "name": "Sockaddr", "type": "interface" }, { "class": "type", "name": "SockaddrDatalink", "type": "struct" }, { "class": "type", "name": "SockaddrInet4", "type": "struct" }, { "class": "type", "name": "SockaddrInet6", "type": "struct" }, { "class": "type", "name": "SockaddrUnix", "type": "struct" }, { "class": "type", "name": "SocketControlMessage", "type": "struct" }, { "class": "type", "name": "Stat_t", "type": "struct" }, { "class": "type", "name": "Statfs_t", "type": "struct" }, { "class": "type", "name": "SysProcAttr", "type": "struct" }, { "class": "type", "name": "Termios", "type": "struct" }, { "class": "type", "name": "Timespec", "type": "struct" }, { "class": "type", "name": "Timeval", "type": "struct" }, { "class": "type", "name": "Timeval32", "type": "struct" }, { "class": "type", "name": "WaitStatus", "type": "uint32" }, { "class": "var", "name": "ForkLock", "type": "sync.RWMutex" }, { "class": "var", "name": "SocketDisableIPv6", "type": "bool" }, { "class": "var", "name": "Stderr", "type": "int" }, { "class": "var", "name": "Stdin", "type": "int" }, { "class": "var", "name": "Stdout", "type": "int"},{ "class": "const", "name": "MinRead", "type": "" }, { "class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int" }, { "class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool" }, { "class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool" }, { "class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool" }, { "class": "func", "name": "Fields", "type": "func(s []byte) [][]byte" }, { "class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte" }, { "class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool" }, { "class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool" }, { "class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int" }, { "class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte" }, { "class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte" }, { "class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer" }, { "class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer" }, { "class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader" }, { "class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte" }, { "class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte" }, { "class": "func", "name": "Runes", "type": "func(s []byte) []rune" }, { "class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "Title", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLower", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToTitle", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToUpper", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte" }, { "class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte" }, { "class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte" }, { "class": "type", "name": "Buffer", "type": "struct" }, { "class": "type", "name": "Reader", "type": "struct" }, { "class": "var", "name": "ErrTooLarge", "type": "error" }, { "class": "const", "name": "Bad", "type": "" }, { "class": "const", "name": "Con", "type": "" }, { "class": "const", "name": "FilterFuncDuplicates", "type": "" }, { "class": "const", "name": "FilterImportDuplicates", "type": "" }, { "class": "const", "name": "FilterUnassociatedComments", "type": "" }, { "class": "const", "name": "Fun", "type": "" }, { "class": "const", "name": "Lbl", "type": "" }, { "class": "const", "name": "Pkg", "type": "" }, { "class": "const", "name": "RECV", "type": "" }, { "class": "const", "name": "SEND", "type": "" }, { "class": "const", "name": "Typ", "type": "" }, { "class": "const", "name": "Var", "type": "" }, { "class": "func", "name": "FileExports", "type": "func(src *ast.File) bool" }, { "class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool" }, { "class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool" }, { "class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool" }, { "class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) (err error)" }, { "class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)" }, { "class": "func", "name": "IsExported", "type": "func(name string) bool" }, { "class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File" }, { "class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap" }, { "class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident" }, { "class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object" }, { "class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)" }, { "class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope" }, { "class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool" }, { "class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool" }, { "class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error" }, { "class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)" }, { "class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)" }, { "class": "type", "name": "ArrayType", "type": "struct" }, { "class": "type", "name": "AssignStmt", "type": "struct" }, { "class": "type", "name": "BadDecl", "type": "struct" }, { "class": "type", "name": "BadExpr", "type": "struct" }, { "class": "type", "name": "BadStmt", "type": "struct" }, { "class": "type", "name": "BasicLit", "type": "struct" }, { "class": "type", "name": "BinaryExpr", "type": "struct" }, { "class": "type", "name": "BlockStmt", "type": "struct" }, { "class": "type", "name": "BranchStmt", "type": "struct" }, { "class": "type", "name": "CallExpr", "type": "struct" }, { "class": "type", "name": "CaseClause", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "ChanType", "type": "struct" }, { "class": "type", "name": "CommClause", "type": "struct" }, { "class": "type", "name": "Comment", "type": "struct" }, { "class": "type", "name": "CommentGroup", "type": "struct" }, { "class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup" }, { "class": "type", "name": "CompositeLit", "type": "struct" }, { "class": "type", "name": "Decl", "type": "interface" }, { "class": "type", "name": "DeclStmt", "type": "struct" }, { "class": "type", "name": "DeferStmt", "type": "struct" }, { "class": "type", "name": "Ellipsis", "type": "struct" }, { "class": "type", "name": "EmptyStmt", "type": "struct" }, { "class": "type", "name": "Expr", "type": "interface" }, { "class": "type", "name": "ExprStmt", "type": "struct" }, { "class": "type", "name": "Field", "type": "struct" }, { "class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool" }, { "class": "type", "name": "FieldList", "type": "struct" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "Filter", "type": "func(string) bool" }, { "class": "type", "name": "ForStmt", "type": "struct" }, { "class": "type", "name": "FuncDecl", "type": "struct" }, { "class": "type", "name": "FuncLit", "type": "struct" }, { "class": "type", "name": "FuncType", "type": "struct" }, { "class": "type", "name": "GenDecl", "type": "struct" }, { "class": "type", "name": "GoStmt", "type": "struct" }, { "class": "type", "name": "Ident", "type": "struct" }, { "class": "type", "name": "IfStmt", "type": "struct" }, { "class": "type", "name": "ImportSpec", "type": "struct" }, { "class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)" }, { "class": "type", "name": "IncDecStmt", "type": "struct" }, { "class": "type", "name": "IndexExpr", "type": "struct" }, { "class": "type", "name": "InterfaceType", "type": "struct" }, { "class": "type", "name": "KeyValueExpr", "type": "struct" }, { "class": "type", "name": "LabeledStmt", "type": "struct" }, { "class": "type", "name": "MapType", "type": "struct" }, { "class": "type", "name": "MergeMode", "type": "uint" }, { "class": "type", "name": "Node", "type": "interface" }, { "class": "type", "name": "ObjKind", "type": "int" }, { "class": "type", "name": "Object", "type": "struct" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "ParenExpr", "type": "struct" }, { "class": "type", "name": "RangeStmt", "type": "struct" }, { "class": "type", "name": "ReturnStmt", "type": "struct" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "SelectStmt", "type": "struct" }, { "class": "type", "name": "SelectorExpr", "type": "struct" }, { "class": "type", "name": "SendStmt", "type": "struct" }, { "class": "type", "name": "SliceExpr", "type": "struct" }, { "class": "type", "name": "Spec", "type": "interface" }, { "class": "type", "name": "StarExpr", "type": "struct" }, { "class": "type", "name": "Stmt", "type": "interface" }, { "class": "type", "name": "StructType", "type": "struct" }, { "class": "type", "name": "SwitchStmt", "type": "struct" }, { "class": "type", "name": "TypeAssertExpr", "type": "struct" }, { "class": "type", "name": "TypeSpec", "type": "struct" }, { "class": "type", "name": "TypeSwitchStmt", "type": "struct" }, { "class": "type", "name": "UnaryExpr", "type": "struct" }, { "class": "type", "name": "ValueSpec", "type": "struct" }, { "class": "type", "name": "Visitor", "type": "interface" }, { "class": "const", "name": "ADD", "type": "" }, { "class": "const", "name": "ADD_ASSIGN", "type": "" }, { "class": "const", "name": "AND", "type": "" }, { "class": "const", "name": "AND_ASSIGN", "type": "" }, { "class": "const", "name": "AND_NOT", "type": "" }, { "class": "const", "name": "AND_NOT_ASSIGN", "type": "" }, { "class": "const", "name": "ARROW", "type": "" }, { "class": "const", "name": "ASSIGN", "type": "" }, { "class": "const", "name": "BREAK", "type": "" }, { "class": "const", "name": "CASE", "type": "" }, { "class": "const", "name": "CHAN", "type": "" }, { "class": "const", "name": "CHAR", "type": "" }, { "class": "const", "name": "COLON", "type": "" }, { "class": "const", "name": "COMMA", "type": "" }, { "class": "const", "name": "COMMENT", "type": "" }, { "class": "const", "name": "CONST", "type": "" }, { "class": "const", "name": "CONTINUE", "type": "" }, { "class": "const", "name": "DEC", "type": "" }, { "class": "const", "name": "DEFAULT", "type": "" }, { "class": "const", "name": "DEFER", "type": "" }, { "class": "const", "name": "DEFINE", "type": "" }, { "class": "const", "name": "ELLIPSIS", "type": "" }, { "class": "const", "name": "ELSE", "type": "" }, { "class": "const", "name": "EOF", "type": "" }, { "class": "const", "name": "EQL", "type": "" }, { "class": "const", "name": "FALLTHROUGH", "type": "" }, { "class": "const", "name": "FLOAT", "type": "" }, { "class": "const", "name": "FOR", "type": "" }, { "class": "const", "name": "FUNC", "type": "" }, { "class": "const", "name": "GEQ", "type": "" }, { "class": "const", "name": "GO", "type": "" }, { "class": "const", "name": "GOTO", "type": "" }, { "class": "const", "name": "GTR", "type": "" }, { "class": "const", "name": "HighestPrec", "type": "" }, { "class": "const", "name": "IDENT", "type": "" }, { "class": "const", "name": "IF", "type": "" }, { "class": "const", "name": "ILLEGAL", "type": "" }, { "class": "const", "name": "IMAG", "type": "" }, { "class": "const", "name": "IMPORT", "type": "" }, { "class": "const", "name": "INC", "type": "" }, { "class": "const", "name": "INT", "type": "" }, { "class": "const", "name": "INTERFACE", "type": "" }, { "class": "const", "name": "LAND", "type": "" }, { "class": "const", "name": "LBRACE", "type": "" }, { "class": "const", "name": "LBRACK", "type": "" }, { "class": "const", "name": "LEQ", "type": "" }, { "class": "const", "name": "LOR", "type": "" }, { "class": "const", "name": "LPAREN", "type": "" }, { "class": "const", "name": "LSS", "type": "" }, { "class": "const", "name": "LowestPrec", "type": "" }, { "class": "const", "name": "MAP", "type": "" }, { "class": "const", "name": "MUL", "type": "" }, { "class": "const", "name": "MUL_ASSIGN", "type": "" }, { "class": "const", "name": "NEQ", "type": "" }, { "class": "const", "name": "NOT", "type": "" }, { "class": "const", "name": "NoPos", "type": "" }, { "class": "const", "name": "OR", "type": "" }, { "class": "const", "name": "OR_ASSIGN", "type": "" }, { "class": "const", "name": "PACKAGE", "type": "" }, { "class": "const", "name": "PERIOD", "type": "" }, { "class": "const", "name": "QUO", "type": "" }, { "class": "const", "name": "QUO_ASSIGN", "type": "" }, { "class": "const", "name": "RANGE", "type": "" }, { "class": "const", "name": "RBRACE", "type": "" }, { "class": "const", "name": "RBRACK", "type": "" }, { "class": "const", "name": "REM", "type": "" }, { "class": "const", "name": "REM_ASSIGN", "type": "" }, { "class": "const", "name": "RETURN", "type": "" }, { "class": "const", "name": "RPAREN", "type": "" }, { "class": "const", "name": "SELECT", "type": "" }, { "class": "const", "name": "SEMICOLON", "type": "" }, { "class": "const", "name": "SHL", "type": "" }, { "class": "const", "name": "SHL_ASSIGN", "type": "" }, { "class": "const", "name": "SHR", "type": "" }, { "class": "const", "name": "SHR_ASSIGN", "type": "" }, { "class": "const", "name": "STRING", "type": "" }, { "class": "const", "name": "STRUCT", "type": "" }, { "class": "const", "name": "SUB", "type": "" }, { "class": "const", "name": "SUB_ASSIGN", "type": "" }, { "class": "const", "name": "SWITCH", "type": "" }, { "class": "const", "name": "TYPE", "type": "" }, { "class": "const", "name": "UnaryPrec", "type": "" }, { "class": "const", "name": "VAR", "type": "" }, { "class": "const", "name": "XOR", "type": "" }, { "class": "const", "name": "XOR_ASSIGN", "type": "" }, { "class": "func", "name": "Lookup", "type": "func(ident string) token.Token" }, { "class": "func", "name": "NewFileSet", "type": "func() *token.FileSet" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileSet", "type": "struct" }, { "class": "type", "name": "Pos", "type": "int" }, { "class": "type", "name": "Position", "type": "struct" }, { "class": "type", "name": "Token", "type": "int" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "Byte", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "FieldVal", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "IsBoolean", "type": "" }, { "class": "const", "name": "IsComplex", "type": "" }, { "class": "const", "name": "IsConstType", "type": "" }, { "class": "const", "name": "IsFloat", "type": "" }, { "class": "const", "name": "IsInteger", "type": "" }, { "class": "const", "name": "IsNumeric", "type": "" }, { "class": "const", "name": "IsOrdered", "type": "" }, { "class": "const", "name": "IsString", "type": "" }, { "class": "const", "name": "IsUnsigned", "type": "" }, { "class": "const", "name": "IsUntyped", "type": "" }, { "class": "const", "name": "MethodExpr", "type": "" }, { "class": "const", "name": "MethodVal", "type": "" }, { "class": "const", "name": "RecvOnly", "type": "" }, { "class": "const", "name": "Rune", "type": "" }, { "class": "const", "name": "SendOnly", "type": "" }, { "class": "const", "name": "SendRecv", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "const", "name": "UntypedBool", "type": "" }, { "class": "const", "name": "UntypedComplex", "type": "" }, { "class": "const", "name": "UntypedFloat", "type": "" }, { "class": "const", "name": "UntypedInt", "type": "" }, { "class": "const", "name": "UntypedNil", "type": "" }, { "class": "const", "name": "UntypedRune", "type": "" }, { "class": "const", "name": "UntypedString", "type": "" }, { "class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool" }, { "class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "Comparable", "type": "func(T types.Type) bool" }, { "class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()" }, { "class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (tv types.TypeAndValue, err error)" }, { "class": "func", "name": "ExprString", "type": "func(x ast.Expr) string" }, { "class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string" }, { "class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool" }, { "class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool" }, { "class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool" }, { "class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)" }, { "class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)" }, { "class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array" }, { "class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan" }, { "class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker" }, { "class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const" }, { "class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var" }, { "class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func" }, { "class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface" }, { "class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label" }, { "class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map" }, { "class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet" }, { "class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named" }, { "class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package" }, { "class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName" }, { "class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer" }, { "class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope" }, { "class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature" }, { "class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice" }, { "class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct" }, { "class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple" }, { "class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName" }, { "class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string" }, { "class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier" }, { "class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string" }, { "class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string" }, { "class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)" }, { "class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)" }, { "class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)" }, { "class": "type", "name": "Array", "type": "struct" }, { "class": "type", "name": "Basic", "type": "struct" }, { "class": "type", "name": "BasicInfo", "type": "int" }, { "class": "type", "name": "BasicKind", "type": "int" }, { "class": "type", "name": "Builtin", "type": "struct" }, { "class": "type", "name": "Chan", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Checker", "type": "struct" }, { "class": "type", "name": "Config", "type": "struct" }, { "class": "type", "name": "Const", "type": "struct" }, { "class": "type", "name": "Error", "type": "struct" }, { "class": "type", "name": "Func", "type": "struct" }, { "class": "type", "name": "ImportMode", "type": "int" }, { "class": "type", "name": "Importer", "type": "interface" }, { "class": "type", "name": "ImporterFrom", "type": "interface" }, { "class": "type", "name": "Info", "type": "struct" }, { "class": "type", "name": "Initializer", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "Label", "type": "struct" }, { "class": "type", "name": "Map", "type": "struct" }, { "class": "type", "name": "MethodSet", "type": "struct" }, { "class": "type", "name": "Named", "type": "struct" }, { "class": "type", "name": "Nil", "type": "struct" }, { "class": "type", "name": "Object", "type": "interface" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "PkgName", "type": "struct" }, { "class": "type", "name": "Pointer", "type": "struct" }, { "class": "type", "name": "Qualifier", "type": "func(*types.Package) string" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "Selection", "type": "struct" }, { "class": "type", "name": "SelectionKind", "type": "int" }, { "class": "type", "name": "Signature", "type": "struct" }, { "class": "type", "name": "Sizes", "type": "interface" }, { "class": "type", "name": "Slice", "type": "struct" }, { "class": "type", "name": "StdSizes", "type": "struct" }, { "class": "type", "name": "Struct", "type": "struct" }, { "class": "type", "name": "Tuple", "type": "struct" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "TypeAndValue", "type": "struct" }, { "class": "type", "name": "TypeName", "type": "struct" }, { "class": "type", "name": "Var", "type": "struct" }, { "class": "var", "name": "Typ", "type": "[]*types.Basic" }, { "class": "var", "name": "Universe", "type": "*types.Scope" }, { "class": "var", "name": "Unsafe", "type": "*types.Package" }, { "class": "const", "name": "FlagBroadcast", "type": "" }, { "class": "const", "name": "FlagLoopback", "type": "" }, { "class": "const", "name": "FlagMulticast", "type": "" }, { "class": "const", "name": "FlagPointToPoint", "type": "" }, { "class": "const", "name": "FlagUp", "type": "" }, { "class": "const", "name": "IPv4len", "type": "" }, { "class": "const", "name": "IPv6len", "type": "" }, { "class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask" }, { "class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)" }, { "class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)" }, { "class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)" }, { "class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)" }, { "class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)" }, { "class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)" }, { "class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP" }, { "class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask" }, { "class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)" }, { "class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)" }, { "class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)" }, { "class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)" }, { "class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string" }, { "class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)" }, { "class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)" }, { "class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)" }, { "class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)" }, { "class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)" }, { "class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)" }, { "class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)" }, { "class": "func", "name": "LookupIP", "type": "func(host string) (ips []net.IP, err error)" }, { "class": "func", "name": "LookupMX", "type": "func(name string) (mxs []*net.MX, err error)" }, { "class": "func", "name": "LookupNS", "type": "func(name string) (nss []*net.NS, err error)" }, { "class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)" }, { "class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)" }, { "class": "func", "name": "LookupTXT", "type": "func(name string) (txts []string, err error)" }, { "class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)" }, { "class": "func", "name": "ParseIP", "type": "func(s string) net.IP" }, { "class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)" }, { "class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)" }, { "class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)" }, { "class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)" }, { "class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)" }, { "class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)" }, { "class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)" }, { "class": "type", "name": "Addr", "type": "interface" }, { "class": "type", "name": "AddrError", "type": "struct" }, { "class": "type", "name": "Conn", "type": "interface" }, { "class": "type", "name": "DNSConfigError", "type": "struct" }, { "class": "type", "name": "DNSError", "type": "struct" }, { "class": "type", "name": "Dialer", "type": "struct" }, { "class": "type", "name": "Error", "type": "interface" }, { "class": "type", "name": "Flags", "type": "uint" }, { "class": "type", "name": "HardwareAddr", "type": "[]byte" }, { "class": "type", "name": "IP", "type": "[]byte" }, { "class": "type", "name": "IPAddr", "type": "struct" }, { "class": "type", "name": "IPConn", "type": "struct" }, { "class": "type", "name": "IPMask", "type": "[]byte" }, { "class": "type", "name": "IPNet", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "InvalidAddrError", "type": "string" }, { "class": "type", "name": "Listener", "type": "interface" }, { "class": "type", "name": "MX", "type": "struct" }, { "class": "type", "name": "NS", "type": "struct" }, { "class": "type", "name": "OpError", "type": "struct" }, { "class": "type", "name": "PacketConn", "type": "interface" }, { "class": "type", "name": "ParseError", "type": "struct" }, { "class": "type", "name": "SRV", "type": "struct" }, { "class": "type", "name": "TCPAddr", "type": "struct" }, { "class": "type", "name": "TCPConn", "type": "struct" }, { "class": "type", "name": "TCPListener", "type": "struct" }, { "class": "type", "name": "UDPAddr", "type": "struct" }, { "class": "type", "name": "UDPConn", "type": "struct" }, { "class": "type", "name": "UnixAddr", "type": "struct" }, { "class": "type", "name": "UnixConn", "type": "struct" }, { "class": "type", "name": "UnixListener", "type": "struct" }, { "class": "type", "name": "UnknownNetworkError", "type": "string" }, { "class": "var", "name": "ErrWriteToConnected", "type": "error" }, { "class": "var", "name": "IPv4allrouter", "type": "net.IP" }, { "class": "var", "name": "IPv4allsys", "type": "net.IP" }, { "class": "var", "name": "IPv4bcast", "type": "net.IP" }, { "class": "var", "name": "IPv4zero", "type": "net.IP" }, { "class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP" }, { "class": "var", "name": "IPv6loopback", "type": "net.IP" }, { "class": "var", "name": "IPv6unspecified", "type": "net.IP" }, { "class": "var", "name": "IPv6zero", "type": "net.IP" }, { "class": "const", "name": "DevNull", "type": "" }, { "class": "const", "name": "ModeAppend", "type": "" }, { "class": "const", "name": "ModeCharDevice", "type": "" }, { "class": "const", "name": "ModeDevice", "type": "" }, { "class": "const", "name": "ModeDir", "type": "" }, { "class": "const", "name": "ModeExclusive", "type": "" }, { "class": "const", "name": "ModeNamedPipe", "type": "" }, { "class": "const", "name": "ModePerm", "type": "" }, { "class": "const", "name": "ModeSetgid", "type": "" }, { "class": "const", "name": "ModeSetuid", "type": "" }, { "class": "const", "name": "ModeSocket", "type": "" }, { "class": "const", "name": "ModeSticky", "type": "" }, { "class": "const", "name": "ModeSymlink", "type": "" }, { "class": "const", "name": "ModeTemporary", "type": "" }, { "class": "const", "name": "ModeType", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_CREATE", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PathListSeparator", "type": "" }, { "class": "const", "name": "PathSeparator", "type": "" }, { "class": "const", "name": "SEEK_CUR", "type": "" }, { "class": "const", "name": "SEEK_END", "type": "" }, { "class": "const", "name": "SEEK_SET", "type": "" }, { "class": "func", "name": "Chdir", "type": "func(dir string) error" }, { "class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error" }, { "class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Create", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string" }, { "class": "func", "name": "ExpandEnv", "type": "func(s string) string" }, { "class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)" }, { "class": "func", "name": "Getegid", "type": "func() int" }, { "class": "func", "name": "Getenv", "type": "func(key string) string" }, { "class": "func", "name": "Geteuid", "type": "func() int" }, { "class": "func", "name": "Getgid", "type": "func() int" }, { "class": "func", "name": "Getgroups", "type": "func() ([]int, error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpid", "type": "func() int" }, { "class": "func", "name": "Getppid", "type": "func() int" }, { "class": "func", "name": "Getuid", "type": "func() int" }, { "class": "func", "name": "Getwd", "type": "func() (dir string, err error)" }, { "class": "func", "name": "Hostname", "type": "func() (name string, err error)" }, { "class": "func", "name": "IsExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsNotExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool" }, { "class": "func", "name": "IsPermission", "type": "func(err error) bool" }, { "class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Link", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)" }, { "class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error" }, { "class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error" }, { "class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File" }, { "class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error" }, { "class": "func", "name": "Open", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)" }, { "class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)" }, { "class": "func", "name": "Readlink", "type": "func(name string) (string, error)" }, { "class": "func", "name": "Remove", "type": "func(name string) error" }, { "class": "func", "name": "RemoveAll", "type": "func(path string) error" }, { "class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error" }, { "class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)" }, { "class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "TempDir", "type": "func() string" }, { "class": "func", "name": "Truncate", "type": "func(name string, size int64) error" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileInfo", "type": "interface" }, { "class": "type", "name": "FileMode", "type": "uint32" }, { "class": "type", "name": "LinkError", "type": "struct" }, { "class": "type", "name": "PathError", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Process", "type": "struct" }, { "class": "type", "name": "ProcessState", "type": "struct" }, { "class": "type", "name": "Signal", "type": "interface" }, { "class": "type", "name": "SyscallError", "type": "struct" }, { "class": "var", "name": "Args", "type": "[]string" }, { "class": "var", "name": "ErrExist", "type": "error" }, { "class": "var", "name": "ErrInvalid", "type": "error" }, { "class": "var", "name": "ErrNotExist", "type": "error" }, { "class": "var", "name": "ErrPermission", "type": "error" }, { "class": "var", "name": "Interrupt", "type": "os.Signal" }, { "class": "var", "name": "Kill", "type": "os.Signal" }, { "class": "var", "name": "Stderr", "type": "*os.File" }, { "class": "var", "name": "Stdin", "type": "*os.File" }, { "class": "var", "name": "Stdout", "type": "*os.File" }, { "class": "const", "name": "Array", "type": "" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "BothDir", "type": "" }, { "class": "const", "name": "Chan", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Func", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Interface", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "Map", "type": "" }, { "class": "const", "name": "Ptr", "type": "" }, { "class": "const", "name": "RecvDir", "type": "" }, { "class": "const", "name": "SelectDefault", "type": "" }, { "class": "const", "name": "SelectRecv", "type": "" }, { "class": "const", "name": "SelectSend", "type": "" }, { "class": "const", "name": "SendDir", "type": "" }, { "class": "const", "name": "Slice", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Struct", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value" }, { "class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value" }, { "class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type" }, { "class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int" }, { "class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool" }, { "class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type" }, { "class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value" }, { "class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value" }, { "class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value" }, { "class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value" }, { "class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value" }, { "class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)" }, { "class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type" }, { "class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value" }, { "class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Kind", "type": "uint" }, { "class": "type", "name": "Method", "type": "struct" }, { "class": "type", "name": "SelectCase", "type": "struct" }, { "class": "type", "name": "SelectDir", "type": "int" }, { "class": "type", "name": "SliceHeader", "type": "struct" }, { "class": "type", "name": "StringHeader", "type": "struct" }, { "class": "type", "name": "StructField", "type": "struct" }, { "class": "type", "name": "StructTag", "type": "string" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "Value", "type": "struct" }, { "class": "type", "name": "ValueError", "type": "struct" }, { "class": "const", "name": "AF_APPLETALK", "type": "" }, { "class": "const", "name": "AF_CCITT", "type": "" }, { "class": "const", "name": "AF_CHAOS", "type": "" }, { "class": "const", "name": "AF_CNT", "type": "" }, { "class": "const", "name": "AF_COIP", "type": "" }, { "class": "const", "name": "AF_DATAKIT", "type": "" }, { "class": "const", "name": "AF_DECnet", "type": "" }, { "class": "const", "name": "AF_DLI", "type": "" }, { "class": "const", "name": "AF_E164", "type": "" }, { "class": "const", "name": "AF_ECMA", "type": "" }, { "class": "const", "name": "AF_HYLINK", "type": "" }, { "class": "const", "name": "AF_IEEE80211", "type": "" }, { "class": "const", "name": "AF_IMPLINK", "type": "" }, { "class": "const", "name": "AF_INET", "type": "" }, { "class": "const", "name": "AF_INET6", "type": "" }, { "class": "const", "name": "AF_IPX", "type": "" }, { "class": "const", "name": "AF_ISDN", "type": "" }, { "class": "const", "name": "AF_ISO", "type": "" }, { "class": "const", "name": "AF_LAT", "type": "" }, { "class": "const", "name": "AF_LINK", "type": "" }, { "class": "const", "name": "AF_LOCAL", "type": "" }, { "class": "const", "name": "AF_MAX", "type": "" }, { "class": "const", "name": "AF_NATM", "type": "" }, { "class": "const", "name": "AF_NDRV", "type": "" }, { "class": "const", "name": "AF_NETBIOS", "type": "" }, { "class": "const", "name": "AF_NS", "type": "" }, { "class": "const", "name": "AF_OSI", "type": "" }, { "class": "const", "name": "AF_PPP", "type": "" }, { "class": "const", "name": "AF_PUP", "type": "" }, { "class": "const", "name": "AF_RESERVED_36", "type": "" }, { "class": "const", "name": "AF_ROUTE", "type": "" }, { "class": "const", "name": "AF_SIP", "type": "" }, { "class": "const", "name": "AF_SNA", "type": "" }, { "class": "const", "name": "AF_SYSTEM", "type": "" }, { "class": "const", "name": "AF_UNIX", "type": "" }, { "class": "const", "name": "AF_UNSPEC", "type": "" }, { "class": "const", "name": "B0", "type": "" }, { "class": "const", "name": "B110", "type": "" }, { "class": "const", "name": "B115200", "type": "" }, { "class": "const", "name": "B1200", "type": "" }, { "class": "const", "name": "B134", "type": "" }, { "class": "const", "name": "B14400", "type": "" }, { "class": "const", "name": "B150", "type": "" }, { "class": "const", "name": "B1800", "type": "" }, { "class": "const", "name": "B19200", "type": "" }, { "class": "const", "name": "B200", "type": "" }, { "class": "const", "name": "B230400", "type": "" }, { "class": "const", "name": "B2400", "type": "" }, { "class": "const", "name": "B28800", "type": "" }, { "class": "const", "name": "B300", "type": "" }, { "class": "const", "name": "B38400", "type": "" }, { "class": "const", "name": "B4800", "type": "" }, { "class": "const", "name": "B50", "type": "" }, { "class": "const", "name": "B57600", "type": "" }, { "class": "const", "name": "B600", "type": "" }, { "class": "const", "name": "B7200", "type": "" }, { "class": "const", "name": "B75", "type": "" }, { "class": "const", "name": "B76800", "type": "" }, { "class": "const", "name": "B9600", "type": "" }, { "class": "const", "name": "BIOCFLUSH", "type": "" }, { "class": "const", "name": "BIOCGBLEN", "type": "" }, { "class": "const", "name": "BIOCGDLT", "type": "" }, { "class": "const", "name": "BIOCGDLTLIST", "type": "" }, { "class": "const", "name": "BIOCGETIF", "type": "" }, { "class": "const", "name": "BIOCGHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCGRSIG", "type": "" }, { "class": "const", "name": "BIOCGRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCGSEESENT", "type": "" }, { "class": "const", "name": "BIOCGSTATS", "type": "" }, { "class": "const", "name": "BIOCIMMEDIATE", "type": "" }, { "class": "const", "name": "BIOCPROMISC", "type": "" }, { "class": "const", "name": "BIOCSBLEN", "type": "" }, { "class": "const", "name": "BIOCSDLT", "type": "" }, { "class": "const", "name": "BIOCSETF", "type": "" }, { "class": "const", "name": "BIOCSETIF", "type": "" }, { "class": "const", "name": "BIOCSHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCSRSIG", "type": "" }, { "class": "const", "name": "BIOCSRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCSSEESENT", "type": "" }, { "class": "const", "name": "BIOCVERSION", "type": "" }, { "class": "const", "name": "BPF_A", "type": "" }, { "class": "const", "name": "BPF_ABS", "type": "" }, { "class": "const", "name": "BPF_ADD", "type": "" }, { "class": "const", "name": "BPF_ALIGNMENT", "type": "" }, { "class": "const", "name": "BPF_ALU", "type": "" }, { "class": "const", "name": "BPF_AND", "type": "" }, { "class": "const", "name": "BPF_B", "type": "" }, { "class": "const", "name": "BPF_DIV", "type": "" }, { "class": "const", "name": "BPF_H", "type": "" }, { "class": "const", "name": "BPF_IMM", "type": "" }, { "class": "const", "name": "BPF_IND", "type": "" }, { "class": "const", "name": "BPF_JA", "type": "" }, { "class": "const", "name": "BPF_JEQ", "type": "" }, { "class": "const", "name": "BPF_JGE", "type": "" }, { "class": "const", "name": "BPF_JGT", "type": "" }, { "class": "const", "name": "BPF_JMP", "type": "" }, { "class": "const", "name": "BPF_JSET", "type": "" }, { "class": "const", "name": "BPF_K", "type": "" }, { "class": "const", "name": "BPF_LD", "type": "" }, { "class": "const", "name": "BPF_LDX", "type": "" }, { "class": "const", "name": "BPF_LEN", "type": "" }, { "class": "const", "name": "BPF_LSH", "type": "" }, { "class": "const", "name": "BPF_MAJOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MAXBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MAXINSNS", "type": "" }, { "class": "const", "name": "BPF_MEM", "type": "" }, { "class": "const", "name": "BPF_MEMWORDS", "type": "" }, { "class": "const", "name": "BPF_MINBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MINOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MISC", "type": "" }, { "class": "const", "name": "BPF_MSH", "type": "" }, { "class": "const", "name": "BPF_MUL", "type": "" }, { "class": "const", "name": "BPF_NEG", "type": "" }, { "class": "const", "name": "BPF_OR", "type": "" }, { "class": "const", "name": "BPF_RELEASE", "type": "" }, { "class": "const", "name": "BPF_RET", "type": "" }, { "class": "const", "name": "BPF_RSH", "type": "" }, { "class": "const", "name": "BPF_ST", "type": "" }, { "class": "const", "name": "BPF_STX", "type": "" }, { "class": "const", "name": "BPF_SUB", "type": "" }, { "class": "const", "name": "BPF_TAX", "type": "" }, { "class": "const", "name": "BPF_TXA", "type": "" }, { "class": "const", "name": "BPF_W", "type": "" }, { "class": "const", "name": "BPF_X", "type": "" }, { "class": "const", "name": "BRKINT", "type": "" }, { "class": "const", "name": "CFLUSH", "type": "" }, { "class": "const", "name": "CLOCAL", "type": "" }, { "class": "const", "name": "CREAD", "type": "" }, { "class": "const", "name": "CS5", "type": "" }, { "class": "const", "name": "CS6", "type": "" }, { "class": "const", "name": "CS7", "type": "" }, { "class": "const", "name": "CS8", "type": "" }, { "class": "const", "name": "CSIZE", "type": "" }, { "class": "const", "name": "CSTART", "type": "" }, { "class": "const", "name": "CSTATUS", "type": "" }, { "class": "const", "name": "CSTOP", "type": "" }, { "class": "const", "name": "CSTOPB", "type": "" }, { "class": "const", "name": "CSUSP", "type": "" }, { "class": "const", "name": "CTL_MAXNAME", "type": "" }, { "class": "const", "name": "CTL_NET", "type": "" }, { "class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": "" }, { "class": "const", "name": "DLT_ARCNET", "type": "" }, { "class": "const", "name": "DLT_ATM_CLIP", "type": "" }, { "class": "const", "name": "DLT_ATM_RFC1483", "type": "" }, { "class": "const", "name": "DLT_AX25", "type": "" }, { "class": "const", "name": "DLT_CHAOS", "type": "" }, { "class": "const", "name": "DLT_CHDLC", "type": "" }, { "class": "const", "name": "DLT_C_HDLC", "type": "" }, { "class": "const", "name": "DLT_EN10MB", "type": "" }, { "class": "const", "name": "DLT_EN3MB", "type": "" }, { "class": "const", "name": "DLT_FDDI", "type": "" }, { "class": "const", "name": "DLT_IEEE802", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": "" }, { "class": "const", "name": "DLT_LINUX_SLL", "type": "" }, { "class": "const", "name": "DLT_LOOP", "type": "" }, { "class": "const", "name": "DLT_NULL", "type": "" }, { "class": "const", "name": "DLT_PFLOG", "type": "" }, { "class": "const", "name": "DLT_PFSYNC", "type": "" }, { "class": "const", "name": "DLT_PPP", "type": "" }, { "class": "const", "name": "DLT_PPP_BSDOS", "type": "" }, { "class": "const", "name": "DLT_PPP_SERIAL", "type": "" }, { "class": "const", "name": "DLT_PRONET", "type": "" }, { "class": "const", "name": "DLT_RAW", "type": "" }, { "class": "const", "name": "DLT_SLIP", "type": "" }, { "class": "const", "name": "DLT_SLIP_BSDOS", "type": "" }, { "class": "const", "name": "DT_BLK", "type": "" }, { "class": "const", "name": "DT_CHR", "type": "" }, { "class": "const", "name": "DT_DIR", "type": "" }, { "class": "const", "name": "DT_FIFO", "type": "" }, { "class": "const", "name": "DT_LNK", "type": "" }, { "class": "const", "name": "DT_REG", "type": "" }, { "class": "const", "name": "DT_SOCK", "type": "" }, { "class": "const", "name": "DT_UNKNOWN", "type": "" }, { "class": "const", "name": "DT_WHT", "type": "" }, { "class": "const", "name": "E2BIG", "type": "" }, { "class": "const", "name": "EACCES", "type": "" }, { "class": "const", "name": "EADDRINUSE", "type": "" }, { "class": "const", "name": "EADDRNOTAVAIL", "type": "" }, { "class": "const", "name": "EAFNOSUPPORT", "type": "" }, { "class": "const", "name": "EAGAIN", "type": "" }, { "class": "const", "name": "EALREADY", "type": "" }, { "class": "const", "name": "EAUTH", "type": "" }, { "class": "const", "name": "EBADARCH", "type": "" }, { "class": "const", "name": "EBADEXEC", "type": "" }, { "class": "const", "name": "EBADF", "type": "" }, { "class": "const", "name": "EBADMACHO", "type": "" }, { "class": "const", "name": "EBADMSG", "type": "" }, { "class": "const", "name": "EBADRPC", "type": "" }, { "class": "const", "name": "EBUSY", "type": "" }, { "class": "const", "name": "ECANCELED", "type": "" }, { "class": "const", "name": "ECHILD", "type": "" }, { "class": "const", "name": "ECHO", "type": "" }, { "class": "const", "name": "ECHOCTL", "type": "" }, { "class": "const", "name": "ECHOE", "type": "" }, { "class": "const", "name": "ECHOK", "type": "" }, { "class": "const", "name": "ECHOKE", "type": "" }, { "class": "const", "name": "ECHONL", "type": "" }, { "class": "const", "name": "ECHOPRT", "type": "" }, { "class": "const", "name": "ECONNABORTED", "type": "" }, { "class": "const", "name": "ECONNREFUSED", "type": "" }, { "class": "const", "name": "ECONNRESET", "type": "" }, { "class": "const", "name": "EDEADLK", "type": "" }, { "class": "const", "name": "EDESTADDRREQ", "type": "" }, { "class": "const", "name": "EDEVERR", "type": "" }, { "class": "const", "name": "EDOM", "type": "" }, { "class": "const", "name": "EDQUOT", "type": "" }, { "class": "const", "name": "EEXIST", "type": "" }, { "class": "const", "name": "EFAULT", "type": "" }, { "class": "const", "name": "EFBIG", "type": "" }, { "class": "const", "name": "EFTYPE", "type": "" }, { "class": "const", "name": "EHOSTDOWN", "type": "" }, { "class": "const", "name": "EHOSTUNREACH", "type": "" }, { "class": "const", "name": "EIDRM", "type": "" }, { "class": "const", "name": "EILSEQ", "type": "" }, { "class": "const", "name": "EINPROGRESS", "type": "" }, { "class": "const", "name": "EINTR", "type": "" }, { "class": "const", "name": "EINVAL", "type": "" }, { "class": "const", "name": "EIO", "type": "" }, { "class": "const", "name": "EISCONN", "type": "" }, { "class": "const", "name": "EISDIR", "type": "" }, { "class": "const", "name": "ELAST", "type": "" }, { "class": "const", "name": "ELOOP", "type": "" }, { "class": "const", "name": "EMFILE", "type": "" }, { "class": "const", "name": "EMLINK", "type": "" }, { "class": "const", "name": "EMSGSIZE", "type": "" }, { "class": "const", "name": "EMULTIHOP", "type": "" }, { "class": "const", "name": "ENAMETOOLONG", "type": "" }, { "class": "const", "name": "ENEEDAUTH", "type": "" }, { "class": "const", "name": "ENETDOWN", "type": "" }, { "class": "const", "name": "ENETRESET", "type": "" }, { "class": "const", "name": "ENETUNREACH", "type": "" }, { "class": "const", "name": "ENFILE", "type": "" }, { "class": "const", "name": "ENOATTR", "type": "" }, { "class": "const", "name": "ENOBUFS", "type": "" }, { "class": "const", "name": "ENODATA", "type": "" }, { "class": "const", "name": "ENODEV", "type": "" }, { "class": "const", "name": "ENOENT", "type": "" }, { "class": "const", "name": "ENOEXEC", "type": "" }, { "class": "const", "name": "ENOLCK", "type": "" }, { "class": "const", "name": "ENOLINK", "type": "" }, { "class": "const", "name": "ENOMEM", "type": "" }, { "class": "const", "name": "ENOMSG", "type": "" }, { "class": "const", "name": "ENOPOLICY", "type": "" }, { "class": "const", "name": "ENOPROTOOPT", "type": "" }, { "class": "const", "name": "ENOSPC", "type": "" }, { "class": "const", "name": "ENOSR", "type": "" }, { "class": "const", "name": "ENOSTR", "type": "" }, { "class": "const", "name": "ENOSYS", "type": "" }, { "class": "const", "name": "ENOTBLK", "type": "" }, { "class": "const", "name": "ENOTCONN", "type": "" }, { "class": "const", "name": "ENOTDIR", "type": "" }, { "class": "const", "name": "ENOTEMPTY", "type": "" }, { "class": "const", "name": "ENOTRECOVERABLE", "type": "" }, { "class": "const", "name": "ENOTSOCK", "type": "" }, { "class": "const", "name": "ENOTSUP", "type": "" }, { "class": "const", "name": "ENOTTY", "type": "" }, { "class": "const", "name": "ENXIO", "type": "" }, { "class": "const", "name": "EOPNOTSUPP", "type": "" }, { "class": "const", "name": "EOVERFLOW", "type": "" }, { "class": "const", "name": "EOWNERDEAD", "type": "" }, { "class": "const", "name": "EPERM", "type": "" }, { "class": "const", "name": "EPFNOSUPPORT", "type": "" }, { "class": "const", "name": "EPIPE", "type": "" }, { "class": "const", "name": "EPROCLIM", "type": "" }, { "class": "const", "name": "EPROCUNAVAIL", "type": "" }, { "class": "const", "name": "EPROGMISMATCH", "type": "" }, { "class": "const", "name": "EPROGUNAVAIL", "type": "" }, { "class": "const", "name": "EPROTO", "type": "" }, { "class": "const", "name": "EPROTONOSUPPORT", "type": "" }, { "class": "const", "name": "EPROTOTYPE", "type": "" }, { "class": "const", "name": "EPWROFF", "type": "" }, { "class": "const", "name": "ERANGE", "type": "" }, { "class": "const", "name": "EREMOTE", "type": "" }, { "class": "const", "name": "EROFS", "type": "" }, { "class": "const", "name": "ERPCMISMATCH", "type": "" }, { "class": "const", "name": "ESHLIBVERS", "type": "" }, { "class": "const", "name": "ESHUTDOWN", "type": "" }, { "class": "const", "name": "ESOCKTNOSUPPORT", "type": "" }, { "class": "const", "name": "ESPIPE", "type": "" }, { "class": "const", "name": "ESRCH", "type": "" }, { "class": "const", "name": "ESTALE", "type": "" }, { "class": "const", "name": "ETIME", "type": "" }, { "class": "const", "name": "ETIMEDOUT", "type": "" }, { "class": "const", "name": "ETOOMANYREFS", "type": "" }, { "class": "const", "name": "ETXTBSY", "type": "" }, { "class": "const", "name": "EUSERS", "type": "" }, { "class": "const", "name": "EVFILT_AIO", "type": "" }, { "class": "const", "name": "EVFILT_FS", "type": "" }, { "class": "const", "name": "EVFILT_MACHPORT", "type": "" }, { "class": "const", "name": "EVFILT_PROC", "type": "" }, { "class": "const", "name": "EVFILT_READ", "type": "" }, { "class": "const", "name": "EVFILT_SIGNAL", "type": "" }, { "class": "const", "name": "EVFILT_SYSCOUNT", "type": "" }, { "class": "const", "name": "EVFILT_THREADMARKER", "type": "" }, { "class": "const", "name": "EVFILT_TIMER", "type": "" }, { "class": "const", "name": "EVFILT_USER", "type": "" }, { "class": "const", "name": "EVFILT_VM", "type": "" }, { "class": "const", "name": "EVFILT_VNODE", "type": "" }, { "class": "const", "name": "EVFILT_WRITE", "type": "" }, { "class": "const", "name": "EV_ADD", "type": "" }, { "class": "const", "name": "EV_CLEAR", "type": "" }, { "class": "const", "name": "EV_DELETE", "type": "" }, { "class": "const", "name": "EV_DISABLE", "type": "" }, { "class": "const", "name": "EV_DISPATCH", "type": "" }, { "class": "const", "name": "EV_ENABLE", "type": "" }, { "class": "const", "name": "EV_EOF", "type": "" }, { "class": "const", "name": "EV_ERROR", "type": "" }, { "class": "const", "name": "EV_FLAG0", "type": "" }, { "class": "const", "name": "EV_FLAG1", "type": "" }, { "class": "const", "name": "EV_ONESHOT", "type": "" }, { "class": "const", "name": "EV_OOBAND", "type": "" }, { "class": "const", "name": "EV_POLL", "type": "" }, { "class": "const", "name": "EV_RECEIPT", "type": "" }, { "class": "const", "name": "EV_SYSFLAGS", "type": "" }, { "class": "const", "name": "EWOULDBLOCK", "type": "" }, { "class": "const", "name": "EXDEV", "type": "" }, { "class": "const", "name": "EXTA", "type": "" }, { "class": "const", "name": "EXTB", "type": "" }, { "class": "const", "name": "EXTPROC", "type": "" }, { "class": "const", "name": "FD_CLOEXEC", "type": "" }, { "class": "const", "name": "FD_SETSIZE", "type": "" }, { "class": "const", "name": "FLUSHO", "type": "" }, { "class": "const", "name": "F_ADDFILESIGS", "type": "" }, { "class": "const", "name": "F_ADDSIGS", "type": "" }, { "class": "const", "name": "F_ALLOCATEALL", "type": "" }, { "class": "const", "name": "F_ALLOCATECONTIG", "type": "" }, { "class": "const", "name": "F_CHKCLEAN", "type": "" }, { "class": "const", "name": "F_DUPFD", "type": "" }, { "class": "const", "name": "F_DUPFD_CLOEXEC", "type": "" }, { "class": "const", "name": "F_FLUSH_DATA", "type": "" }, { "class": "const", "name": "F_FREEZE_FS", "type": "" }, { "class": "const", "name": "F_FULLFSYNC", "type": "" }, { "class": "const", "name": "F_GETFD", "type": "" }, { "class": "const", "name": "F_GETFL", "type": "" }, { "class": "const", "name": "F_GETLK", "type": "" }, { "class": "const", "name": "F_GETLKPID", "type": "" }, { "class": "const", "name": "F_GETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_GETOWN", "type": "" }, { "class": "const", "name": "F_GETPATH", "type": "" }, { "class": "const", "name": "F_GETPATH_MTMINFO", "type": "" }, { "class": "const", "name": "F_GETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_GLOBAL_NOCACHE", "type": "" }, { "class": "const", "name": "F_LOG2PHYS", "type": "" }, { "class": "const", "name": "F_LOG2PHYS_EXT", "type": "" }, { "class": "const", "name": "F_MARKDEPENDENCY", "type": "" }, { "class": "const", "name": "F_NOCACHE", "type": "" }, { "class": "const", "name": "F_NODIRECT", "type": "" }, { "class": "const", "name": "F_OK", "type": "" }, { "class": "const", "name": "F_PATHPKG_CHECK", "type": "" }, { "class": "const", "name": "F_PEOFPOSMODE", "type": "" }, { "class": "const", "name": "F_PREALLOCATE", "type": "" }, { "class": "const", "name": "F_RDADVISE", "type": "" }, { "class": "const", "name": "F_RDAHEAD", "type": "" }, { "class": "const", "name": "F_RDLCK", "type": "" }, { "class": "const", "name": "F_READBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_SETBACKINGSTORE", "type": "" }, { "class": "const", "name": "F_SETFD", "type": "" }, { "class": "const", "name": "F_SETFL", "type": "" }, { "class": "const", "name": "F_SETLK", "type": "" }, { "class": "const", "name": "F_SETLKW", "type": "" }, { "class": "const", "name": "F_SETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_SETOWN", "type": "" }, { "class": "const", "name": "F_SETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_SETSIZE", "type": "" }, { "class": "const", "name": "F_THAW_FS", "type": "" }, { "class": "const", "name": "F_UNLCK", "type": "" }, { "class": "const", "name": "F_VOLPOSMODE", "type": "" }, { "class": "const", "name": "F_WRITEBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_WRLCK", "type": "" }, { "class": "const", "name": "HUPCL", "type": "" }, { "class": "const", "name": "ICANON", "type": "" }, { "class": "const", "name": "ICMP6_FILTER", "type": "" }, { "class": "const", "name": "ICRNL", "type": "" }, { "class": "const", "name": "IEXTEN", "type": "" }, { "class": "const", "name": "IFF_ALLMULTI", "type": "" }, { "class": "const", "name": "IFF_ALTPHYS", "type": "" }, { "class": "const", "name": "IFF_BROADCAST", "type": "" }, { "class": "const", "name": "IFF_DEBUG", "type": "" }, { "class": "const", "name": "IFF_LINK0", "type": "" }, { "class": "const", "name": "IFF_LINK1", "type": "" }, { "class": "const", "name": "IFF_LINK2", "type": "" }, { "class": "const", "name": "IFF_LOOPBACK", "type": "" }, { "class": "const", "name": "IFF_MULTICAST", "type": "" }, { "class": "const", "name": "IFF_NOARP", "type": "" }, { "class": "const", "name": "IFF_NOTRAILERS", "type": "" }, { "class": "const", "name": "IFF_OACTIVE", "type": "" }, { "class": "const", "name": "IFF_POINTOPOINT", "type": "" }, { "class": "const", "name": "IFF_PROMISC", "type": "" }, { "class": "const", "name": "IFF_RUNNING", "type": "" }, { "class": "const", "name": "IFF_SIMPLEX", "type": "" }, { "class": "const", "name": "IFF_UP", "type": "" }, { "class": "const", "name": "IFNAMSIZ", "type": "" }, { "class": "const", "name": "IFT_1822", "type": "" }, { "class": "const", "name": "IFT_AAL5", "type": "" }, { "class": "const", "name": "IFT_ARCNET", "type": "" }, { "class": "const", "name": "IFT_ARCNETPLUS", "type": "" }, { "class": "const", "name": "IFT_ATM", "type": "" }, { "class": "const", "name": "IFT_BRIDGE", "type": "" }, { "class": "const", "name": "IFT_CARP", "type": "" }, { "class": "const", "name": "IFT_CELLULAR", "type": "" }, { "class": "const", "name": "IFT_CEPT", "type": "" }, { "class": "const", "name": "IFT_DS3", "type": "" }, { "class": "const", "name": "IFT_ENC", "type": "" }, { "class": "const", "name": "IFT_EON", "type": "" }, { "class": "const", "name": "IFT_ETHER", "type": "" }, { "class": "const", "name": "IFT_FAITH", "type": "" }, { "class": "const", "name": "IFT_FDDI", "type": "" }, { "class": "const", "name": "IFT_FRELAY", "type": "" }, { "class": "const", "name": "IFT_FRELAYDCE", "type": "" }, { "class": "const", "name": "IFT_GIF", "type": "" }, { "class": "const", "name": "IFT_HDH1822", "type": "" }, { "class": "const", "name": "IFT_HIPPI", "type": "" }, { "class": "const", "name": "IFT_HSSI", "type": "" }, { "class": "const", "name": "IFT_HY", "type": "" }, { "class": "const", "name": "IFT_IEEE1394", "type": "" }, { "class": "const", "name": "IFT_IEEE8023ADLAG", "type": "" }, { "class": "const", "name": "IFT_ISDNBASIC", "type": "" }, { "class": "const", "name": "IFT_ISDNPRIMARY", "type": "" }, { "class": "const", "name": "IFT_ISO88022LLC", "type": "" }, { "class": "const", "name": "IFT_ISO88023", "type": "" }, { "class": "const", "name": "IFT_ISO88024", "type": "" }, { "class": "const", "name": "IFT_ISO88025", "type": "" }, { "class": "const", "name": "IFT_ISO88026", "type": "" }, { "class": "const", "name": "IFT_L2VLAN", "type": "" }, { "class": "const", "name": "IFT_LAPB", "type": "" }, { "class": "const", "name": "IFT_LOCALTALK", "type": "" }, { "class": "const", "name": "IFT_LOOP", "type": "" }, { "class": "const", "name": "IFT_MIOX25", "type": "" }, { "class": "const", "name": "IFT_MODEM", "type": "" }, { "class": "const", "name": "IFT_NSIP", "type": "" }, { "class": "const", "name": "IFT_OTHER", "type": "" }, { "class": "const", "name": "IFT_P10", "type": "" }, { "class": "const", "name": "IFT_P80", "type": "" }, { "class": "const", "name": "IFT_PARA", "type": "" }, { "class": "const", "name": "IFT_PDP", "type": "" }, { "class": "const", "name": "IFT_PFLOG", "type": "" }, { "class": "const", "name": "IFT_PFSYNC", "type": "" }, { "class": "const", "name": "IFT_PPP", "type": "" }, { "class": "const", "name": "IFT_PROPMUX", "type": "" }, { "class": "const", "name": "IFT_PROPVIRTUAL", "type": "" }, { "class": "const", "name": "IFT_PTPSERIAL", "type": "" }, { "class": "const", "name": "IFT_RS232", "type": "" }, { "class": "const", "name": "IFT_SDLC", "type": "" }, { "class": "const", "name": "IFT_SIP", "type": "" }, { "class": "const", "name": "IFT_SLIP", "type": "" }, { "class": "const", "name": "IFT_SMDSDXI", "type": "" }, { "class": "const", "name": "IFT_SMDSICIP", "type": "" }, { "class": "const", "name": "IFT_SONET", "type": "" }, { "class": "const", "name": "IFT_SONETPATH", "type": "" }, { "class": "const", "name": "IFT_SONETVT", "type": "" }, { "class": "const", "name": "IFT_STARLAN", "type": "" }, { "class": "const", "name": "IFT_STF", "type": "" }, { "class": "const", "name": "IFT_T1", "type": "" }, { "class": "const", "name": "IFT_ULTRA", "type": "" }, { "class": "const", "name": "IFT_V35", "type": "" }, { "class": "const", "name": "IFT_X25", "type": "" }, { "class": "const", "name": "IFT_X25DDN", "type": "" }, { "class": "const", "name": "IFT_X25PLE", "type": "" }, { "class": "const", "name": "IFT_XETHER", "type": "" }, { "class": "const", "name": "IGNBRK", "type": "" }, { "class": "const", "name": "IGNCR", "type": "" }, { "class": "const", "name": "IGNPAR", "type": "" }, { "class": "const", "name": "IMAXBEL", "type": "" }, { "class": "const", "name": "INLCR", "type": "" }, { "class": "const", "name": "INPCK", "type": "" }, { "class": "const", "name": "IN_CLASSA_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSA_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSA_NET", "type": "" }, { "class": "const", "name": "IN_CLASSA_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSB_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSB_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSB_NET", "type": "" }, { "class": "const", "name": "IN_CLASSB_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSC_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSC_NET", "type": "" }, { "class": "const", "name": "IN_CLASSC_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSD_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSD_NET", "type": "" }, { "class": "const", "name": "IN_CLASSD_NSHIFT", "type": "" }, { "class": "const", "name": "IN_LINKLOCALNETNUM", "type": "" }, { "class": "const", "name": "IN_LOOPBACKNET", "type": "" }, { "class": "const", "name": "IPPROTO_3PC", "type": "" }, { "class": "const", "name": "IPPROTO_ADFS", "type": "" }, { "class": "const", "name": "IPPROTO_AH", "type": "" }, { "class": "const", "name": "IPPROTO_AHIP", "type": "" }, { "class": "const", "name": "IPPROTO_APES", "type": "" }, { "class": "const", "name": "IPPROTO_ARGUS", "type": "" }, { "class": "const", "name": "IPPROTO_AX25", "type": "" }, { "class": "const", "name": "IPPROTO_BHA", "type": "" }, { "class": "const", "name": "IPPROTO_BLT", "type": "" }, { "class": "const", "name": "IPPROTO_BRSATMON", "type": "" }, { "class": "const", "name": "IPPROTO_CFTP", "type": "" }, { "class": "const", "name": "IPPROTO_CHAOS", "type": "" }, { "class": "const", "name": "IPPROTO_CMTP", "type": "" }, { "class": "const", "name": "IPPROTO_CPHB", "type": "" }, { "class": "const", "name": "IPPROTO_CPNX", "type": "" }, { "class": "const", "name": "IPPROTO_DDP", "type": "" }, { "class": "const", "name": "IPPROTO_DGP", "type": "" }, { "class": "const", "name": "IPPROTO_DIVERT", "type": "" }, { "class": "const", "name": "IPPROTO_DONE", "type": "" }, { "class": "const", "name": "IPPROTO_DSTOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_EGP", "type": "" }, { "class": "const", "name": "IPPROTO_EMCON", "type": "" }, { "class": "const", "name": "IPPROTO_ENCAP", "type": "" }, { "class": "const", "name": "IPPROTO_EON", "type": "" }, { "class": "const", "name": "IPPROTO_ESP", "type": "" }, { "class": "const", "name": "IPPROTO_ETHERIP", "type": "" }, { "class": "const", "name": "IPPROTO_FRAGMENT", "type": "" }, { "class": "const", "name": "IPPROTO_GGP", "type": "" }, { "class": "const", "name": "IPPROTO_GMTP", "type": "" }, { "class": "const", "name": "IPPROTO_GRE", "type": "" }, { "class": "const", "name": "IPPROTO_HELLO", "type": "" }, { "class": "const", "name": "IPPROTO_HMP", "type": "" }, { "class": "const", "name": "IPPROTO_HOPOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_ICMP", "type": "" }, { "class": "const", "name": "IPPROTO_ICMPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IDP", "type": "" }, { "class": "const", "name": "IPPROTO_IDPR", "type": "" }, { "class": "const", "name": "IPPROTO_IDRP", "type": "" }, { "class": "const", "name": "IPPROTO_IGMP", "type": "" }, { "class": "const", "name": "IPPROTO_IGP", "type": "" }, { "class": "const", "name": "IPPROTO_IGRP", "type": "" }, { "class": "const", "name": "IPPROTO_IL", "type": "" }, { "class": "const", "name": "IPPROTO_INLSP", "type": "" }, { "class": "const", "name": "IPPROTO_INP", "type": "" }, { "class": "const", "name": "IPPROTO_IP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCOMP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCV", "type": "" }, { "class": "const", "name": "IPPROTO_IPEIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPPC", "type": "" }, { "class": "const", "name": "IPPROTO_IPV4", "type": "" }, { "class": "const", "name": "IPPROTO_IPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IRTP", "type": "" }, { "class": "const", "name": "IPPROTO_KRYPTOLAN", "type": "" }, { "class": "const", "name": "IPPROTO_LARP", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF1", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF2", "type": "" }, { "class": "const", "name": "IPPROTO_MAX", "type": "" }, { "class": "const", "name": "IPPROTO_MAXID", "type": "" }, { "class": "const", "name": "IPPROTO_MEAS", "type": "" }, { "class": "const", "name": "IPPROTO_MHRP", "type": "" }, { "class": "const", "name": "IPPROTO_MICP", "type": "" }, { "class": "const", "name": "IPPROTO_MTP", "type": "" }, { "class": "const", "name": "IPPROTO_MUX", "type": "" }, { "class": "const", "name": "IPPROTO_ND", "type": "" }, { "class": "const", "name": "IPPROTO_NHRP", "type": "" }, { "class": "const", "name": "IPPROTO_NONE", "type": "" }, { "class": "const", "name": "IPPROTO_NSP", "type": "" }, { "class": "const", "name": "IPPROTO_NVPII", "type": "" }, { "class": "const", "name": "IPPROTO_OSPFIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PGM", "type": "" }, { "class": "const", "name": "IPPROTO_PIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PIM", "type": "" }, { "class": "const", "name": "IPPROTO_PRM", "type": "" }, { "class": "const", "name": "IPPROTO_PUP", "type": "" }, { "class": "const", "name": "IPPROTO_PVP", "type": "" }, { "class": "const", "name": "IPPROTO_RAW", "type": "" }, { "class": "const", "name": "IPPROTO_RCCMON", "type": "" }, { "class": "const", "name": "IPPROTO_RDP", "type": "" }, { "class": "const", "name": "IPPROTO_ROUTING", "type": "" }, { "class": "const", "name": "IPPROTO_RSVP", "type": "" }, { "class": "const", "name": "IPPROTO_RVD", "type": "" }, { "class": "const", "name": "IPPROTO_SATEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_SATMON", "type": "" }, { "class": "const", "name": "IPPROTO_SCCSP", "type": "" }, { "class": "const", "name": "IPPROTO_SCTP", "type": "" }, { "class": "const", "name": "IPPROTO_SDRP", "type": "" }, { "class": "const", "name": "IPPROTO_SEP", "type": "" }, { "class": "const", "name": "IPPROTO_SRPC", "type": "" }, { "class": "const", "name": "IPPROTO_ST", "type": "" }, { "class": "const", "name": "IPPROTO_SVMTP", "type": "" }, { "class": "const", "name": "IPPROTO_SWIPE", "type": "" }, { "class": "const", "name": "IPPROTO_TCF", "type": "" }, { "class": "const", "name": "IPPROTO_TCP", "type": "" }, { "class": "const", "name": "IPPROTO_TP", "type": "" }, { "class": "const", "name": "IPPROTO_TPXX", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK1", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK2", "type": "" }, { "class": "const", "name": "IPPROTO_TTP", "type": "" }, { "class": "const", "name": "IPPROTO_UDP", "type": "" }, { "class": "const", "name": "IPPROTO_VINES", "type": "" }, { "class": "const", "name": "IPPROTO_VISA", "type": "" }, { "class": "const", "name": "IPPROTO_VMTP", "type": "" }, { "class": "const", "name": "IPPROTO_WBEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_WBMON", "type": "" }, { "class": "const", "name": "IPPROTO_WSN", "type": "" }, { "class": "const", "name": "IPPROTO_XNET", "type": "" }, { "class": "const", "name": "IPPROTO_XTP", "type": "" }, { "class": "const", "name": "IPV6_2292DSTOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292HOPLIMIT", "type": "" }, { "class": "const", "name": "IPV6_2292HOPOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292NEXTHOP", "type": "" }, { "class": "const", "name": "IPV6_2292PKTINFO", "type": "" }, { "class": "const", "name": "IPV6_2292PKTOPTIONS", "type": "" }, { "class": "const", "name": "IPV6_2292RTHDR", "type": "" }, { "class": "const", "name": "IPV6_BINDV6ONLY", "type": "" }, { "class": "const", "name": "IPV6_BOUND_IF", "type": "" }, { "class": "const", "name": "IPV6_CHECKSUM", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_DEFHLIM", "type": "" }, { "class": "const", "name": "IPV6_FAITH", "type": "" }, { "class": "const", "name": "IPV6_FLOWINFO_MASK", "type": "" }, { "class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": "" }, { "class": "const", "name": "IPV6_FRAGTTL", "type": "" }, { "class": "const", "name": "IPV6_FW_ADD", "type": "" }, { "class": "const", "name": "IPV6_FW_DEL", "type": "" }, { "class": "const", "name": "IPV6_FW_FLUSH", "type": "" }, { "class": "const", "name": "IPV6_FW_GET", "type": "" }, { "class": "const", "name": "IPV6_FW_ZERO", "type": "" }, { "class": "const", "name": "IPV6_HLIMDEC", "type": "" }, { "class": "const", "name": "IPV6_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IPV6_JOIN_GROUP", "type": "" }, { "class": "const", "name": "IPV6_LEAVE_GROUP", "type": "" }, { "class": "const", "name": "IPV6_MAXHLIM", "type": "" }, { "class": "const", "name": "IPV6_MAXOPTHDR", "type": "" }, { "class": "const", "name": "IPV6_MAXPACKET", "type": "" }, { "class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MMTU", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IPV6_RECVTCLASS", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_LOOSE", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_STRICT", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": "" }, { "class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": "" }, { "class": "const", "name": "IPV6_TCLASS", "type": "" }, { "class": "const", "name": "IPV6_UNICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_V6ONLY", "type": "" }, { "class": "const", "name": "IPV6_VERSION", "type": "" }, { "class": "const", "name": "IPV6_VERSION_MASK", "type": "" }, { "class": "const", "name": "IP_ADD_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_BLOCK_SOURCE", "type": "" }, { "class": "const", "name": "IP_BOUND_IF", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_DF", "type": "" }, { "class": "const", "name": "IP_DROP_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_DEL", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_FLUSH", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_GET", "type": "" }, { "class": "const", "name": "IP_FAITH", "type": "" }, { "class": "const", "name": "IP_FW_ADD", "type": "" }, { "class": "const", "name": "IP_FW_DEL", "type": "" }, { "class": "const", "name": "IP_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_FW_GET", "type": "" }, { "class": "const", "name": "IP_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_HDRINCL", "type": "" }, { "class": "const", "name": "IP_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IP_MAXPACKET", "type": "" }, { "class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MF", "type": "" }, { "class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MSFILTER", "type": "" }, { "class": "const", "name": "IP_MSS", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IFINDEX", "type": "" }, { "class": "const", "name": "IP_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_MULTICAST_VIF", "type": "" }, { "class": "const", "name": "IP_NAT__XXX", "type": "" }, { "class": "const", "name": "IP_OFFMASK", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ADD", "type": "" }, { "class": "const", "name": "IP_OLD_FW_DEL", "type": "" }, { "class": "const", "name": "IP_OLD_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_OLD_FW_GET", "type": "" }, { "class": "const", "name": "IP_OLD_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_OPTIONS", "type": "" }, { "class": "const", "name": "IP_PKTINFO", "type": "" }, { "class": "const", "name": "IP_PORTRANGE", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IP_RECVDSTADDR", "type": "" }, { "class": "const", "name": "IP_RECVIF", "type": "" }, { "class": "const", "name": "IP_RECVOPTS", "type": "" }, { "class": "const", "name": "IP_RECVPKTINFO", "type": "" }, { "class": "const", "name": "IP_RECVRETOPTS", "type": "" }, { "class": "const", "name": "IP_RECVTTL", "type": "" }, { "class": "const", "name": "IP_RETOPTS", "type": "" }, { "class": "const", "name": "IP_RF", "type": "" }, { "class": "const", "name": "IP_RSVP_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_ON", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_ON", "type": "" }, { "class": "const", "name": "IP_STRIPHDR", "type": "" }, { "class": "const", "name": "IP_TOS", "type": "" }, { "class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": "" }, { "class": "const", "name": "IP_TTL", "type": "" }, { "class": "const", "name": "IP_UNBLOCK_SOURCE", "type": "" }, { "class": "const", "name": "ISIG", "type": "" }, { "class": "const", "name": "ISTRIP", "type": "" }, { "class": "const", "name": "IUTF8", "type": "" }, { "class": "const", "name": "IXANY", "type": "" }, { "class": "const", "name": "IXOFF", "type": "" }, { "class": "const", "name": "IXON", "type": "" }, { "class": "const", "name": "ImplementsGetwd", "type": "" }, { "class": "const", "name": "LOCK_EX", "type": "" }, { "class": "const", "name": "LOCK_NB", "type": "" }, { "class": "const", "name": "LOCK_SH", "type": "" }, { "class": "const", "name": "LOCK_UN", "type": "" }, { "class": "const", "name": "MADV_CAN_REUSE", "type": "" }, { "class": "const", "name": "MADV_DONTNEED", "type": "" }, { "class": "const", "name": "MADV_FREE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSABLE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSE", "type": "" }, { "class": "const", "name": "MADV_NORMAL", "type": "" }, { "class": "const", "name": "MADV_RANDOM", "type": "" }, { "class": "const", "name": "MADV_SEQUENTIAL", "type": "" }, { "class": "const", "name": "MADV_WILLNEED", "type": "" }, { "class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": "" }, { "class": "const", "name": "MAP_ANON", "type": "" }, { "class": "const", "name": "MAP_COPY", "type": "" }, { "class": "const", "name": "MAP_FILE", "type": "" }, { "class": "const", "name": "MAP_FIXED", "type": "" }, { "class": "const", "name": "MAP_HASSEMAPHORE", "type": "" }, { "class": "const", "name": "MAP_JIT", "type": "" }, { "class": "const", "name": "MAP_NOCACHE", "type": "" }, { "class": "const", "name": "MAP_NOEXTEND", "type": "" }, { "class": "const", "name": "MAP_NORESERVE", "type": "" }, { "class": "const", "name": "MAP_PRIVATE", "type": "" }, { "class": "const", "name": "MAP_RENAME", "type": "" }, { "class": "const", "name": "MAP_RESERVED0080", "type": "" }, { "class": "const", "name": "MAP_SHARED", "type": "" }, { "class": "const", "name": "MCL_CURRENT", "type": "" }, { "class": "const", "name": "MCL_FUTURE", "type": "" }, { "class": "const", "name": "MSG_CTRUNC", "type": "" }, { "class": "const", "name": "MSG_DONTROUTE", "type": "" }, { "class": "const", "name": "MSG_DONTWAIT", "type": "" }, { "class": "const", "name": "MSG_EOF", "type": "" }, { "class": "const", "name": "MSG_EOR", "type": "" }, { "class": "const", "name": "MSG_FLUSH", "type": "" }, { "class": "const", "name": "MSG_HAVEMORE", "type": "" }, { "class": "const", "name": "MSG_HOLD", "type": "" }, { "class": "const", "name": "MSG_NEEDSA", "type": "" }, { "class": "const", "name": "MSG_OOB", "type": "" }, { "class": "const", "name": "MSG_PEEK", "type": "" }, { "class": "const", "name": "MSG_RCVMORE", "type": "" }, { "class": "const", "name": "MSG_SEND", "type": "" }, { "class": "const", "name": "MSG_TRUNC", "type": "" }, { "class": "const", "name": "MSG_WAITALL", "type": "" }, { "class": "const", "name": "MSG_WAITSTREAM", "type": "" }, { "class": "const", "name": "MS_ASYNC", "type": "" }, { "class": "const", "name": "MS_DEACTIVATE", "type": "" }, { "class": "const", "name": "MS_INVALIDATE", "type": "" }, { "class": "const", "name": "MS_KILLPAGES", "type": "" }, { "class": "const", "name": "MS_SYNC", "type": "" }, { "class": "const", "name": "NAME_MAX", "type": "" }, { "class": "const", "name": "NET_RT_DUMP", "type": "" }, { "class": "const", "name": "NET_RT_DUMP2", "type": "" }, { "class": "const", "name": "NET_RT_FLAGS", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST2", "type": "" }, { "class": "const", "name": "NET_RT_MAXID", "type": "" }, { "class": "const", "name": "NET_RT_STAT", "type": "" }, { "class": "const", "name": "NET_RT_TRASH", "type": "" }, { "class": "const", "name": "NOFLSH", "type": "" }, { "class": "const", "name": "NOTE_ABSOLUTE", "type": "" }, { "class": "const", "name": "NOTE_ATTRIB", "type": "" }, { "class": "const", "name": "NOTE_CHILD", "type": "" }, { "class": "const", "name": "NOTE_DELETE", "type": "" }, { "class": "const", "name": "NOTE_EXEC", "type": "" }, { "class": "const", "name": "NOTE_EXIT", "type": "" }, { "class": "const", "name": "NOTE_EXITSTATUS", "type": "" }, { "class": "const", "name": "NOTE_EXTEND", "type": "" }, { "class": "const", "name": "NOTE_FFAND", "type": "" }, { "class": "const", "name": "NOTE_FFCOPY", "type": "" }, { "class": "const", "name": "NOTE_FFCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_FFLAGSMASK", "type": "" }, { "class": "const", "name": "NOTE_FFNOP", "type": "" }, { "class": "const", "name": "NOTE_FFOR", "type": "" }, { "class": "const", "name": "NOTE_FORK", "type": "" }, { "class": "const", "name": "NOTE_LINK", "type": "" }, { "class": "const", "name": "NOTE_LOWAT", "type": "" }, { "class": "const", "name": "NOTE_NONE", "type": "" }, { "class": "const", "name": "NOTE_NSECONDS", "type": "" }, { "class": "const", "name": "NOTE_PCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_PDATAMASK", "type": "" }, { "class": "const", "name": "NOTE_REAP", "type": "" }, { "class": "const", "name": "NOTE_RENAME", "type": "" }, { "class": "const", "name": "NOTE_RESOURCEEND", "type": "" }, { "class": "const", "name": "NOTE_REVOKE", "type": "" }, { "class": "const", "name": "NOTE_SECONDS", "type": "" }, { "class": "const", "name": "NOTE_SIGNAL", "type": "" }, { "class": "const", "name": "NOTE_TRACK", "type": "" }, { "class": "const", "name": "NOTE_TRACKERR", "type": "" }, { "class": "const", "name": "NOTE_TRIGGER", "type": "" }, { "class": "const", "name": "NOTE_USECONDS", "type": "" }, { "class": "const", "name": "NOTE_VM_ERROR", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_WRITE", "type": "" }, { "class": "const", "name": "OCRNL", "type": "" }, { "class": "const", "name": "OFDEL", "type": "" }, { "class": "const", "name": "OFILL", "type": "" }, { "class": "const", "name": "ONLCR", "type": "" }, { "class": "const", "name": "ONLRET", "type": "" }, { "class": "const", "name": "ONOCR", "type": "" }, { "class": "const", "name": "ONOEOT", "type": "" }, { "class": "const", "name": "OPOST", "type": "" }, { "class": "const", "name": "O_ACCMODE", "type": "" }, { "class": "const", "name": "O_ALERT", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_ASYNC", "type": "" }, { "class": "const", "name": "O_CLOEXEC", "type": "" }, { "class": "const", "name": "O_CREAT", "type": "" }, { "class": "const", "name": "O_DIRECTORY", "type": "" }, { "class": "const", "name": "O_DSYNC", "type": "" }, { "class": "const", "name": "O_EVTONLY", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_EXLOCK", "type": "" }, { "class": "const", "name": "O_FSYNC", "type": "" }, { "class": "const", "name": "O_NDELAY", "type": "" }, { "class": "const", "name": "O_NOCTTY", "type": "" }, { "class": "const", "name": "O_NOFOLLOW", "type": "" }, { "class": "const", "name": "O_NONBLOCK", "type": "" }, { "class": "const", "name": "O_POPUP", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SHLOCK", "type": "" }, { "class": "const", "name": "O_SYMLINK", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PARENB", "type": "" }, { "class": "const", "name": "PARMRK", "type": "" }, { "class": "const", "name": "PARODD", "type": "" }, { "class": "const", "name": "PENDIN", "type": "" }, { "class": "const", "name": "PRIO_PGRP", "type": "" }, { "class": "const", "name": "PRIO_PROCESS", "type": "" }, { "class": "const", "name": "PRIO_USER", "type": "" }, { "class": "const", "name": "PROT_EXEC", "type": "" }, { "class": "const", "name": "PROT_NONE", "type": "" }, { "class": "const", "name": "PROT_READ", "type": "" }, { "class": "const", "name": "PROT_WRITE", "type": "" }, { "class": "const", "name": "PTRACE_CONT", "type": "" }, { "class": "const", "name": "PTRACE_KILL", "type": "" }, { "class": "const", "name": "PTRACE_TRACEME", "type": "" }, { "class": "const", "name": "PT_ATTACH", "type": "" }, { "class": "const", "name": "PT_ATTACHEXC", "type": "" }, { "class": "const", "name": "PT_CONTINUE", "type": "" }, { "class": "const", "name": "PT_DENY_ATTACH", "type": "" }, { "class": "const", "name": "PT_DETACH", "type": "" }, { "class": "const", "name": "PT_FIRSTMACH", "type": "" }, { "class": "const", "name": "PT_FORCEQUOTA", "type": "" }, { "class": "const", "name": "PT_KILL", "type": "" }, { "class": "const", "name": "PT_READ_D", "type": "" }, { "class": "const", "name": "PT_READ_I", "type": "" }, { "class": "const", "name": "PT_READ_U", "type": "" }, { "class": "const", "name": "PT_SIGEXC", "type": "" }, { "class": "const", "name": "PT_STEP", "type": "" }, { "class": "const", "name": "PT_THUPDATE", "type": "" }, { "class": "const", "name": "PT_TRACE_ME", "type": "" }, { "class": "const", "name": "PT_WRITE_D", "type": "" }, { "class": "const", "name": "PT_WRITE_I", "type": "" }, { "class": "const", "name": "PT_WRITE_U", "type": "" }, { "class": "const", "name": "RLIMIT_AS", "type": "" }, { "class": "const", "name": "RLIMIT_CORE", "type": "" }, { "class": "const", "name": "RLIMIT_CPU", "type": "" }, { "class": "const", "name": "RLIMIT_DATA", "type": "" }, { "class": "const", "name": "RLIMIT_FSIZE", "type": "" }, { "class": "const", "name": "RLIMIT_NOFILE", "type": "" }, { "class": "const", "name": "RLIMIT_STACK", "type": "" }, { "class": "const", "name": "RLIM_INFINITY", "type": "" }, { "class": "const", "name": "RTAX_AUTHOR", "type": "" }, { "class": "const", "name": "RTAX_BRD", "type": "" }, { "class": "const", "name": "RTAX_DST", "type": "" }, { "class": "const", "name": "RTAX_GATEWAY", "type": "" }, { "class": "const", "name": "RTAX_GENMASK", "type": "" }, { "class": "const", "name": "RTAX_IFA", "type": "" }, { "class": "const", "name": "RTAX_IFP", "type": "" }, { "class": "const", "name": "RTAX_MAX", "type": "" }, { "class": "const", "name": "RTAX_NETMASK", "type": "" }, { "class": "const", "name": "RTA_AUTHOR", "type": "" }, { "class": "const", "name": "RTA_BRD", "type": "" }, { "class": "const", "name": "RTA_DST", "type": "" }, { "class": "const", "name": "RTA_GATEWAY", "type": "" }, { "class": "const", "name": "RTA_GENMASK", "type": "" }, { "class": "const", "name": "RTA_IFA", "type": "" }, { "class": "const", "name": "RTA_IFP", "type": "" }, { "class": "const", "name": "RTA_NETMASK", "type": "" }, { "class": "const", "name": "RTF_BLACKHOLE", "type": "" }, { "class": "const", "name": "RTF_BROADCAST", "type": "" }, { "class": "const", "name": "RTF_CLONING", "type": "" }, { "class": "const", "name": "RTF_CONDEMNED", "type": "" }, { "class": "const", "name": "RTF_DELCLONE", "type": "" }, { "class": "const", "name": "RTF_DONE", "type": "" }, { "class": "const", "name": "RTF_DYNAMIC", "type": "" }, { "class": "const", "name": "RTF_GATEWAY", "type": "" }, { "class": "const", "name": "RTF_HOST", "type": "" }, { "class": "const", "name": "RTF_IFREF", "type": "" }, { "class": "const", "name": "RTF_IFSCOPE", "type": "" }, { "class": "const", "name": "RTF_LLINFO", "type": "" }, { "class": "const", "name": "RTF_LOCAL", "type": "" }, { "class": "const", "name": "RTF_MODIFIED", "type": "" }, { "class": "const", "name": "RTF_MULTICAST", "type": "" }, { "class": "const", "name": "RTF_PINNED", "type": "" }, { "class": "const", "name": "RTF_PRCLONING", "type": "" }, { "class": "const", "name": "RTF_PROTO1", "type": "" }, { "class": "const", "name": "RTF_PROTO2", "type": "" }, { "class": "const", "name": "RTF_PROTO3", "type": "" }, { "class": "const", "name": "RTF_REJECT", "type": "" }, { "class": "const", "name": "RTF_STATIC", "type": "" }, { "class": "const", "name": "RTF_UP", "type": "" }, { "class": "const", "name": "RTF_WASCLONED", "type": "" }, { "class": "const", "name": "RTF_XRESOLVE", "type": "" }, { "class": "const", "name": "RTM_ADD", "type": "" }, { "class": "const", "name": "RTM_CHANGE", "type": "" }, { "class": "const", "name": "RTM_DELADDR", "type": "" }, { "class": "const", "name": "RTM_DELETE", "type": "" }, { "class": "const", "name": "RTM_DELMADDR", "type": "" }, { "class": "const", "name": "RTM_GET", "type": "" }, { "class": "const", "name": "RTM_GET2", "type": "" }, { "class": "const", "name": "RTM_IFINFO", "type": "" }, { "class": "const", "name": "RTM_IFINFO2", "type": "" }, { "class": "const", "name": "RTM_LOCK", "type": "" }, { "class": "const", "name": "RTM_LOSING", "type": "" }, { "class": "const", "name": "RTM_MISS", "type": "" }, { "class": "const", "name": "RTM_NEWADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR2", "type": "" }, { "class": "const", "name": "RTM_OLDADD", "type": "" }, { "class": "const", "name": "RTM_OLDDEL", "type": "" }, { "class": "const", "name": "RTM_REDIRECT", "type": "" }, { "class": "const", "name": "RTM_RESOLVE", "type": "" }, { "class": "const", "name": "RTM_RTTUNIT", "type": "" }, { "class": "const", "name": "RTM_VERSION", "type": "" }, { "class": "const", "name": "RTV_EXPIRE", "type": "" }, { "class": "const", "name": "RTV_HOPCOUNT", "type": "" }, { "class": "const", "name": "RTV_MTU", "type": "" }, { "class": "const", "name": "RTV_RPIPE", "type": "" }, { "class": "const", "name": "RTV_RTT", "type": "" }, { "class": "const", "name": "RTV_RTTVAR", "type": "" }, { "class": "const", "name": "RTV_SPIPE", "type": "" }, { "class": "const", "name": "RTV_SSTHRESH", "type": "" }, { "class": "const", "name": "RUSAGE_CHILDREN", "type": "" }, { "class": "const", "name": "RUSAGE_SELF", "type": "" }, { "class": "const", "name": "SCM_CREDS", "type": "" }, { "class": "const", "name": "SCM_RIGHTS", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SHUT_RD", "type": "" }, { "class": "const", "name": "SHUT_RDWR", "type": "" }, { "class": "const", "name": "SHUT_WR", "type": "" }, { "class": "const", "name": "SIGABRT", "type": "" }, { "class": "const", "name": "SIGALRM", "type": "" }, { "class": "const", "name": "SIGBUS", "type": "" }, { "class": "const", "name": "SIGCHLD", "type": "" }, { "class": "const", "name": "SIGCONT", "type": "" }, { "class": "const", "name": "SIGEMT", "type": "" }, { "class": "const", "name": "SIGFPE", "type": "" }, { "class": "const", "name": "SIGHUP", "type": "" }, { "class": "const", "name": "SIGILL", "type": "" }, { "class": "const", "name": "SIGINFO", "type": "" }, { "class": "const", "name": "SIGINT", "type": "" }, { "class": "const", "name": "SIGIO", "type": "" }, { "class": "const", "name": "SIGIOT", "type": "" }, { "class": "const", "name": "SIGKILL", "type": "" }, { "class": "const", "name": "SIGPIPE", "type": "" }, { "class": "const", "name": "SIGPROF", "type": "" }, { "class": "const", "name": "SIGQUIT", "type": "" }, { "class": "const", "name": "SIGSEGV", "type": "" }, { "class": "const", "name": "SIGSTOP", "type": "" }, { "class": "const", "name": "SIGSYS", "type": "" }, { "class": "const", "name": "SIGTERM", "type": "" }, { "class": "const", "name": "SIGTRAP", "type": "" }, { "class": "const", "name": "SIGTSTP", "type": "" }, { "class": "const", "name": "SIGTTIN", "type": "" }, { "class": "const", "name": "SIGTTOU", "type": "" }, { "class": "const", "name": "SIGURG", "type": "" }, { "class": "const", "name": "SIGUSR1", "type": "" }, { "class": "const", "name": "SIGUSR2", "type": "" }, { "class": "const", "name": "SIGVTALRM", "type": "" }, { "class": "const", "name": "SIGWINCH", "type": "" }, { "class": "const", "name": "SIGXCPU", "type": "" }, { "class": "const", "name": "SIGXFSZ", "type": "" }, { "class": "const", "name": "SIOCADDMULTI", "type": "" }, { "class": "const", "name": "SIOCAIFADDR", "type": "" }, { "class": "const", "name": "SIOCALIFADDR", "type": "" }, { "class": "const", "name": "SIOCARPIPLL", "type": "" }, { "class": "const", "name": "SIOCATMARK", "type": "" }, { "class": "const", "name": "SIOCAUTOADDR", "type": "" }, { "class": "const", "name": "SIOCAUTONETMASK", "type": "" }, { "class": "const", "name": "SIOCDELMULTI", "type": "" }, { "class": "const", "name": "SIOCDIFADDR", "type": "" }, { "class": "const", "name": "SIOCDIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCDLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCGETSGCNT", "type": "" }, { "class": "const", "name": "SIOCGETVIFCNT", "type": "" }, { "class": "const", "name": "SIOCGETVLAN", "type": "" }, { "class": "const", "name": "SIOCGHIWAT", "type": "" }, { "class": "const", "name": "SIOCGIFADDR", "type": "" }, { "class": "const", "name": "SIOCGIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCGIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCGIFBOND", "type": "" }, { "class": "const", "name": "SIOCGIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCGIFCAP", "type": "" }, { "class": "const", "name": "SIOCGIFCONF", "type": "" }, { "class": "const", "name": "SIOCGIFDEVMTU", "type": "" }, { "class": "const", "name": "SIOCGIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCGIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCGIFKPI", "type": "" }, { "class": "const", "name": "SIOCGIFMAC", "type": "" }, { "class": "const", "name": "SIOCGIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCGIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCGIFMTU", "type": "" }, { "class": "const", "name": "SIOCGIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCGIFPDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFPHYS", "type": "" }, { "class": "const", "name": "SIOCGIFPSRCADDR", "type": "" }, { "class": "const", "name": "SIOCGIFSTATUS", "type": "" }, { "class": "const", "name": "SIOCGIFVLAN", "type": "" }, { "class": "const", "name": "SIOCGIFWAKEFLAGS", "type": "" }, { "class": "const", "name": "SIOCGLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCGLOWAT", "type": "" }, { "class": "const", "name": "SIOCGPGRP", "type": "" }, { "class": "const", "name": "SIOCIFCREATE", "type": "" }, { "class": "const", "name": "SIOCIFCREATE2", "type": "" }, { "class": "const", "name": "SIOCIFDESTROY", "type": "" }, { "class": "const", "name": "SIOCRSLVMULTI", "type": "" }, { "class": "const", "name": "SIOCSDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCSETVLAN", "type": "" }, { "class": "const", "name": "SIOCSHIWAT", "type": "" }, { "class": "const", "name": "SIOCSIFADDR", "type": "" }, { "class": "const", "name": "SIOCSIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCSIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCSIFBOND", "type": "" }, { "class": "const", "name": "SIOCSIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCSIFCAP", "type": "" }, { "class": "const", "name": "SIOCSIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCSIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCSIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCSIFKPI", "type": "" }, { "class": "const", "name": "SIOCSIFLLADDR", "type": "" }, { "class": "const", "name": "SIOCSIFMAC", "type": "" }, { "class": "const", "name": "SIOCSIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCSIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCSIFMTU", "type": "" }, { "class": "const", "name": "SIOCSIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCSIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSIFPHYS", "type": "" }, { "class": "const", "name": "SIOCSIFVLAN", "type": "" }, { "class": "const", "name": "SIOCSLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSLOWAT", "type": "" }, { "class": "const", "name": "SIOCSPGRP", "type": "" }, { "class": "const", "name": "SOCK_DGRAM", "type": "" }, { "class": "const", "name": "SOCK_MAXADDRLEN", "type": "" }, { "class": "const", "name": "SOCK_RAW", "type": "" }, { "class": "const", "name": "SOCK_RDM", "type": "" }, { "class": "const", "name": "SOCK_SEQPACKET", "type": "" }, { "class": "const", "name": "SOCK_STREAM", "type": "" }, { "class": "const", "name": "SOL_SOCKET", "type": "" }, { "class": "const", "name": "SOMAXCONN", "type": "" }, { "class": "const", "name": "SO_ACCEPTCONN", "type": "" }, { "class": "const", "name": "SO_BROADCAST", "type": "" }, { "class": "const", "name": "SO_DEBUG", "type": "" }, { "class": "const", "name": "SO_DONTROUTE", "type": "" }, { "class": "const", "name": "SO_DONTTRUNC", "type": "" }, { "class": "const", "name": "SO_ERROR", "type": "" }, { "class": "const", "name": "SO_KEEPALIVE", "type": "" }, { "class": "const", "name": "SO_LABEL", "type": "" }, { "class": "const", "name": "SO_LINGER", "type": "" }, { "class": "const", "name": "SO_LINGER_SEC", "type": "" }, { "class": "const", "name": "SO_NKE", "type": "" }, { "class": "const", "name": "SO_NOADDRERR", "type": "" }, { "class": "const", "name": "SO_NOSIGPIPE", "type": "" }, { "class": "const", "name": "SO_NOTIFYCONFLICT", "type": "" }, { "class": "const", "name": "SO_NP_EXTENSIONS", "type": "" }, { "class": "const", "name": "SO_NREAD", "type": "" }, { "class": "const", "name": "SO_NWRITE", "type": "" }, { "class": "const", "name": "SO_OOBINLINE", "type": "" }, { "class": "const", "name": "SO_PEERLABEL", "type": "" }, { "class": "const", "name": "SO_RANDOMPORT", "type": "" }, { "class": "const", "name": "SO_RCVBUF", "type": "" }, { "class": "const", "name": "SO_RCVLOWAT", "type": "" }, { "class": "const", "name": "SO_RCVTIMEO", "type": "" }, { "class": "const", "name": "SO_RESTRICTIONS", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYIN", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYOUT", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYSET", "type": "" }, { "class": "const", "name": "SO_REUSEADDR", "type": "" }, { "class": "const", "name": "SO_REUSEPORT", "type": "" }, { "class": "const", "name": "SO_REUSESHAREUID", "type": "" }, { "class": "const", "name": "SO_SNDBUF", "type": "" }, { "class": "const", "name": "SO_SNDLOWAT", "type": "" }, { "class": "const", "name": "SO_SNDTIMEO", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SO_TYPE", "type": "" }, { "class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": "" }, { "class": "const", "name": "SO_USELOOPBACK", "type": "" }, { "class": "const", "name": "SO_WANTMORE", "type": "" }, { "class": "const", "name": "SO_WANTOOBFLAG", "type": "" }, { "class": "const", "name": "SYS_ACCEPT", "type": "" }, { "class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_ACCESS", "type": "" }, { "class": "const", "name": "SYS_ACCESS_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_ACCT", "type": "" }, { "class": "const", "name": "SYS_ADD_PROFIL", "type": "" }, { "class": "const", "name": "SYS_ADJTIME", "type": "" }, { "class": "const", "name": "SYS_AIO_CANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_ERROR", "type": "" }, { "class": "const", "name": "SYS_AIO_FSYNC", "type": "" }, { "class": "const", "name": "SYS_AIO_READ", "type": "" }, { "class": "const", "name": "SYS_AIO_RETURN", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_WRITE", "type": "" }, { "class": "const", "name": "SYS_ATGETMSG", "type": "" }, { "class": "const", "name": "SYS_ATPGETREQ", "type": "" }, { "class": "const", "name": "SYS_ATPGETRSP", "type": "" }, { "class": "const", "name": "SYS_ATPSNDREQ", "type": "" }, { "class": "const", "name": "SYS_ATPSNDRSP", "type": "" }, { "class": "const", "name": "SYS_ATPUTMSG", "type": "" }, { "class": "const", "name": "SYS_ATSOCKET", "type": "" }, { "class": "const", "name": "SYS_AUDIT", "type": "" }, { "class": "const", "name": "SYS_AUDITCTL", "type": "" }, { "class": "const", "name": "SYS_AUDITON", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": "" }, { "class": "const", "name": "SYS_BIND", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": "" }, { "class": "const", "name": "SYS_CHDIR", "type": "" }, { "class": "const", "name": "SYS_CHFLAGS", "type": "" }, { "class": "const", "name": "SYS_CHMOD", "type": "" }, { "class": "const", "name": "SYS_CHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_CHOWN", "type": "" }, { "class": "const", "name": "SYS_CHROOT", "type": "" }, { "class": "const", "name": "SYS_CHUD", "type": "" }, { "class": "const", "name": "SYS_CLOSE", "type": "" }, { "class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_CONNECT", "type": "" }, { "class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_COPYFILE", "type": "" }, { "class": "const", "name": "SYS_CSOPS", "type": "" }, { "class": "const", "name": "SYS_DELETE", "type": "" }, { "class": "const", "name": "SYS_DUP", "type": "" }, { "class": "const", "name": "SYS_DUP2", "type": "" }, { "class": "const", "name": "SYS_EXCHANGEDATA", "type": "" }, { "class": "const", "name": "SYS_EXECVE", "type": "" }, { "class": "const", "name": "SYS_EXIT", "type": "" }, { "class": "const", "name": "SYS_FCHDIR", "type": "" }, { "class": "const", "name": "SYS_FCHFLAGS", "type": "" }, { "class": "const", "name": "SYS_FCHMOD", "type": "" }, { "class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FCHOWN", "type": "" }, { "class": "const", "name": "SYS_FCNTL", "type": "" }, { "class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FDATASYNC", "type": "" }, { "class": "const", "name": "SYS_FFSCTL", "type": "" }, { "class": "const", "name": "SYS_FGETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FGETXATTR", "type": "" }, { "class": "const", "name": "SYS_FHOPEN", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": "" }, { "class": "const", "name": "SYS_FLISTXATTR", "type": "" }, { "class": "const", "name": "SYS_FLOCK", "type": "" }, { "class": "const", "name": "SYS_FORK", "type": "" }, { "class": "const", "name": "SYS_FPATHCONF", "type": "" }, { "class": "const", "name": "SYS_FREMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_FSCTL", "type": "" }, { "class": "const", "name": "SYS_FSETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FSETXATTR", "type": "" }, { "class": "const", "name": "SYS_FSGETPATH", "type": "" }, { "class": "const", "name": "SYS_FSTAT", "type": "" }, { "class": "const", "name": "SYS_FSTAT64", "type": "" }, { "class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSTATFS", "type": "" }, { "class": "const", "name": "SYS_FSTATFS64", "type": "" }, { "class": "const", "name": "SYS_FSTATV", "type": "" }, { "class": "const", "name": "SYS_FSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSYNC", "type": "" }, { "class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FTRUNCATE", "type": "" }, { "class": "const", "name": "SYS_FUTIMES", "type": "" }, { "class": "const", "name": "SYS_GETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_GETAUID", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES64", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": "" }, { "class": "const", "name": "SYS_GETDTABLESIZE", "type": "" }, { "class": "const", "name": "SYS_GETEGID", "type": "" }, { "class": "const", "name": "SYS_GETEUID", "type": "" }, { "class": "const", "name": "SYS_GETFH", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT64", "type": "" }, { "class": "const", "name": "SYS_GETGID", "type": "" }, { "class": "const", "name": "SYS_GETGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETHOSTUUID", "type": "" }, { "class": "const", "name": "SYS_GETITIMER", "type": "" }, { "class": "const", "name": "SYS_GETLCID", "type": "" }, { "class": "const", "name": "SYS_GETLOGIN", "type": "" }, { "class": "const", "name": "SYS_GETPEERNAME", "type": "" }, { "class": "const", "name": "SYS_GETPGID", "type": "" }, { "class": "const", "name": "SYS_GETPGRP", "type": "" }, { "class": "const", "name": "SYS_GETPID", "type": "" }, { "class": "const", "name": "SYS_GETPPID", "type": "" }, { "class": "const", "name": "SYS_GETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_GETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_GETRUSAGE", "type": "" }, { "class": "const", "name": "SYS_GETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETSID", "type": "" }, { "class": "const", "name": "SYS_GETSOCKNAME", "type": "" }, { "class": "const", "name": "SYS_GETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_GETTID", "type": "" }, { "class": "const", "name": "SYS_GETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_GETUID", "type": "" }, { "class": "const", "name": "SYS_GETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETXATTR", "type": "" }, { "class": "const", "name": "SYS_IDENTITYSVC", "type": "" }, { "class": "const", "name": "SYS_INITGROUPS", "type": "" }, { "class": "const", "name": "SYS_IOCTL", "type": "" }, { "class": "const", "name": "SYS_IOPOLICYSYS", "type": "" }, { "class": "const", "name": "SYS_ISSETUGID", "type": "" }, { "class": "const", "name": "SYS_KDEBUG_TRACE", "type": "" }, { "class": "const", "name": "SYS_KEVENT", "type": "" }, { "class": "const", "name": "SYS_KEVENT64", "type": "" }, { "class": "const", "name": "SYS_KILL", "type": "" }, { "class": "const", "name": "SYS_KQUEUE", "type": "" }, { "class": "const", "name": "SYS_LCHOWN", "type": "" }, { "class": "const", "name": "SYS_LINK", "type": "" }, { "class": "const", "name": "SYS_LIO_LISTIO", "type": "" }, { "class": "const", "name": "SYS_LISTEN", "type": "" }, { "class": "const", "name": "SYS_LISTXATTR", "type": "" }, { "class": "const", "name": "SYS_LSEEK", "type": "" }, { "class": "const", "name": "SYS_LSTAT", "type": "" }, { "class": "const", "name": "SYS_LSTAT64", "type": "" }, { "class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_LSTATV", "type": "" }, { "class": "const", "name": "SYS_LSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MADVISE", "type": "" }, { "class": "const", "name": "SYS_MAXSYSCALL", "type": "" }, { "class": "const", "name": "SYS_MINCORE", "type": "" }, { "class": "const", "name": "SYS_MINHERIT", "type": "" }, { "class": "const", "name": "SYS_MKCOMPLEX", "type": "" }, { "class": "const", "name": "SYS_MKDIR", "type": "" }, { "class": "const", "name": "SYS_MKDIR_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKFIFO", "type": "" }, { "class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKNOD", "type": "" }, { "class": "const", "name": "SYS_MLOCK", "type": "" }, { "class": "const", "name": "SYS_MLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MMAP", "type": "" }, { "class": "const", "name": "SYS_MODWATCH", "type": "" }, { "class": "const", "name": "SYS_MOUNT", "type": "" }, { "class": "const", "name": "SYS_MPROTECT", "type": "" }, { "class": "const", "name": "SYS_MSGCTL", "type": "" }, { "class": "const", "name": "SYS_MSGGET", "type": "" }, { "class": "const", "name": "SYS_MSGRCV", "type": "" }, { "class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSND", "type": "" }, { "class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSYS", "type": "" }, { "class": "const", "name": "SYS_MSYNC", "type": "" }, { "class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MUNLOCK", "type": "" }, { "class": "const", "name": "SYS_MUNLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MUNMAP", "type": "" }, { "class": "const", "name": "SYS_NFSCLNT", "type": "" }, { "class": "const", "name": "SYS_NFSSVC", "type": "" }, { "class": "const", "name": "SYS_OPEN", "type": "" }, { "class": "const", "name": "SYS_OPEN_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_OPEN_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PATHCONF", "type": "" }, { "class": "const", "name": "SYS_PID_HIBERNATE", "type": "" }, { "class": "const", "name": "SYS_PID_RESUME", "type": "" }, { "class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": "" }, { "class": "const", "name": "SYS_PID_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_PIPE", "type": "" }, { "class": "const", "name": "SYS_POLL", "type": "" }, { "class": "const", "name": "SYS_POLL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_POSIX_SPAWN", "type": "" }, { "class": "const", "name": "SYS_PREAD", "type": "" }, { "class": "const", "name": "SYS_PREAD_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PROCESS_POLICY", "type": "" }, { "class": "const", "name": "SYS_PROC_INFO", "type": "" }, { "class": "const", "name": "SYS_PROFIL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": "" }, { "class": "const", "name": "SYS_PTRACE", "type": "" }, { "class": "const", "name": "SYS_PWRITE", "type": "" }, { "class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_QUOTACTL", "type": "" }, { "class": "const", "name": "SYS_READ", "type": "" }, { "class": "const", "name": "SYS_READLINK", "type": "" }, { "class": "const", "name": "SYS_READV", "type": "" }, { "class": "const", "name": "SYS_READV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_READ_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REBOOT", "type": "" }, { "class": "const", "name": "SYS_RECVFROM", "type": "" }, { "class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_RECVMSG", "type": "" }, { "class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_RENAME", "type": "" }, { "class": "const", "name": "SYS_REVOKE", "type": "" }, { "class": "const", "name": "SYS_RMDIR", "type": "" }, { "class": "const", "name": "SYS_SEARCHFS", "type": "" }, { "class": "const", "name": "SYS_SELECT", "type": "" }, { "class": "const", "name": "SYS_SELECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SEMCTL", "type": "" }, { "class": "const", "name": "SYS_SEMGET", "type": "" }, { "class": "const", "name": "SYS_SEMOP", "type": "" }, { "class": "const", "name": "SYS_SEMSYS", "type": "" }, { "class": "const", "name": "SYS_SEM_CLOSE", "type": "" }, { "class": "const", "name": "SYS_SEM_DESTROY", "type": "" }, { "class": "const", "name": "SYS_SEM_GETVALUE", "type": "" }, { "class": "const", "name": "SYS_SEM_INIT", "type": "" }, { "class": "const", "name": "SYS_SEM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SEM_POST", "type": "" }, { "class": "const", "name": "SYS_SEM_TRYWAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDFILE", "type": "" }, { "class": "const", "name": "SYS_SENDMSG", "type": "" }, { "class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDTO", "type": "" }, { "class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_SETAUID", "type": "" }, { "class": "const", "name": "SYS_SETEGID", "type": "" }, { "class": "const", "name": "SYS_SETEUID", "type": "" }, { "class": "const", "name": "SYS_SETGID", "type": "" }, { "class": "const", "name": "SYS_SETGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETITIMER", "type": "" }, { "class": "const", "name": "SYS_SETLCID", "type": "" }, { "class": "const", "name": "SYS_SETLOGIN", "type": "" }, { "class": "const", "name": "SYS_SETPGID", "type": "" }, { "class": "const", "name": "SYS_SETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_SETPRIVEXEC", "type": "" }, { "class": "const", "name": "SYS_SETREGID", "type": "" }, { "class": "const", "name": "SYS_SETREUID", "type": "" }, { "class": "const", "name": "SYS_SETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_SETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETSID", "type": "" }, { "class": "const", "name": "SYS_SETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_SETTID", "type": "" }, { "class": "const", "name": "SYS_SETTID_WITH_PID", "type": "" }, { "class": "const", "name": "SYS_SETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_SETUID", "type": "" }, { "class": "const", "name": "SYS_SETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETXATTR", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": "" }, { "class": "const", "name": "SYS_SHMAT", "type": "" }, { "class": "const", "name": "SYS_SHMCTL", "type": "" }, { "class": "const", "name": "SYS_SHMDT", "type": "" }, { "class": "const", "name": "SYS_SHMGET", "type": "" }, { "class": "const", "name": "SYS_SHMSYS", "type": "" }, { "class": "const", "name": "SYS_SHM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SHM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SHUTDOWN", "type": "" }, { "class": "const", "name": "SYS_SIGACTION", "type": "" }, { "class": "const", "name": "SYS_SIGALTSTACK", "type": "" }, { "class": "const", "name": "SYS_SIGPENDING", "type": "" }, { "class": "const", "name": "SYS_SIGPROCMASK", "type": "" }, { "class": "const", "name": "SYS_SIGRETURN", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SOCKET", "type": "" }, { "class": "const", "name": "SYS_SOCKETPAIR", "type": "" }, { "class": "const", "name": "SYS_STACK_SNAPSHOT", "type": "" }, { "class": "const", "name": "SYS_STAT", "type": "" }, { "class": "const", "name": "SYS_STAT64", "type": "" }, { "class": "const", "name": "SYS_STAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_STATFS", "type": "" }, { "class": "const", "name": "SYS_STATFS64", "type": "" }, { "class": "const", "name": "SYS_STATV", "type": "" }, { "class": "const", "name": "SYS_STAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_SWAPON", "type": "" }, { "class": "const", "name": "SYS_SYMLINK", "type": "" }, { "class": "const", "name": "SYS_SYNC", "type": "" }, { "class": "const", "name": "SYS_SYSCALL", "type": "" }, { "class": "const", "name": "SYS_THREAD_SELFID", "type": "" }, { "class": "const", "name": "SYS_TRUNCATE", "type": "" }, { "class": "const", "name": "SYS_UMASK", "type": "" }, { "class": "const", "name": "SYS_UMASK_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_UNDELETE", "type": "" }, { "class": "const", "name": "SYS_UNLINK", "type": "" }, { "class": "const", "name": "SYS_UNMOUNT", "type": "" }, { "class": "const", "name": "SYS_UTIMES", "type": "" }, { "class": "const", "name": "SYS_VFORK", "type": "" }, { "class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": "" }, { "class": "const", "name": "SYS_WAIT4", "type": "" }, { "class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WAITEVENT", "type": "" }, { "class": "const", "name": "SYS_WAITID", "type": "" }, { "class": "const", "name": "SYS_WAITID_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WATCHEVENT", "type": "" }, { "class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": "" }, { "class": "const", "name": "SYS_WORKQ_OPEN", "type": "" }, { "class": "const", "name": "SYS_WRITE", "type": "" }, { "class": "const", "name": "SYS_WRITEV", "type": "" }, { "class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": "" }, { "class": "const", "name": "SYS___MAC_EXECVE", "type": "" }, { "class": "const", "name": "SYS___MAC_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_SYSCALL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CANCELED", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_KILL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SYSCTL", "type": "" }, { "class": "const", "name": "S_IEXEC", "type": "" }, { "class": "const", "name": "S_IFBLK", "type": "" }, { "class": "const", "name": "S_IFCHR", "type": "" }, { "class": "const", "name": "S_IFDIR", "type": "" }, { "class": "const", "name": "S_IFIFO", "type": "" }, { "class": "const", "name": "S_IFLNK", "type": "" }, { "class": "const", "name": "S_IFMT", "type": "" }, { "class": "const", "name": "S_IFREG", "type": "" }, { "class": "const", "name": "S_IFSOCK", "type": "" }, { "class": "const", "name": "S_IFWHT", "type": "" }, { "class": "const", "name": "S_IREAD", "type": "" }, { "class": "const", "name": "S_IRGRP", "type": "" }, { "class": "const", "name": "S_IROTH", "type": "" }, { "class": "const", "name": "S_IRUSR", "type": "" }, { "class": "const", "name": "S_IRWXG", "type": "" }, { "class": "const", "name": "S_IRWXO", "type": "" }, { "class": "const", "name": "S_IRWXU", "type": "" }, { "class": "const", "name": "S_ISGID", "type": "" }, { "class": "const", "name": "S_ISTXT", "type": "" }, { "class": "const", "name": "S_ISUID", "type": "" }, { "class": "const", "name": "S_ISVTX", "type": "" }, { "class": "const", "name": "S_IWGRP", "type": "" }, { "class": "const", "name": "S_IWOTH", "type": "" }, { "class": "const", "name": "S_IWRITE", "type": "" }, { "class": "const", "name": "S_IWUSR", "type": "" }, { "class": "const", "name": "S_IXGRP", "type": "" }, { "class": "const", "name": "S_IXOTH", "type": "" }, { "class": "const", "name": "S_IXUSR", "type": "" }, { "class": "const", "name": "SizeofBpfHdr", "type": "" }, { "class": "const", "name": "SizeofBpfInsn", "type": "" }, { "class": "const", "name": "SizeofBpfProgram", "type": "" }, { "class": "const", "name": "SizeofBpfStat", "type": "" }, { "class": "const", "name": "SizeofBpfVersion", "type": "" }, { "class": "const", "name": "SizeofCmsghdr", "type": "" }, { "class": "const", "name": "SizeofICMPv6Filter", "type": "" }, { "class": "const", "name": "SizeofIPMreq", "type": "" }, { "class": "const", "name": "SizeofIPv6MTUInfo", "type": "" }, { "class": "const", "name": "SizeofIPv6Mreq", "type": "" }, { "class": "const", "name": "SizeofIfData", "type": "" }, { "class": "const", "name": "SizeofIfMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr2", "type": "" }, { "class": "const", "name": "SizeofInet4Pktinfo", "type": "" }, { "class": "const", "name": "SizeofInet6Pktinfo", "type": "" }, { "class": "const", "name": "SizeofLinger", "type": "" }, { "class": "const", "name": "SizeofMsghdr", "type": "" }, { "class": "const", "name": "SizeofRtMetrics", "type": "" }, { "class": "const", "name": "SizeofRtMsghdr", "type": "" }, { "class": "const", "name": "SizeofSockaddrAny", "type": "" }, { "class": "const", "name": "SizeofSockaddrDatalink", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet4", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet6", "type": "" }, { "class": "const", "name": "SizeofSockaddrUnix", "type": "" }, { "class": "const", "name": "TCIFLUSH", "type": "" }, { "class": "const", "name": "TCIOFLUSH", "type": "" }, { "class": "const", "name": "TCOFLUSH", "type": "" }, { "class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": "" }, { "class": "const", "name": "TCP_KEEPALIVE", "type": "" }, { "class": "const", "name": "TCP_MAXHLEN", "type": "" }, { "class": "const", "name": "TCP_MAXOLEN", "type": "" }, { "class": "const", "name": "TCP_MAXSEG", "type": "" }, { "class": "const", "name": "TCP_MAXWIN", "type": "" }, { "class": "const", "name": "TCP_MAX_SACK", "type": "" }, { "class": "const", "name": "TCP_MAX_WINSHIFT", "type": "" }, { "class": "const", "name": "TCP_MINMSS", "type": "" }, { "class": "const", "name": "TCP_MINMSSOVERLOAD", "type": "" }, { "class": "const", "name": "TCP_MSS", "type": "" }, { "class": "const", "name": "TCP_NODELAY", "type": "" }, { "class": "const", "name": "TCP_NOOPT", "type": "" }, { "class": "const", "name": "TCP_NOPUSH", "type": "" }, { "class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": "" }, { "class": "const", "name": "TCP_RXT_FINDROP", "type": "" }, { "class": "const", "name": "TCSAFLUSH", "type": "" }, { "class": "const", "name": "TIOCCBRK", "type": "" }, { "class": "const", "name": "TIOCCDTR", "type": "" }, { "class": "const", "name": "TIOCCONS", "type": "" }, { "class": "const", "name": "TIOCDCDTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCDRAIN", "type": "" }, { "class": "const", "name": "TIOCDSIMICROCODE", "type": "" }, { "class": "const", "name": "TIOCEXCL", "type": "" }, { "class": "const", "name": "TIOCEXT", "type": "" }, { "class": "const", "name": "TIOCFLUSH", "type": "" }, { "class": "const", "name": "TIOCGDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCGETA", "type": "" }, { "class": "const", "name": "TIOCGETD", "type": "" }, { "class": "const", "name": "TIOCGPGRP", "type": "" }, { "class": "const", "name": "TIOCGWINSZ", "type": "" }, { "class": "const", "name": "TIOCIXOFF", "type": "" }, { "class": "const", "name": "TIOCIXON", "type": "" }, { "class": "const", "name": "TIOCMBIC", "type": "" }, { "class": "const", "name": "TIOCMBIS", "type": "" }, { "class": "const", "name": "TIOCMGDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMGET", "type": "" }, { "class": "const", "name": "TIOCMODG", "type": "" }, { "class": "const", "name": "TIOCMODS", "type": "" }, { "class": "const", "name": "TIOCMSDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMSET", "type": "" }, { "class": "const", "name": "TIOCM_CAR", "type": "" }, { "class": "const", "name": "TIOCM_CD", "type": "" }, { "class": "const", "name": "TIOCM_CTS", "type": "" }, { "class": "const", "name": "TIOCM_DSR", "type": "" }, { "class": "const", "name": "TIOCM_DTR", "type": "" }, { "class": "const", "name": "TIOCM_LE", "type": "" }, { "class": "const", "name": "TIOCM_RI", "type": "" }, { "class": "const", "name": "TIOCM_RNG", "type": "" }, { "class": "const", "name": "TIOCM_RTS", "type": "" }, { "class": "const", "name": "TIOCM_SR", "type": "" }, { "class": "const", "name": "TIOCM_ST", "type": "" }, { "class": "const", "name": "TIOCNOTTY", "type": "" }, { "class": "const", "name": "TIOCNXCL", "type": "" }, { "class": "const", "name": "TIOCOUTQ", "type": "" }, { "class": "const", "name": "TIOCPKT", "type": "" }, { "class": "const", "name": "TIOCPKT_DATA", "type": "" }, { "class": "const", "name": "TIOCPKT_DOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHREAD", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": "" }, { "class": "const", "name": "TIOCPKT_IOCTL", "type": "" }, { "class": "const", "name": "TIOCPKT_NOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_START", "type": "" }, { "class": "const", "name": "TIOCPKT_STOP", "type": "" }, { "class": "const", "name": "TIOCPTYGNAME", "type": "" }, { "class": "const", "name": "TIOCPTYGRANT", "type": "" }, { "class": "const", "name": "TIOCPTYUNLK", "type": "" }, { "class": "const", "name": "TIOCREMOTE", "type": "" }, { "class": "const", "name": "TIOCSBRK", "type": "" }, { "class": "const", "name": "TIOCSCONS", "type": "" }, { "class": "const", "name": "TIOCSCTTY", "type": "" }, { "class": "const", "name": "TIOCSDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCSDTR", "type": "" }, { "class": "const", "name": "TIOCSETA", "type": "" }, { "class": "const", "name": "TIOCSETAF", "type": "" }, { "class": "const", "name": "TIOCSETAW", "type": "" }, { "class": "const", "name": "TIOCSETD", "type": "" }, { "class": "const", "name": "TIOCSIG", "type": "" }, { "class": "const", "name": "TIOCSPGRP", "type": "" }, { "class": "const", "name": "TIOCSTART", "type": "" }, { "class": "const", "name": "TIOCSTAT", "type": "" }, { "class": "const", "name": "TIOCSTI", "type": "" }, { "class": "const", "name": "TIOCSTOP", "type": "" }, { "class": "const", "name": "TIOCSWINSZ", "type": "" }, { "class": "const", "name": "TIOCTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCUCNTL", "type": "" }, { "class": "const", "name": "TOSTOP", "type": "" }, { "class": "const", "name": "VDISCARD", "type": "" }, { "class": "const", "name": "VDSUSP", "type": "" }, { "class": "const", "name": "VEOF", "type": "" }, { "class": "const", "name": "VEOL", "type": "" }, { "class": "const", "name": "VEOL2", "type": "" }, { "class": "const", "name": "VERASE", "type": "" }, { "class": "const", "name": "VINTR", "type": "" }, { "class": "const", "name": "VKILL", "type": "" }, { "class": "const", "name": "VLNEXT", "type": "" }, { "class": "const", "name": "VMIN", "type": "" }, { "class": "const", "name": "VQUIT", "type": "" }, { "class": "const", "name": "VREPRINT", "type": "" }, { "class": "const", "name": "VSTART", "type": "" }, { "class": "const", "name": "VSTATUS", "type": "" }, { "class": "const", "name": "VSTOP", "type": "" }, { "class": "const", "name": "VSUSP", "type": "" }, { "class": "const", "name": "VT0", "type": "" }, { "class": "const", "name": "VT1", "type": "" }, { "class": "const", "name": "VTDLY", "type": "" }, { "class": "const", "name": "VTIME", "type": "" }, { "class": "const", "name": "VWERASE", "type": "" }, { "class": "const", "name": "WCONTINUED", "type": "" }, { "class": "const", "name": "WCOREFLAG", "type": "" }, { "class": "const", "name": "WEXITED", "type": "" }, { "class": "const", "name": "WNOHANG", "type": "" }, { "class": "const", "name": "WNOWAIT", "type": "" }, { "class": "const", "name": "WORDSIZE", "type": "" }, { "class": "const", "name": "WSTOPPED", "type": "" }, { "class": "const", "name": "WUNTRACED", "type": "" }, { "class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)" }, { "class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)" }, { "class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)" }, { "class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)" }, { "class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)" }, { "class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)" }, { "class": "func", "name": "Chdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error" }, { "class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Chroot", "type": "func(path string) (err error)" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Close", "type": "func(fd int) (err error)" }, { "class": "func", "name": "CloseOnExec", "type": "func(fd int)" }, { "class": "func", "name": "CmsgLen", "type": "func(datalen int) int" }, { "class": "func", "name": "CmsgSpace", "type": "func(datalen int) int" }, { "class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)" }, { "class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)" }, { "class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Fchdir", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)" }, { "class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)" }, { "class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)" }, { "class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error" }, { "class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)" }, { "class": "func", "name": "FlushBpf", "type": "func(fd int) error" }, { "class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)" }, { "class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)" }, { "class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "Fsync", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)" }, { "class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)" }, { "class": "func", "name": "Getdtablesize", "type": "func() (size int)" }, { "class": "func", "name": "Getegid", "type": "func() (egid int)" }, { "class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)" }, { "class": "func", "name": "Geteuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)" }, { "class": "func", "name": "Getgid", "type": "func() (gid int)" }, { "class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)" }, { "class": "func", "name": "Getpgrp", "type": "func() (pgrp int)" }, { "class": "func", "name": "Getpid", "type": "func() (pid int)" }, { "class": "func", "name": "Getppid", "type": "func() (ppid int)" }, { "class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)" }, { "class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)" }, { "class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)" }, { "class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)" }, { "class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)" }, { "class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)" }, { "class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)" }, { "class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)" }, { "class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)" }, { "class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)" }, { "class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Getuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getwd", "type": "func() (string, error)" }, { "class": "func", "name": "Issetugid", "type": "func() (tainted bool)" }, { "class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)" }, { "class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)" }, { "class": "func", "name": "Kqueue", "type": "func() (fd int, err error)" }, { "class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Link", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)" }, { "class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)" }, { "class": "func", "name": "Mlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Mlockall", "type": "func(flags int) (err error)" }, { "class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)" }, { "class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)" }, { "class": "func", "name": "Munlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Munlockall", "type": "func() (err error)" }, { "class": "func", "name": "Munmap", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)" }, { "class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)" }, { "class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)" }, { "class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)" }, { "class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)" }, { "class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)" }, { "class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)" }, { "class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)" }, { "class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)" }, { "class": "func", "name": "Pipe", "type": "func(p []int) (err error)" }, { "class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)" }, { "class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)" }, { "class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Rename", "type": "func(from string, to string) (err error)" }, { "class": "func", "name": "Revoke", "type": "func(path string) (err error)" }, { "class": "func", "name": "Rmdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)" }, { "class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)" }, { "class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)" }, { "class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)" }, { "class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)" }, { "class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)" }, { "class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)" }, { "class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error" }, { "class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)" }, { "class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)" }, { "class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error" }, { "class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error" }, { "class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error" }, { "class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)" }, { "class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)" }, { "class": "func", "name": "Setegid", "type": "func(egid int) (err error)" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "Seteuid", "type": "func(euid int) (err error)" }, { "class": "func", "name": "Setgid", "type": "func(gid int) (err error)" }, { "class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)" }, { "class": "func", "name": "Setlogin", "type": "func(name string) (err error)" }, { "class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)" }, { "class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)" }, { "class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)" }, { "class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)" }, { "class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)" }, { "class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Setsid", "type": "func() (pid int, err error)" }, { "class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)" }, { "class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error" }, { "class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)" }, { "class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)" }, { "class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)" }, { "class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)" }, { "class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)" }, { "class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)" }, { "class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)" }, { "class": "func", "name": "Setuid", "type": "func(uid int) (err error)" }, { "class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)" }, { "class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)" }, { "class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)" }, { "class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)" }, { "class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)" }, { "class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "StringBytePtr", "type": "func(s string) *byte" }, { "class": "func", "name": "StringByteSlice", "type": "func(s string) []byte" }, { "class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte" }, { "class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Sync", "type": "func() (err error)" }, { "class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)" }, { "class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)" }, { "class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64" }, { "class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64" }, { "class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)" }, { "class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)" }, { "class": "func", "name": "Undelete", "type": "func(path string) (err error)" }, { "class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte" }, { "class": "func", "name": "Unlink", "type": "func(path string) (err error)" }, { "class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error" }, { "class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)" }, { "class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "type", "name": "BpfHdr", "type": "struct" }, { "class": "type", "name": "BpfInsn", "type": "struct" }, { "class": "type", "name": "BpfProgram", "type": "struct" }, { "class": "type", "name": "BpfStat", "type": "struct" }, { "class": "type", "name": "BpfVersion", "type": "struct" }, { "class": "type", "name": "Cmsghdr", "type": "struct" }, { "class": "type", "name": "Credential", "type": "struct" }, { "class": "type", "name": "Dirent", "type": "struct" }, { "class": "type", "name": "Errno", "type": "uintptr" }, { "class": "type", "name": "Fbootstraptransfer_t", "type": "struct" }, { "class": "type", "name": "FdSet", "type": "struct" }, { "class": "type", "name": "Flock_t", "type": "struct" }, { "class": "type", "name": "Fsid", "type": "struct" }, { "class": "type", "name": "Fstore_t", "type": "struct" }, { "class": "type", "name": "ICMPv6Filter", "type": "struct" }, { "class": "type", "name": "IPMreq", "type": "struct" }, { "class": "type", "name": "IPv6MTUInfo", "type": "struct" }, { "class": "type", "name": "IPv6Mreq", "type": "struct" }, { "class": "type", "name": "IfData", "type": "struct" }, { "class": "type", "name": "IfMsghdr", "type": "struct" }, { "class": "type", "name": "IfaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr2", "type": "struct" }, { "class": "type", "name": "Inet4Pktinfo", "type": "struct" }, { "class": "type", "name": "Inet6Pktinfo", "type": "struct" }, { "class": "type", "name": "InterfaceAddrMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct" }, { "class": "type", "name": "Iovec", "type": "struct" }, { "class": "type", "name": "Kevent_t", "type": "struct" }, { "class": "type", "name": "Linger", "type": "struct" }, { "class": "type", "name": "Log2phys_t", "type": "struct" }, { "class": "type", "name": "Msghdr", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Radvisory_t", "type": "struct" }, { "class": "type", "name": "RawSockaddr", "type": "struct" }, { "class": "type", "name": "RawSockaddrAny", "type": "struct" }, { "class": "type", "name": "RawSockaddrDatalink", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet4", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet6", "type": "struct" }, { "class": "type", "name": "RawSockaddrUnix", "type": "struct" }, { "class": "type", "name": "Rlimit", "type": "struct" }, { "class": "type", "name": "RouteMessage", "type": "struct" }, { "class": "type", "name": "RoutingMessage", "type": "interface" }, { "class": "type", "name": "RtMetrics", "type": "struct" }, { "class": "type", "name": "RtMsghdr", "type": "struct" }, { "class": "type", "name": "Rusage", "type": "struct" }, { "class": "type", "name": "Signal", "type": "int" }, { "class": "type", "name": "Sockaddr", "type": "interface" }, { "class": "type", "name": "SockaddrDatalink", "type": "struct" }, { "class": "type", "name": "SockaddrInet4", "type": "struct" }, { "class": "type", "name": "SockaddrInet6", "type": "struct" }, { "class": "type", "name": "SockaddrUnix", "type": "struct" }, { "class": "type", "name": "SocketControlMessage", "type": "struct" }, { "class": "type", "name": "Stat_t", "type": "struct" }, { "class": "type", "name": "Statfs_t", "type": "struct" }, { "class": "type", "name": "SysProcAttr", "type": "struct" }, { "class": "type", "name": "Termios", "type": "struct" }, { "class": "type", "name": "Timespec", "type": "struct" }, { "class": "type", "name": "Timeval", "type": "struct" }, { "class": "type", "name": "Timeval32", "type": "struct" }, { "class": "type", "name": "WaitStatus", "type": "uint32" }, { "class": "var", "name": "ForkLock", "type": "sync.RWMutex" }, { "class": "var", "name": "SocketDisableIPv6", "type": "bool" }, { "class": "var", "name": "Stderr", "type": "int" }, { "class": "var", "name": "Stdin", "type": "int" }, { "class": "var", "name": "Stdout", "type": "int"},{ "class": "const", "name": "MinRead", "type": "" }, { "class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int" }, { "class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool" }, { "class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool" }, { "class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool" }, { "class": "func", "name": "Fields", "type": "func(s []byte) [][]byte" }, { "class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte" }, { "class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool" }, { "class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool" }, { "class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int" }, { "class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte" }, { "class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte" }, { "class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer" }, { "class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer" }, { "class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader" }, { "class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte" }, { "class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte" }, { "class": "func", "name": "Runes", "type": "func(s []byte) []rune" }, { "class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "Title", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLower", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToTitle", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToUpper", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte" }, { "class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte" }, { "class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte" }, { "class": "type", "name": "Buffer", "type": "struct" }, { "class": "type", "name": "Reader", "type": "struct" }, { "class": "var", "name": "ErrTooLarge", "type": "error" }, { "class": "const", "name": "Bad", "type": "" }, { "class": "const", "name": "Con", "type": "" }, { "class": "const", "name": "FilterFuncDuplicates", "type": "" }, { "class": "const", "name": "FilterImportDuplicates", "type": "" }, { "class": "const", "name": "FilterUnassociatedComments", "type": "" }, { "class": "const", "name": "Fun", "type": "" }, { "class": "const", "name": "Lbl", "type": "" }, { "class": "const", "name": "Pkg", "type": "" }, { "class": "const", "name": "RECV", "type": "" }, { "class": "const", "name": "SEND", "type": "" }, { "class": "const", "name": "Typ", "type": "" }, { "class": "const", "name": "Var", "type": "" }, { "class": "func", "name": "FileExports", "type": "func(src *ast.File) bool" }, { "class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool" }, { "class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool" }, { "class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool" }, { "class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) (err error)" }, { "class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)" }, { "class": "func", "name": "IsExported", "type": "func(name string) bool" }, { "class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File" }, { "class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap" }, { "class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident" }, { "class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object" }, { "class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)" }, { "class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope" }, { "class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool" }, { "class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool" }, { "class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error" }, { "class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)" }, { "class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)" }, { "class": "type", "name": "ArrayType", "type": "struct" }, { "class": "type", "name": "AssignStmt", "type": "struct" }, { "class": "type", "name": "BadDecl", "type": "struct" }, { "class": "type", "name": "BadExpr", "type": "struct" }, { "class": "type", "name": "BadStmt", "type": "struct" }, { "class": "type", "name": "BasicLit", "type": "struct" }, { "class": "type", "name": "BinaryExpr", "type": "struct" }, { "class": "type", "name": "BlockStmt", "type": "struct" }, { "class": "type", "name": "BranchStmt", "type": "struct" }, { "class": "type", "name": "CallExpr", "type": "struct" }, { "class": "type", "name": "CaseClause", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "ChanType", "type": "struct" }, { "class": "type", "name": "CommClause", "type": "struct" }, { "class": "type", "name": "Comment", "type": "struct" }, { "class": "type", "name": "CommentGroup", "type": "struct" }, { "class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup" }, { "class": "type", "name": "CompositeLit", "type": "struct" }, { "class": "type", "name": "Decl", "type": "interface" }, { "class": "type", "name": "DeclStmt", "type": "struct" }, { "class": "type", "name": "DeferStmt", "type": "struct" }, { "class": "type", "name": "Ellipsis", "type": "struct" }, { "class": "type", "name": "EmptyStmt", "type": "struct" }, { "class": "type", "name": "Expr", "type": "interface" }, { "class": "type", "name": "ExprStmt", "type": "struct" }, { "class": "type", "name": "Field", "type": "struct" }, { "class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool" }, { "class": "type", "name": "FieldList", "type": "struct" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "Filter", "type": "func(string) bool" }, { "class": "type", "name": "ForStmt", "type": "struct" }, { "class": "type", "name": "FuncDecl", "type": "struct" }, { "class": "type", "name": "FuncLit", "type": "struct" }, { "class": "type", "name": "FuncType", "type": "struct" }, { "class": "type", "name": "GenDecl", "type": "struct" }, { "class": "type", "name": "GoStmt", "type": "struct" }, { "class": "type", "name": "Ident", "type": "struct" }, { "class": "type", "name": "IfStmt", "type": "struct" }, { "class": "type", "name": "ImportSpec", "type": "struct" }, { "class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)" }, { "class": "type", "name": "IncDecStmt", "type": "struct" }, { "class": "type", "name": "IndexExpr", "type": "struct" }, { "class": "type", "name": "InterfaceType", "type": "struct" }, { "class": "type", "name": "KeyValueExpr", "type": "struct" }, { "class": "type", "name": "LabeledStmt", "type": "struct" }, { "class": "type", "name": "MapType", "type": "struct" }, { "class": "type", "name": "MergeMode", "type": "uint" }, { "class": "type", "name": "Node", "type": "interface" }, { "class": "type", "name": "ObjKind", "type": "int" }, { "class": "type", "name": "Object", "type": "struct" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "ParenExpr", "type": "struct" }, { "class": "type", "name": "RangeStmt", "type": "struct" }, { "class": "type", "name": "ReturnStmt", "type": "struct" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "SelectStmt", "type": "struct" }, { "class": "type", "name": "SelectorExpr", "type": "struct" }, { "class": "type", "name": "SendStmt", "type": "struct" }, { "class": "type", "name": "SliceExpr", "type": "struct" }, { "class": "type", "name": "Spec", "type": "interface" }, { "class": "type", "name": "StarExpr", "type": "struct" }, { "class": "type", "name": "Stmt", "type": "interface" }, { "class": "type", "name": "StructType", "type": "struct" }, { "class": "type", "name": "SwitchStmt", "type": "struct" }, { "class": "type", "name": "TypeAssertExpr", "type": "struct" }, { "class": "type", "name": "TypeSpec", "type": "struct" }, { "class": "type", "name": "TypeSwitchStmt", "type": "struct" }, { "class": "type", "name": "UnaryExpr", "type": "struct" }, { "class": "type", "name": "ValueSpec", "type": "struct" }, { "class": "type", "name": "Visitor", "type": "interface" }, { "class": "const", "name": "ADD", "type": "" }, { "class": "const", "name": "ADD_ASSIGN", "type": "" }, { "class": "const", "name": "AND", "type": "" }, { "class": "const", "name": "AND_ASSIGN", "type": "" }, { "class": "const", "name": "AND_NOT", "type": "" }, { "class": "const", "name": "AND_NOT_ASSIGN", "type": "" }, { "class": "const", "name": "ARROW", "type": "" }, { "class": "const", "name": "ASSIGN", "type": "" }, { "class": "const", "name": "BREAK", "type": "" }, { "class": "const", "name": "CASE", "type": "" }, { "class": "const", "name": "CHAN", "type": "" }, { "class": "const", "name": "CHAR", "type": "" }, { "class": "const", "name": "COLON", "type": "" }, { "class": "const", "name": "COMMA", "type": "" }, { "class": "const", "name": "COMMENT", "type": "" }, { "class": "const", "name": "CONST", "type": "" }, { "class": "const", "name": "CONTINUE", "type": "" }, { "class": "const", "name": "DEC", "type": "" }, { "class": "const", "name": "DEFAULT", "type": "" }, { "class": "const", "name": "DEFER", "type": "" }, { "class": "const", "name": "DEFINE", "type": "" }, { "class": "const", "name": "ELLIPSIS", "type": "" }, { "class": "const", "name": "ELSE", "type": "" }, { "class": "const", "name": "EOF", "type": "" }, { "class": "const", "name": "EQL", "type": "" }, { "class": "const", "name": "FALLTHROUGH", "type": "" }, { "class": "const", "name": "FLOAT", "type": "" }, { "class": "const", "name": "FOR", "type": "" }, { "class": "const", "name": "FUNC", "type": "" }, { "class": "const", "name": "GEQ", "type": "" }, { "class": "const", "name": "GO", "type": "" }, { "class": "const", "name": "GOTO", "type": "" }, { "class": "const", "name": "GTR", "type": "" }, { "class": "const", "name": "HighestPrec", "type": "" }, { "class": "const", "name": "IDENT", "type": "" }, { "class": "const", "name": "IF", "type": "" }, { "class": "const", "name": "ILLEGAL", "type": "" }, { "class": "const", "name": "IMAG", "type": "" }, { "class": "const", "name": "IMPORT", "type": "" }, { "class": "const", "name": "INC", "type": "" }, { "class": "const", "name": "INT", "type": "" }, { "class": "const", "name": "INTERFACE", "type": "" }, { "class": "const", "name": "LAND", "type": "" }, { "class": "const", "name": "LBRACE", "type": "" }, { "class": "const", "name": "LBRACK", "type": "" }, { "class": "const", "name": "LEQ", "type": "" }, { "class": "const", "name": "LOR", "type": "" }, { "class": "const", "name": "LPAREN", "type": "" }, { "class": "const", "name": "LSS", "type": "" }, { "class": "const", "name": "LowestPrec", "type": "" }, { "class": "const", "name": "MAP", "type": "" }, { "class": "const", "name": "MUL", "type": "" }, { "class": "const", "name": "MUL_ASSIGN", "type": "" }, { "class": "const", "name": "NEQ", "type": "" }, { "class": "const", "name": "NOT", "type": "" }, { "class": "const", "name": "NoPos", "type": "" }, { "class": "const", "name": "OR", "type": "" }, { "class": "const", "name": "OR_ASSIGN", "type": "" }, { "class": "const", "name": "PACKAGE", "type": "" }, { "class": "const", "name": "PERIOD", "type": "" }, { "class": "const", "name": "QUO", "type": "" }, { "class": "const", "name": "QUO_ASSIGN", "type": "" }, { "class": "const", "name": "RANGE", "type": "" }, { "class": "const", "name": "RBRACE", "type": "" }, { "class": "const", "name": "RBRACK", "type": "" }, { "class": "const", "name": "REM", "type": "" }, { "class": "const", "name": "REM_ASSIGN", "type": "" }, { "class": "const", "name": "RETURN", "type": "" }, { "class": "const", "name": "RPAREN", "type": "" }, { "class": "const", "name": "SELECT", "type": "" }, { "class": "const", "name": "SEMICOLON", "type": "" }, { "class": "const", "name": "SHL", "type": "" }, { "class": "const", "name": "SHL_ASSIGN", "type": "" }, { "class": "const", "name": "SHR", "type": "" }, { "class": "const", "name": "SHR_ASSIGN", "type": "" }, { "class": "const", "name": "STRING", "type": "" }, { "class": "const", "name": "STRUCT", "type": "" }, { "class": "const", "name": "SUB", "type": "" }, { "class": "const", "name": "SUB_ASSIGN", "type": "" }, { "class": "const", "name": "SWITCH", "type": "" }, { "class": "const", "name": "TYPE", "type": "" }, { "class": "const", "name": "UnaryPrec", "type": "" }, { "class": "const", "name": "VAR", "type": "" }, { "class": "const", "name": "XOR", "type": "" }, { "class": "const", "name": "XOR_ASSIGN", "type": "" }, { "class": "func", "name": "Lookup", "type": "func(ident string) token.Token" }, { "class": "func", "name": "NewFileSet", "type": "func() *token.FileSet" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileSet", "type": "struct" }, { "class": "type", "name": "Pos", "type": "int" }, { "class": "type", "name": "Position", "type": "struct" }, { "class": "type", "name": "Token", "type": "int" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "Byte", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "FieldVal", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "IsBoolean", "type": "" }, { "class": "const", "name": "IsComplex", "type": "" }, { "class": "const", "name": "IsConstType", "type": "" }, { "class": "const", "name": "IsFloat", "type": "" }, { "class": "const", "name": "IsInteger", "type": "" }, { "class": "const", "name": "IsNumeric", "type": "" }, { "class": "const", "name": "IsOrdered", "type": "" }, { "class": "const", "name": "IsString", "type": "" }, { "class": "const", "name": "IsUnsigned", "type": "" }, { "class": "const", "name": "IsUntyped", "type": "" }, { "class": "const", "name": "MethodExpr", "type": "" }, { "class": "const", "name": "MethodVal", "type": "" }, { "class": "const", "name": "RecvOnly", "type": "" }, { "class": "const", "name": "Rune", "type": "" }, { "class": "const", "name": "SendOnly", "type": "" }, { "class": "const", "name": "SendRecv", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "const", "name": "UntypedBool", "type": "" }, { "class": "const", "name": "UntypedComplex", "type": "" }, { "class": "const", "name": "UntypedFloat", "type": "" }, { "class": "const", "name": "UntypedInt", "type": "" }, { "class": "const", "name": "UntypedNil", "type": "" }, { "class": "const", "name": "UntypedRune", "type": "" }, { "class": "const", "name": "UntypedString", "type": "" }, { "class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool" }, { "class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "Comparable", "type": "func(T types.Type) bool" }, { "class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()" }, { "class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (tv types.TypeAndValue, err error)" }, { "class": "func", "name": "ExprString", "type": "func(x ast.Expr) string" }, { "class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string" }, { "class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool" }, { "class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool" }, { "class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool" }, { "class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)" }, { "class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)" }, { "class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array" }, { "class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan" }, { "class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker" }, { "class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const" }, { "class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var" }, { "class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func" }, { "class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface" }, { "class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label" }, { "class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map" }, { "class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet" }, { "class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named" }, { "class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package" }, { "class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName" }, { "class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer" }, { "class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope" }, { "class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature" }, { "class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice" }, { "class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct" }, { "class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple" }, { "class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName" }, { "class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string" }, { "class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier" }, { "class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string" }, { "class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string" }, { "class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)" }, { "class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)" }, { "class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)" }, { "class": "type", "name": "Array", "type": "struct" }, { "class": "type", "name": "Basic", "type": "struct" }, { "class": "type", "name": "BasicInfo", "type": "int" }, { "class": "type", "name": "BasicKind", "type": "int" }, { "class": "type", "name": "Builtin", "type": "struct" }, { "class": "type", "name": "Chan", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Checker", "type": "struct" }, { "class": "type", "name": "Config", "type": "struct" }, { "class": "type", "name": "Const", "type": "struct" }, { "class": "type", "name": "Error", "type": "struct" }, { "class": "type", "name": "Func", "type": "struct" }, { "class": "type", "name": "ImportMode", "type": "int" }, { "class": "type", "name": "Importer", "type": "interface" }, { "class": "type", "name": "ImporterFrom", "type": "interface" }, { "class": "type", "name": "Info", "type": "struct" }, { "class": "type", "name": "Initializer", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "Label", "type": "struct" }, { "class": "type", "name": "Map", "type": "struct" }, { "class": "type", "name": "MethodSet", "type": "struct" }, { "class": "type", "name": "Named", "type": "struct" }, { "class": "type", "name": "Nil", "type": "struct" }, { "class": "type", "name": "Object", "type": "interface" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "PkgName", "type": "struct" }, { "class": "type", "name": "Pointer", "type": "struct" }, { "class": "type", "name": "Qualifier", "type": "func(*types.Package) string" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "Selection", "type": "struct" }, { "class": "type", "name": "SelectionKind", "type": "int" }, { "class": "type", "name": "Signature", "type": "struct" }, { "class": "type", "name": "Sizes", "type": "interface" }, { "class": "type", "name": "Slice", "type": "struct" }, { "class": "type", "name": "StdSizes", "type": "struct" }, { "class": "type", "name": "Struct", "type": "struct" }, { "class": "type", "name": "Tuple", "type": "struct" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "TypeAndValue", "type": "struct" }, { "class": "type", "name": "TypeName", "type": "struct" }, { "class": "type", "name": "Var", "type": "struct" }, { "class": "var", "name": "Typ", "type": "[]*types.Basic" }, { "class": "var", "name": "Universe", "type": "*types.Scope" }, { "class": "var", "name": "Unsafe", "type": "*types.Package" }, { "class": "const", "name": "FlagBroadcast", "type": "" }, { "class": "const", "name": "FlagLoopback", "type": "" }, { "class": "const", "name": "FlagMulticast", "type": "" }, { "class": "const", "name": "FlagPointToPoint", "type": "" }, { "class": "const", "name": "FlagUp", "type": "" }, { "class": "const", "name": "IPv4len", "type": "" }, { "class": "const", "name": "IPv6len", "type": "" }, { "class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask" }, { "class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)" }, { "class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)" }, { "class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)" }, { "class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)" }, { "class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)" }, { "class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)" }, { "class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP" }, { "class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask" }, { "class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)" }, { "class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)" }, { "class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)" }, { "class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)" }, { "class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string" }, { "class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)" }, { "class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)" }, { "class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)" }, { "class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)" }, { "class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)" }, { "class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)" }, { "class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)" }, { "class": "func", "name": "LookupIP", "type": "func(host string) (ips []net.IP, err error)" }, { "class": "func", "name": "LookupMX", "type": "func(name string) (mxs []*net.MX, err error)" }, { "class": "func", "name": "LookupNS", "type": "func(name string) (nss []*net.NS, err error)" }, { "class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)" }, { "class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)" }, { "class": "func", "name": "LookupTXT", "type": "func(name string) (txts []string, err error)" }, { "class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)" }, { "class": "func", "name": "ParseIP", "type": "func(s string) net.IP" }, { "class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)" }, { "class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)" }, { "class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)" }, { "class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)" }, { "class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)" }, { "class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)" }, { "class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)" }, { "class": "type", "name": "Addr", "type": "interface" }, { "class": "type", "name": "AddrError", "type": "struct" }, { "class": "type", "name": "Conn", "type": "interface" }, { "class": "type", "name": "DNSConfigError", "type": "struct" }, { "class": "type", "name": "DNSError", "type": "struct" }, { "class": "type", "name": "Dialer", "type": "struct" }, { "class": "type", "name": "Error", "type": "interface" }, { "class": "type", "name": "Flags", "type": "uint" }, { "class": "type", "name": "HardwareAddr", "type": "[]byte" }, { "class": "type", "name": "IP", "type": "[]byte" }, { "class": "type", "name": "IPAddr", "type": "struct" }, { "class": "type", "name": "IPConn", "type": "struct" }, { "class": "type", "name": "IPMask", "type": "[]byte" }, { "class": "type", "name": "IPNet", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "InvalidAddrError", "type": "string" }, { "class": "type", "name": "Listener", "type": "interface" }, { "class": "type", "name": "MX", "type": "struct" }, { "class": "type", "name": "NS", "type": "struct" }, { "class": "type", "name": "OpError", "type": "struct" }, { "class": "type", "name": "PacketConn", "type": "interface" }, { "class": "type", "name": "ParseError", "type": "struct" }, { "class": "type", "name": "SRV", "type": "struct" }, { "class": "type", "name": "TCPAddr", "type": "struct" }, { "class": "type", "name": "TCPConn", "type": "struct" }, { "class": "type", "name": "TCPListener", "type": "struct" }, { "class": "type", "name": "UDPAddr", "type": "struct" }, { "class": "type", "name": "UDPConn", "type": "struct" }, { "class": "type", "name": "UnixAddr", "type": "struct" }, { "class": "type", "name": "UnixConn", "type": "struct" }, { "class": "type", "name": "UnixListener", "type": "struct" }, { "class": "type", "name": "UnknownNetworkError", "type": "string" }, { "class": "var", "name": "ErrWriteToConnected", "type": "error" }, { "class": "var", "name": "IPv4allrouter", "type": "net.IP" }, { "class": "var", "name": "IPv4allsys", "type": "net.IP" }, { "class": "var", "name": "IPv4bcast", "type": "net.IP" }, { "class": "var", "name": "IPv4zero", "type": "net.IP" }, { "class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP" }, { "class": "var", "name": "IPv6loopback", "type": "net.IP" }, { "class": "var", "name": "IPv6unspecified", "type": "net.IP" }, { "class": "var", "name": "IPv6zero", "type": "net.IP" }, { "class": "const", "name": "DevNull", "type": "" }, { "class": "const", "name": "ModeAppend", "type": "" }, { "class": "const", "name": "ModeCharDevice", "type": "" }, { "class": "const", "name": "ModeDevice", "type": "" }, { "class": "const", "name": "ModeDir", "type": "" }, { "class": "const", "name": "ModeExclusive", "type": "" }, { "class": "const", "name": "ModeNamedPipe", "type": "" }, { "class": "const", "name": "ModePerm", "type": "" }, { "class": "const", "name": "ModeSetgid", "type": "" }, { "class": "const", "name": "ModeSetuid", "type": "" }, { "class": "const", "name": "ModeSocket", "type": "" }, { "class": "const", "name": "ModeSticky", "type": "" }, { "class": "const", "name": "ModeSymlink", "type": "" }, { "class": "const", "name": "ModeTemporary", "type": "" }, { "class": "const", "name": "ModeType", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_CREATE", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PathListSeparator", "type": "" }, { "class": "const", "name": "PathSeparator", "type": "" }, { "class": "const", "name": "SEEK_CUR", "type": "" }, { "class": "const", "name": "SEEK_END", "type": "" }, { "class": "const", "name": "SEEK_SET", "type": "" }, { "class": "func", "name": "Chdir", "type": "func(dir string) error" }, { "class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error" }, { "class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Create", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string" }, { "class": "func", "name": "ExpandEnv", "type": "func(s string) string" }, { "class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)" }, { "class": "func", "name": "Getegid", "type": "func() int" }, { "class": "func", "name": "Getenv", "type": "func(key string) string" }, { "class": "func", "name": "Geteuid", "type": "func() int" }, { "class": "func", "name": "Getgid", "type": "func() int" }, { "class": "func", "name": "Getgroups", "type": "func() ([]int, error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpid", "type": "func() int" }, { "class": "func", "name": "Getppid", "type": "func() int" }, { "class": "func", "name": "Getuid", "type": "func() int" }, { "class": "func", "name": "Getwd", "type": "func() (dir string, err error)" }, { "class": "func", "name": "Hostname", "type": "func() (name string, err error)" }, { "class": "func", "name": "IsExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsNotExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool" }, { "class": "func", "name": "IsPermission", "type": "func(err error) bool" }, { "class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Link", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)" }, { "class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error" }, { "class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error" }, { "class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File" }, { "class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error" }, { "class": "func", "name": "Open", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)" }, { "class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)" }, { "class": "func", "name": "Readlink", "type": "func(name string) (string, error)" }, { "class": "func", "name": "Remove", "type": "func(name string) error" }, { "class": "func", "name": "RemoveAll", "type": "func(path string) error" }, { "class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error" }, { "class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)" }, { "class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "TempDir", "type": "func() string" }, { "class": "func", "name": "Truncate", "type": "func(name string, size int64) error" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileInfo", "type": "interface" }, { "class": "type", "name": "FileMode", "type": "uint32" }, { "class": "type", "name": "LinkError", "type": "struct" }, { "class": "type", "name": "PathError", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Process", "type": "struct" }, { "class": "type", "name": "ProcessState", "type": "struct" }, { "class": "type", "name": "Signal", "type": "interface" }, { "class": "type", "name": "SyscallError", "type": "struct" }, { "class": "var", "name": "Args", "type": "[]string" }, { "class": "var", "name": "ErrExist", "type": "error" }, { "class": "var", "name": "ErrInvalid", "type": "error" }, { "class": "var", "name": "ErrNotExist", "type": "error" }, { "class": "var", "name": "ErrPermission", "type": "error" }, { "class": "var", "name": "Interrupt", "type": "os.Signal" }, { "class": "var", "name": "Kill", "type": "os.Signal" }, { "class": "var", "name": "Stderr", "type": "*os.File" }, { "class": "var", "name": "Stdin", "type": "*os.File" }, { "class": "var", "name": "Stdout", "type": "*os.File" }, { "class": "const", "name": "Array", "type": "" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "BothDir", "type": "" }, { "class": "const", "name": "Chan", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Func", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Interface", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "Map", "type": "" }, { "class": "const", "name": "Ptr", "type": "" }, { "class": "const", "name": "RecvDir", "type": "" }, { "class": "const", "name": "SelectDefault", "type": "" }, { "class": "const", "name": "SelectRecv", "type": "" }, { "class": "const", "name": "SelectSend", "type": "" }, { "class": "const", "name": "SendDir", "type": "" }, { "class": "const", "name": "Slice", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Struct", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value" }, { "class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value" }, { "class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type" }, { "class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int" }, { "class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool" }, { "class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type" }, { "class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value" }, { "class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value" }, { "class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value" }, { "class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value" }, { "class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value" }, { "class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)" }, { "class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type" }, { "class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value" }, { "class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Kind", "type": "uint" }, { "class": "type", "name": "Method", "type": "struct" }, { "class": "type", "name": "SelectCase", "type": "struct" }, { "class": "type", "name": "SelectDir", "type": "int" }, { "class": "type", "name": "SliceHeader", "type": "struct" }, { "class": "type", "name": "StringHeader", "type": "struct" }, { "class": "type", "name": "StructField", "type": "struct" }, { "class": "type", "name": "StructTag", "type": "string" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "Value", "type": "struct" }, { "class": "type", "name": "ValueError", "type": "struct" }, { "class": "const", "name": "AF_APPLETALK", "type": "" }, { "class": "const", "name": "AF_CCITT", "type": "" }, { "class": "const", "name": "AF_CHAOS", "type": "" }, { "class": "const", "name": "AF_CNT", "type": "" }, { "class": "const", "name": "AF_COIP", "type": "" }, { "class": "const", "name": "AF_DATAKIT", "type": "" }, { "class": "const", "name": "AF_DECnet", "type": "" }, { "class": "const", "name": "AF_DLI", "type": "" }, { "class": "const", "name": "AF_E164", "type": "" }, { "class": "const", "name": "AF_ECMA", "type": "" }, { "class": "const", "name": "AF_HYLINK", "type": "" }, { "class": "const", "name": "AF_IEEE80211", "type": "" }, { "class": "const", "name": "AF_IMPLINK", "type": "" }, { "class": "const", "name": "AF_INET", "type": "" }, { "class": "const", "name": "AF_INET6", "type": "" }, { "class": "const", "name": "AF_IPX", "type": "" }, { "class": "const", "name": "AF_ISDN", "type": "" }, { "class": "const", "name": "AF_ISO", "type": "" }, { "class": "const", "name": "AF_LAT", "type": "" }, { "class": "const", "name": "AF_LINK", "type": "" }, { "class": "const", "name": "AF_LOCAL", "type": "" }, { "class": "const", "name": "AF_MAX", "type": "" }, { "class": "const", "name": "AF_NATM", "type": "" }, { "class": "const", "name": "AF_NDRV", "type": "" }, { "class": "const", "name": "AF_NETBIOS", "type": "" }, { "class": "const", "name": "AF_NS", "type": "" }, { "class": "const", "name": "AF_OSI", "type": "" }, { "class": "const", "name": "AF_PPP", "type": "" }, { "class": "const", "name": "AF_PUP", "type": "" }, { "class": "const", "name": "AF_RESERVED_36", "type": "" }, { "class": "const", "name": "AF_ROUTE", "type": "" }, { "class": "const", "name": "AF_SIP", "type": "" }, { "class": "const", "name": "AF_SNA", "type": "" }, { "class": "const", "name": "AF_SYSTEM", "type": "" }, { "class": "const", "name": "AF_UNIX", "type": "" }, { "class": "const", "name": "AF_UNSPEC", "type": "" }, { "class": "const", "name": "B0", "type": "" }, { "class": "const", "name": "B110", "type": "" }, { "class": "const", "name": "B115200", "type": "" }, { "class": "const", "name": "B1200", "type": "" }, { "class": "const", "name": "B134", "type": "" }, { "class": "const", "name": "B14400", "type": "" }, { "class": "const", "name": "B150", "type": "" }, { "class": "const", "name": "B1800", "type": "" }, { "class": "const", "name": "B19200", "type": "" }, { "class": "const", "name": "B200", "type": "" }, { "class": "const", "name": "B230400", "type": "" }, { "class": "const", "name": "B2400", "type": "" }, { "class": "const", "name": "B28800", "type": "" }, { "class": "const", "name": "B300", "type": "" }, { "class": "const", "name": "B38400", "type": "" }, { "class": "const", "name": "B4800", "type": "" }, { "class": "const", "name": "B50", "type": "" }, { "class": "const", "name": "B57600", "type": "" }, { "class": "const", "name": "B600", "type": "" }, { "class": "const", "name": "B7200", "type": "" }, { "class": "const", "name": "B75", "type": "" }, { "class": "const", "name": "B76800", "type": "" }, { "class": "const", "name": "B9600", "type": "" }, { "class": "const", "name": "BIOCFLUSH", "type": "" }, { "class": "const", "name": "BIOCGBLEN", "type": "" }, { "class": "const", "name": "BIOCGDLT", "type": "" }, { "class": "const", "name": "BIOCGDLTLIST", "type": "" }, { "class": "const", "name": "BIOCGETIF", "type": "" }, { "class": "const", "name": "BIOCGHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCGRSIG", "type": "" }, { "class": "const", "name": "BIOCGRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCGSEESENT", "type": "" }, { "class": "const", "name": "BIOCGSTATS", "type": "" }, { "class": "const", "name": "BIOCIMMEDIATE", "type": "" }, { "class": "const", "name": "BIOCPROMISC", "type": "" }, { "class": "const", "name": "BIOCSBLEN", "type": "" }, { "class": "const", "name": "BIOCSDLT", "type": "" }, { "class": "const", "name": "BIOCSETF", "type": "" }, { "class": "const", "name": "BIOCSETIF", "type": "" }, { "class": "const", "name": "BIOCSHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCSRSIG", "type": "" }, { "class": "const", "name": "BIOCSRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCSSEESENT", "type": "" }, { "class": "const", "name": "BIOCVERSION", "type": "" }, { "class": "const", "name": "BPF_A", "type": "" }, { "class": "const", "name": "BPF_ABS", "type": "" }, { "class": "const", "name": "BPF_ADD", "type": "" }, { "class": "const", "name": "BPF_ALIGNMENT", "type": "" }, { "class": "const", "name": "BPF_ALU", "type": "" }, { "class": "const", "name": "BPF_AND", "type": "" }, { "class": "const", "name": "BPF_B", "type": "" }, { "class": "const", "name": "BPF_DIV", "type": "" }, { "class": "const", "name": "BPF_H", "type": "" }, { "class": "const", "name": "BPF_IMM", "type": "" }, { "class": "const", "name": "BPF_IND", "type": "" }, { "class": "const", "name": "BPF_JA", "type": "" }, { "class": "const", "name": "BPF_JEQ", "type": "" }, { "class": "const", "name": "BPF_JGE", "type": "" }, { "class": "const", "name": "BPF_JGT", "type": "" }, { "class": "const", "name": "BPF_JMP", "type": "" }, { "class": "const", "name": "BPF_JSET", "type": "" }, { "class": "const", "name": "BPF_K", "type": "" }, { "class": "const", "name": "BPF_LD", "type": "" }, { "class": "const", "name": "BPF_LDX", "type": "" }, { "class": "const", "name": "BPF_LEN", "type": "" }, { "class": "const", "name": "BPF_LSH", "type": "" }, { "class": "const", "name": "BPF_MAJOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MAXBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MAXINSNS", "type": "" }, { "class": "const", "name": "BPF_MEM", "type": "" }, { "class": "const", "name": "BPF_MEMWORDS", "type": "" }, { "class": "const", "name": "BPF_MINBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MINOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MISC", "type": "" }, { "class": "const", "name": "BPF_MSH", "type": "" }, { "class": "const", "name": "BPF_MUL", "type": "" }, { "class": "const", "name": "BPF_NEG", "type": "" }, { "class": "const", "name": "BPF_OR", "type": "" }, { "class": "const", "name": "BPF_RELEASE", "type": "" }, { "class": "const", "name": "BPF_RET", "type": "" }, { "class": "const", "name": "BPF_RSH", "type": "" }, { "class": "const", "name": "BPF_ST", "type": "" }, { "class": "const", "name": "BPF_STX", "type": "" }, { "class": "const", "name": "BPF_SUB", "type": "" }, { "class": "const", "name": "BPF_TAX", "type": "" }, { "class": "const", "name": "BPF_TXA", "type": "" }, { "class": "const", "name": "BPF_W", "type": "" }, { "class": "const", "name": "BPF_X", "type": "" }, { "class": "const", "name": "BRKINT", "type": "" }, { "class": "const", "name": "CFLUSH", "type": "" }, { "class": "const", "name": "CLOCAL", "type": "" }, { "class": "const", "name": "CREAD", "type": "" }, { "class": "const", "name": "CS5", "type": "" }, { "class": "const", "name": "CS6", "type": "" }, { "class": "const", "name": "CS7", "type": "" }, { "class": "const", "name": "CS8", "type": "" }, { "class": "const", "name": "CSIZE", "type": "" }, { "class": "const", "name": "CSTART", "type": "" }, { "class": "const", "name": "CSTATUS", "type": "" }, { "class": "const", "name": "CSTOP", "type": "" }, { "class": "const", "name": "CSTOPB", "type": "" }, { "class": "const", "name": "CSUSP", "type": "" }, { "class": "const", "name": "CTL_MAXNAME", "type": "" }, { "class": "const", "name": "CTL_NET", "type": "" }, { "class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": "" }, { "class": "const", "name": "DLT_ARCNET", "type": "" }, { "class": "const", "name": "DLT_ATM_CLIP", "type": "" }, { "class": "const", "name": "DLT_ATM_RFC1483", "type": "" }, { "class": "const", "name": "DLT_AX25", "type": "" }, { "class": "const", "name": "DLT_CHAOS", "type": "" }, { "class": "const", "name": "DLT_CHDLC", "type": "" }, { "class": "const", "name": "DLT_C_HDLC", "type": "" }, { "class": "const", "name": "DLT_EN10MB", "type": "" }, { "class": "const", "name": "DLT_EN3MB", "type": "" }, { "class": "const", "name": "DLT_FDDI", "type": "" }, { "class": "const", "name": "DLT_IEEE802", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": "" }, { "class": "const", "name": "DLT_LINUX_SLL", "type": "" }, { "class": "const", "name": "DLT_LOOP", "type": "" }, { "class": "const", "name": "DLT_NULL", "type": "" }, { "class": "const", "name": "DLT_PFLOG", "type": "" }, { "class": "const", "name": "DLT_PFSYNC", "type": "" }, { "class": "const", "name": "DLT_PPP", "type": "" }, { "class": "const", "name": "DLT_PPP_BSDOS", "type": "" }, { "class": "const", "name": "DLT_PPP_SERIAL", "type": "" }, { "class": "const", "name": "DLT_PRONET", "type": "" }, { "class": "const", "name": "DLT_RAW", "type": "" }, { "class": "const", "name": "DLT_SLIP", "type": "" }, { "class": "const", "name": "DLT_SLIP_BSDOS", "type": "" }, { "class": "const", "name": "DT_BLK", "type": "" }, { "class": "const", "name": "DT_CHR", "type": "" }, { "class": "const", "name": "DT_DIR", "type": "" }, { "class": "const", "name": "DT_FIFO", "type": "" }, { "class": "const", "name": "DT_LNK", "type": "" }, { "class": "const", "name": "DT_REG", "type": "" }, { "class": "const", "name": "DT_SOCK", "type": "" }, { "class": "const", "name": "DT_UNKNOWN", "type": "" }, { "class": "const", "name": "DT_WHT", "type": "" }, { "class": "const", "name": "E2BIG", "type": "" }, { "class": "const", "name": "EACCES", "type": "" }, { "class": "const", "name": "EADDRINUSE", "type": "" }, { "class": "const", "name": "EADDRNOTAVAIL", "type": "" }, { "class": "const", "name": "EAFNOSUPPORT", "type": "" }, { "class": "const", "name": "EAGAIN", "type": "" }, { "class": "const", "name": "EALREADY", "type": "" }, { "class": "const", "name": "EAUTH", "type": "" }, { "class": "const", "name": "EBADARCH", "type": "" }, { "class": "const", "name": "EBADEXEC", "type": "" }, { "class": "const", "name": "EBADF", "type": "" }, { "class": "const", "name": "EBADMACHO", "type": "" }, { "class": "const", "name": "EBADMSG", "type": "" }, { "class": "const", "name": "EBADRPC", "type": "" }, { "class": "const", "name": "EBUSY", "type": "" }, { "class": "const", "name": "ECANCELED", "type": "" }, { "class": "const", "name": "ECHILD", "type": "" }, { "class": "const", "name": "ECHO", "type": "" }, { "class": "const", "name": "ECHOCTL", "type": "" }, { "class": "const", "name": "ECHOE", "type": "" }, { "class": "const", "name": "ECHOK", "type": "" }, { "class": "const", "name": "ECHOKE", "type": "" }, { "class": "const", "name": "ECHONL", "type": "" }, { "class": "const", "name": "ECHOPRT", "type": "" }, { "class": "const", "name": "ECONNABORTED", "type": "" }, { "class": "const", "name": "ECONNREFUSED", "type": "" }, { "class": "const", "name": "ECONNRESET", "type": "" }, { "class": "const", "name": "EDEADLK", "type": "" }, { "class": "const", "name": "EDESTADDRREQ", "type": "" }, { "class": "const", "name": "EDEVERR", "type": "" }, { "class": "const", "name": "EDOM", "type": "" }, { "class": "const", "name": "EDQUOT", "type": "" }, { "class": "const", "name": "EEXIST", "type": "" }, { "class": "const", "name": "EFAULT", "type": "" }, { "class": "const", "name": "EFBIG", "type": "" }, { "class": "const", "name": "EFTYPE", "type": "" }, { "class": "const", "name": "EHOSTDOWN", "type": "" }, { "class": "const", "name": "EHOSTUNREACH", "type": "" }, { "class": "const", "name": "EIDRM", "type": "" }, { "class": "const", "name": "EILSEQ", "type": "" }, { "class": "const", "name": "EINPROGRESS", "type": "" }, { "class": "const", "name": "EINTR", "type": "" }, { "class": "const", "name": "EINVAL", "type": "" }, { "class": "const", "name": "EIO", "type": "" }, { "class": "const", "name": "EISCONN", "type": "" }, { "class": "const", "name": "EISDIR", "type": "" }, { "class": "const", "name": "ELAST", "type": "" }, { "class": "const", "name": "ELOOP", "type": "" }, { "class": "const", "name": "EMFILE", "type": "" }, { "class": "const", "name": "EMLINK", "type": "" }, { "class": "const", "name": "EMSGSIZE", "type": "" }, { "class": "const", "name": "EMULTIHOP", "type": "" }, { "class": "const", "name": "ENAMETOOLONG", "type": "" }, { "class": "const", "name": "ENEEDAUTH", "type": "" }, { "class": "const", "name": "ENETDOWN", "type": "" }, { "class": "const", "name": "ENETRESET", "type": "" }, { "class": "const", "name": "ENETUNREACH", "type": "" }, { "class": "const", "name": "ENFILE", "type": "" }, { "class": "const", "name": "ENOATTR", "type": "" }, { "class": "const", "name": "ENOBUFS", "type": "" }, { "class": "const", "name": "ENODATA", "type": "" }, { "class": "const", "name": "ENODEV", "type": "" }, { "class": "const", "name": "ENOENT", "type": "" }, { "class": "const", "name": "ENOEXEC", "type": "" }, { "class": "const", "name": "ENOLCK", "type": "" }, { "class": "const", "name": "ENOLINK", "type": "" }, { "class": "const", "name": "ENOMEM", "type": "" }, { "class": "const", "name": "ENOMSG", "type": "" }, { "class": "const", "name": "ENOPOLICY", "type": "" }, { "class": "const", "name": "ENOPROTOOPT", "type": "" }, { "class": "const", "name": "ENOSPC", "type": "" }, { "class": "const", "name": "ENOSR", "type": "" }, { "class": "const", "name": "ENOSTR", "type": "" }, { "class": "const", "name": "ENOSYS", "type": "" }, { "class": "const", "name": "ENOTBLK", "type": "" }, { "class": "const", "name": "ENOTCONN", "type": "" }, { "class": "const", "name": "ENOTDIR", "type": "" }, { "class": "const", "name": "ENOTEMPTY", "type": "" }, { "class": "const", "name": "ENOTRECOVERABLE", "type": "" }, { "class": "const", "name": "ENOTSOCK", "type": "" }, { "class": "const", "name": "ENOTSUP", "type": "" }, { "class": "const", "name": "ENOTTY", "type": "" }, { "class": "const", "name": "ENXIO", "type": "" }, { "class": "const", "name": "EOPNOTSUPP", "type": "" }, { "class": "const", "name": "EOVERFLOW", "type": "" }, { "class": "const", "name": "EOWNERDEAD", "type": "" }, { "class": "const", "name": "EPERM", "type": "" }, { "class": "const", "name": "EPFNOSUPPORT", "type": "" }, { "class": "const", "name": "EPIPE", "type": "" }, { "class": "const", "name": "EPROCLIM", "type": "" }, { "class": "const", "name": "EPROCUNAVAIL", "type": "" }, { "class": "const", "name": "EPROGMISMATCH", "type": "" }, { "class": "const", "name": "EPROGUNAVAIL", "type": "" }, { "class": "const", "name": "EPROTO", "type": "" }, { "class": "const", "name": "EPROTONOSUPPORT", "type": "" }, { "class": "const", "name": "EPROTOTYPE", "type": "" }, { "class": "const", "name": "EPWROFF", "type": "" }, { "class": "const", "name": "ERANGE", "type": "" }, { "class": "const", "name": "EREMOTE", "type": "" }, { "class": "const", "name": "EROFS", "type": "" }, { "class": "const", "name": "ERPCMISMATCH", "type": "" }, { "class": "const", "name": "ESHLIBVERS", "type": "" }, { "class": "const", "name": "ESHUTDOWN", "type": "" }, { "class": "const", "name": "ESOCKTNOSUPPORT", "type": "" }, { "class": "const", "name": "ESPIPE", "type": "" }, { "class": "const", "name": "ESRCH", "type": "" }, { "class": "const", "name": "ESTALE", "type": "" }, { "class": "const", "name": "ETIME", "type": "" }, { "class": "const", "name": "ETIMEDOUT", "type": "" }, { "class": "const", "name": "ETOOMANYREFS", "type": "" }, { "class": "const", "name": "ETXTBSY", "type": "" }, { "class": "const", "name": "EUSERS", "type": "" }, { "class": "const", "name": "EVFILT_AIO", "type": "" }, { "class": "const", "name": "EVFILT_FS", "type": "" }, { "class": "const", "name": "EVFILT_MACHPORT", "type": "" }, { "class": "const", "name": "EVFILT_PROC", "type": "" }, { "class": "const", "name": "EVFILT_READ", "type": "" }, { "class": "const", "name": "EVFILT_SIGNAL", "type": "" }, { "class": "const", "name": "EVFILT_SYSCOUNT", "type": "" }, { "class": "const", "name": "EVFILT_THREADMARKER", "type": "" }, { "class": "const", "name": "EVFILT_TIMER", "type": "" }, { "class": "const", "name": "EVFILT_USER", "type": "" }, { "class": "const", "name": "EVFILT_VM", "type": "" }, { "class": "const", "name": "EVFILT_VNODE", "type": "" }, { "class": "const", "name": "EVFILT_WRITE", "type": "" }, { "class": "const", "name": "EV_ADD", "type": "" }, { "class": "const", "name": "EV_CLEAR", "type": "" }, { "class": "const", "name": "EV_DELETE", "type": "" }, { "class": "const", "name": "EV_DISABLE", "type": "" }, { "class": "const", "name": "EV_DISPATCH", "type": "" }, { "class": "const", "name": "EV_ENABLE", "type": "" }, { "class": "const", "name": "EV_EOF", "type": "" }, { "class": "const", "name": "EV_ERROR", "type": "" }, { "class": "const", "name": "EV_FLAG0", "type": "" }, { "class": "const", "name": "EV_FLAG1", "type": "" }, { "class": "const", "name": "EV_ONESHOT", "type": "" }, { "class": "const", "name": "EV_OOBAND", "type": "" }, { "class": "const", "name": "EV_POLL", "type": "" }, { "class": "const", "name": "EV_RECEIPT", "type": "" }, { "class": "const", "name": "EV_SYSFLAGS", "type": "" }, { "class": "const", "name": "EWOULDBLOCK", "type": "" }, { "class": "const", "name": "EXDEV", "type": "" }, { "class": "const", "name": "EXTA", "type": "" }, { "class": "const", "name": "EXTB", "type": "" }, { "class": "const", "name": "EXTPROC", "type": "" }, { "class": "const", "name": "FD_CLOEXEC", "type": "" }, { "class": "const", "name": "FD_SETSIZE", "type": "" }, { "class": "const", "name": "FLUSHO", "type": "" }, { "class": "const", "name": "F_ADDFILESIGS", "type": "" }, { "class": "const", "name": "F_ADDSIGS", "type": "" }, { "class": "const", "name": "F_ALLOCATEALL", "type": "" }, { "class": "const", "name": "F_ALLOCATECONTIG", "type": "" }, { "class": "const", "name": "F_CHKCLEAN", "type": "" }, { "class": "const", "name": "F_DUPFD", "type": "" }, { "class": "const", "name": "F_DUPFD_CLOEXEC", "type": "" }, { "class": "const", "name": "F_FLUSH_DATA", "type": "" }, { "class": "const", "name": "F_FREEZE_FS", "type": "" }, { "class": "const", "name": "F_FULLFSYNC", "type": "" }, { "class": "const", "name": "F_GETFD", "type": "" }, { "class": "const", "name": "F_GETFL", "type": "" }, { "class": "const", "name": "F_GETLK", "type": "" }, { "class": "const", "name": "F_GETLKPID", "type": "" }, { "class": "const", "name": "F_GETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_GETOWN", "type": "" }, { "class": "const", "name": "F_GETPATH", "type": "" }, { "class": "const", "name": "F_GETPATH_MTMINFO", "type": "" }, { "class": "const", "name": "F_GETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_GLOBAL_NOCACHE", "type": "" }, { "class": "const", "name": "F_LOG2PHYS", "type": "" }, { "class": "const", "name": "F_LOG2PHYS_EXT", "type": "" }, { "class": "const", "name": "F_MARKDEPENDENCY", "type": "" }, { "class": "const", "name": "F_NOCACHE", "type": "" }, { "class": "const", "name": "F_NODIRECT", "type": "" }, { "class": "const", "name": "F_OK", "type": "" }, { "class": "const", "name": "F_PATHPKG_CHECK", "type": "" }, { "class": "const", "name": "F_PEOFPOSMODE", "type": "" }, { "class": "const", "name": "F_PREALLOCATE", "type": "" }, { "class": "const", "name": "F_RDADVISE", "type": "" }, { "class": "const", "name": "F_RDAHEAD", "type": "" }, { "class": "const", "name": "F_RDLCK", "type": "" }, { "class": "const", "name": "F_READBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_SETBACKINGSTORE", "type": "" }, { "class": "const", "name": "F_SETFD", "type": "" }, { "class": "const", "name": "F_SETFL", "type": "" }, { "class": "const", "name": "F_SETLK", "type": "" }, { "class": "const", "name": "F_SETLKW", "type": "" }, { "class": "const", "name": "F_SETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_SETOWN", "type": "" }, { "class": "const", "name": "F_SETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_SETSIZE", "type": "" }, { "class": "const", "name": "F_THAW_FS", "type": "" }, { "class": "const", "name": "F_UNLCK", "type": "" }, { "class": "const", "name": "F_VOLPOSMODE", "type": "" }, { "class": "const", "name": "F_WRITEBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_WRLCK", "type": "" }, { "class": "const", "name": "HUPCL", "type": "" }, { "class": "const", "name": "ICANON", "type": "" }, { "class": "const", "name": "ICMP6_FILTER", "type": "" }, { "class": "const", "name": "ICRNL", "type": "" }, { "class": "const", "name": "IEXTEN", "type": "" }, { "class": "const", "name": "IFF_ALLMULTI", "type": "" }, { "class": "const", "name": "IFF_ALTPHYS", "type": "" }, { "class": "const", "name": "IFF_BROADCAST", "type": "" }, { "class": "const", "name": "IFF_DEBUG", "type": "" }, { "class": "const", "name": "IFF_LINK0", "type": "" }, { "class": "const", "name": "IFF_LINK1", "type": "" }, { "class": "const", "name": "IFF_LINK2", "type": "" }, { "class": "const", "name": "IFF_LOOPBACK", "type": "" }, { "class": "const", "name": "IFF_MULTICAST", "type": "" }, { "class": "const", "name": "IFF_NOARP", "type": "" }, { "class": "const", "name": "IFF_NOTRAILERS", "type": "" }, { "class": "const", "name": "IFF_OACTIVE", "type": "" }, { "class": "const", "name": "IFF_POINTOPOINT", "type": "" }, { "class": "const", "name": "IFF_PROMISC", "type": "" }, { "class": "const", "name": "IFF_RUNNING", "type": "" }, { "class": "const", "name": "IFF_SIMPLEX", "type": "" }, { "class": "const", "name": "IFF_UP", "type": "" }, { "class": "const", "name": "IFNAMSIZ", "type": "" }, { "class": "const", "name": "IFT_1822", "type": "" }, { "class": "const", "name": "IFT_AAL5", "type": "" }, { "class": "const", "name": "IFT_ARCNET", "type": "" }, { "class": "const", "name": "IFT_ARCNETPLUS", "type": "" }, { "class": "const", "name": "IFT_ATM", "type": "" }, { "class": "const", "name": "IFT_BRIDGE", "type": "" }, { "class": "const", "name": "IFT_CARP", "type": "" }, { "class": "const", "name": "IFT_CELLULAR", "type": "" }, { "class": "const", "name": "IFT_CEPT", "type": "" }, { "class": "const", "name": "IFT_DS3", "type": "" }, { "class": "const", "name": "IFT_ENC", "type": "" }, { "class": "const", "name": "IFT_EON", "type": "" }, { "class": "const", "name": "IFT_ETHER", "type": "" }, { "class": "const", "name": "IFT_FAITH", "type": "" }, { "class": "const", "name": "IFT_FDDI", "type": "" }, { "class": "const", "name": "IFT_FRELAY", "type": "" }, { "class": "const", "name": "IFT_FRELAYDCE", "type": "" }, { "class": "const", "name": "IFT_GIF", "type": "" }, { "class": "const", "name": "IFT_HDH1822", "type": "" }, { "class": "const", "name": "IFT_HIPPI", "type": "" }, { "class": "const", "name": "IFT_HSSI", "type": "" }, { "class": "const", "name": "IFT_HY", "type": "" }, { "class": "const", "name": "IFT_IEEE1394", "type": "" }, { "class": "const", "name": "IFT_IEEE8023ADLAG", "type": "" }, { "class": "const", "name": "IFT_ISDNBASIC", "type": "" }, { "class": "const", "name": "IFT_ISDNPRIMARY", "type": "" }, { "class": "const", "name": "IFT_ISO88022LLC", "type": "" }, { "class": "const", "name": "IFT_ISO88023", "type": "" }, { "class": "const", "name": "IFT_ISO88024", "type": "" }, { "class": "const", "name": "IFT_ISO88025", "type": "" }, { "class": "const", "name": "IFT_ISO88026", "type": "" }, { "class": "const", "name": "IFT_L2VLAN", "type": "" }, { "class": "const", "name": "IFT_LAPB", "type": "" }, { "class": "const", "name": "IFT_LOCALTALK", "type": "" }, { "class": "const", "name": "IFT_LOOP", "type": "" }, { "class": "const", "name": "IFT_MIOX25", "type": "" }, { "class": "const", "name": "IFT_MODEM", "type": "" }, { "class": "const", "name": "IFT_NSIP", "type": "" }, { "class": "const", "name": "IFT_OTHER", "type": "" }, { "class": "const", "name": "IFT_P10", "type": "" }, { "class": "const", "name": "IFT_P80", "type": "" }, { "class": "const", "name": "IFT_PARA", "type": "" }, { "class": "const", "name": "IFT_PDP", "type": "" }, { "class": "const", "name": "IFT_PFLOG", "type": "" }, { "class": "const", "name": "IFT_PFSYNC", "type": "" }, { "class": "const", "name": "IFT_PPP", "type": "" }, { "class": "const", "name": "IFT_PROPMUX", "type": "" }, { "class": "const", "name": "IFT_PROPVIRTUAL", "type": "" }, { "class": "const", "name": "IFT_PTPSERIAL", "type": "" }, { "class": "const", "name": "IFT_RS232", "type": "" }, { "class": "const", "name": "IFT_SDLC", "type": "" }, { "class": "const", "name": "IFT_SIP", "type": "" }, { "class": "const", "name": "IFT_SLIP", "type": "" }, { "class": "const", "name": "IFT_SMDSDXI", "type": "" }, { "class": "const", "name": "IFT_SMDSICIP", "type": "" }, { "class": "const", "name": "IFT_SONET", "type": "" }, { "class": "const", "name": "IFT_SONETPATH", "type": "" }, { "class": "const", "name": "IFT_SONETVT", "type": "" }, { "class": "const", "name": "IFT_STARLAN", "type": "" }, { "class": "const", "name": "IFT_STF", "type": "" }, { "class": "const", "name": "IFT_T1", "type": "" }, { "class": "const", "name": "IFT_ULTRA", "type": "" }, { "class": "const", "name": "IFT_V35", "type": "" }, { "class": "const", "name": "IFT_X25", "type": "" }, { "class": "const", "name": "IFT_X25DDN", "type": "" }, { "class": "const", "name": "IFT_X25PLE", "type": "" }, { "class": "const", "name": "IFT_XETHER", "type": "" }, { "class": "const", "name": "IGNBRK", "type": "" }, { "class": "const", "name": "IGNCR", "type": "" }, { "class": "const", "name": "IGNPAR", "type": "" }, { "class": "const", "name": "IMAXBEL", "type": "" }, { "class": "const", "name": "INLCR", "type": "" }, { "class": "const", "name": "INPCK", "type": "" }, { "class": "const", "name": "IN_CLASSA_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSA_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSA_NET", "type": "" }, { "class": "const", "name": "IN_CLASSA_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSB_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSB_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSB_NET", "type": "" }, { "class": "const", "name": "IN_CLASSB_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSC_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSC_NET", "type": "" }, { "class": "const", "name": "IN_CLASSC_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSD_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSD_NET", "type": "" }, { "class": "const", "name": "IN_CLASSD_NSHIFT", "type": "" }, { "class": "const", "name": "IN_LINKLOCALNETNUM", "type": "" }, { "class": "const", "name": "IN_LOOPBACKNET", "type": "" }, { "class": "const", "name": "IPPROTO_3PC", "type": "" }, { "class": "const", "name": "IPPROTO_ADFS", "type": "" }, { "class": "const", "name": "IPPROTO_AH", "type": "" }, { "class": "const", "name": "IPPROTO_AHIP", "type": "" }, { "class": "const", "name": "IPPROTO_APES", "type": "" }, { "class": "const", "name": "IPPROTO_ARGUS", "type": "" }, { "class": "const", "name": "IPPROTO_AX25", "type": "" }, { "class": "const", "name": "IPPROTO_BHA", "type": "" }, { "class": "const", "name": "IPPROTO_BLT", "type": "" }, { "class": "const", "name": "IPPROTO_BRSATMON", "type": "" }, { "class": "const", "name": "IPPROTO_CFTP", "type": "" }, { "class": "const", "name": "IPPROTO_CHAOS", "type": "" }, { "class": "const", "name": "IPPROTO_CMTP", "type": "" }, { "class": "const", "name": "IPPROTO_CPHB", "type": "" }, { "class": "const", "name": "IPPROTO_CPNX", "type": "" }, { "class": "const", "name": "IPPROTO_DDP", "type": "" }, { "class": "const", "name": "IPPROTO_DGP", "type": "" }, { "class": "const", "name": "IPPROTO_DIVERT", "type": "" }, { "class": "const", "name": "IPPROTO_DONE", "type": "" }, { "class": "const", "name": "IPPROTO_DSTOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_EGP", "type": "" }, { "class": "const", "name": "IPPROTO_EMCON", "type": "" }, { "class": "const", "name": "IPPROTO_ENCAP", "type": "" }, { "class": "const", "name": "IPPROTO_EON", "type": "" }, { "class": "const", "name": "IPPROTO_ESP", "type": "" }, { "class": "const", "name": "IPPROTO_ETHERIP", "type": "" }, { "class": "const", "name": "IPPROTO_FRAGMENT", "type": "" }, { "class": "const", "name": "IPPROTO_GGP", "type": "" }, { "class": "const", "name": "IPPROTO_GMTP", "type": "" }, { "class": "const", "name": "IPPROTO_GRE", "type": "" }, { "class": "const", "name": "IPPROTO_HELLO", "type": "" }, { "class": "const", "name": "IPPROTO_HMP", "type": "" }, { "class": "const", "name": "IPPROTO_HOPOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_ICMP", "type": "" }, { "class": "const", "name": "IPPROTO_ICMPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IDP", "type": "" }, { "class": "const", "name": "IPPROTO_IDPR", "type": "" }, { "class": "const", "name": "IPPROTO_IDRP", "type": "" }, { "class": "const", "name": "IPPROTO_IGMP", "type": "" }, { "class": "const", "name": "IPPROTO_IGP", "type": "" }, { "class": "const", "name": "IPPROTO_IGRP", "type": "" }, { "class": "const", "name": "IPPROTO_IL", "type": "" }, { "class": "const", "name": "IPPROTO_INLSP", "type": "" }, { "class": "const", "name": "IPPROTO_INP", "type": "" }, { "class": "const", "name": "IPPROTO_IP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCOMP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCV", "type": "" }, { "class": "const", "name": "IPPROTO_IPEIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPPC", "type": "" }, { "class": "const", "name": "IPPROTO_IPV4", "type": "" }, { "class": "const", "name": "IPPROTO_IPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IRTP", "type": "" }, { "class": "const", "name": "IPPROTO_KRYPTOLAN", "type": "" }, { "class": "const", "name": "IPPROTO_LARP", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF1", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF2", "type": "" }, { "class": "const", "name": "IPPROTO_MAX", "type": "" }, { "class": "const", "name": "IPPROTO_MAXID", "type": "" }, { "class": "const", "name": "IPPROTO_MEAS", "type": "" }, { "class": "const", "name": "IPPROTO_MHRP", "type": "" }, { "class": "const", "name": "IPPROTO_MICP", "type": "" }, { "class": "const", "name": "IPPROTO_MTP", "type": "" }, { "class": "const", "name": "IPPROTO_MUX", "type": "" }, { "class": "const", "name": "IPPROTO_ND", "type": "" }, { "class": "const", "name": "IPPROTO_NHRP", "type": "" }, { "class": "const", "name": "IPPROTO_NONE", "type": "" }, { "class": "const", "name": "IPPROTO_NSP", "type": "" }, { "class": "const", "name": "IPPROTO_NVPII", "type": "" }, { "class": "const", "name": "IPPROTO_OSPFIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PGM", "type": "" }, { "class": "const", "name": "IPPROTO_PIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PIM", "type": "" }, { "class": "const", "name": "IPPROTO_PRM", "type": "" }, { "class": "const", "name": "IPPROTO_PUP", "type": "" }, { "class": "const", "name": "IPPROTO_PVP", "type": "" }, { "class": "const", "name": "IPPROTO_RAW", "type": "" }, { "class": "const", "name": "IPPROTO_RCCMON", "type": "" }, { "class": "const", "name": "IPPROTO_RDP", "type": "" }, { "class": "const", "name": "IPPROTO_ROUTING", "type": "" }, { "class": "const", "name": "IPPROTO_RSVP", "type": "" }, { "class": "const", "name": "IPPROTO_RVD", "type": "" }, { "class": "const", "name": "IPPROTO_SATEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_SATMON", "type": "" }, { "class": "const", "name": "IPPROTO_SCCSP", "type": "" }, { "class": "const", "name": "IPPROTO_SCTP", "type": "" }, { "class": "const", "name": "IPPROTO_SDRP", "type": "" }, { "class": "const", "name": "IPPROTO_SEP", "type": "" }, { "class": "const", "name": "IPPROTO_SRPC", "type": "" }, { "class": "const", "name": "IPPROTO_ST", "type": "" }, { "class": "const", "name": "IPPROTO_SVMTP", "type": "" }, { "class": "const", "name": "IPPROTO_SWIPE", "type": "" }, { "class": "const", "name": "IPPROTO_TCF", "type": "" }, { "class": "const", "name": "IPPROTO_TCP", "type": "" }, { "class": "const", "name": "IPPROTO_TP", "type": "" }, { "class": "const", "name": "IPPROTO_TPXX", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK1", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK2", "type": "" }, { "class": "const", "name": "IPPROTO_TTP", "type": "" }, { "class": "const", "name": "IPPROTO_UDP", "type": "" }, { "class": "const", "name": "IPPROTO_VINES", "type": "" }, { "class": "const", "name": "IPPROTO_VISA", "type": "" }, { "class": "const", "name": "IPPROTO_VMTP", "type": "" }, { "class": "const", "name": "IPPROTO_WBEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_WBMON", "type": "" }, { "class": "const", "name": "IPPROTO_WSN", "type": "" }, { "class": "const", "name": "IPPROTO_XNET", "type": "" }, { "class": "const", "name": "IPPROTO_XTP", "type": "" }, { "class": "const", "name": "IPV6_2292DSTOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292HOPLIMIT", "type": "" }, { "class": "const", "name": "IPV6_2292HOPOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292NEXTHOP", "type": "" }, { "class": "const", "name": "IPV6_2292PKTINFO", "type": "" }, { "class": "const", "name": "IPV6_2292PKTOPTIONS", "type": "" }, { "class": "const", "name": "IPV6_2292RTHDR", "type": "" }, { "class": "const", "name": "IPV6_BINDV6ONLY", "type": "" }, { "class": "const", "name": "IPV6_BOUND_IF", "type": "" }, { "class": "const", "name": "IPV6_CHECKSUM", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_DEFHLIM", "type": "" }, { "class": "const", "name": "IPV6_FAITH", "type": "" }, { "class": "const", "name": "IPV6_FLOWINFO_MASK", "type": "" }, { "class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": "" }, { "class": "const", "name": "IPV6_FRAGTTL", "type": "" }, { "class": "const", "name": "IPV6_FW_ADD", "type": "" }, { "class": "const", "name": "IPV6_FW_DEL", "type": "" }, { "class": "const", "name": "IPV6_FW_FLUSH", "type": "" }, { "class": "const", "name": "IPV6_FW_GET", "type": "" }, { "class": "const", "name": "IPV6_FW_ZERO", "type": "" }, { "class": "const", "name": "IPV6_HLIMDEC", "type": "" }, { "class": "const", "name": "IPV6_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IPV6_JOIN_GROUP", "type": "" }, { "class": "const", "name": "IPV6_LEAVE_GROUP", "type": "" }, { "class": "const", "name": "IPV6_MAXHLIM", "type": "" }, { "class": "const", "name": "IPV6_MAXOPTHDR", "type": "" }, { "class": "const", "name": "IPV6_MAXPACKET", "type": "" }, { "class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MMTU", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IPV6_RECVTCLASS", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_LOOSE", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_STRICT", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": "" }, { "class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": "" }, { "class": "const", "name": "IPV6_TCLASS", "type": "" }, { "class": "const", "name": "IPV6_UNICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_V6ONLY", "type": "" }, { "class": "const", "name": "IPV6_VERSION", "type": "" }, { "class": "const", "name": "IPV6_VERSION_MASK", "type": "" }, { "class": "const", "name": "IP_ADD_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_BLOCK_SOURCE", "type": "" }, { "class": "const", "name": "IP_BOUND_IF", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_DF", "type": "" }, { "class": "const", "name": "IP_DROP_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_DEL", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_FLUSH", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_GET", "type": "" }, { "class": "const", "name": "IP_FAITH", "type": "" }, { "class": "const", "name": "IP_FW_ADD", "type": "" }, { "class": "const", "name": "IP_FW_DEL", "type": "" }, { "class": "const", "name": "IP_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_FW_GET", "type": "" }, { "class": "const", "name": "IP_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_HDRINCL", "type": "" }, { "class": "const", "name": "IP_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IP_MAXPACKET", "type": "" }, { "class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MF", "type": "" }, { "class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MSFILTER", "type": "" }, { "class": "const", "name": "IP_MSS", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IFINDEX", "type": "" }, { "class": "const", "name": "IP_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_MULTICAST_VIF", "type": "" }, { "class": "const", "name": "IP_NAT__XXX", "type": "" }, { "class": "const", "name": "IP_OFFMASK", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ADD", "type": "" }, { "class": "const", "name": "IP_OLD_FW_DEL", "type": "" }, { "class": "const", "name": "IP_OLD_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_OLD_FW_GET", "type": "" }, { "class": "const", "name": "IP_OLD_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_OPTIONS", "type": "" }, { "class": "const", "name": "IP_PKTINFO", "type": "" }, { "class": "const", "name": "IP_PORTRANGE", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IP_RECVDSTADDR", "type": "" }, { "class": "const", "name": "IP_RECVIF", "type": "" }, { "class": "const", "name": "IP_RECVOPTS", "type": "" }, { "class": "const", "name": "IP_RECVPKTINFO", "type": "" }, { "class": "const", "name": "IP_RECVRETOPTS", "type": "" }, { "class": "const", "name": "IP_RECVTTL", "type": "" }, { "class": "const", "name": "IP_RETOPTS", "type": "" }, { "class": "const", "name": "IP_RF", "type": "" }, { "class": "const", "name": "IP_RSVP_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_ON", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_ON", "type": "" }, { "class": "const", "name": "IP_STRIPHDR", "type": "" }, { "class": "const", "name": "IP_TOS", "type": "" }, { "class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": "" }, { "class": "const", "name": "IP_TTL", "type": "" }, { "class": "const", "name": "IP_UNBLOCK_SOURCE", "type": "" }, { "class": "const", "name": "ISIG", "type": "" }, { "class": "const", "name": "ISTRIP", "type": "" }, { "class": "const", "name": "IUTF8", "type": "" }, { "class": "const", "name": "IXANY", "type": "" }, { "class": "const", "name": "IXOFF", "type": "" }, { "class": "const", "name": "IXON", "type": "" }, { "class": "const", "name": "ImplementsGetwd", "type": "" }, { "class": "const", "name": "LOCK_EX", "type": "" }, { "class": "const", "name": "LOCK_NB", "type": "" }, { "class": "const", "name": "LOCK_SH", "type": "" }, { "class": "const", "name": "LOCK_UN", "type": "" }, { "class": "const", "name": "MADV_CAN_REUSE", "type": "" }, { "class": "const", "name": "MADV_DONTNEED", "type": "" }, { "class": "const", "name": "MADV_FREE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSABLE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSE", "type": "" }, { "class": "const", "name": "MADV_NORMAL", "type": "" }, { "class": "const", "name": "MADV_RANDOM", "type": "" }, { "class": "const", "name": "MADV_SEQUENTIAL", "type": "" }, { "class": "const", "name": "MADV_WILLNEED", "type": "" }, { "class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": "" }, { "class": "const", "name": "MAP_ANON", "type": "" }, { "class": "const", "name": "MAP_COPY", "type": "" }, { "class": "const", "name": "MAP_FILE", "type": "" }, { "class": "const", "name": "MAP_FIXED", "type": "" }, { "class": "const", "name": "MAP_HASSEMAPHORE", "type": "" }, { "class": "const", "name": "MAP_JIT", "type": "" }, { "class": "const", "name": "MAP_NOCACHE", "type": "" }, { "class": "const", "name": "MAP_NOEXTEND", "type": "" }, { "class": "const", "name": "MAP_NORESERVE", "type": "" }, { "class": "const", "name": "MAP_PRIVATE", "type": "" }, { "class": "const", "name": "MAP_RENAME", "type": "" }, { "class": "const", "name": "MAP_RESERVED0080", "type": "" }, { "class": "const", "name": "MAP_SHARED", "type": "" }, { "class": "const", "name": "MCL_CURRENT", "type": "" }, { "class": "const", "name": "MCL_FUTURE", "type": "" }, { "class": "const", "name": "MSG_CTRUNC", "type": "" }, { "class": "const", "name": "MSG_DONTROUTE", "type": "" }, { "class": "const", "name": "MSG_DONTWAIT", "type": "" }, { "class": "const", "name": "MSG_EOF", "type": "" }, { "class": "const", "name": "MSG_EOR", "type": "" }, { "class": "const", "name": "MSG_FLUSH", "type": "" }, { "class": "const", "name": "MSG_HAVEMORE", "type": "" }, { "class": "const", "name": "MSG_HOLD", "type": "" }, { "class": "const", "name": "MSG_NEEDSA", "type": "" }, { "class": "const", "name": "MSG_OOB", "type": "" }, { "class": "const", "name": "MSG_PEEK", "type": "" }, { "class": "const", "name": "MSG_RCVMORE", "type": "" }, { "class": "const", "name": "MSG_SEND", "type": "" }, { "class": "const", "name": "MSG_TRUNC", "type": "" }, { "class": "const", "name": "MSG_WAITALL", "type": "" }, { "class": "const", "name": "MSG_WAITSTREAM", "type": "" }, { "class": "const", "name": "MS_ASYNC", "type": "" }, { "class": "const", "name": "MS_DEACTIVATE", "type": "" }, { "class": "const", "name": "MS_INVALIDATE", "type": "" }, { "class": "const", "name": "MS_KILLPAGES", "type": "" }, { "class": "const", "name": "MS_SYNC", "type": "" }, { "class": "const", "name": "NAME_MAX", "type": "" }, { "class": "const", "name": "NET_RT_DUMP", "type": "" }, { "class": "const", "name": "NET_RT_DUMP2", "type": "" }, { "class": "const", "name": "NET_RT_FLAGS", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST2", "type": "" }, { "class": "const", "name": "NET_RT_MAXID", "type": "" }, { "class": "const", "name": "NET_RT_STAT", "type": "" }, { "class": "const", "name": "NET_RT_TRASH", "type": "" }, { "class": "const", "name": "NOFLSH", "type": "" }, { "class": "const", "name": "NOTE_ABSOLUTE", "type": "" }, { "class": "const", "name": "NOTE_ATTRIB", "type": "" }, { "class": "const", "name": "NOTE_CHILD", "type": "" }, { "class": "const", "name": "NOTE_DELETE", "type": "" }, { "class": "const", "name": "NOTE_EXEC", "type": "" }, { "class": "const", "name": "NOTE_EXIT", "type": "" }, { "class": "const", "name": "NOTE_EXITSTATUS", "type": "" }, { "class": "const", "name": "NOTE_EXTEND", "type": "" }, { "class": "const", "name": "NOTE_FFAND", "type": "" }, { "class": "const", "name": "NOTE_FFCOPY", "type": "" }, { "class": "const", "name": "NOTE_FFCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_FFLAGSMASK", "type": "" }, { "class": "const", "name": "NOTE_FFNOP", "type": "" }, { "class": "const", "name": "NOTE_FFOR", "type": "" }, { "class": "const", "name": "NOTE_FORK", "type": "" }, { "class": "const", "name": "NOTE_LINK", "type": "" }, { "class": "const", "name": "NOTE_LOWAT", "type": "" }, { "class": "const", "name": "NOTE_NONE", "type": "" }, { "class": "const", "name": "NOTE_NSECONDS", "type": "" }, { "class": "const", "name": "NOTE_PCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_PDATAMASK", "type": "" }, { "class": "const", "name": "NOTE_REAP", "type": "" }, { "class": "const", "name": "NOTE_RENAME", "type": "" }, { "class": "const", "name": "NOTE_RESOURCEEND", "type": "" }, { "class": "const", "name": "NOTE_REVOKE", "type": "" }, { "class": "const", "name": "NOTE_SECONDS", "type": "" }, { "class": "const", "name": "NOTE_SIGNAL", "type": "" }, { "class": "const", "name": "NOTE_TRACK", "type": "" }, { "class": "const", "name": "NOTE_TRACKERR", "type": "" }, { "class": "const", "name": "NOTE_TRIGGER", "type": "" }, { "class": "const", "name": "NOTE_USECONDS", "type": "" }, { "class": "const", "name": "NOTE_VM_ERROR", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_WRITE", "type": "" }, { "class": "const", "name": "OCRNL", "type": "" }, { "class": "const", "name": "OFDEL", "type": "" }, { "class": "const", "name": "OFILL", "type": "" }, { "class": "const", "name": "ONLCR", "type": "" }, { "class": "const", "name": "ONLRET", "type": "" }, { "class": "const", "name": "ONOCR", "type": "" }, { "class": "const", "name": "ONOEOT", "type": "" }, { "class": "const", "name": "OPOST", "type": "" }, { "class": "const", "name": "O_ACCMODE", "type": "" }, { "class": "const", "name": "O_ALERT", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_ASYNC", "type": "" }, { "class": "const", "name": "O_CLOEXEC", "type": "" }, { "class": "const", "name": "O_CREAT", "type": "" }, { "class": "const", "name": "O_DIRECTORY", "type": "" }, { "class": "const", "name": "O_DSYNC", "type": "" }, { "class": "const", "name": "O_EVTONLY", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_EXLOCK", "type": "" }, { "class": "const", "name": "O_FSYNC", "type": "" }, { "class": "const", "name": "O_NDELAY", "type": "" }, { "class": "const", "name": "O_NOCTTY", "type": "" }, { "class": "const", "name": "O_NOFOLLOW", "type": "" }, { "class": "const", "name": "O_NONBLOCK", "type": "" }, { "class": "const", "name": "O_POPUP", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SHLOCK", "type": "" }, { "class": "const", "name": "O_SYMLINK", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PARENB", "type": "" }, { "class": "const", "name": "PARMRK", "type": "" }, { "class": "const", "name": "PARODD", "type": "" }, { "class": "const", "name": "PENDIN", "type": "" }, { "class": "const", "name": "PRIO_PGRP", "type": "" }, { "class": "const", "name": "PRIO_PROCESS", "type": "" }, { "class": "const", "name": "PRIO_USER", "type": "" }, { "class": "const", "name": "PROT_EXEC", "type": "" }, { "class": "const", "name": "PROT_NONE", "type": "" }, { "class": "const", "name": "PROT_READ", "type": "" }, { "class": "const", "name": "PROT_WRITE", "type": "" }, { "class": "const", "name": "PTRACE_CONT", "type": "" }, { "class": "const", "name": "PTRACE_KILL", "type": "" }, { "class": "const", "name": "PTRACE_TRACEME", "type": "" }, { "class": "const", "name": "PT_ATTACH", "type": "" }, { "class": "const", "name": "PT_ATTACHEXC", "type": "" }, { "class": "const", "name": "PT_CONTINUE", "type": "" }, { "class": "const", "name": "PT_DENY_ATTACH", "type": "" }, { "class": "const", "name": "PT_DETACH", "type": "" }, { "class": "const", "name": "PT_FIRSTMACH", "type": "" }, { "class": "const", "name": "PT_FORCEQUOTA", "type": "" }, { "class": "const", "name": "PT_KILL", "type": "" }, { "class": "const", "name": "PT_READ_D", "type": "" }, { "class": "const", "name": "PT_READ_I", "type": "" }, { "class": "const", "name": "PT_READ_U", "type": "" }, { "class": "const", "name": "PT_SIGEXC", "type": "" }, { "class": "const", "name": "PT_STEP", "type": "" }, { "class": "const", "name": "PT_THUPDATE", "type": "" }, { "class": "const", "name": "PT_TRACE_ME", "type": "" }, { "class": "const", "name": "PT_WRITE_D", "type": "" }, { "class": "const", "name": "PT_WRITE_I", "type": "" }, { "class": "const", "name": "PT_WRITE_U", "type": "" }, { "class": "const", "name": "RLIMIT_AS", "type": "" }, { "class": "const", "name": "RLIMIT_CORE", "type": "" }, { "class": "const", "name": "RLIMIT_CPU", "type": "" }, { "class": "const", "name": "RLIMIT_DATA", "type": "" }, { "class": "const", "name": "RLIMIT_FSIZE", "type": "" }, { "class": "const", "name": "RLIMIT_NOFILE", "type": "" }, { "class": "const", "name": "RLIMIT_STACK", "type": "" }, { "class": "const", "name": "RLIM_INFINITY", "type": "" }, { "class": "const", "name": "RTAX_AUTHOR", "type": "" }, { "class": "const", "name": "RTAX_BRD", "type": "" }, { "class": "const", "name": "RTAX_DST", "type": "" }, { "class": "const", "name": "RTAX_GATEWAY", "type": "" }, { "class": "const", "name": "RTAX_GENMASK", "type": "" }, { "class": "const", "name": "RTAX_IFA", "type": "" }, { "class": "const", "name": "RTAX_IFP", "type": "" }, { "class": "const", "name": "RTAX_MAX", "type": "" }, { "class": "const", "name": "RTAX_NETMASK", "type": "" }, { "class": "const", "name": "RTA_AUTHOR", "type": "" }, { "class": "const", "name": "RTA_BRD", "type": "" }, { "class": "const", "name": "RTA_DST", "type": "" }, { "class": "const", "name": "RTA_GATEWAY", "type": "" }, { "class": "const", "name": "RTA_GENMASK", "type": "" }, { "class": "const", "name": "RTA_IFA", "type": "" }, { "class": "const", "name": "RTA_IFP", "type": "" }, { "class": "const", "name": "RTA_NETMASK", "type": "" }, { "class": "const", "name": "RTF_BLACKHOLE", "type": "" }, { "class": "const", "name": "RTF_BROADCAST", "type": "" }, { "class": "const", "name": "RTF_CLONING", "type": "" }, { "class": "const", "name": "RTF_CONDEMNED", "type": "" }, { "class": "const", "name": "RTF_DELCLONE", "type": "" }, { "class": "const", "name": "RTF_DONE", "type": "" }, { "class": "const", "name": "RTF_DYNAMIC", "type": "" }, { "class": "const", "name": "RTF_GATEWAY", "type": "" }, { "class": "const", "name": "RTF_HOST", "type": "" }, { "class": "const", "name": "RTF_IFREF", "type": "" }, { "class": "const", "name": "RTF_IFSCOPE", "type": "" }, { "class": "const", "name": "RTF_LLINFO", "type": "" }, { "class": "const", "name": "RTF_LOCAL", "type": "" }, { "class": "const", "name": "RTF_MODIFIED", "type": "" }, { "class": "const", "name": "RTF_MULTICAST", "type": "" }, { "class": "const", "name": "RTF_PINNED", "type": "" }, { "class": "const", "name": "RTF_PRCLONING", "type": "" }, { "class": "const", "name": "RTF_PROTO1", "type": "" }, { "class": "const", "name": "RTF_PROTO2", "type": "" }, { "class": "const", "name": "RTF_PROTO3", "type": "" }, { "class": "const", "name": "RTF_REJECT", "type": "" }, { "class": "const", "name": "RTF_STATIC", "type": "" }, { "class": "const", "name": "RTF_UP", "type": "" }, { "class": "const", "name": "RTF_WASCLONED", "type": "" }, { "class": "const", "name": "RTF_XRESOLVE", "type": "" }, { "class": "const", "name": "RTM_ADD", "type": "" }, { "class": "const", "name": "RTM_CHANGE", "type": "" }, { "class": "const", "name": "RTM_DELADDR", "type": "" }, { "class": "const", "name": "RTM_DELETE", "type": "" }, { "class": "const", "name": "RTM_DELMADDR", "type": "" }, { "class": "const", "name": "RTM_GET", "type": "" }, { "class": "const", "name": "RTM_GET2", "type": "" }, { "class": "const", "name": "RTM_IFINFO", "type": "" }, { "class": "const", "name": "RTM_IFINFO2", "type": "" }, { "class": "const", "name": "RTM_LOCK", "type": "" }, { "class": "const", "name": "RTM_LOSING", "type": "" }, { "class": "const", "name": "RTM_MISS", "type": "" }, { "class": "const", "name": "RTM_NEWADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR2", "type": "" }, { "class": "const", "name": "RTM_OLDADD", "type": "" }, { "class": "const", "name": "RTM_OLDDEL", "type": "" }, { "class": "const", "name": "RTM_REDIRECT", "type": "" }, { "class": "const", "name": "RTM_RESOLVE", "type": "" }, { "class": "const", "name": "RTM_RTTUNIT", "type": "" }, { "class": "const", "name": "RTM_VERSION", "type": "" }, { "class": "const", "name": "RTV_EXPIRE", "type": "" }, { "class": "const", "name": "RTV_HOPCOUNT", "type": "" }, { "class": "const", "name": "RTV_MTU", "type": "" }, { "class": "const", "name": "RTV_RPIPE", "type": "" }, { "class": "const", "name": "RTV_RTT", "type": "" }, { "class": "const", "name": "RTV_RTTVAR", "type": "" }, { "class": "const", "name": "RTV_SPIPE", "type": "" }, { "class": "const", "name": "RTV_SSTHRESH", "type": "" }, { "class": "const", "name": "RUSAGE_CHILDREN", "type": "" }, { "class": "const", "name": "RUSAGE_SELF", "type": "" }, { "class": "const", "name": "SCM_CREDS", "type": "" }, { "class": "const", "name": "SCM_RIGHTS", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SHUT_RD", "type": "" }, { "class": "const", "name": "SHUT_RDWR", "type": "" }, { "class": "const", "name": "SHUT_WR", "type": "" }, { "class": "const", "name": "SIGABRT", "type": "" }, { "class": "const", "name": "SIGALRM", "type": "" }, { "class": "const", "name": "SIGBUS", "type": "" }, { "class": "const", "name": "SIGCHLD", "type": "" }, { "class": "const", "name": "SIGCONT", "type": "" }, { "class": "const", "name": "SIGEMT", "type": "" }, { "class": "const", "name": "SIGFPE", "type": "" }, { "class": "const", "name": "SIGHUP", "type": "" }, { "class": "const", "name": "SIGILL", "type": "" }, { "class": "const", "name": "SIGINFO", "type": "" }, { "class": "const", "name": "SIGINT", "type": "" }, { "class": "const", "name": "SIGIO", "type": "" }, { "class": "const", "name": "SIGIOT", "type": "" }, { "class": "const", "name": "SIGKILL", "type": "" }, { "class": "const", "name": "SIGPIPE", "type": "" }, { "class": "const", "name": "SIGPROF", "type": "" }, { "class": "const", "name": "SIGQUIT", "type": "" }, { "class": "const", "name": "SIGSEGV", "type": "" }, { "class": "const", "name": "SIGSTOP", "type": "" }, { "class": "const", "name": "SIGSYS", "type": "" }, { "class": "const", "name": "SIGTERM", "type": "" }, { "class": "const", "name": "SIGTRAP", "type": "" }, { "class": "const", "name": "SIGTSTP", "type": "" }, { "class": "const", "name": "SIGTTIN", "type": "" }, { "class": "const", "name": "SIGTTOU", "type": "" }, { "class": "const", "name": "SIGURG", "type": "" }, { "class": "const", "name": "SIGUSR1", "type": "" }, { "class": "const", "name": "SIGUSR2", "type": "" }, { "class": "const", "name": "SIGVTALRM", "type": "" }, { "class": "const", "name": "SIGWINCH", "type": "" }, { "class": "const", "name": "SIGXCPU", "type": "" }, { "class": "const", "name": "SIGXFSZ", "type": "" }, { "class": "const", "name": "SIOCADDMULTI", "type": "" }, { "class": "const", "name": "SIOCAIFADDR", "type": "" }, { "class": "const", "name": "SIOCALIFADDR", "type": "" }, { "class": "const", "name": "SIOCARPIPLL", "type": "" }, { "class": "const", "name": "SIOCATMARK", "type": "" }, { "class": "const", "name": "SIOCAUTOADDR", "type": "" }, { "class": "const", "name": "SIOCAUTONETMASK", "type": "" }, { "class": "const", "name": "SIOCDELMULTI", "type": "" }, { "class": "const", "name": "SIOCDIFADDR", "type": "" }, { "class": "const", "name": "SIOCDIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCDLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCGETSGCNT", "type": "" }, { "class": "const", "name": "SIOCGETVIFCNT", "type": "" }, { "class": "const", "name": "SIOCGETVLAN", "type": "" }, { "class": "const", "name": "SIOCGHIWAT", "type": "" }, { "class": "const", "name": "SIOCGIFADDR", "type": "" }, { "class": "const", "name": "SIOCGIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCGIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCGIFBOND", "type": "" }, { "class": "const", "name": "SIOCGIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCGIFCAP", "type": "" }, { "class": "const", "name": "SIOCGIFCONF", "type": "" }, { "class": "const", "name": "SIOCGIFDEVMTU", "type": "" }, { "class": "const", "name": "SIOCGIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCGIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCGIFKPI", "type": "" }, { "class": "const", "name": "SIOCGIFMAC", "type": "" }, { "class": "const", "name": "SIOCGIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCGIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCGIFMTU", "type": "" }, { "class": "const", "name": "SIOCGIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCGIFPDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFPHYS", "type": "" }, { "class": "const", "name": "SIOCGIFPSRCADDR", "type": "" }, { "class": "const", "name": "SIOCGIFSTATUS", "type": "" }, { "class": "const", "name": "SIOCGIFVLAN", "type": "" }, { "class": "const", "name": "SIOCGIFWAKEFLAGS", "type": "" }, { "class": "const", "name": "SIOCGLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCGLOWAT", "type": "" }, { "class": "const", "name": "SIOCGPGRP", "type": "" }, { "class": "const", "name": "SIOCIFCREATE", "type": "" }, { "class": "const", "name": "SIOCIFCREATE2", "type": "" }, { "class": "const", "name": "SIOCIFDESTROY", "type": "" }, { "class": "const", "name": "SIOCRSLVMULTI", "type": "" }, { "class": "const", "name": "SIOCSDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCSETVLAN", "type": "" }, { "class": "const", "name": "SIOCSHIWAT", "type": "" }, { "class": "const", "name": "SIOCSIFADDR", "type": "" }, { "class": "const", "name": "SIOCSIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCSIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCSIFBOND", "type": "" }, { "class": "const", "name": "SIOCSIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCSIFCAP", "type": "" }, { "class": "const", "name": "SIOCSIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCSIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCSIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCSIFKPI", "type": "" }, { "class": "const", "name": "SIOCSIFLLADDR", "type": "" }, { "class": "const", "name": "SIOCSIFMAC", "type": "" }, { "class": "const", "name": "SIOCSIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCSIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCSIFMTU", "type": "" }, { "class": "const", "name": "SIOCSIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCSIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSIFPHYS", "type": "" }, { "class": "const", "name": "SIOCSIFVLAN", "type": "" }, { "class": "const", "name": "SIOCSLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSLOWAT", "type": "" }, { "class": "const", "name": "SIOCSPGRP", "type": "" }, { "class": "const", "name": "SOCK_DGRAM", "type": "" }, { "class": "const", "name": "SOCK_MAXADDRLEN", "type": "" }, { "class": "const", "name": "SOCK_RAW", "type": "" }, { "class": "const", "name": "SOCK_RDM", "type": "" }, { "class": "const", "name": "SOCK_SEQPACKET", "type": "" }, { "class": "const", "name": "SOCK_STREAM", "type": "" }, { "class": "const", "name": "SOL_SOCKET", "type": "" }, { "class": "const", "name": "SOMAXCONN", "type": "" }, { "class": "const", "name": "SO_ACCEPTCONN", "type": "" }, { "class": "const", "name": "SO_BROADCAST", "type": "" }, { "class": "const", "name": "SO_DEBUG", "type": "" }, { "class": "const", "name": "SO_DONTROUTE", "type": "" }, { "class": "const", "name": "SO_DONTTRUNC", "type": "" }, { "class": "const", "name": "SO_ERROR", "type": "" }, { "class": "const", "name": "SO_KEEPALIVE", "type": "" }, { "class": "const", "name": "SO_LABEL", "type": "" }, { "class": "const", "name": "SO_LINGER", "type": "" }, { "class": "const", "name": "SO_LINGER_SEC", "type": "" }, { "class": "const", "name": "SO_NKE", "type": "" }, { "class": "const", "name": "SO_NOADDRERR", "type": "" }, { "class": "const", "name": "SO_NOSIGPIPE", "type": "" }, { "class": "const", "name": "SO_NOTIFYCONFLICT", "type": "" }, { "class": "const", "name": "SO_NP_EXTENSIONS", "type": "" }, { "class": "const", "name": "SO_NREAD", "type": "" }, { "class": "const", "name": "SO_NWRITE", "type": "" }, { "class": "const", "name": "SO_OOBINLINE", "type": "" }, { "class": "const", "name": "SO_PEERLABEL", "type": "" }, { "class": "const", "name": "SO_RANDOMPORT", "type": "" }, { "class": "const", "name": "SO_RCVBUF", "type": "" }, { "class": "const", "name": "SO_RCVLOWAT", "type": "" }, { "class": "const", "name": "SO_RCVTIMEO", "type": "" }, { "class": "const", "name": "SO_RESTRICTIONS", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYIN", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYOUT", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYSET", "type": "" }, { "class": "const", "name": "SO_REUSEADDR", "type": "" }, { "class": "const", "name": "SO_REUSEPORT", "type": "" }, { "class": "const", "name": "SO_REUSESHAREUID", "type": "" }, { "class": "const", "name": "SO_SNDBUF", "type": "" }, { "class": "const", "name": "SO_SNDLOWAT", "type": "" }, { "class": "const", "name": "SO_SNDTIMEO", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SO_TYPE", "type": "" }, { "class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": "" }, { "class": "const", "name": "SO_USELOOPBACK", "type": "" }, { "class": "const", "name": "SO_WANTMORE", "type": "" }, { "class": "const", "name": "SO_WANTOOBFLAG", "type": "" }, { "class": "const", "name": "SYS_ACCEPT", "type": "" }, { "class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_ACCESS", "type": "" }, { "class": "const", "name": "SYS_ACCESS_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_ACCT", "type": "" }, { "class": "const", "name": "SYS_ADD_PROFIL", "type": "" }, { "class": "const", "name": "SYS_ADJTIME", "type": "" }, { "class": "const", "name": "SYS_AIO_CANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_ERROR", "type": "" }, { "class": "const", "name": "SYS_AIO_FSYNC", "type": "" }, { "class": "const", "name": "SYS_AIO_READ", "type": "" }, { "class": "const", "name": "SYS_AIO_RETURN", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_WRITE", "type": "" }, { "class": "const", "name": "SYS_ATGETMSG", "type": "" }, { "class": "const", "name": "SYS_ATPGETREQ", "type": "" }, { "class": "const", "name": "SYS_ATPGETRSP", "type": "" }, { "class": "const", "name": "SYS_ATPSNDREQ", "type": "" }, { "class": "const", "name": "SYS_ATPSNDRSP", "type": "" }, { "class": "const", "name": "SYS_ATPUTMSG", "type": "" }, { "class": "const", "name": "SYS_ATSOCKET", "type": "" }, { "class": "const", "name": "SYS_AUDIT", "type": "" }, { "class": "const", "name": "SYS_AUDITCTL", "type": "" }, { "class": "const", "name": "SYS_AUDITON", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": "" }, { "class": "const", "name": "SYS_BIND", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": "" }, { "class": "const", "name": "SYS_CHDIR", "type": "" }, { "class": "const", "name": "SYS_CHFLAGS", "type": "" }, { "class": "const", "name": "SYS_CHMOD", "type": "" }, { "class": "const", "name": "SYS_CHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_CHOWN", "type": "" }, { "class": "const", "name": "SYS_CHROOT", "type": "" }, { "class": "const", "name": "SYS_CHUD", "type": "" }, { "class": "const", "name": "SYS_CLOSE", "type": "" }, { "class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_CONNECT", "type": "" }, { "class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_COPYFILE", "type": "" }, { "class": "const", "name": "SYS_CSOPS", "type": "" }, { "class": "const", "name": "SYS_DELETE", "type": "" }, { "class": "const", "name": "SYS_DUP", "type": "" }, { "class": "const", "name": "SYS_DUP2", "type": "" }, { "class": "const", "name": "SYS_EXCHANGEDATA", "type": "" }, { "class": "const", "name": "SYS_EXECVE", "type": "" }, { "class": "const", "name": "SYS_EXIT", "type": "" }, { "class": "const", "name": "SYS_FCHDIR", "type": "" }, { "class": "const", "name": "SYS_FCHFLAGS", "type": "" }, { "class": "const", "name": "SYS_FCHMOD", "type": "" }, { "class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FCHOWN", "type": "" }, { "class": "const", "name": "SYS_FCNTL", "type": "" }, { "class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FDATASYNC", "type": "" }, { "class": "const", "name": "SYS_FFSCTL", "type": "" }, { "class": "const", "name": "SYS_FGETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FGETXATTR", "type": "" }, { "class": "const", "name": "SYS_FHOPEN", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": "" }, { "class": "const", "name": "SYS_FLISTXATTR", "type": "" }, { "class": "const", "name": "SYS_FLOCK", "type": "" }, { "class": "const", "name": "SYS_FORK", "type": "" }, { "class": "const", "name": "SYS_FPATHCONF", "type": "" }, { "class": "const", "name": "SYS_FREMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_FSCTL", "type": "" }, { "class": "const", "name": "SYS_FSETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FSETXATTR", "type": "" }, { "class": "const", "name": "SYS_FSGETPATH", "type": "" }, { "class": "const", "name": "SYS_FSTAT", "type": "" }, { "class": "const", "name": "SYS_FSTAT64", "type": "" }, { "class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSTATFS", "type": "" }, { "class": "const", "name": "SYS_FSTATFS64", "type": "" }, { "class": "const", "name": "SYS_FSTATV", "type": "" }, { "class": "const", "name": "SYS_FSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSYNC", "type": "" }, { "class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FTRUNCATE", "type": "" }, { "class": "const", "name": "SYS_FUTIMES", "type": "" }, { "class": "const", "name": "SYS_GETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_GETAUID", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES64", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": "" }, { "class": "const", "name": "SYS_GETDTABLESIZE", "type": "" }, { "class": "const", "name": "SYS_GETEGID", "type": "" }, { "class": "const", "name": "SYS_GETEUID", "type": "" }, { "class": "const", "name": "SYS_GETFH", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT64", "type": "" }, { "class": "const", "name": "SYS_GETGID", "type": "" }, { "class": "const", "name": "SYS_GETGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETHOSTUUID", "type": "" }, { "class": "const", "name": "SYS_GETITIMER", "type": "" }, { "class": "const", "name": "SYS_GETLCID", "type": "" }, { "class": "const", "name": "SYS_GETLOGIN", "type": "" }, { "class": "const", "name": "SYS_GETPEERNAME", "type": "" }, { "class": "const", "name": "SYS_GETPGID", "type": "" }, { "class": "const", "name": "SYS_GETPGRP", "type": "" }, { "class": "const", "name": "SYS_GETPID", "type": "" }, { "class": "const", "name": "SYS_GETPPID", "type": "" }, { "class": "const", "name": "SYS_GETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_GETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_GETRUSAGE", "type": "" }, { "class": "const", "name": "SYS_GETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETSID", "type": "" }, { "class": "const", "name": "SYS_GETSOCKNAME", "type": "" }, { "class": "const", "name": "SYS_GETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_GETTID", "type": "" }, { "class": "const", "name": "SYS_GETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_GETUID", "type": "" }, { "class": "const", "name": "SYS_GETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETXATTR", "type": "" }, { "class": "const", "name": "SYS_IDENTITYSVC", "type": "" }, { "class": "const", "name": "SYS_INITGROUPS", "type": "" }, { "class": "const", "name": "SYS_IOCTL", "type": "" }, { "class": "const", "name": "SYS_IOPOLICYSYS", "type": "" }, { "class": "const", "name": "SYS_ISSETUGID", "type": "" }, { "class": "const", "name": "SYS_KDEBUG_TRACE", "type": "" }, { "class": "const", "name": "SYS_KEVENT", "type": "" }, { "class": "const", "name": "SYS_KEVENT64", "type": "" }, { "class": "const", "name": "SYS_KILL", "type": "" }, { "class": "const", "name": "SYS_KQUEUE", "type": "" }, { "class": "const", "name": "SYS_LCHOWN", "type": "" }, { "class": "const", "name": "SYS_LINK", "type": "" }, { "class": "const", "name": "SYS_LIO_LISTIO", "type": "" }, { "class": "const", "name": "SYS_LISTEN", "type": "" }, { "class": "const", "name": "SYS_LISTXATTR", "type": "" }, { "class": "const", "name": "SYS_LSEEK", "type": "" }, { "class": "const", "name": "SYS_LSTAT", "type": "" }, { "class": "const", "name": "SYS_LSTAT64", "type": "" }, { "class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_LSTATV", "type": "" }, { "class": "const", "name": "SYS_LSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MADVISE", "type": "" }, { "class": "const", "name": "SYS_MAXSYSCALL", "type": "" }, { "class": "const", "name": "SYS_MINCORE", "type": "" }, { "class": "const", "name": "SYS_MINHERIT", "type": "" }, { "class": "const", "name": "SYS_MKCOMPLEX", "type": "" }, { "class": "const", "name": "SYS_MKDIR", "type": "" }, { "class": "const", "name": "SYS_MKDIR_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKFIFO", "type": "" }, { "class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKNOD", "type": "" }, { "class": "const", "name": "SYS_MLOCK", "type": "" }, { "class": "const", "name": "SYS_MLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MMAP", "type": "" }, { "class": "const", "name": "SYS_MODWATCH", "type": "" }, { "class": "const", "name": "SYS_MOUNT", "type": "" }, { "class": "const", "name": "SYS_MPROTECT", "type": "" }, { "class": "const", "name": "SYS_MSGCTL", "type": "" }, { "class": "const", "name": "SYS_MSGGET", "type": "" }, { "class": "const", "name": "SYS_MSGRCV", "type": "" }, { "class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSND", "type": "" }, { "class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSYS", "type": "" }, { "class": "const", "name": "SYS_MSYNC", "type": "" }, { "class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MUNLOCK", "type": "" }, { "class": "const", "name": "SYS_MUNLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MUNMAP", "type": "" }, { "class": "const", "name": "SYS_NFSCLNT", "type": "" }, { "class": "const", "name": "SYS_NFSSVC", "type": "" }, { "class": "const", "name": "SYS_OPEN", "type": "" }, { "class": "const", "name": "SYS_OPEN_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_OPEN_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PATHCONF", "type": "" }, { "class": "const", "name": "SYS_PID_HIBERNATE", "type": "" }, { "class": "const", "name": "SYS_PID_RESUME", "type": "" }, { "class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": "" }, { "class": "const", "name": "SYS_PID_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_PIPE", "type": "" }, { "class": "const", "name": "SYS_POLL", "type": "" }, { "class": "const", "name": "SYS_POLL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_POSIX_SPAWN", "type": "" }, { "class": "const", "name": "SYS_PREAD", "type": "" }, { "class": "const", "name": "SYS_PREAD_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PROCESS_POLICY", "type": "" }, { "class": "const", "name": "SYS_PROC_INFO", "type": "" }, { "class": "const", "name": "SYS_PROFIL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": "" }, { "class": "const", "name": "SYS_PTRACE", "type": "" }, { "class": "const", "name": "SYS_PWRITE", "type": "" }, { "class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_QUOTACTL", "type": "" }, { "class": "const", "name": "SYS_READ", "type": "" }, { "class": "const", "name": "SYS_READLINK", "type": "" }, { "class": "const", "name": "SYS_READV", "type": "" }, { "class": "const", "name": "SYS_READV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_READ_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REBOOT", "type": "" }, { "class": "const", "name": "SYS_RECVFROM", "type": "" }, { "class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_RECVMSG", "type": "" }, { "class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_RENAME", "type": "" }, { "class": "const", "name": "SYS_REVOKE", "type": "" }, { "class": "const", "name": "SYS_RMDIR", "type": "" }, { "class": "const", "name": "SYS_SEARCHFS", "type": "" }, { "class": "const", "name": "SYS_SELECT", "type": "" }, { "class": "const", "name": "SYS_SELECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SEMCTL", "type": "" }, { "class": "const", "name": "SYS_SEMGET", "type": "" }, { "class": "const", "name": "SYS_SEMOP", "type": "" }, { "class": "const", "name": "SYS_SEMSYS", "type": "" }, { "class": "const", "name": "SYS_SEM_CLOSE", "type": "" }, { "class": "const", "name": "SYS_SEM_DESTROY", "type": "" }, { "class": "const", "name": "SYS_SEM_GETVALUE", "type": "" }, { "class": "const", "name": "SYS_SEM_INIT", "type": "" }, { "class": "const", "name": "SYS_SEM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SEM_POST", "type": "" }, { "class": "const", "name": "SYS_SEM_TRYWAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDFILE", "type": "" }, { "class": "const", "name": "SYS_SENDMSG", "type": "" }, { "class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDTO", "type": "" }, { "class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_SETAUID", "type": "" }, { "class": "const", "name": "SYS_SETEGID", "type": "" }, { "class": "const", "name": "SYS_SETEUID", "type": "" }, { "class": "const", "name": "SYS_SETGID", "type": "" }, { "class": "const", "name": "SYS_SETGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETITIMER", "type": "" }, { "class": "const", "name": "SYS_SETLCID", "type": "" }, { "class": "const", "name": "SYS_SETLOGIN", "type": "" }, { "class": "const", "name": "SYS_SETPGID", "type": "" }, { "class": "const", "name": "SYS_SETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_SETPRIVEXEC", "type": "" }, { "class": "const", "name": "SYS_SETREGID", "type": "" }, { "class": "const", "name": "SYS_SETREUID", "type": "" }, { "class": "const", "name": "SYS_SETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_SETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETSID", "type": "" }, { "class": "const", "name": "SYS_SETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_SETTID", "type": "" }, { "class": "const", "name": "SYS_SETTID_WITH_PID", "type": "" }, { "class": "const", "name": "SYS_SETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_SETUID", "type": "" }, { "class": "const", "name": "SYS_SETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETXATTR", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": "" }, { "class": "const", "name": "SYS_SHMAT", "type": "" }, { "class": "const", "name": "SYS_SHMCTL", "type": "" }, { "class": "const", "name": "SYS_SHMDT", "type": "" }, { "class": "const", "name": "SYS_SHMGET", "type": "" }, { "class": "const", "name": "SYS_SHMSYS", "type": "" }, { "class": "const", "name": "SYS_SHM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SHM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SHUTDOWN", "type": "" }, { "class": "const", "name": "SYS_SIGACTION", "type": "" }, { "class": "const", "name": "SYS_SIGALTSTACK", "type": "" }, { "class": "const", "name": "SYS_SIGPENDING", "type": "" }, { "class": "const", "name": "SYS_SIGPROCMASK", "type": "" }, { "class": "const", "name": "SYS_SIGRETURN", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SOCKET", "type": "" }, { "class": "const", "name": "SYS_SOCKETPAIR", "type": "" }, { "class": "const", "name": "SYS_STACK_SNAPSHOT", "type": "" }, { "class": "const", "name": "SYS_STAT", "type": "" }, { "class": "const", "name": "SYS_STAT64", "type": "" }, { "class": "const", "name": "SYS_STAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_STATFS", "type": "" }, { "class": "const", "name": "SYS_STATFS64", "type": "" }, { "class": "const", "name": "SYS_STATV", "type": "" }, { "class": "const", "name": "SYS_STAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_SWAPON", "type": "" }, { "class": "const", "name": "SYS_SYMLINK", "type": "" }, { "class": "const", "name": "SYS_SYNC", "type": "" }, { "class": "const", "name": "SYS_SYSCALL", "type": "" }, { "class": "const", "name": "SYS_THREAD_SELFID", "type": "" }, { "class": "const", "name": "SYS_TRUNCATE", "type": "" }, { "class": "const", "name": "SYS_UMASK", "type": "" }, { "class": "const", "name": "SYS_UMASK_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_UNDELETE", "type": "" }, { "class": "const", "name": "SYS_UNLINK", "type": "" }, { "class": "const", "name": "SYS_UNMOUNT", "type": "" }, { "class": "const", "name": "SYS_UTIMES", "type": "" }, { "class": "const", "name": "SYS_VFORK", "type": "" }, { "class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": "" }, { "class": "const", "name": "SYS_WAIT4", "type": "" }, { "class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WAITEVENT", "type": "" }, { "class": "const", "name": "SYS_WAITID", "type": "" }, { "class": "const", "name": "SYS_WAITID_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WATCHEVENT", "type": "" }, { "class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": "" }, { "class": "const", "name": "SYS_WORKQ_OPEN", "type": "" }, { "class": "const", "name": "SYS_WRITE", "type": "" }, { "class": "const", "name": "SYS_WRITEV", "type": "" }, { "class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": "" }, { "class": "const", "name": "SYS___MAC_EXECVE", "type": "" }, { "class": "const", "name": "SYS___MAC_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_SYSCALL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CANCELED", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_KILL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SYSCTL", "type": "" }, { "class": "const", "name": "S_IEXEC", "type": "" }, { "class": "const", "name": "S_IFBLK", "type": "" }, { "class": "const", "name": "S_IFCHR", "type": "" }, { "class": "const", "name": "S_IFDIR", "type": "" }, { "class": "const", "name": "S_IFIFO", "type": "" }, { "class": "const", "name": "S_IFLNK", "type": "" }, { "class": "const", "name": "S_IFMT", "type": "" }, { "class": "const", "name": "S_IFREG", "type": "" }, { "class": "const", "name": "S_IFSOCK", "type": "" }, { "class": "const", "name": "S_IFWHT", "type": "" }, { "class": "const", "name": "S_IREAD", "type": "" }, { "class": "const", "name": "S_IRGRP", "type": "" }, { "class": "const", "name": "S_IROTH", "type": "" }, { "class": "const", "name": "S_IRUSR", "type": "" }, { "class": "const", "name": "S_IRWXG", "type": "" }, { "class": "const", "name": "S_IRWXO", "type": "" }, { "class": "const", "name": "S_IRWXU", "type": "" }, { "class": "const", "name": "S_ISGID", "type": "" }, { "class": "const", "name": "S_ISTXT", "type": "" }, { "class": "const", "name": "S_ISUID", "type": "" }, { "class": "const", "name": "S_ISVTX", "type": "" }, { "class": "const", "name": "S_IWGRP", "type": "" }, { "class": "const", "name": "S_IWOTH", "type": "" }, { "class": "const", "name": "S_IWRITE", "type": "" }, { "class": "const", "name": "S_IWUSR", "type": "" }, { "class": "const", "name": "S_IXGRP", "type": "" }, { "class": "const", "name": "S_IXOTH", "type": "" }, { "class": "const", "name": "S_IXUSR", "type": "" }, { "class": "const", "name": "SizeofBpfHdr", "type": "" }, { "class": "const", "name": "SizeofBpfInsn", "type": "" }, { "class": "const", "name": "SizeofBpfProgram", "type": "" }, { "class": "const", "name": "SizeofBpfStat", "type": "" }, { "class": "const", "name": "SizeofBpfVersion", "type": "" }, { "class": "const", "name": "SizeofCmsghdr", "type": "" }, { "class": "const", "name": "SizeofICMPv6Filter", "type": "" }, { "class": "const", "name": "SizeofIPMreq", "type": "" }, { "class": "const", "name": "SizeofIPv6MTUInfo", "type": "" }, { "class": "const", "name": "SizeofIPv6Mreq", "type": "" }, { "class": "const", "name": "SizeofIfData", "type": "" }, { "class": "const", "name": "SizeofIfMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr2", "type": "" }, { "class": "const", "name": "SizeofInet4Pktinfo", "type": "" }, { "class": "const", "name": "SizeofInet6Pktinfo", "type": "" }, { "class": "const", "name": "SizeofLinger", "type": "" }, { "class": "const", "name": "SizeofMsghdr", "type": "" }, { "class": "const", "name": "SizeofRtMetrics", "type": "" }, { "class": "const", "name": "SizeofRtMsghdr", "type": "" }, { "class": "const", "name": "SizeofSockaddrAny", "type": "" }, { "class": "const", "name": "SizeofSockaddrDatalink", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet4", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet6", "type": "" }, { "class": "const", "name": "SizeofSockaddrUnix", "type": "" }, { "class": "const", "name": "TCIFLUSH", "type": "" }, { "class": "const", "name": "TCIOFLUSH", "type": "" }, { "class": "const", "name": "TCOFLUSH", "type": "" }, { "class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": "" }, { "class": "const", "name": "TCP_KEEPALIVE", "type": "" }, { "class": "const", "name": "TCP_MAXHLEN", "type": "" }, { "class": "const", "name": "TCP_MAXOLEN", "type": "" }, { "class": "const", "name": "TCP_MAXSEG", "type": "" }, { "class": "const", "name": "TCP_MAXWIN", "type": "" }, { "class": "const", "name": "TCP_MAX_SACK", "type": "" }, { "class": "const", "name": "TCP_MAX_WINSHIFT", "type": "" }, { "class": "const", "name": "TCP_MINMSS", "type": "" }, { "class": "const", "name": "TCP_MINMSSOVERLOAD", "type": "" }, { "class": "const", "name": "TCP_MSS", "type": "" }, { "class": "const", "name": "TCP_NODELAY", "type": "" }, { "class": "const", "name": "TCP_NOOPT", "type": "" }, { "class": "const", "name": "TCP_NOPUSH", "type": "" }, { "class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": "" }, { "class": "const", "name": "TCP_RXT_FINDROP", "type": "" }, { "class": "const", "name": "TCSAFLUSH", "type": "" }, { "class": "const", "name": "TIOCCBRK", "type": "" }, { "class": "const", "name": "TIOCCDTR", "type": "" }, { "class": "const", "name": "TIOCCONS", "type": "" }, { "class": "const", "name": "TIOCDCDTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCDRAIN", "type": "" }, { "class": "const", "name": "TIOCDSIMICROCODE", "type": "" }, { "class": "const", "name": "TIOCEXCL", "type": "" }, { "class": "const", "name": "TIOCEXT", "type": "" }, { "class": "const", "name": "TIOCFLUSH", "type": "" }, { "class": "const", "name": "TIOCGDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCGETA", "type": "" }, { "class": "const", "name": "TIOCGETD", "type": "" }, { "class": "const", "name": "TIOCGPGRP", "type": "" }, { "class": "const", "name": "TIOCGWINSZ", "type": "" }, { "class": "const", "name": "TIOCIXOFF", "type": "" }, { "class": "const", "name": "TIOCIXON", "type": "" }, { "class": "const", "name": "TIOCMBIC", "type": "" }, { "class": "const", "name": "TIOCMBIS", "type": "" }, { "class": "const", "name": "TIOCMGDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMGET", "type": "" }, { "class": "const", "name": "TIOCMODG", "type": "" }, { "class": "const", "name": "TIOCMODS", "type": "" }, { "class": "const", "name": "TIOCMSDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMSET", "type": "" }, { "class": "const", "name": "TIOCM_CAR", "type": "" }, { "class": "const", "name": "TIOCM_CD", "type": "" }, { "class": "const", "name": "TIOCM_CTS", "type": "" }, { "class": "const", "name": "TIOCM_DSR", "type": "" }, { "class": "const", "name": "TIOCM_DTR", "type": "" }, { "class": "const", "name": "TIOCM_LE", "type": "" }, { "class": "const", "name": "TIOCM_RI", "type": "" }, { "class": "const", "name": "TIOCM_RNG", "type": "" }, { "class": "const", "name": "TIOCM_RTS", "type": "" }, { "class": "const", "name": "TIOCM_SR", "type": "" }, { "class": "const", "name": "TIOCM_ST", "type": "" }, { "class": "const", "name": "TIOCNOTTY", "type": "" }, { "class": "const", "name": "TIOCNXCL", "type": "" }, { "class": "const", "name": "TIOCOUTQ", "type": "" }, { "class": "const", "name": "TIOCPKT", "type": "" }, { "class": "const", "name": "TIOCPKT_DATA", "type": "" }, { "class": "const", "name": "TIOCPKT_DOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHREAD", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": "" }, { "class": "const", "name": "TIOCPKT_IOCTL", "type": "" }, { "class": "const", "name": "TIOCPKT_NOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_START", "type": "" }, { "class": "const", "name": "TIOCPKT_STOP", "type": "" }, { "class": "const", "name": "TIOCPTYGNAME", "type": "" }, { "class": "const", "name": "TIOCPTYGRANT", "type": "" }, { "class": "const", "name": "TIOCPTYUNLK", "type": "" }, { "class": "const", "name": "TIOCREMOTE", "type": "" }, { "class": "const", "name": "TIOCSBRK", "type": "" }, { "class": "const", "name": "TIOCSCONS", "type": "" }, { "class": "const", "name": "TIOCSCTTY", "type": "" }, { "class": "const", "name": "TIOCSDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCSDTR", "type": "" }, { "class": "const", "name": "TIOCSETA", "type": "" }, { "class": "const", "name": "TIOCSETAF", "type": "" }, { "class": "const", "name": "TIOCSETAW", "type": "" }, { "class": "const", "name": "TIOCSETD", "type": "" }, { "class": "const", "name": "TIOCSIG", "type": "" }, { "class": "const", "name": "TIOCSPGRP", "type": "" }, { "class": "const", "name": "TIOCSTART", "type": "" }, { "class": "const", "name": "TIOCSTAT", "type": "" }, { "class": "const", "name": "TIOCSTI", "type": "" }, { "class": "const", "name": "TIOCSTOP", "type": "" }, { "class": "const", "name": "TIOCSWINSZ", "type": "" }, { "class": "const", "name": "TIOCTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCUCNTL", "type": "" }, { "class": "const", "name": "TOSTOP", "type": "" }, { "class": "const", "name": "VDISCARD", "type": "" }, { "class": "const", "name": "VDSUSP", "type": "" }, { "class": "const", "name": "VEOF", "type": "" }, { "class": "const", "name": "VEOL", "type": "" }, { "class": "const", "name": "VEOL2", "type": "" }, { "class": "const", "name": "VERASE", "type": "" }, { "class": "const", "name": "VINTR", "type": "" }, { "class": "const", "name": "VKILL", "type": "" }, { "class": "const", "name": "VLNEXT", "type": "" }, { "class": "const", "name": "VMIN", "type": "" }, { "class": "const", "name": "VQUIT", "type": "" }, { "class": "const", "name": "VREPRINT", "type": "" }, { "class": "const", "name": "VSTART", "type": "" }, { "class": "const", "name": "VSTATUS", "type": "" }, { "class": "const", "name": "VSTOP", "type": "" }, { "class": "const", "name": "VSUSP", "type": "" }, { "class": "const", "name": "VT0", "type": "" }, { "class": "const", "name": "VT1", "type": "" }, { "class": "const", "name": "VTDLY", "type": "" }, { "class": "const", "name": "VTIME", "type": "" }, { "class": "const", "name": "VWERASE", "type": "" }, { "class": "const", "name": "WCONTINUED", "type": "" }, { "class": "const", "name": "WCOREFLAG", "type": "" }, { "class": "const", "name": "WEXITED", "type": "" }, { "class": "const", "name": "WNOHANG", "type": "" }, { "class": "const", "name": "WNOWAIT", "type": "" }, { "class": "const", "name": "WORDSIZE", "type": "" }, { "class": "const", "name": "WSTOPPED", "type": "" }, { "class": "const", "name": "WUNTRACED", "type": "" }, { "class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)" }, { "class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)" }, { "class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)" }, { "class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)" }, { "class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)" }, { "class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)" }, { "class": "func", "name": "Chdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error" }, { "class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Chroot", "type": "func(path string) (err error)" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Close", "type": "func(fd int) (err error)" }, { "class": "func", "name": "CloseOnExec", "type": "func(fd int)" }, { "class": "func", "name": "CmsgLen", "type": "func(datalen int) int" }, { "class": "func", "name": "CmsgSpace", "type": "func(datalen int) int" }, { "class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)" }, { "class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)" }, { "class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Fchdir", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)" }, { "class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)" }, { "class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)" }, { "class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error" }, { "class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)" }, { "class": "func", "name": "FlushBpf", "type": "func(fd int) error" }, { "class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)" }, { "class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)" }, { "class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "Fsync", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)" }, { "class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)" }, { "class": "func", "name": "Getdtablesize", "type": "func() (size int)" }, { "class": "func", "name": "Getegid", "type": "func() (egid int)" }, { "class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)" }, { "class": "func", "name": "Geteuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)" }, { "class": "func", "name": "Getgid", "type": "func() (gid int)" }, { "class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)" }, { "class": "func", "name": "Getpgrp", "type": "func() (pgrp int)" }, { "class": "func", "name": "Getpid", "type": "func() (pid int)" }, { "class": "func", "name": "Getppid", "type": "func() (ppid int)" }, { "class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)" }, { "class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)" }, { "class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)" }, { "class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)" }, { "class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)" }, { "class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)" }, { "class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)" }, { "class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)" }, { "class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)" }, { "class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)" }, { "class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Getuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getwd", "type": "func() (string, error)" }, { "class": "func", "name": "Issetugid", "type": "func() (tainted bool)" }, { "class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)" }, { "class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)" }, { "class": "func", "name": "Kqueue", "type": "func() (fd int, err error)" }, { "class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Link", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)" }, { "class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)" }, { "class": "func", "name": "Mlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Mlockall", "type": "func(flags int) (err error)" }, { "class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)" }, { "class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)" }, { "class": "func", "name": "Munlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Munlockall", "type": "func() (err error)" }, { "class": "func", "name": "Munmap", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)" }, { "class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)" }, { "class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)" }, { "class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)" }, { "class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)" }, { "class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)" }, { "class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)" }, { "class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)" }, { "class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)" }, { "class": "func", "name": "Pipe", "type": "func(p []int) (err error)" }, { "class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)" }, { "class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)" }, { "class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Rename", "type": "func(from string, to string) (err error)" }, { "class": "func", "name": "Revoke", "type": "func(path string) (err error)" }, { "class": "func", "name": "Rmdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)" }, { "class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)" }, { "class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)" }, { "class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)" }, { "class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)" }, { "class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)" }, { "class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)" }, { "class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error" }, { "class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)" }, { "class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)" }, { "class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error" }, { "class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error" }, { "class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error" }, { "class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)" }, { "class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)" }, { "class": "func", "name": "Setegid", "type": "func(egid int) (err error)" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "Seteuid", "type": "func(euid int) (err error)" }, { "class": "func", "name": "Setgid", "type": "func(gid int) (err error)" }, { "class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)" }, { "class": "func", "name": "Setlogin", "type": "func(name string) (err error)" }, { "class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)" }, { "class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)" }, { "class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)" }, { "class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)" }, { "class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)" }, { "class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Setsid", "type": "func() (pid int, err error)" }, { "class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)" }, { "class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error" }, { "class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)" }, { "class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)" }, { "class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)" }, { "class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)" }, { "class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)" }, { "class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)" }, { "class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)" }, { "class": "func", "name": "Setuid", "type": "func(uid int) (err error)" }, { "class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)" }, { "class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)" }, { "class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)" }, { "class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)" }, { "class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)" }, { "class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "StringBytePtr", "type": "func(s string) *byte" }, { "class": "func", "name": "StringByteSlice", "type": "func(s string) []byte" }, { "class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte" }, { "class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Sync", "type": "func() (err error)" }, { "class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)" }, { "class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)" }, { "class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64" }, { "class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64" }, { "class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)" }, { "class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)" }, { "class": "func", "name": "Undelete", "type": "func(path string) (err error)" }, { "class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte" }, { "class": "func", "name": "Unlink", "type": "func(path string) (err error)" }, { "class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error" }, { "class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)" }, { "class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "type", "name": "BpfHdr", "type": "struct" }, { "class": "type", "name": "BpfInsn", "type": "struct" }, { "class": "type", "name": "BpfProgram", "type": "struct" }, { "class": "type", "name": "BpfStat", "type": "struct" }, { "class": "type", "name": "BpfVersion", "type": "struct" }, { "class": "type", "name": "Cmsghdr", "type": "struct" }, { "class": "type", "name": "Credential", "type": "struct" }, { "class": "type", "name": "Dirent", "type": "struct" }, { "class": "type", "name": "Errno", "type": "uintptr" }, { "class": "type", "name": "Fbootstraptransfer_t", "type": "struct" }, { "class": "type", "name": "FdSet", "type": "struct" }, { "class": "type", "name": "Flock_t", "type": "struct" }, { "class": "type", "name": "Fsid", "type": "struct" }, { "class": "type", "name": "Fstore_t", "type": "struct" }, { "class": "type", "name": "ICMPv6Filter", "type": "struct" }, { "class": "type", "name": "IPMreq", "type": "struct" }, { "class": "type", "name": "IPv6MTUInfo", "type": "struct" }, { "class": "type", "name": "IPv6Mreq", "type": "struct" }, { "class": "type", "name": "IfData", "type": "struct" }, { "class": "type", "name": "IfMsghdr", "type": "struct" }, { "class": "type", "name": "IfaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr2", "type": "struct" }, { "class": "type", "name": "Inet4Pktinfo", "type": "struct" }, { "class": "type", "name": "Inet6Pktinfo", "type": "struct" }, { "class": "type", "name": "InterfaceAddrMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct" }, { "class": "type", "name": "Iovec", "type": "struct" }, { "class": "type", "name": "Kevent_t", "type": "struct" }, { "class": "type", "name": "Linger", "type": "struct" }, { "class": "type", "name": "Log2phys_t", "type": "struct" }, { "class": "type", "name": "Msghdr", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Radvisory_t", "type": "struct" }, { "class": "type", "name": "RawSockaddr", "type": "struct" }, { "class": "type", "name": "RawSockaddrAny", "type": "struct" }, { "class": "type", "name": "RawSockaddrDatalink", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet4", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet6", "type": "struct" }, { "class": "type", "name": "RawSockaddrUnix", "type": "struct" }, { "class": "type", "name": "Rlimit", "type": "struct" }, { "class": "type", "name": "RouteMessage", "type": "struct" }, { "class": "type", "name": "RoutingMessage", "type": "interface" }, { "class": "type", "name": "RtMetrics", "type": "struct" }, { "class": "type", "name": "RtMsghdr", "type": "struct" }, { "class": "type", "name": "Rusage", "type": "struct" }, { "class": "type", "name": "Signal", "type": "int" }, { "class": "type", "name": "Sockaddr", "type": "interface" }, { "class": "type", "name": "SockaddrDatalink", "type": "struct" }, { "class": "type", "name": "SockaddrInet4", "type": "struct" }, { "class": "type", "name": "SockaddrInet6", "type": "struct" }, { "class": "type", "name": "SockaddrUnix", "type": "struct" }, { "class": "type", "name": "SocketControlMessage", "type": "struct" }, { "class": "type", "name": "Stat_t", "type": "struct" }, { "class": "type", "name": "Statfs_t", "type": "struct" }, { "class": "type", "name": "SysProcAttr", "type": "struct" }, { "class": "type", "name": "Termios", "type": "struct" }, { "class": "type", "name": "Timespec", "type": "struct" }, { "class": "type", "name": "Timeval", "type": "struct" }, { "class": "type", "name": "Timeval32", "type": "struct" }, { "class": "type", "name": "WaitStatus", "type": "uint32" }, { "class": "var", "name": "ForkLock", "type": "sync.RWMutex" }, { "class": "var", "name": "SocketDisableIPv6", "type": "bool" }, { "class": "var", "name": "Stderr", "type": "int" }, { "class": "var", "name": "Stdin", "type": "int" }, { "class": "var", "name": "Stdout", "type": "int"}]] diff --git a/bundle/deoplete-go/benchmark/json/gocode.json b/bundle/deoplete-go/benchmark/json/gocode.json new file mode 100644 index 0000000..776cde4 --- /dev/null +++ b/bundle/deoplete-go/benchmark/json/gocode.json @@ -0,0 +1 @@ +[0, [{ "class": "const", "name": "MinRead", "type": "" }, { "class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int" }, { "class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool" }, { "class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool" }, { "class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool" }, { "class": "func", "name": "Fields", "type": "func(s []byte) [][]byte" }, { "class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte" }, { "class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool" }, { "class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool" }, { "class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int" }, { "class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte" }, { "class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte" }, { "class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer" }, { "class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer" }, { "class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader" }, { "class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte" }, { "class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte" }, { "class": "func", "name": "Runes", "type": "func(s []byte) []rune" }, { "class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "Title", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLower", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToTitle", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToUpper", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte" }, { "class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte" }, { "class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte" }, { "class": "type", "name": "Buffer", "type": "struct" }, { "class": "type", "name": "Reader", "type": "struct" }, { "class": "var", "name": "ErrTooLarge", "type": "error" }, { "class": "const", "name": "Bad", "type": "" }, { "class": "const", "name": "Con", "type": "" }, { "class": "const", "name": "FilterFuncDuplicates", "type": "" }, { "class": "const", "name": "FilterImportDuplicates", "type": "" }, { "class": "const", "name": "FilterUnassociatedComments", "type": "" }, { "class": "const", "name": "Fun", "type": "" }, { "class": "const", "name": "Lbl", "type": "" }, { "class": "const", "name": "Pkg", "type": "" }, { "class": "const", "name": "RECV", "type": "" }, { "class": "const", "name": "SEND", "type": "" }, { "class": "const", "name": "Typ", "type": "" }, { "class": "const", "name": "Var", "type": "" }, { "class": "func", "name": "FileExports", "type": "func(src *ast.File) bool" }, { "class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool" }, { "class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool" }, { "class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool" }, { "class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) (err error)" }, { "class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)" }, { "class": "func", "name": "IsExported", "type": "func(name string) bool" }, { "class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File" }, { "class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap" }, { "class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident" }, { "class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object" }, { "class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)" }, { "class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope" }, { "class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool" }, { "class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool" }, { "class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error" }, { "class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)" }, { "class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)" }, { "class": "type", "name": "ArrayType", "type": "struct" }, { "class": "type", "name": "AssignStmt", "type": "struct" }, { "class": "type", "name": "BadDecl", "type": "struct" }, { "class": "type", "name": "BadExpr", "type": "struct" }, { "class": "type", "name": "BadStmt", "type": "struct" }, { "class": "type", "name": "BasicLit", "type": "struct" }, { "class": "type", "name": "BinaryExpr", "type": "struct" }, { "class": "type", "name": "BlockStmt", "type": "struct" }, { "class": "type", "name": "BranchStmt", "type": "struct" }, { "class": "type", "name": "CallExpr", "type": "struct" }, { "class": "type", "name": "CaseClause", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "ChanType", "type": "struct" }, { "class": "type", "name": "CommClause", "type": "struct" }, { "class": "type", "name": "Comment", "type": "struct" }, { "class": "type", "name": "CommentGroup", "type": "struct" }, { "class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup" }, { "class": "type", "name": "CompositeLit", "type": "struct" }, { "class": "type", "name": "Decl", "type": "interface" }, { "class": "type", "name": "DeclStmt", "type": "struct" }, { "class": "type", "name": "DeferStmt", "type": "struct" }, { "class": "type", "name": "Ellipsis", "type": "struct" }, { "class": "type", "name": "EmptyStmt", "type": "struct" }, { "class": "type", "name": "Expr", "type": "interface" }, { "class": "type", "name": "ExprStmt", "type": "struct" }, { "class": "type", "name": "Field", "type": "struct" }, { "class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool" }, { "class": "type", "name": "FieldList", "type": "struct" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "Filter", "type": "func(string) bool" }, { "class": "type", "name": "ForStmt", "type": "struct" }, { "class": "type", "name": "FuncDecl", "type": "struct" }, { "class": "type", "name": "FuncLit", "type": "struct" }, { "class": "type", "name": "FuncType", "type": "struct" }, { "class": "type", "name": "GenDecl", "type": "struct" }, { "class": "type", "name": "GoStmt", "type": "struct" }, { "class": "type", "name": "Ident", "type": "struct" }, { "class": "type", "name": "IfStmt", "type": "struct" }, { "class": "type", "name": "ImportSpec", "type": "struct" }, { "class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)" }, { "class": "type", "name": "IncDecStmt", "type": "struct" }, { "class": "type", "name": "IndexExpr", "type": "struct" }, { "class": "type", "name": "InterfaceType", "type": "struct" }, { "class": "type", "name": "KeyValueExpr", "type": "struct" }, { "class": "type", "name": "LabeledStmt", "type": "struct" }, { "class": "type", "name": "MapType", "type": "struct" }, { "class": "type", "name": "MergeMode", "type": "uint" }, { "class": "type", "name": "Node", "type": "interface" }, { "class": "type", "name": "ObjKind", "type": "int" }, { "class": "type", "name": "Object", "type": "struct" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "ParenExpr", "type": "struct" }, { "class": "type", "name": "RangeStmt", "type": "struct" }, { "class": "type", "name": "ReturnStmt", "type": "struct" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "SelectStmt", "type": "struct" }, { "class": "type", "name": "SelectorExpr", "type": "struct" }, { "class": "type", "name": "SendStmt", "type": "struct" }, { "class": "type", "name": "SliceExpr", "type": "struct" }, { "class": "type", "name": "Spec", "type": "interface" }, { "class": "type", "name": "StarExpr", "type": "struct" }, { "class": "type", "name": "Stmt", "type": "interface" }, { "class": "type", "name": "StructType", "type": "struct" }, { "class": "type", "name": "SwitchStmt", "type": "struct" }, { "class": "type", "name": "TypeAssertExpr", "type": "struct" }, { "class": "type", "name": "TypeSpec", "type": "struct" }, { "class": "type", "name": "TypeSwitchStmt", "type": "struct" }, { "class": "type", "name": "UnaryExpr", "type": "struct" }, { "class": "type", "name": "ValueSpec", "type": "struct" }, { "class": "type", "name": "Visitor", "type": "interface" }, { "class": "const", "name": "ADD", "type": "" }, { "class": "const", "name": "ADD_ASSIGN", "type": "" }, { "class": "const", "name": "AND", "type": "" }, { "class": "const", "name": "AND_ASSIGN", "type": "" }, { "class": "const", "name": "AND_NOT", "type": "" }, { "class": "const", "name": "AND_NOT_ASSIGN", "type": "" }, { "class": "const", "name": "ARROW", "type": "" }, { "class": "const", "name": "ASSIGN", "type": "" }, { "class": "const", "name": "BREAK", "type": "" }, { "class": "const", "name": "CASE", "type": "" }, { "class": "const", "name": "CHAN", "type": "" }, { "class": "const", "name": "CHAR", "type": "" }, { "class": "const", "name": "COLON", "type": "" }, { "class": "const", "name": "COMMA", "type": "" }, { "class": "const", "name": "COMMENT", "type": "" }, { "class": "const", "name": "CONST", "type": "" }, { "class": "const", "name": "CONTINUE", "type": "" }, { "class": "const", "name": "DEC", "type": "" }, { "class": "const", "name": "DEFAULT", "type": "" }, { "class": "const", "name": "DEFER", "type": "" }, { "class": "const", "name": "DEFINE", "type": "" }, { "class": "const", "name": "ELLIPSIS", "type": "" }, { "class": "const", "name": "ELSE", "type": "" }, { "class": "const", "name": "EOF", "type": "" }, { "class": "const", "name": "EQL", "type": "" }, { "class": "const", "name": "FALLTHROUGH", "type": "" }, { "class": "const", "name": "FLOAT", "type": "" }, { "class": "const", "name": "FOR", "type": "" }, { "class": "const", "name": "FUNC", "type": "" }, { "class": "const", "name": "GEQ", "type": "" }, { "class": "const", "name": "GO", "type": "" }, { "class": "const", "name": "GOTO", "type": "" }, { "class": "const", "name": "GTR", "type": "" }, { "class": "const", "name": "HighestPrec", "type": "" }, { "class": "const", "name": "IDENT", "type": "" }, { "class": "const", "name": "IF", "type": "" }, { "class": "const", "name": "ILLEGAL", "type": "" }, { "class": "const", "name": "IMAG", "type": "" }, { "class": "const", "name": "IMPORT", "type": "" }, { "class": "const", "name": "INC", "type": "" }, { "class": "const", "name": "INT", "type": "" }, { "class": "const", "name": "INTERFACE", "type": "" }, { "class": "const", "name": "LAND", "type": "" }, { "class": "const", "name": "LBRACE", "type": "" }, { "class": "const", "name": "LBRACK", "type": "" }, { "class": "const", "name": "LEQ", "type": "" }, { "class": "const", "name": "LOR", "type": "" }, { "class": "const", "name": "LPAREN", "type": "" }, { "class": "const", "name": "LSS", "type": "" }, { "class": "const", "name": "LowestPrec", "type": "" }, { "class": "const", "name": "MAP", "type": "" }, { "class": "const", "name": "MUL", "type": "" }, { "class": "const", "name": "MUL_ASSIGN", "type": "" }, { "class": "const", "name": "NEQ", "type": "" }, { "class": "const", "name": "NOT", "type": "" }, { "class": "const", "name": "NoPos", "type": "" }, { "class": "const", "name": "OR", "type": "" }, { "class": "const", "name": "OR_ASSIGN", "type": "" }, { "class": "const", "name": "PACKAGE", "type": "" }, { "class": "const", "name": "PERIOD", "type": "" }, { "class": "const", "name": "QUO", "type": "" }, { "class": "const", "name": "QUO_ASSIGN", "type": "" }, { "class": "const", "name": "RANGE", "type": "" }, { "class": "const", "name": "RBRACE", "type": "" }, { "class": "const", "name": "RBRACK", "type": "" }, { "class": "const", "name": "REM", "type": "" }, { "class": "const", "name": "REM_ASSIGN", "type": "" }, { "class": "const", "name": "RETURN", "type": "" }, { "class": "const", "name": "RPAREN", "type": "" }, { "class": "const", "name": "SELECT", "type": "" }, { "class": "const", "name": "SEMICOLON", "type": "" }, { "class": "const", "name": "SHL", "type": "" }, { "class": "const", "name": "SHL_ASSIGN", "type": "" }, { "class": "const", "name": "SHR", "type": "" }, { "class": "const", "name": "SHR_ASSIGN", "type": "" }, { "class": "const", "name": "STRING", "type": "" }, { "class": "const", "name": "STRUCT", "type": "" }, { "class": "const", "name": "SUB", "type": "" }, { "class": "const", "name": "SUB_ASSIGN", "type": "" }, { "class": "const", "name": "SWITCH", "type": "" }, { "class": "const", "name": "TYPE", "type": "" }, { "class": "const", "name": "UnaryPrec", "type": "" }, { "class": "const", "name": "VAR", "type": "" }, { "class": "const", "name": "XOR", "type": "" }, { "class": "const", "name": "XOR_ASSIGN", "type": "" }, { "class": "func", "name": "Lookup", "type": "func(ident string) token.Token" }, { "class": "func", "name": "NewFileSet", "type": "func() *token.FileSet" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileSet", "type": "struct" }, { "class": "type", "name": "Pos", "type": "int" }, { "class": "type", "name": "Position", "type": "struct" }, { "class": "type", "name": "Token", "type": "int" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "Byte", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "FieldVal", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "IsBoolean", "type": "" }, { "class": "const", "name": "IsComplex", "type": "" }, { "class": "const", "name": "IsConstType", "type": "" }, { "class": "const", "name": "IsFloat", "type": "" }, { "class": "const", "name": "IsInteger", "type": "" }, { "class": "const", "name": "IsNumeric", "type": "" }, { "class": "const", "name": "IsOrdered", "type": "" }, { "class": "const", "name": "IsString", "type": "" }, { "class": "const", "name": "IsUnsigned", "type": "" }, { "class": "const", "name": "IsUntyped", "type": "" }, { "class": "const", "name": "MethodExpr", "type": "" }, { "class": "const", "name": "MethodVal", "type": "" }, { "class": "const", "name": "RecvOnly", "type": "" }, { "class": "const", "name": "Rune", "type": "" }, { "class": "const", "name": "SendOnly", "type": "" }, { "class": "const", "name": "SendRecv", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "const", "name": "UntypedBool", "type": "" }, { "class": "const", "name": "UntypedComplex", "type": "" }, { "class": "const", "name": "UntypedFloat", "type": "" }, { "class": "const", "name": "UntypedInt", "type": "" }, { "class": "const", "name": "UntypedNil", "type": "" }, { "class": "const", "name": "UntypedRune", "type": "" }, { "class": "const", "name": "UntypedString", "type": "" }, { "class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool" }, { "class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "Comparable", "type": "func(T types.Type) bool" }, { "class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()" }, { "class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (tv types.TypeAndValue, err error)" }, { "class": "func", "name": "ExprString", "type": "func(x ast.Expr) string" }, { "class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string" }, { "class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool" }, { "class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool" }, { "class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool" }, { "class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)" }, { "class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)" }, { "class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array" }, { "class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan" }, { "class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker" }, { "class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const" }, { "class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var" }, { "class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func" }, { "class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface" }, { "class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label" }, { "class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map" }, { "class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet" }, { "class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named" }, { "class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package" }, { "class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName" }, { "class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer" }, { "class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope" }, { "class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature" }, { "class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice" }, { "class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct" }, { "class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple" }, { "class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName" }, { "class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string" }, { "class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier" }, { "class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string" }, { "class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string" }, { "class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)" }, { "class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)" }, { "class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)" }, { "class": "type", "name": "Array", "type": "struct" }, { "class": "type", "name": "Basic", "type": "struct" }, { "class": "type", "name": "BasicInfo", "type": "int" }, { "class": "type", "name": "BasicKind", "type": "int" }, { "class": "type", "name": "Builtin", "type": "struct" }, { "class": "type", "name": "Chan", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Checker", "type": "struct" }, { "class": "type", "name": "Config", "type": "struct" }, { "class": "type", "name": "Const", "type": "struct" }, { "class": "type", "name": "Error", "type": "struct" }, { "class": "type", "name": "Func", "type": "struct" }, { "class": "type", "name": "ImportMode", "type": "int" }, { "class": "type", "name": "Importer", "type": "interface" }, { "class": "type", "name": "ImporterFrom", "type": "interface" }, { "class": "type", "name": "Info", "type": "struct" }, { "class": "type", "name": "Initializer", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "Label", "type": "struct" }, { "class": "type", "name": "Map", "type": "struct" }, { "class": "type", "name": "MethodSet", "type": "struct" }, { "class": "type", "name": "Named", "type": "struct" }, { "class": "type", "name": "Nil", "type": "struct" }, { "class": "type", "name": "Object", "type": "interface" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "PkgName", "type": "struct" }, { "class": "type", "name": "Pointer", "type": "struct" }, { "class": "type", "name": "Qualifier", "type": "func(*types.Package) string" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "Selection", "type": "struct" }, { "class": "type", "name": "SelectionKind", "type": "int" }, { "class": "type", "name": "Signature", "type": "struct" }, { "class": "type", "name": "Sizes", "type": "interface" }, { "class": "type", "name": "Slice", "type": "struct" }, { "class": "type", "name": "StdSizes", "type": "struct" }, { "class": "type", "name": "Struct", "type": "struct" }, { "class": "type", "name": "Tuple", "type": "struct" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "TypeAndValue", "type": "struct" }, { "class": "type", "name": "TypeName", "type": "struct" }, { "class": "type", "name": "Var", "type": "struct" }, { "class": "var", "name": "Typ", "type": "[]*types.Basic" }, { "class": "var", "name": "Universe", "type": "*types.Scope" }, { "class": "var", "name": "Unsafe", "type": "*types.Package" }, { "class": "const", "name": "FlagBroadcast", "type": "" }, { "class": "const", "name": "FlagLoopback", "type": "" }, { "class": "const", "name": "FlagMulticast", "type": "" }, { "class": "const", "name": "FlagPointToPoint", "type": "" }, { "class": "const", "name": "FlagUp", "type": "" }, { "class": "const", "name": "IPv4len", "type": "" }, { "class": "const", "name": "IPv6len", "type": "" }, { "class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask" }, { "class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)" }, { "class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)" }, { "class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)" }, { "class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)" }, { "class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)" }, { "class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)" }, { "class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP" }, { "class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask" }, { "class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)" }, { "class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)" }, { "class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)" }, { "class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)" }, { "class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string" }, { "class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)" }, { "class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)" }, { "class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)" }, { "class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)" }, { "class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)" }, { "class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)" }, { "class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)" }, { "class": "func", "name": "LookupIP", "type": "func(host string) (ips []net.IP, err error)" }, { "class": "func", "name": "LookupMX", "type": "func(name string) (mxs []*net.MX, err error)" }, { "class": "func", "name": "LookupNS", "type": "func(name string) (nss []*net.NS, err error)" }, { "class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)" }, { "class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)" }, { "class": "func", "name": "LookupTXT", "type": "func(name string) (txts []string, err error)" }, { "class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)" }, { "class": "func", "name": "ParseIP", "type": "func(s string) net.IP" }, { "class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)" }, { "class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)" }, { "class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)" }, { "class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)" }, { "class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)" }, { "class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)" }, { "class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)" }, { "class": "type", "name": "Addr", "type": "interface" }, { "class": "type", "name": "AddrError", "type": "struct" }, { "class": "type", "name": "Conn", "type": "interface" }, { "class": "type", "name": "DNSConfigError", "type": "struct" }, { "class": "type", "name": "DNSError", "type": "struct" }, { "class": "type", "name": "Dialer", "type": "struct" }, { "class": "type", "name": "Error", "type": "interface" }, { "class": "type", "name": "Flags", "type": "uint" }, { "class": "type", "name": "HardwareAddr", "type": "[]byte" }, { "class": "type", "name": "IP", "type": "[]byte" }, { "class": "type", "name": "IPAddr", "type": "struct" }, { "class": "type", "name": "IPConn", "type": "struct" }, { "class": "type", "name": "IPMask", "type": "[]byte" }, { "class": "type", "name": "IPNet", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "InvalidAddrError", "type": "string" }, { "class": "type", "name": "Listener", "type": "interface" }, { "class": "type", "name": "MX", "type": "struct" }, { "class": "type", "name": "NS", "type": "struct" }, { "class": "type", "name": "OpError", "type": "struct" }, { "class": "type", "name": "PacketConn", "type": "interface" }, { "class": "type", "name": "ParseError", "type": "struct" }, { "class": "type", "name": "SRV", "type": "struct" }, { "class": "type", "name": "TCPAddr", "type": "struct" }, { "class": "type", "name": "TCPConn", "type": "struct" }, { "class": "type", "name": "TCPListener", "type": "struct" }, { "class": "type", "name": "UDPAddr", "type": "struct" }, { "class": "type", "name": "UDPConn", "type": "struct" }, { "class": "type", "name": "UnixAddr", "type": "struct" }, { "class": "type", "name": "UnixConn", "type": "struct" }, { "class": "type", "name": "UnixListener", "type": "struct" }, { "class": "type", "name": "UnknownNetworkError", "type": "string" }, { "class": "var", "name": "ErrWriteToConnected", "type": "error" }, { "class": "var", "name": "IPv4allrouter", "type": "net.IP" }, { "class": "var", "name": "IPv4allsys", "type": "net.IP" }, { "class": "var", "name": "IPv4bcast", "type": "net.IP" }, { "class": "var", "name": "IPv4zero", "type": "net.IP" }, { "class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP" }, { "class": "var", "name": "IPv6loopback", "type": "net.IP" }, { "class": "var", "name": "IPv6unspecified", "type": "net.IP" }, { "class": "var", "name": "IPv6zero", "type": "net.IP" }, { "class": "const", "name": "DevNull", "type": "" }, { "class": "const", "name": "ModeAppend", "type": "" }, { "class": "const", "name": "ModeCharDevice", "type": "" }, { "class": "const", "name": "ModeDevice", "type": "" }, { "class": "const", "name": "ModeDir", "type": "" }, { "class": "const", "name": "ModeExclusive", "type": "" }, { "class": "const", "name": "ModeNamedPipe", "type": "" }, { "class": "const", "name": "ModePerm", "type": "" }, { "class": "const", "name": "ModeSetgid", "type": "" }, { "class": "const", "name": "ModeSetuid", "type": "" }, { "class": "const", "name": "ModeSocket", "type": "" }, { "class": "const", "name": "ModeSticky", "type": "" }, { "class": "const", "name": "ModeSymlink", "type": "" }, { "class": "const", "name": "ModeTemporary", "type": "" }, { "class": "const", "name": "ModeType", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_CREATE", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PathListSeparator", "type": "" }, { "class": "const", "name": "PathSeparator", "type": "" }, { "class": "const", "name": "SEEK_CUR", "type": "" }, { "class": "const", "name": "SEEK_END", "type": "" }, { "class": "const", "name": "SEEK_SET", "type": "" }, { "class": "func", "name": "Chdir", "type": "func(dir string) error" }, { "class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error" }, { "class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Create", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string" }, { "class": "func", "name": "ExpandEnv", "type": "func(s string) string" }, { "class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)" }, { "class": "func", "name": "Getegid", "type": "func() int" }, { "class": "func", "name": "Getenv", "type": "func(key string) string" }, { "class": "func", "name": "Geteuid", "type": "func() int" }, { "class": "func", "name": "Getgid", "type": "func() int" }, { "class": "func", "name": "Getgroups", "type": "func() ([]int, error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpid", "type": "func() int" }, { "class": "func", "name": "Getppid", "type": "func() int" }, { "class": "func", "name": "Getuid", "type": "func() int" }, { "class": "func", "name": "Getwd", "type": "func() (dir string, err error)" }, { "class": "func", "name": "Hostname", "type": "func() (name string, err error)" }, { "class": "func", "name": "IsExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsNotExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool" }, { "class": "func", "name": "IsPermission", "type": "func(err error) bool" }, { "class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Link", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)" }, { "class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error" }, { "class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error" }, { "class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File" }, { "class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error" }, { "class": "func", "name": "Open", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)" }, { "class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)" }, { "class": "func", "name": "Readlink", "type": "func(name string) (string, error)" }, { "class": "func", "name": "Remove", "type": "func(name string) error" }, { "class": "func", "name": "RemoveAll", "type": "func(path string) error" }, { "class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error" }, { "class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)" }, { "class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "TempDir", "type": "func() string" }, { "class": "func", "name": "Truncate", "type": "func(name string, size int64) error" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileInfo", "type": "interface" }, { "class": "type", "name": "FileMode", "type": "uint32" }, { "class": "type", "name": "LinkError", "type": "struct" }, { "class": "type", "name": "PathError", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Process", "type": "struct" }, { "class": "type", "name": "ProcessState", "type": "struct" }, { "class": "type", "name": "Signal", "type": "interface" }, { "class": "type", "name": "SyscallError", "type": "struct" }, { "class": "var", "name": "Args", "type": "[]string" }, { "class": "var", "name": "ErrExist", "type": "error" }, { "class": "var", "name": "ErrInvalid", "type": "error" }, { "class": "var", "name": "ErrNotExist", "type": "error" }, { "class": "var", "name": "ErrPermission", "type": "error" }, { "class": "var", "name": "Interrupt", "type": "os.Signal" }, { "class": "var", "name": "Kill", "type": "os.Signal" }, { "class": "var", "name": "Stderr", "type": "*os.File" }, { "class": "var", "name": "Stdin", "type": "*os.File" }, { "class": "var", "name": "Stdout", "type": "*os.File" }, { "class": "const", "name": "Array", "type": "" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "BothDir", "type": "" }, { "class": "const", "name": "Chan", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Func", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Interface", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "Map", "type": "" }, { "class": "const", "name": "Ptr", "type": "" }, { "class": "const", "name": "RecvDir", "type": "" }, { "class": "const", "name": "SelectDefault", "type": "" }, { "class": "const", "name": "SelectRecv", "type": "" }, { "class": "const", "name": "SelectSend", "type": "" }, { "class": "const", "name": "SendDir", "type": "" }, { "class": "const", "name": "Slice", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Struct", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value" }, { "class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value" }, { "class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type" }, { "class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int" }, { "class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool" }, { "class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type" }, { "class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value" }, { "class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value" }, { "class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value" }, { "class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value" }, { "class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value" }, { "class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)" }, { "class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type" }, { "class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value" }, { "class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Kind", "type": "uint" }, { "class": "type", "name": "Method", "type": "struct" }, { "class": "type", "name": "SelectCase", "type": "struct" }, { "class": "type", "name": "SelectDir", "type": "int" }, { "class": "type", "name": "SliceHeader", "type": "struct" }, { "class": "type", "name": "StringHeader", "type": "struct" }, { "class": "type", "name": "StructField", "type": "struct" }, { "class": "type", "name": "StructTag", "type": "string" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "Value", "type": "struct" }, { "class": "type", "name": "ValueError", "type": "struct" }, { "class": "const", "name": "AF_APPLETALK", "type": "" }, { "class": "const", "name": "AF_CCITT", "type": "" }, { "class": "const", "name": "AF_CHAOS", "type": "" }, { "class": "const", "name": "AF_CNT", "type": "" }, { "class": "const", "name": "AF_COIP", "type": "" }, { "class": "const", "name": "AF_DATAKIT", "type": "" }, { "class": "const", "name": "AF_DECnet", "type": "" }, { "class": "const", "name": "AF_DLI", "type": "" }, { "class": "const", "name": "AF_E164", "type": "" }, { "class": "const", "name": "AF_ECMA", "type": "" }, { "class": "const", "name": "AF_HYLINK", "type": "" }, { "class": "const", "name": "AF_IEEE80211", "type": "" }, { "class": "const", "name": "AF_IMPLINK", "type": "" }, { "class": "const", "name": "AF_INET", "type": "" }, { "class": "const", "name": "AF_INET6", "type": "" }, { "class": "const", "name": "AF_IPX", "type": "" }, { "class": "const", "name": "AF_ISDN", "type": "" }, { "class": "const", "name": "AF_ISO", "type": "" }, { "class": "const", "name": "AF_LAT", "type": "" }, { "class": "const", "name": "AF_LINK", "type": "" }, { "class": "const", "name": "AF_LOCAL", "type": "" }, { "class": "const", "name": "AF_MAX", "type": "" }, { "class": "const", "name": "AF_NATM", "type": "" }, { "class": "const", "name": "AF_NDRV", "type": "" }, { "class": "const", "name": "AF_NETBIOS", "type": "" }, { "class": "const", "name": "AF_NS", "type": "" }, { "class": "const", "name": "AF_OSI", "type": "" }, { "class": "const", "name": "AF_PPP", "type": "" }, { "class": "const", "name": "AF_PUP", "type": "" }, { "class": "const", "name": "AF_RESERVED_36", "type": "" }, { "class": "const", "name": "AF_ROUTE", "type": "" }, { "class": "const", "name": "AF_SIP", "type": "" }, { "class": "const", "name": "AF_SNA", "type": "" }, { "class": "const", "name": "AF_SYSTEM", "type": "" }, { "class": "const", "name": "AF_UNIX", "type": "" }, { "class": "const", "name": "AF_UNSPEC", "type": "" }, { "class": "const", "name": "B0", "type": "" }, { "class": "const", "name": "B110", "type": "" }, { "class": "const", "name": "B115200", "type": "" }, { "class": "const", "name": "B1200", "type": "" }, { "class": "const", "name": "B134", "type": "" }, { "class": "const", "name": "B14400", "type": "" }, { "class": "const", "name": "B150", "type": "" }, { "class": "const", "name": "B1800", "type": "" }, { "class": "const", "name": "B19200", "type": "" }, { "class": "const", "name": "B200", "type": "" }, { "class": "const", "name": "B230400", "type": "" }, { "class": "const", "name": "B2400", "type": "" }, { "class": "const", "name": "B28800", "type": "" }, { "class": "const", "name": "B300", "type": "" }, { "class": "const", "name": "B38400", "type": "" }, { "class": "const", "name": "B4800", "type": "" }, { "class": "const", "name": "B50", "type": "" }, { "class": "const", "name": "B57600", "type": "" }, { "class": "const", "name": "B600", "type": "" }, { "class": "const", "name": "B7200", "type": "" }, { "class": "const", "name": "B75", "type": "" }, { "class": "const", "name": "B76800", "type": "" }, { "class": "const", "name": "B9600", "type": "" }, { "class": "const", "name": "BIOCFLUSH", "type": "" }, { "class": "const", "name": "BIOCGBLEN", "type": "" }, { "class": "const", "name": "BIOCGDLT", "type": "" }, { "class": "const", "name": "BIOCGDLTLIST", "type": "" }, { "class": "const", "name": "BIOCGETIF", "type": "" }, { "class": "const", "name": "BIOCGHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCGRSIG", "type": "" }, { "class": "const", "name": "BIOCGRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCGSEESENT", "type": "" }, { "class": "const", "name": "BIOCGSTATS", "type": "" }, { "class": "const", "name": "BIOCIMMEDIATE", "type": "" }, { "class": "const", "name": "BIOCPROMISC", "type": "" }, { "class": "const", "name": "BIOCSBLEN", "type": "" }, { "class": "const", "name": "BIOCSDLT", "type": "" }, { "class": "const", "name": "BIOCSETF", "type": "" }, { "class": "const", "name": "BIOCSETIF", "type": "" }, { "class": "const", "name": "BIOCSHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCSRSIG", "type": "" }, { "class": "const", "name": "BIOCSRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCSSEESENT", "type": "" }, { "class": "const", "name": "BIOCVERSION", "type": "" }, { "class": "const", "name": "BPF_A", "type": "" }, { "class": "const", "name": "BPF_ABS", "type": "" }, { "class": "const", "name": "BPF_ADD", "type": "" }, { "class": "const", "name": "BPF_ALIGNMENT", "type": "" }, { "class": "const", "name": "BPF_ALU", "type": "" }, { "class": "const", "name": "BPF_AND", "type": "" }, { "class": "const", "name": "BPF_B", "type": "" }, { "class": "const", "name": "BPF_DIV", "type": "" }, { "class": "const", "name": "BPF_H", "type": "" }, { "class": "const", "name": "BPF_IMM", "type": "" }, { "class": "const", "name": "BPF_IND", "type": "" }, { "class": "const", "name": "BPF_JA", "type": "" }, { "class": "const", "name": "BPF_JEQ", "type": "" }, { "class": "const", "name": "BPF_JGE", "type": "" }, { "class": "const", "name": "BPF_JGT", "type": "" }, { "class": "const", "name": "BPF_JMP", "type": "" }, { "class": "const", "name": "BPF_JSET", "type": "" }, { "class": "const", "name": "BPF_K", "type": "" }, { "class": "const", "name": "BPF_LD", "type": "" }, { "class": "const", "name": "BPF_LDX", "type": "" }, { "class": "const", "name": "BPF_LEN", "type": "" }, { "class": "const", "name": "BPF_LSH", "type": "" }, { "class": "const", "name": "BPF_MAJOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MAXBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MAXINSNS", "type": "" }, { "class": "const", "name": "BPF_MEM", "type": "" }, { "class": "const", "name": "BPF_MEMWORDS", "type": "" }, { "class": "const", "name": "BPF_MINBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MINOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MISC", "type": "" }, { "class": "const", "name": "BPF_MSH", "type": "" }, { "class": "const", "name": "BPF_MUL", "type": "" }, { "class": "const", "name": "BPF_NEG", "type": "" }, { "class": "const", "name": "BPF_OR", "type": "" }, { "class": "const", "name": "BPF_RELEASE", "type": "" }, { "class": "const", "name": "BPF_RET", "type": "" }, { "class": "const", "name": "BPF_RSH", "type": "" }, { "class": "const", "name": "BPF_ST", "type": "" }, { "class": "const", "name": "BPF_STX", "type": "" }, { "class": "const", "name": "BPF_SUB", "type": "" }, { "class": "const", "name": "BPF_TAX", "type": "" }, { "class": "const", "name": "BPF_TXA", "type": "" }, { "class": "const", "name": "BPF_W", "type": "" }, { "class": "const", "name": "BPF_X", "type": "" }, { "class": "const", "name": "BRKINT", "type": "" }, { "class": "const", "name": "CFLUSH", "type": "" }, { "class": "const", "name": "CLOCAL", "type": "" }, { "class": "const", "name": "CREAD", "type": "" }, { "class": "const", "name": "CS5", "type": "" }, { "class": "const", "name": "CS6", "type": "" }, { "class": "const", "name": "CS7", "type": "" }, { "class": "const", "name": "CS8", "type": "" }, { "class": "const", "name": "CSIZE", "type": "" }, { "class": "const", "name": "CSTART", "type": "" }, { "class": "const", "name": "CSTATUS", "type": "" }, { "class": "const", "name": "CSTOP", "type": "" }, { "class": "const", "name": "CSTOPB", "type": "" }, { "class": "const", "name": "CSUSP", "type": "" }, { "class": "const", "name": "CTL_MAXNAME", "type": "" }, { "class": "const", "name": "CTL_NET", "type": "" }, { "class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": "" }, { "class": "const", "name": "DLT_ARCNET", "type": "" }, { "class": "const", "name": "DLT_ATM_CLIP", "type": "" }, { "class": "const", "name": "DLT_ATM_RFC1483", "type": "" }, { "class": "const", "name": "DLT_AX25", "type": "" }, { "class": "const", "name": "DLT_CHAOS", "type": "" }, { "class": "const", "name": "DLT_CHDLC", "type": "" }, { "class": "const", "name": "DLT_C_HDLC", "type": "" }, { "class": "const", "name": "DLT_EN10MB", "type": "" }, { "class": "const", "name": "DLT_EN3MB", "type": "" }, { "class": "const", "name": "DLT_FDDI", "type": "" }, { "class": "const", "name": "DLT_IEEE802", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": "" }, { "class": "const", "name": "DLT_LINUX_SLL", "type": "" }, { "class": "const", "name": "DLT_LOOP", "type": "" }, { "class": "const", "name": "DLT_NULL", "type": "" }, { "class": "const", "name": "DLT_PFLOG", "type": "" }, { "class": "const", "name": "DLT_PFSYNC", "type": "" }, { "class": "const", "name": "DLT_PPP", "type": "" }, { "class": "const", "name": "DLT_PPP_BSDOS", "type": "" }, { "class": "const", "name": "DLT_PPP_SERIAL", "type": "" }, { "class": "const", "name": "DLT_PRONET", "type": "" }, { "class": "const", "name": "DLT_RAW", "type": "" }, { "class": "const", "name": "DLT_SLIP", "type": "" }, { "class": "const", "name": "DLT_SLIP_BSDOS", "type": "" }, { "class": "const", "name": "DT_BLK", "type": "" }, { "class": "const", "name": "DT_CHR", "type": "" }, { "class": "const", "name": "DT_DIR", "type": "" }, { "class": "const", "name": "DT_FIFO", "type": "" }, { "class": "const", "name": "DT_LNK", "type": "" }, { "class": "const", "name": "DT_REG", "type": "" }, { "class": "const", "name": "DT_SOCK", "type": "" }, { "class": "const", "name": "DT_UNKNOWN", "type": "" }, { "class": "const", "name": "DT_WHT", "type": "" }, { "class": "const", "name": "E2BIG", "type": "" }, { "class": "const", "name": "EACCES", "type": "" }, { "class": "const", "name": "EADDRINUSE", "type": "" }, { "class": "const", "name": "EADDRNOTAVAIL", "type": "" }, { "class": "const", "name": "EAFNOSUPPORT", "type": "" }, { "class": "const", "name": "EAGAIN", "type": "" }, { "class": "const", "name": "EALREADY", "type": "" }, { "class": "const", "name": "EAUTH", "type": "" }, { "class": "const", "name": "EBADARCH", "type": "" }, { "class": "const", "name": "EBADEXEC", "type": "" }, { "class": "const", "name": "EBADF", "type": "" }, { "class": "const", "name": "EBADMACHO", "type": "" }, { "class": "const", "name": "EBADMSG", "type": "" }, { "class": "const", "name": "EBADRPC", "type": "" }, { "class": "const", "name": "EBUSY", "type": "" }, { "class": "const", "name": "ECANCELED", "type": "" }, { "class": "const", "name": "ECHILD", "type": "" }, { "class": "const", "name": "ECHO", "type": "" }, { "class": "const", "name": "ECHOCTL", "type": "" }, { "class": "const", "name": "ECHOE", "type": "" }, { "class": "const", "name": "ECHOK", "type": "" }, { "class": "const", "name": "ECHOKE", "type": "" }, { "class": "const", "name": "ECHONL", "type": "" }, { "class": "const", "name": "ECHOPRT", "type": "" }, { "class": "const", "name": "ECONNABORTED", "type": "" }, { "class": "const", "name": "ECONNREFUSED", "type": "" }, { "class": "const", "name": "ECONNRESET", "type": "" }, { "class": "const", "name": "EDEADLK", "type": "" }, { "class": "const", "name": "EDESTADDRREQ", "type": "" }, { "class": "const", "name": "EDEVERR", "type": "" }, { "class": "const", "name": "EDOM", "type": "" }, { "class": "const", "name": "EDQUOT", "type": "" }, { "class": "const", "name": "EEXIST", "type": "" }, { "class": "const", "name": "EFAULT", "type": "" }, { "class": "const", "name": "EFBIG", "type": "" }, { "class": "const", "name": "EFTYPE", "type": "" }, { "class": "const", "name": "EHOSTDOWN", "type": "" }, { "class": "const", "name": "EHOSTUNREACH", "type": "" }, { "class": "const", "name": "EIDRM", "type": "" }, { "class": "const", "name": "EILSEQ", "type": "" }, { "class": "const", "name": "EINPROGRESS", "type": "" }, { "class": "const", "name": "EINTR", "type": "" }, { "class": "const", "name": "EINVAL", "type": "" }, { "class": "const", "name": "EIO", "type": "" }, { "class": "const", "name": "EISCONN", "type": "" }, { "class": "const", "name": "EISDIR", "type": "" }, { "class": "const", "name": "ELAST", "type": "" }, { "class": "const", "name": "ELOOP", "type": "" }, { "class": "const", "name": "EMFILE", "type": "" }, { "class": "const", "name": "EMLINK", "type": "" }, { "class": "const", "name": "EMSGSIZE", "type": "" }, { "class": "const", "name": "EMULTIHOP", "type": "" }, { "class": "const", "name": "ENAMETOOLONG", "type": "" }, { "class": "const", "name": "ENEEDAUTH", "type": "" }, { "class": "const", "name": "ENETDOWN", "type": "" }, { "class": "const", "name": "ENETRESET", "type": "" }, { "class": "const", "name": "ENETUNREACH", "type": "" }, { "class": "const", "name": "ENFILE", "type": "" }, { "class": "const", "name": "ENOATTR", "type": "" }, { "class": "const", "name": "ENOBUFS", "type": "" }, { "class": "const", "name": "ENODATA", "type": "" }, { "class": "const", "name": "ENODEV", "type": "" }, { "class": "const", "name": "ENOENT", "type": "" }, { "class": "const", "name": "ENOEXEC", "type": "" }, { "class": "const", "name": "ENOLCK", "type": "" }, { "class": "const", "name": "ENOLINK", "type": "" }, { "class": "const", "name": "ENOMEM", "type": "" }, { "class": "const", "name": "ENOMSG", "type": "" }, { "class": "const", "name": "ENOPOLICY", "type": "" }, { "class": "const", "name": "ENOPROTOOPT", "type": "" }, { "class": "const", "name": "ENOSPC", "type": "" }, { "class": "const", "name": "ENOSR", "type": "" }, { "class": "const", "name": "ENOSTR", "type": "" }, { "class": "const", "name": "ENOSYS", "type": "" }, { "class": "const", "name": "ENOTBLK", "type": "" }, { "class": "const", "name": "ENOTCONN", "type": "" }, { "class": "const", "name": "ENOTDIR", "type": "" }, { "class": "const", "name": "ENOTEMPTY", "type": "" }, { "class": "const", "name": "ENOTRECOVERABLE", "type": "" }, { "class": "const", "name": "ENOTSOCK", "type": "" }, { "class": "const", "name": "ENOTSUP", "type": "" }, { "class": "const", "name": "ENOTTY", "type": "" }, { "class": "const", "name": "ENXIO", "type": "" }, { "class": "const", "name": "EOPNOTSUPP", "type": "" }, { "class": "const", "name": "EOVERFLOW", "type": "" }, { "class": "const", "name": "EOWNERDEAD", "type": "" }, { "class": "const", "name": "EPERM", "type": "" }, { "class": "const", "name": "EPFNOSUPPORT", "type": "" }, { "class": "const", "name": "EPIPE", "type": "" }, { "class": "const", "name": "EPROCLIM", "type": "" }, { "class": "const", "name": "EPROCUNAVAIL", "type": "" }, { "class": "const", "name": "EPROGMISMATCH", "type": "" }, { "class": "const", "name": "EPROGUNAVAIL", "type": "" }, { "class": "const", "name": "EPROTO", "type": "" }, { "class": "const", "name": "EPROTONOSUPPORT", "type": "" }, { "class": "const", "name": "EPROTOTYPE", "type": "" }, { "class": "const", "name": "EPWROFF", "type": "" }, { "class": "const", "name": "ERANGE", "type": "" }, { "class": "const", "name": "EREMOTE", "type": "" }, { "class": "const", "name": "EROFS", "type": "" }, { "class": "const", "name": "ERPCMISMATCH", "type": "" }, { "class": "const", "name": "ESHLIBVERS", "type": "" }, { "class": "const", "name": "ESHUTDOWN", "type": "" }, { "class": "const", "name": "ESOCKTNOSUPPORT", "type": "" }, { "class": "const", "name": "ESPIPE", "type": "" }, { "class": "const", "name": "ESRCH", "type": "" }, { "class": "const", "name": "ESTALE", "type": "" }, { "class": "const", "name": "ETIME", "type": "" }, { "class": "const", "name": "ETIMEDOUT", "type": "" }, { "class": "const", "name": "ETOOMANYREFS", "type": "" }, { "class": "const", "name": "ETXTBSY", "type": "" }, { "class": "const", "name": "EUSERS", "type": "" }, { "class": "const", "name": "EVFILT_AIO", "type": "" }, { "class": "const", "name": "EVFILT_FS", "type": "" }, { "class": "const", "name": "EVFILT_MACHPORT", "type": "" }, { "class": "const", "name": "EVFILT_PROC", "type": "" }, { "class": "const", "name": "EVFILT_READ", "type": "" }, { "class": "const", "name": "EVFILT_SIGNAL", "type": "" }, { "class": "const", "name": "EVFILT_SYSCOUNT", "type": "" }, { "class": "const", "name": "EVFILT_THREADMARKER", "type": "" }, { "class": "const", "name": "EVFILT_TIMER", "type": "" }, { "class": "const", "name": "EVFILT_USER", "type": "" }, { "class": "const", "name": "EVFILT_VM", "type": "" }, { "class": "const", "name": "EVFILT_VNODE", "type": "" }, { "class": "const", "name": "EVFILT_WRITE", "type": "" }, { "class": "const", "name": "EV_ADD", "type": "" }, { "class": "const", "name": "EV_CLEAR", "type": "" }, { "class": "const", "name": "EV_DELETE", "type": "" }, { "class": "const", "name": "EV_DISABLE", "type": "" }, { "class": "const", "name": "EV_DISPATCH", "type": "" }, { "class": "const", "name": "EV_ENABLE", "type": "" }, { "class": "const", "name": "EV_EOF", "type": "" }, { "class": "const", "name": "EV_ERROR", "type": "" }, { "class": "const", "name": "EV_FLAG0", "type": "" }, { "class": "const", "name": "EV_FLAG1", "type": "" }, { "class": "const", "name": "EV_ONESHOT", "type": "" }, { "class": "const", "name": "EV_OOBAND", "type": "" }, { "class": "const", "name": "EV_POLL", "type": "" }, { "class": "const", "name": "EV_RECEIPT", "type": "" }, { "class": "const", "name": "EV_SYSFLAGS", "type": "" }, { "class": "const", "name": "EWOULDBLOCK", "type": "" }, { "class": "const", "name": "EXDEV", "type": "" }, { "class": "const", "name": "EXTA", "type": "" }, { "class": "const", "name": "EXTB", "type": "" }, { "class": "const", "name": "EXTPROC", "type": "" }, { "class": "const", "name": "FD_CLOEXEC", "type": "" }, { "class": "const", "name": "FD_SETSIZE", "type": "" }, { "class": "const", "name": "FLUSHO", "type": "" }, { "class": "const", "name": "F_ADDFILESIGS", "type": "" }, { "class": "const", "name": "F_ADDSIGS", "type": "" }, { "class": "const", "name": "F_ALLOCATEALL", "type": "" }, { "class": "const", "name": "F_ALLOCATECONTIG", "type": "" }, { "class": "const", "name": "F_CHKCLEAN", "type": "" }, { "class": "const", "name": "F_DUPFD", "type": "" }, { "class": "const", "name": "F_DUPFD_CLOEXEC", "type": "" }, { "class": "const", "name": "F_FLUSH_DATA", "type": "" }, { "class": "const", "name": "F_FREEZE_FS", "type": "" }, { "class": "const", "name": "F_FULLFSYNC", "type": "" }, { "class": "const", "name": "F_GETFD", "type": "" }, { "class": "const", "name": "F_GETFL", "type": "" }, { "class": "const", "name": "F_GETLK", "type": "" }, { "class": "const", "name": "F_GETLKPID", "type": "" }, { "class": "const", "name": "F_GETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_GETOWN", "type": "" }, { "class": "const", "name": "F_GETPATH", "type": "" }, { "class": "const", "name": "F_GETPATH_MTMINFO", "type": "" }, { "class": "const", "name": "F_GETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_GLOBAL_NOCACHE", "type": "" }, { "class": "const", "name": "F_LOG2PHYS", "type": "" }, { "class": "const", "name": "F_LOG2PHYS_EXT", "type": "" }, { "class": "const", "name": "F_MARKDEPENDENCY", "type": "" }, { "class": "const", "name": "F_NOCACHE", "type": "" }, { "class": "const", "name": "F_NODIRECT", "type": "" }, { "class": "const", "name": "F_OK", "type": "" }, { "class": "const", "name": "F_PATHPKG_CHECK", "type": "" }, { "class": "const", "name": "F_PEOFPOSMODE", "type": "" }, { "class": "const", "name": "F_PREALLOCATE", "type": "" }, { "class": "const", "name": "F_RDADVISE", "type": "" }, { "class": "const", "name": "F_RDAHEAD", "type": "" }, { "class": "const", "name": "F_RDLCK", "type": "" }, { "class": "const", "name": "F_READBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_SETBACKINGSTORE", "type": "" }, { "class": "const", "name": "F_SETFD", "type": "" }, { "class": "const", "name": "F_SETFL", "type": "" }, { "class": "const", "name": "F_SETLK", "type": "" }, { "class": "const", "name": "F_SETLKW", "type": "" }, { "class": "const", "name": "F_SETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_SETOWN", "type": "" }, { "class": "const", "name": "F_SETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_SETSIZE", "type": "" }, { "class": "const", "name": "F_THAW_FS", "type": "" }, { "class": "const", "name": "F_UNLCK", "type": "" }, { "class": "const", "name": "F_VOLPOSMODE", "type": "" }, { "class": "const", "name": "F_WRITEBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_WRLCK", "type": "" }, { "class": "const", "name": "HUPCL", "type": "" }, { "class": "const", "name": "ICANON", "type": "" }, { "class": "const", "name": "ICMP6_FILTER", "type": "" }, { "class": "const", "name": "ICRNL", "type": "" }, { "class": "const", "name": "IEXTEN", "type": "" }, { "class": "const", "name": "IFF_ALLMULTI", "type": "" }, { "class": "const", "name": "IFF_ALTPHYS", "type": "" }, { "class": "const", "name": "IFF_BROADCAST", "type": "" }, { "class": "const", "name": "IFF_DEBUG", "type": "" }, { "class": "const", "name": "IFF_LINK0", "type": "" }, { "class": "const", "name": "IFF_LINK1", "type": "" }, { "class": "const", "name": "IFF_LINK2", "type": "" }, { "class": "const", "name": "IFF_LOOPBACK", "type": "" }, { "class": "const", "name": "IFF_MULTICAST", "type": "" }, { "class": "const", "name": "IFF_NOARP", "type": "" }, { "class": "const", "name": "IFF_NOTRAILERS", "type": "" }, { "class": "const", "name": "IFF_OACTIVE", "type": "" }, { "class": "const", "name": "IFF_POINTOPOINT", "type": "" }, { "class": "const", "name": "IFF_PROMISC", "type": "" }, { "class": "const", "name": "IFF_RUNNING", "type": "" }, { "class": "const", "name": "IFF_SIMPLEX", "type": "" }, { "class": "const", "name": "IFF_UP", "type": "" }, { "class": "const", "name": "IFNAMSIZ", "type": "" }, { "class": "const", "name": "IFT_1822", "type": "" }, { "class": "const", "name": "IFT_AAL5", "type": "" }, { "class": "const", "name": "IFT_ARCNET", "type": "" }, { "class": "const", "name": "IFT_ARCNETPLUS", "type": "" }, { "class": "const", "name": "IFT_ATM", "type": "" }, { "class": "const", "name": "IFT_BRIDGE", "type": "" }, { "class": "const", "name": "IFT_CARP", "type": "" }, { "class": "const", "name": "IFT_CELLULAR", "type": "" }, { "class": "const", "name": "IFT_CEPT", "type": "" }, { "class": "const", "name": "IFT_DS3", "type": "" }, { "class": "const", "name": "IFT_ENC", "type": "" }, { "class": "const", "name": "IFT_EON", "type": "" }, { "class": "const", "name": "IFT_ETHER", "type": "" }, { "class": "const", "name": "IFT_FAITH", "type": "" }, { "class": "const", "name": "IFT_FDDI", "type": "" }, { "class": "const", "name": "IFT_FRELAY", "type": "" }, { "class": "const", "name": "IFT_FRELAYDCE", "type": "" }, { "class": "const", "name": "IFT_GIF", "type": "" }, { "class": "const", "name": "IFT_HDH1822", "type": "" }, { "class": "const", "name": "IFT_HIPPI", "type": "" }, { "class": "const", "name": "IFT_HSSI", "type": "" }, { "class": "const", "name": "IFT_HY", "type": "" }, { "class": "const", "name": "IFT_IEEE1394", "type": "" }, { "class": "const", "name": "IFT_IEEE8023ADLAG", "type": "" }, { "class": "const", "name": "IFT_ISDNBASIC", "type": "" }, { "class": "const", "name": "IFT_ISDNPRIMARY", "type": "" }, { "class": "const", "name": "IFT_ISO88022LLC", "type": "" }, { "class": "const", "name": "IFT_ISO88023", "type": "" }, { "class": "const", "name": "IFT_ISO88024", "type": "" }, { "class": "const", "name": "IFT_ISO88025", "type": "" }, { "class": "const", "name": "IFT_ISO88026", "type": "" }, { "class": "const", "name": "IFT_L2VLAN", "type": "" }, { "class": "const", "name": "IFT_LAPB", "type": "" }, { "class": "const", "name": "IFT_LOCALTALK", "type": "" }, { "class": "const", "name": "IFT_LOOP", "type": "" }, { "class": "const", "name": "IFT_MIOX25", "type": "" }, { "class": "const", "name": "IFT_MODEM", "type": "" }, { "class": "const", "name": "IFT_NSIP", "type": "" }, { "class": "const", "name": "IFT_OTHER", "type": "" }, { "class": "const", "name": "IFT_P10", "type": "" }, { "class": "const", "name": "IFT_P80", "type": "" }, { "class": "const", "name": "IFT_PARA", "type": "" }, { "class": "const", "name": "IFT_PDP", "type": "" }, { "class": "const", "name": "IFT_PFLOG", "type": "" }, { "class": "const", "name": "IFT_PFSYNC", "type": "" }, { "class": "const", "name": "IFT_PPP", "type": "" }, { "class": "const", "name": "IFT_PROPMUX", "type": "" }, { "class": "const", "name": "IFT_PROPVIRTUAL", "type": "" }, { "class": "const", "name": "IFT_PTPSERIAL", "type": "" }, { "class": "const", "name": "IFT_RS232", "type": "" }, { "class": "const", "name": "IFT_SDLC", "type": "" }, { "class": "const", "name": "IFT_SIP", "type": "" }, { "class": "const", "name": "IFT_SLIP", "type": "" }, { "class": "const", "name": "IFT_SMDSDXI", "type": "" }, { "class": "const", "name": "IFT_SMDSICIP", "type": "" }, { "class": "const", "name": "IFT_SONET", "type": "" }, { "class": "const", "name": "IFT_SONETPATH", "type": "" }, { "class": "const", "name": "IFT_SONETVT", "type": "" }, { "class": "const", "name": "IFT_STARLAN", "type": "" }, { "class": "const", "name": "IFT_STF", "type": "" }, { "class": "const", "name": "IFT_T1", "type": "" }, { "class": "const", "name": "IFT_ULTRA", "type": "" }, { "class": "const", "name": "IFT_V35", "type": "" }, { "class": "const", "name": "IFT_X25", "type": "" }, { "class": "const", "name": "IFT_X25DDN", "type": "" }, { "class": "const", "name": "IFT_X25PLE", "type": "" }, { "class": "const", "name": "IFT_XETHER", "type": "" }, { "class": "const", "name": "IGNBRK", "type": "" }, { "class": "const", "name": "IGNCR", "type": "" }, { "class": "const", "name": "IGNPAR", "type": "" }, { "class": "const", "name": "IMAXBEL", "type": "" }, { "class": "const", "name": "INLCR", "type": "" }, { "class": "const", "name": "INPCK", "type": "" }, { "class": "const", "name": "IN_CLASSA_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSA_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSA_NET", "type": "" }, { "class": "const", "name": "IN_CLASSA_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSB_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSB_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSB_NET", "type": "" }, { "class": "const", "name": "IN_CLASSB_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSC_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSC_NET", "type": "" }, { "class": "const", "name": "IN_CLASSC_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSD_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSD_NET", "type": "" }, { "class": "const", "name": "IN_CLASSD_NSHIFT", "type": "" }, { "class": "const", "name": "IN_LINKLOCALNETNUM", "type": "" }, { "class": "const", "name": "IN_LOOPBACKNET", "type": "" }, { "class": "const", "name": "IPPROTO_3PC", "type": "" }, { "class": "const", "name": "IPPROTO_ADFS", "type": "" }, { "class": "const", "name": "IPPROTO_AH", "type": "" }, { "class": "const", "name": "IPPROTO_AHIP", "type": "" }, { "class": "const", "name": "IPPROTO_APES", "type": "" }, { "class": "const", "name": "IPPROTO_ARGUS", "type": "" }, { "class": "const", "name": "IPPROTO_AX25", "type": "" }, { "class": "const", "name": "IPPROTO_BHA", "type": "" }, { "class": "const", "name": "IPPROTO_BLT", "type": "" }, { "class": "const", "name": "IPPROTO_BRSATMON", "type": "" }, { "class": "const", "name": "IPPROTO_CFTP", "type": "" }, { "class": "const", "name": "IPPROTO_CHAOS", "type": "" }, { "class": "const", "name": "IPPROTO_CMTP", "type": "" }, { "class": "const", "name": "IPPROTO_CPHB", "type": "" }, { "class": "const", "name": "IPPROTO_CPNX", "type": "" }, { "class": "const", "name": "IPPROTO_DDP", "type": "" }, { "class": "const", "name": "IPPROTO_DGP", "type": "" }, { "class": "const", "name": "IPPROTO_DIVERT", "type": "" }, { "class": "const", "name": "IPPROTO_DONE", "type": "" }, { "class": "const", "name": "IPPROTO_DSTOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_EGP", "type": "" }, { "class": "const", "name": "IPPROTO_EMCON", "type": "" }, { "class": "const", "name": "IPPROTO_ENCAP", "type": "" }, { "class": "const", "name": "IPPROTO_EON", "type": "" }, { "class": "const", "name": "IPPROTO_ESP", "type": "" }, { "class": "const", "name": "IPPROTO_ETHERIP", "type": "" }, { "class": "const", "name": "IPPROTO_FRAGMENT", "type": "" }, { "class": "const", "name": "IPPROTO_GGP", "type": "" }, { "class": "const", "name": "IPPROTO_GMTP", "type": "" }, { "class": "const", "name": "IPPROTO_GRE", "type": "" }, { "class": "const", "name": "IPPROTO_HELLO", "type": "" }, { "class": "const", "name": "IPPROTO_HMP", "type": "" }, { "class": "const", "name": "IPPROTO_HOPOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_ICMP", "type": "" }, { "class": "const", "name": "IPPROTO_ICMPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IDP", "type": "" }, { "class": "const", "name": "IPPROTO_IDPR", "type": "" }, { "class": "const", "name": "IPPROTO_IDRP", "type": "" }, { "class": "const", "name": "IPPROTO_IGMP", "type": "" }, { "class": "const", "name": "IPPROTO_IGP", "type": "" }, { "class": "const", "name": "IPPROTO_IGRP", "type": "" }, { "class": "const", "name": "IPPROTO_IL", "type": "" }, { "class": "const", "name": "IPPROTO_INLSP", "type": "" }, { "class": "const", "name": "IPPROTO_INP", "type": "" }, { "class": "const", "name": "IPPROTO_IP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCOMP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCV", "type": "" }, { "class": "const", "name": "IPPROTO_IPEIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPPC", "type": "" }, { "class": "const", "name": "IPPROTO_IPV4", "type": "" }, { "class": "const", "name": "IPPROTO_IPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IRTP", "type": "" }, { "class": "const", "name": "IPPROTO_KRYPTOLAN", "type": "" }, { "class": "const", "name": "IPPROTO_LARP", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF1", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF2", "type": "" }, { "class": "const", "name": "IPPROTO_MAX", "type": "" }, { "class": "const", "name": "IPPROTO_MAXID", "type": "" }, { "class": "const", "name": "IPPROTO_MEAS", "type": "" }, { "class": "const", "name": "IPPROTO_MHRP", "type": "" }, { "class": "const", "name": "IPPROTO_MICP", "type": "" }, { "class": "const", "name": "IPPROTO_MTP", "type": "" }, { "class": "const", "name": "IPPROTO_MUX", "type": "" }, { "class": "const", "name": "IPPROTO_ND", "type": "" }, { "class": "const", "name": "IPPROTO_NHRP", "type": "" }, { "class": "const", "name": "IPPROTO_NONE", "type": "" }, { "class": "const", "name": "IPPROTO_NSP", "type": "" }, { "class": "const", "name": "IPPROTO_NVPII", "type": "" }, { "class": "const", "name": "IPPROTO_OSPFIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PGM", "type": "" }, { "class": "const", "name": "IPPROTO_PIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PIM", "type": "" }, { "class": "const", "name": "IPPROTO_PRM", "type": "" }, { "class": "const", "name": "IPPROTO_PUP", "type": "" }, { "class": "const", "name": "IPPROTO_PVP", "type": "" }, { "class": "const", "name": "IPPROTO_RAW", "type": "" }, { "class": "const", "name": "IPPROTO_RCCMON", "type": "" }, { "class": "const", "name": "IPPROTO_RDP", "type": "" }, { "class": "const", "name": "IPPROTO_ROUTING", "type": "" }, { "class": "const", "name": "IPPROTO_RSVP", "type": "" }, { "class": "const", "name": "IPPROTO_RVD", "type": "" }, { "class": "const", "name": "IPPROTO_SATEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_SATMON", "type": "" }, { "class": "const", "name": "IPPROTO_SCCSP", "type": "" }, { "class": "const", "name": "IPPROTO_SCTP", "type": "" }, { "class": "const", "name": "IPPROTO_SDRP", "type": "" }, { "class": "const", "name": "IPPROTO_SEP", "type": "" }, { "class": "const", "name": "IPPROTO_SRPC", "type": "" }, { "class": "const", "name": "IPPROTO_ST", "type": "" }, { "class": "const", "name": "IPPROTO_SVMTP", "type": "" }, { "class": "const", "name": "IPPROTO_SWIPE", "type": "" }, { "class": "const", "name": "IPPROTO_TCF", "type": "" }, { "class": "const", "name": "IPPROTO_TCP", "type": "" }, { "class": "const", "name": "IPPROTO_TP", "type": "" }, { "class": "const", "name": "IPPROTO_TPXX", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK1", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK2", "type": "" }, { "class": "const", "name": "IPPROTO_TTP", "type": "" }, { "class": "const", "name": "IPPROTO_UDP", "type": "" }, { "class": "const", "name": "IPPROTO_VINES", "type": "" }, { "class": "const", "name": "IPPROTO_VISA", "type": "" }, { "class": "const", "name": "IPPROTO_VMTP", "type": "" }, { "class": "const", "name": "IPPROTO_WBEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_WBMON", "type": "" }, { "class": "const", "name": "IPPROTO_WSN", "type": "" }, { "class": "const", "name": "IPPROTO_XNET", "type": "" }, { "class": "const", "name": "IPPROTO_XTP", "type": "" }, { "class": "const", "name": "IPV6_2292DSTOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292HOPLIMIT", "type": "" }, { "class": "const", "name": "IPV6_2292HOPOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292NEXTHOP", "type": "" }, { "class": "const", "name": "IPV6_2292PKTINFO", "type": "" }, { "class": "const", "name": "IPV6_2292PKTOPTIONS", "type": "" }, { "class": "const", "name": "IPV6_2292RTHDR", "type": "" }, { "class": "const", "name": "IPV6_BINDV6ONLY", "type": "" }, { "class": "const", "name": "IPV6_BOUND_IF", "type": "" }, { "class": "const", "name": "IPV6_CHECKSUM", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_DEFHLIM", "type": "" }, { "class": "const", "name": "IPV6_FAITH", "type": "" }, { "class": "const", "name": "IPV6_FLOWINFO_MASK", "type": "" }, { "class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": "" }, { "class": "const", "name": "IPV6_FRAGTTL", "type": "" }, { "class": "const", "name": "IPV6_FW_ADD", "type": "" }, { "class": "const", "name": "IPV6_FW_DEL", "type": "" }, { "class": "const", "name": "IPV6_FW_FLUSH", "type": "" }, { "class": "const", "name": "IPV6_FW_GET", "type": "" }, { "class": "const", "name": "IPV6_FW_ZERO", "type": "" }, { "class": "const", "name": "IPV6_HLIMDEC", "type": "" }, { "class": "const", "name": "IPV6_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IPV6_JOIN_GROUP", "type": "" }, { "class": "const", "name": "IPV6_LEAVE_GROUP", "type": "" }, { "class": "const", "name": "IPV6_MAXHLIM", "type": "" }, { "class": "const", "name": "IPV6_MAXOPTHDR", "type": "" }, { "class": "const", "name": "IPV6_MAXPACKET", "type": "" }, { "class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MMTU", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IPV6_RECVTCLASS", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_LOOSE", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_STRICT", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": "" }, { "class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": "" }, { "class": "const", "name": "IPV6_TCLASS", "type": "" }, { "class": "const", "name": "IPV6_UNICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_V6ONLY", "type": "" }, { "class": "const", "name": "IPV6_VERSION", "type": "" }, { "class": "const", "name": "IPV6_VERSION_MASK", "type": "" }, { "class": "const", "name": "IP_ADD_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_BLOCK_SOURCE", "type": "" }, { "class": "const", "name": "IP_BOUND_IF", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_DF", "type": "" }, { "class": "const", "name": "IP_DROP_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_DEL", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_FLUSH", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_GET", "type": "" }, { "class": "const", "name": "IP_FAITH", "type": "" }, { "class": "const", "name": "IP_FW_ADD", "type": "" }, { "class": "const", "name": "IP_FW_DEL", "type": "" }, { "class": "const", "name": "IP_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_FW_GET", "type": "" }, { "class": "const", "name": "IP_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_HDRINCL", "type": "" }, { "class": "const", "name": "IP_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IP_MAXPACKET", "type": "" }, { "class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MF", "type": "" }, { "class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MSFILTER", "type": "" }, { "class": "const", "name": "IP_MSS", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IFINDEX", "type": "" }, { "class": "const", "name": "IP_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_MULTICAST_VIF", "type": "" }, { "class": "const", "name": "IP_NAT__XXX", "type": "" }, { "class": "const", "name": "IP_OFFMASK", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ADD", "type": "" }, { "class": "const", "name": "IP_OLD_FW_DEL", "type": "" }, { "class": "const", "name": "IP_OLD_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_OLD_FW_GET", "type": "" }, { "class": "const", "name": "IP_OLD_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_OPTIONS", "type": "" }, { "class": "const", "name": "IP_PKTINFO", "type": "" }, { "class": "const", "name": "IP_PORTRANGE", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IP_RECVDSTADDR", "type": "" }, { "class": "const", "name": "IP_RECVIF", "type": "" }, { "class": "const", "name": "IP_RECVOPTS", "type": "" }, { "class": "const", "name": "IP_RECVPKTINFO", "type": "" }, { "class": "const", "name": "IP_RECVRETOPTS", "type": "" }, { "class": "const", "name": "IP_RECVTTL", "type": "" }, { "class": "const", "name": "IP_RETOPTS", "type": "" }, { "class": "const", "name": "IP_RF", "type": "" }, { "class": "const", "name": "IP_RSVP_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_ON", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_ON", "type": "" }, { "class": "const", "name": "IP_STRIPHDR", "type": "" }, { "class": "const", "name": "IP_TOS", "type": "" }, { "class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": "" }, { "class": "const", "name": "IP_TTL", "type": "" }, { "class": "const", "name": "IP_UNBLOCK_SOURCE", "type": "" }, { "class": "const", "name": "ISIG", "type": "" }, { "class": "const", "name": "ISTRIP", "type": "" }, { "class": "const", "name": "IUTF8", "type": "" }, { "class": "const", "name": "IXANY", "type": "" }, { "class": "const", "name": "IXOFF", "type": "" }, { "class": "const", "name": "IXON", "type": "" }, { "class": "const", "name": "ImplementsGetwd", "type": "" }, { "class": "const", "name": "LOCK_EX", "type": "" }, { "class": "const", "name": "LOCK_NB", "type": "" }, { "class": "const", "name": "LOCK_SH", "type": "" }, { "class": "const", "name": "LOCK_UN", "type": "" }, { "class": "const", "name": "MADV_CAN_REUSE", "type": "" }, { "class": "const", "name": "MADV_DONTNEED", "type": "" }, { "class": "const", "name": "MADV_FREE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSABLE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSE", "type": "" }, { "class": "const", "name": "MADV_NORMAL", "type": "" }, { "class": "const", "name": "MADV_RANDOM", "type": "" }, { "class": "const", "name": "MADV_SEQUENTIAL", "type": "" }, { "class": "const", "name": "MADV_WILLNEED", "type": "" }, { "class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": "" }, { "class": "const", "name": "MAP_ANON", "type": "" }, { "class": "const", "name": "MAP_COPY", "type": "" }, { "class": "const", "name": "MAP_FILE", "type": "" }, { "class": "const", "name": "MAP_FIXED", "type": "" }, { "class": "const", "name": "MAP_HASSEMAPHORE", "type": "" }, { "class": "const", "name": "MAP_JIT", "type": "" }, { "class": "const", "name": "MAP_NOCACHE", "type": "" }, { "class": "const", "name": "MAP_NOEXTEND", "type": "" }, { "class": "const", "name": "MAP_NORESERVE", "type": "" }, { "class": "const", "name": "MAP_PRIVATE", "type": "" }, { "class": "const", "name": "MAP_RENAME", "type": "" }, { "class": "const", "name": "MAP_RESERVED0080", "type": "" }, { "class": "const", "name": "MAP_SHARED", "type": "" }, { "class": "const", "name": "MCL_CURRENT", "type": "" }, { "class": "const", "name": "MCL_FUTURE", "type": "" }, { "class": "const", "name": "MSG_CTRUNC", "type": "" }, { "class": "const", "name": "MSG_DONTROUTE", "type": "" }, { "class": "const", "name": "MSG_DONTWAIT", "type": "" }, { "class": "const", "name": "MSG_EOF", "type": "" }, { "class": "const", "name": "MSG_EOR", "type": "" }, { "class": "const", "name": "MSG_FLUSH", "type": "" }, { "class": "const", "name": "MSG_HAVEMORE", "type": "" }, { "class": "const", "name": "MSG_HOLD", "type": "" }, { "class": "const", "name": "MSG_NEEDSA", "type": "" }, { "class": "const", "name": "MSG_OOB", "type": "" }, { "class": "const", "name": "MSG_PEEK", "type": "" }, { "class": "const", "name": "MSG_RCVMORE", "type": "" }, { "class": "const", "name": "MSG_SEND", "type": "" }, { "class": "const", "name": "MSG_TRUNC", "type": "" }, { "class": "const", "name": "MSG_WAITALL", "type": "" }, { "class": "const", "name": "MSG_WAITSTREAM", "type": "" }, { "class": "const", "name": "MS_ASYNC", "type": "" }, { "class": "const", "name": "MS_DEACTIVATE", "type": "" }, { "class": "const", "name": "MS_INVALIDATE", "type": "" }, { "class": "const", "name": "MS_KILLPAGES", "type": "" }, { "class": "const", "name": "MS_SYNC", "type": "" }, { "class": "const", "name": "NAME_MAX", "type": "" }, { "class": "const", "name": "NET_RT_DUMP", "type": "" }, { "class": "const", "name": "NET_RT_DUMP2", "type": "" }, { "class": "const", "name": "NET_RT_FLAGS", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST2", "type": "" }, { "class": "const", "name": "NET_RT_MAXID", "type": "" }, { "class": "const", "name": "NET_RT_STAT", "type": "" }, { "class": "const", "name": "NET_RT_TRASH", "type": "" }, { "class": "const", "name": "NOFLSH", "type": "" }, { "class": "const", "name": "NOTE_ABSOLUTE", "type": "" }, { "class": "const", "name": "NOTE_ATTRIB", "type": "" }, { "class": "const", "name": "NOTE_CHILD", "type": "" }, { "class": "const", "name": "NOTE_DELETE", "type": "" }, { "class": "const", "name": "NOTE_EXEC", "type": "" }, { "class": "const", "name": "NOTE_EXIT", "type": "" }, { "class": "const", "name": "NOTE_EXITSTATUS", "type": "" }, { "class": "const", "name": "NOTE_EXTEND", "type": "" }, { "class": "const", "name": "NOTE_FFAND", "type": "" }, { "class": "const", "name": "NOTE_FFCOPY", "type": "" }, { "class": "const", "name": "NOTE_FFCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_FFLAGSMASK", "type": "" }, { "class": "const", "name": "NOTE_FFNOP", "type": "" }, { "class": "const", "name": "NOTE_FFOR", "type": "" }, { "class": "const", "name": "NOTE_FORK", "type": "" }, { "class": "const", "name": "NOTE_LINK", "type": "" }, { "class": "const", "name": "NOTE_LOWAT", "type": "" }, { "class": "const", "name": "NOTE_NONE", "type": "" }, { "class": "const", "name": "NOTE_NSECONDS", "type": "" }, { "class": "const", "name": "NOTE_PCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_PDATAMASK", "type": "" }, { "class": "const", "name": "NOTE_REAP", "type": "" }, { "class": "const", "name": "NOTE_RENAME", "type": "" }, { "class": "const", "name": "NOTE_RESOURCEEND", "type": "" }, { "class": "const", "name": "NOTE_REVOKE", "type": "" }, { "class": "const", "name": "NOTE_SECONDS", "type": "" }, { "class": "const", "name": "NOTE_SIGNAL", "type": "" }, { "class": "const", "name": "NOTE_TRACK", "type": "" }, { "class": "const", "name": "NOTE_TRACKERR", "type": "" }, { "class": "const", "name": "NOTE_TRIGGER", "type": "" }, { "class": "const", "name": "NOTE_USECONDS", "type": "" }, { "class": "const", "name": "NOTE_VM_ERROR", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_WRITE", "type": "" }, { "class": "const", "name": "OCRNL", "type": "" }, { "class": "const", "name": "OFDEL", "type": "" }, { "class": "const", "name": "OFILL", "type": "" }, { "class": "const", "name": "ONLCR", "type": "" }, { "class": "const", "name": "ONLRET", "type": "" }, { "class": "const", "name": "ONOCR", "type": "" }, { "class": "const", "name": "ONOEOT", "type": "" }, { "class": "const", "name": "OPOST", "type": "" }, { "class": "const", "name": "O_ACCMODE", "type": "" }, { "class": "const", "name": "O_ALERT", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_ASYNC", "type": "" }, { "class": "const", "name": "O_CLOEXEC", "type": "" }, { "class": "const", "name": "O_CREAT", "type": "" }, { "class": "const", "name": "O_DIRECTORY", "type": "" }, { "class": "const", "name": "O_DSYNC", "type": "" }, { "class": "const", "name": "O_EVTONLY", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_EXLOCK", "type": "" }, { "class": "const", "name": "O_FSYNC", "type": "" }, { "class": "const", "name": "O_NDELAY", "type": "" }, { "class": "const", "name": "O_NOCTTY", "type": "" }, { "class": "const", "name": "O_NOFOLLOW", "type": "" }, { "class": "const", "name": "O_NONBLOCK", "type": "" }, { "class": "const", "name": "O_POPUP", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SHLOCK", "type": "" }, { "class": "const", "name": "O_SYMLINK", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PARENB", "type": "" }, { "class": "const", "name": "PARMRK", "type": "" }, { "class": "const", "name": "PARODD", "type": "" }, { "class": "const", "name": "PENDIN", "type": "" }, { "class": "const", "name": "PRIO_PGRP", "type": "" }, { "class": "const", "name": "PRIO_PROCESS", "type": "" }, { "class": "const", "name": "PRIO_USER", "type": "" }, { "class": "const", "name": "PROT_EXEC", "type": "" }, { "class": "const", "name": "PROT_NONE", "type": "" }, { "class": "const", "name": "PROT_READ", "type": "" }, { "class": "const", "name": "PROT_WRITE", "type": "" }, { "class": "const", "name": "PTRACE_CONT", "type": "" }, { "class": "const", "name": "PTRACE_KILL", "type": "" }, { "class": "const", "name": "PTRACE_TRACEME", "type": "" }, { "class": "const", "name": "PT_ATTACH", "type": "" }, { "class": "const", "name": "PT_ATTACHEXC", "type": "" }, { "class": "const", "name": "PT_CONTINUE", "type": "" }, { "class": "const", "name": "PT_DENY_ATTACH", "type": "" }, { "class": "const", "name": "PT_DETACH", "type": "" }, { "class": "const", "name": "PT_FIRSTMACH", "type": "" }, { "class": "const", "name": "PT_FORCEQUOTA", "type": "" }, { "class": "const", "name": "PT_KILL", "type": "" }, { "class": "const", "name": "PT_READ_D", "type": "" }, { "class": "const", "name": "PT_READ_I", "type": "" }, { "class": "const", "name": "PT_READ_U", "type": "" }, { "class": "const", "name": "PT_SIGEXC", "type": "" }, { "class": "const", "name": "PT_STEP", "type": "" }, { "class": "const", "name": "PT_THUPDATE", "type": "" }, { "class": "const", "name": "PT_TRACE_ME", "type": "" }, { "class": "const", "name": "PT_WRITE_D", "type": "" }, { "class": "const", "name": "PT_WRITE_I", "type": "" }, { "class": "const", "name": "PT_WRITE_U", "type": "" }, { "class": "const", "name": "RLIMIT_AS", "type": "" }, { "class": "const", "name": "RLIMIT_CORE", "type": "" }, { "class": "const", "name": "RLIMIT_CPU", "type": "" }, { "class": "const", "name": "RLIMIT_DATA", "type": "" }, { "class": "const", "name": "RLIMIT_FSIZE", "type": "" }, { "class": "const", "name": "RLIMIT_NOFILE", "type": "" }, { "class": "const", "name": "RLIMIT_STACK", "type": "" }, { "class": "const", "name": "RLIM_INFINITY", "type": "" }, { "class": "const", "name": "RTAX_AUTHOR", "type": "" }, { "class": "const", "name": "RTAX_BRD", "type": "" }, { "class": "const", "name": "RTAX_DST", "type": "" }, { "class": "const", "name": "RTAX_GATEWAY", "type": "" }, { "class": "const", "name": "RTAX_GENMASK", "type": "" }, { "class": "const", "name": "RTAX_IFA", "type": "" }, { "class": "const", "name": "RTAX_IFP", "type": "" }, { "class": "const", "name": "RTAX_MAX", "type": "" }, { "class": "const", "name": "RTAX_NETMASK", "type": "" }, { "class": "const", "name": "RTA_AUTHOR", "type": "" }, { "class": "const", "name": "RTA_BRD", "type": "" }, { "class": "const", "name": "RTA_DST", "type": "" }, { "class": "const", "name": "RTA_GATEWAY", "type": "" }, { "class": "const", "name": "RTA_GENMASK", "type": "" }, { "class": "const", "name": "RTA_IFA", "type": "" }, { "class": "const", "name": "RTA_IFP", "type": "" }, { "class": "const", "name": "RTA_NETMASK", "type": "" }, { "class": "const", "name": "RTF_BLACKHOLE", "type": "" }, { "class": "const", "name": "RTF_BROADCAST", "type": "" }, { "class": "const", "name": "RTF_CLONING", "type": "" }, { "class": "const", "name": "RTF_CONDEMNED", "type": "" }, { "class": "const", "name": "RTF_DELCLONE", "type": "" }, { "class": "const", "name": "RTF_DONE", "type": "" }, { "class": "const", "name": "RTF_DYNAMIC", "type": "" }, { "class": "const", "name": "RTF_GATEWAY", "type": "" }, { "class": "const", "name": "RTF_HOST", "type": "" }, { "class": "const", "name": "RTF_IFREF", "type": "" }, { "class": "const", "name": "RTF_IFSCOPE", "type": "" }, { "class": "const", "name": "RTF_LLINFO", "type": "" }, { "class": "const", "name": "RTF_LOCAL", "type": "" }, { "class": "const", "name": "RTF_MODIFIED", "type": "" }, { "class": "const", "name": "RTF_MULTICAST", "type": "" }, { "class": "const", "name": "RTF_PINNED", "type": "" }, { "class": "const", "name": "RTF_PRCLONING", "type": "" }, { "class": "const", "name": "RTF_PROTO1", "type": "" }, { "class": "const", "name": "RTF_PROTO2", "type": "" }, { "class": "const", "name": "RTF_PROTO3", "type": "" }, { "class": "const", "name": "RTF_REJECT", "type": "" }, { "class": "const", "name": "RTF_STATIC", "type": "" }, { "class": "const", "name": "RTF_UP", "type": "" }, { "class": "const", "name": "RTF_WASCLONED", "type": "" }, { "class": "const", "name": "RTF_XRESOLVE", "type": "" }, { "class": "const", "name": "RTM_ADD", "type": "" }, { "class": "const", "name": "RTM_CHANGE", "type": "" }, { "class": "const", "name": "RTM_DELADDR", "type": "" }, { "class": "const", "name": "RTM_DELETE", "type": "" }, { "class": "const", "name": "RTM_DELMADDR", "type": "" }, { "class": "const", "name": "RTM_GET", "type": "" }, { "class": "const", "name": "RTM_GET2", "type": "" }, { "class": "const", "name": "RTM_IFINFO", "type": "" }, { "class": "const", "name": "RTM_IFINFO2", "type": "" }, { "class": "const", "name": "RTM_LOCK", "type": "" }, { "class": "const", "name": "RTM_LOSING", "type": "" }, { "class": "const", "name": "RTM_MISS", "type": "" }, { "class": "const", "name": "RTM_NEWADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR2", "type": "" }, { "class": "const", "name": "RTM_OLDADD", "type": "" }, { "class": "const", "name": "RTM_OLDDEL", "type": "" }, { "class": "const", "name": "RTM_REDIRECT", "type": "" }, { "class": "const", "name": "RTM_RESOLVE", "type": "" }, { "class": "const", "name": "RTM_RTTUNIT", "type": "" }, { "class": "const", "name": "RTM_VERSION", "type": "" }, { "class": "const", "name": "RTV_EXPIRE", "type": "" }, { "class": "const", "name": "RTV_HOPCOUNT", "type": "" }, { "class": "const", "name": "RTV_MTU", "type": "" }, { "class": "const", "name": "RTV_RPIPE", "type": "" }, { "class": "const", "name": "RTV_RTT", "type": "" }, { "class": "const", "name": "RTV_RTTVAR", "type": "" }, { "class": "const", "name": "RTV_SPIPE", "type": "" }, { "class": "const", "name": "RTV_SSTHRESH", "type": "" }, { "class": "const", "name": "RUSAGE_CHILDREN", "type": "" }, { "class": "const", "name": "RUSAGE_SELF", "type": "" }, { "class": "const", "name": "SCM_CREDS", "type": "" }, { "class": "const", "name": "SCM_RIGHTS", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SHUT_RD", "type": "" }, { "class": "const", "name": "SHUT_RDWR", "type": "" }, { "class": "const", "name": "SHUT_WR", "type": "" }, { "class": "const", "name": "SIGABRT", "type": "" }, { "class": "const", "name": "SIGALRM", "type": "" }, { "class": "const", "name": "SIGBUS", "type": "" }, { "class": "const", "name": "SIGCHLD", "type": "" }, { "class": "const", "name": "SIGCONT", "type": "" }, { "class": "const", "name": "SIGEMT", "type": "" }, { "class": "const", "name": "SIGFPE", "type": "" }, { "class": "const", "name": "SIGHUP", "type": "" }, { "class": "const", "name": "SIGILL", "type": "" }, { "class": "const", "name": "SIGINFO", "type": "" }, { "class": "const", "name": "SIGINT", "type": "" }, { "class": "const", "name": "SIGIO", "type": "" }, { "class": "const", "name": "SIGIOT", "type": "" }, { "class": "const", "name": "SIGKILL", "type": "" }, { "class": "const", "name": "SIGPIPE", "type": "" }, { "class": "const", "name": "SIGPROF", "type": "" }, { "class": "const", "name": "SIGQUIT", "type": "" }, { "class": "const", "name": "SIGSEGV", "type": "" }, { "class": "const", "name": "SIGSTOP", "type": "" }, { "class": "const", "name": "SIGSYS", "type": "" }, { "class": "const", "name": "SIGTERM", "type": "" }, { "class": "const", "name": "SIGTRAP", "type": "" }, { "class": "const", "name": "SIGTSTP", "type": "" }, { "class": "const", "name": "SIGTTIN", "type": "" }, { "class": "const", "name": "SIGTTOU", "type": "" }, { "class": "const", "name": "SIGURG", "type": "" }, { "class": "const", "name": "SIGUSR1", "type": "" }, { "class": "const", "name": "SIGUSR2", "type": "" }, { "class": "const", "name": "SIGVTALRM", "type": "" }, { "class": "const", "name": "SIGWINCH", "type": "" }, { "class": "const", "name": "SIGXCPU", "type": "" }, { "class": "const", "name": "SIGXFSZ", "type": "" }, { "class": "const", "name": "SIOCADDMULTI", "type": "" }, { "class": "const", "name": "SIOCAIFADDR", "type": "" }, { "class": "const", "name": "SIOCALIFADDR", "type": "" }, { "class": "const", "name": "SIOCARPIPLL", "type": "" }, { "class": "const", "name": "SIOCATMARK", "type": "" }, { "class": "const", "name": "SIOCAUTOADDR", "type": "" }, { "class": "const", "name": "SIOCAUTONETMASK", "type": "" }, { "class": "const", "name": "SIOCDELMULTI", "type": "" }, { "class": "const", "name": "SIOCDIFADDR", "type": "" }, { "class": "const", "name": "SIOCDIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCDLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCGETSGCNT", "type": "" }, { "class": "const", "name": "SIOCGETVIFCNT", "type": "" }, { "class": "const", "name": "SIOCGETVLAN", "type": "" }, { "class": "const", "name": "SIOCGHIWAT", "type": "" }, { "class": "const", "name": "SIOCGIFADDR", "type": "" }, { "class": "const", "name": "SIOCGIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCGIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCGIFBOND", "type": "" }, { "class": "const", "name": "SIOCGIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCGIFCAP", "type": "" }, { "class": "const", "name": "SIOCGIFCONF", "type": "" }, { "class": "const", "name": "SIOCGIFDEVMTU", "type": "" }, { "class": "const", "name": "SIOCGIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCGIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCGIFKPI", "type": "" }, { "class": "const", "name": "SIOCGIFMAC", "type": "" }, { "class": "const", "name": "SIOCGIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCGIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCGIFMTU", "type": "" }, { "class": "const", "name": "SIOCGIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCGIFPDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFPHYS", "type": "" }, { "class": "const", "name": "SIOCGIFPSRCADDR", "type": "" }, { "class": "const", "name": "SIOCGIFSTATUS", "type": "" }, { "class": "const", "name": "SIOCGIFVLAN", "type": "" }, { "class": "const", "name": "SIOCGIFWAKEFLAGS", "type": "" }, { "class": "const", "name": "SIOCGLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCGLOWAT", "type": "" }, { "class": "const", "name": "SIOCGPGRP", "type": "" }, { "class": "const", "name": "SIOCIFCREATE", "type": "" }, { "class": "const", "name": "SIOCIFCREATE2", "type": "" }, { "class": "const", "name": "SIOCIFDESTROY", "type": "" }, { "class": "const", "name": "SIOCRSLVMULTI", "type": "" }, { "class": "const", "name": "SIOCSDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCSETVLAN", "type": "" }, { "class": "const", "name": "SIOCSHIWAT", "type": "" }, { "class": "const", "name": "SIOCSIFADDR", "type": "" }, { "class": "const", "name": "SIOCSIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCSIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCSIFBOND", "type": "" }, { "class": "const", "name": "SIOCSIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCSIFCAP", "type": "" }, { "class": "const", "name": "SIOCSIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCSIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCSIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCSIFKPI", "type": "" }, { "class": "const", "name": "SIOCSIFLLADDR", "type": "" }, { "class": "const", "name": "SIOCSIFMAC", "type": "" }, { "class": "const", "name": "SIOCSIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCSIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCSIFMTU", "type": "" }, { "class": "const", "name": "SIOCSIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCSIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSIFPHYS", "type": "" }, { "class": "const", "name": "SIOCSIFVLAN", "type": "" }, { "class": "const", "name": "SIOCSLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSLOWAT", "type": "" }, { "class": "const", "name": "SIOCSPGRP", "type": "" }, { "class": "const", "name": "SOCK_DGRAM", "type": "" }, { "class": "const", "name": "SOCK_MAXADDRLEN", "type": "" }, { "class": "const", "name": "SOCK_RAW", "type": "" }, { "class": "const", "name": "SOCK_RDM", "type": "" }, { "class": "const", "name": "SOCK_SEQPACKET", "type": "" }, { "class": "const", "name": "SOCK_STREAM", "type": "" }, { "class": "const", "name": "SOL_SOCKET", "type": "" }, { "class": "const", "name": "SOMAXCONN", "type": "" }, { "class": "const", "name": "SO_ACCEPTCONN", "type": "" }, { "class": "const", "name": "SO_BROADCAST", "type": "" }, { "class": "const", "name": "SO_DEBUG", "type": "" }, { "class": "const", "name": "SO_DONTROUTE", "type": "" }, { "class": "const", "name": "SO_DONTTRUNC", "type": "" }, { "class": "const", "name": "SO_ERROR", "type": "" }, { "class": "const", "name": "SO_KEEPALIVE", "type": "" }, { "class": "const", "name": "SO_LABEL", "type": "" }, { "class": "const", "name": "SO_LINGER", "type": "" }, { "class": "const", "name": "SO_LINGER_SEC", "type": "" }, { "class": "const", "name": "SO_NKE", "type": "" }, { "class": "const", "name": "SO_NOADDRERR", "type": "" }, { "class": "const", "name": "SO_NOSIGPIPE", "type": "" }, { "class": "const", "name": "SO_NOTIFYCONFLICT", "type": "" }, { "class": "const", "name": "SO_NP_EXTENSIONS", "type": "" }, { "class": "const", "name": "SO_NREAD", "type": "" }, { "class": "const", "name": "SO_NWRITE", "type": "" }, { "class": "const", "name": "SO_OOBINLINE", "type": "" }, { "class": "const", "name": "SO_PEERLABEL", "type": "" }, { "class": "const", "name": "SO_RANDOMPORT", "type": "" }, { "class": "const", "name": "SO_RCVBUF", "type": "" }, { "class": "const", "name": "SO_RCVLOWAT", "type": "" }, { "class": "const", "name": "SO_RCVTIMEO", "type": "" }, { "class": "const", "name": "SO_RESTRICTIONS", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYIN", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYOUT", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYSET", "type": "" }, { "class": "const", "name": "SO_REUSEADDR", "type": "" }, { "class": "const", "name": "SO_REUSEPORT", "type": "" }, { "class": "const", "name": "SO_REUSESHAREUID", "type": "" }, { "class": "const", "name": "SO_SNDBUF", "type": "" }, { "class": "const", "name": "SO_SNDLOWAT", "type": "" }, { "class": "const", "name": "SO_SNDTIMEO", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SO_TYPE", "type": "" }, { "class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": "" }, { "class": "const", "name": "SO_USELOOPBACK", "type": "" }, { "class": "const", "name": "SO_WANTMORE", "type": "" }, { "class": "const", "name": "SO_WANTOOBFLAG", "type": "" }, { "class": "const", "name": "SYS_ACCEPT", "type": "" }, { "class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_ACCESS", "type": "" }, { "class": "const", "name": "SYS_ACCESS_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_ACCT", "type": "" }, { "class": "const", "name": "SYS_ADD_PROFIL", "type": "" }, { "class": "const", "name": "SYS_ADJTIME", "type": "" }, { "class": "const", "name": "SYS_AIO_CANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_ERROR", "type": "" }, { "class": "const", "name": "SYS_AIO_FSYNC", "type": "" }, { "class": "const", "name": "SYS_AIO_READ", "type": "" }, { "class": "const", "name": "SYS_AIO_RETURN", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_WRITE", "type": "" }, { "class": "const", "name": "SYS_ATGETMSG", "type": "" }, { "class": "const", "name": "SYS_ATPGETREQ", "type": "" }, { "class": "const", "name": "SYS_ATPGETRSP", "type": "" }, { "class": "const", "name": "SYS_ATPSNDREQ", "type": "" }, { "class": "const", "name": "SYS_ATPSNDRSP", "type": "" }, { "class": "const", "name": "SYS_ATPUTMSG", "type": "" }, { "class": "const", "name": "SYS_ATSOCKET", "type": "" }, { "class": "const", "name": "SYS_AUDIT", "type": "" }, { "class": "const", "name": "SYS_AUDITCTL", "type": "" }, { "class": "const", "name": "SYS_AUDITON", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": "" }, { "class": "const", "name": "SYS_BIND", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": "" }, { "class": "const", "name": "SYS_CHDIR", "type": "" }, { "class": "const", "name": "SYS_CHFLAGS", "type": "" }, { "class": "const", "name": "SYS_CHMOD", "type": "" }, { "class": "const", "name": "SYS_CHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_CHOWN", "type": "" }, { "class": "const", "name": "SYS_CHROOT", "type": "" }, { "class": "const", "name": "SYS_CHUD", "type": "" }, { "class": "const", "name": "SYS_CLOSE", "type": "" }, { "class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_CONNECT", "type": "" }, { "class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_COPYFILE", "type": "" }, { "class": "const", "name": "SYS_CSOPS", "type": "" }, { "class": "const", "name": "SYS_DELETE", "type": "" }, { "class": "const", "name": "SYS_DUP", "type": "" }, { "class": "const", "name": "SYS_DUP2", "type": "" }, { "class": "const", "name": "SYS_EXCHANGEDATA", "type": "" }, { "class": "const", "name": "SYS_EXECVE", "type": "" }, { "class": "const", "name": "SYS_EXIT", "type": "" }, { "class": "const", "name": "SYS_FCHDIR", "type": "" }, { "class": "const", "name": "SYS_FCHFLAGS", "type": "" }, { "class": "const", "name": "SYS_FCHMOD", "type": "" }, { "class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FCHOWN", "type": "" }, { "class": "const", "name": "SYS_FCNTL", "type": "" }, { "class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FDATASYNC", "type": "" }, { "class": "const", "name": "SYS_FFSCTL", "type": "" }, { "class": "const", "name": "SYS_FGETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FGETXATTR", "type": "" }, { "class": "const", "name": "SYS_FHOPEN", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": "" }, { "class": "const", "name": "SYS_FLISTXATTR", "type": "" }, { "class": "const", "name": "SYS_FLOCK", "type": "" }, { "class": "const", "name": "SYS_FORK", "type": "" }, { "class": "const", "name": "SYS_FPATHCONF", "type": "" }, { "class": "const", "name": "SYS_FREMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_FSCTL", "type": "" }, { "class": "const", "name": "SYS_FSETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FSETXATTR", "type": "" }, { "class": "const", "name": "SYS_FSGETPATH", "type": "" }, { "class": "const", "name": "SYS_FSTAT", "type": "" }, { "class": "const", "name": "SYS_FSTAT64", "type": "" }, { "class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSTATFS", "type": "" }, { "class": "const", "name": "SYS_FSTATFS64", "type": "" }, { "class": "const", "name": "SYS_FSTATV", "type": "" }, { "class": "const", "name": "SYS_FSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSYNC", "type": "" }, { "class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FTRUNCATE", "type": "" }, { "class": "const", "name": "SYS_FUTIMES", "type": "" }, { "class": "const", "name": "SYS_GETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_GETAUID", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES64", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": "" }, { "class": "const", "name": "SYS_GETDTABLESIZE", "type": "" }, { "class": "const", "name": "SYS_GETEGID", "type": "" }, { "class": "const", "name": "SYS_GETEUID", "type": "" }, { "class": "const", "name": "SYS_GETFH", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT64", "type": "" }, { "class": "const", "name": "SYS_GETGID", "type": "" }, { "class": "const", "name": "SYS_GETGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETHOSTUUID", "type": "" }, { "class": "const", "name": "SYS_GETITIMER", "type": "" }, { "class": "const", "name": "SYS_GETLCID", "type": "" }, { "class": "const", "name": "SYS_GETLOGIN", "type": "" }, { "class": "const", "name": "SYS_GETPEERNAME", "type": "" }, { "class": "const", "name": "SYS_GETPGID", "type": "" }, { "class": "const", "name": "SYS_GETPGRP", "type": "" }, { "class": "const", "name": "SYS_GETPID", "type": "" }, { "class": "const", "name": "SYS_GETPPID", "type": "" }, { "class": "const", "name": "SYS_GETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_GETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_GETRUSAGE", "type": "" }, { "class": "const", "name": "SYS_GETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETSID", "type": "" }, { "class": "const", "name": "SYS_GETSOCKNAME", "type": "" }, { "class": "const", "name": "SYS_GETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_GETTID", "type": "" }, { "class": "const", "name": "SYS_GETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_GETUID", "type": "" }, { "class": "const", "name": "SYS_GETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETXATTR", "type": "" }, { "class": "const", "name": "SYS_IDENTITYSVC", "type": "" }, { "class": "const", "name": "SYS_INITGROUPS", "type": "" }, { "class": "const", "name": "SYS_IOCTL", "type": "" }, { "class": "const", "name": "SYS_IOPOLICYSYS", "type": "" }, { "class": "const", "name": "SYS_ISSETUGID", "type": "" }, { "class": "const", "name": "SYS_KDEBUG_TRACE", "type": "" }, { "class": "const", "name": "SYS_KEVENT", "type": "" }, { "class": "const", "name": "SYS_KEVENT64", "type": "" }, { "class": "const", "name": "SYS_KILL", "type": "" }, { "class": "const", "name": "SYS_KQUEUE", "type": "" }, { "class": "const", "name": "SYS_LCHOWN", "type": "" }, { "class": "const", "name": "SYS_LINK", "type": "" }, { "class": "const", "name": "SYS_LIO_LISTIO", "type": "" }, { "class": "const", "name": "SYS_LISTEN", "type": "" }, { "class": "const", "name": "SYS_LISTXATTR", "type": "" }, { "class": "const", "name": "SYS_LSEEK", "type": "" }, { "class": "const", "name": "SYS_LSTAT", "type": "" }, { "class": "const", "name": "SYS_LSTAT64", "type": "" }, { "class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_LSTATV", "type": "" }, { "class": "const", "name": "SYS_LSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MADVISE", "type": "" }, { "class": "const", "name": "SYS_MAXSYSCALL", "type": "" }, { "class": "const", "name": "SYS_MINCORE", "type": "" }, { "class": "const", "name": "SYS_MINHERIT", "type": "" }, { "class": "const", "name": "SYS_MKCOMPLEX", "type": "" }, { "class": "const", "name": "SYS_MKDIR", "type": "" }, { "class": "const", "name": "SYS_MKDIR_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKFIFO", "type": "" }, { "class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKNOD", "type": "" }, { "class": "const", "name": "SYS_MLOCK", "type": "" }, { "class": "const", "name": "SYS_MLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MMAP", "type": "" }, { "class": "const", "name": "SYS_MODWATCH", "type": "" }, { "class": "const", "name": "SYS_MOUNT", "type": "" }, { "class": "const", "name": "SYS_MPROTECT", "type": "" }, { "class": "const", "name": "SYS_MSGCTL", "type": "" }, { "class": "const", "name": "SYS_MSGGET", "type": "" }, { "class": "const", "name": "SYS_MSGRCV", "type": "" }, { "class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSND", "type": "" }, { "class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSYS", "type": "" }, { "class": "const", "name": "SYS_MSYNC", "type": "" }, { "class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MUNLOCK", "type": "" }, { "class": "const", "name": "SYS_MUNLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MUNMAP", "type": "" }, { "class": "const", "name": "SYS_NFSCLNT", "type": "" }, { "class": "const", "name": "SYS_NFSSVC", "type": "" }, { "class": "const", "name": "SYS_OPEN", "type": "" }, { "class": "const", "name": "SYS_OPEN_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_OPEN_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PATHCONF", "type": "" }, { "class": "const", "name": "SYS_PID_HIBERNATE", "type": "" }, { "class": "const", "name": "SYS_PID_RESUME", "type": "" }, { "class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": "" }, { "class": "const", "name": "SYS_PID_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_PIPE", "type": "" }, { "class": "const", "name": "SYS_POLL", "type": "" }, { "class": "const", "name": "SYS_POLL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_POSIX_SPAWN", "type": "" }, { "class": "const", "name": "SYS_PREAD", "type": "" }, { "class": "const", "name": "SYS_PREAD_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PROCESS_POLICY", "type": "" }, { "class": "const", "name": "SYS_PROC_INFO", "type": "" }, { "class": "const", "name": "SYS_PROFIL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": "" }, { "class": "const", "name": "SYS_PTRACE", "type": "" }, { "class": "const", "name": "SYS_PWRITE", "type": "" }, { "class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_QUOTACTL", "type": "" }, { "class": "const", "name": "SYS_READ", "type": "" }, { "class": "const", "name": "SYS_READLINK", "type": "" }, { "class": "const", "name": "SYS_READV", "type": "" }, { "class": "const", "name": "SYS_READV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_READ_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REBOOT", "type": "" }, { "class": "const", "name": "SYS_RECVFROM", "type": "" }, { "class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_RECVMSG", "type": "" }, { "class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_RENAME", "type": "" }, { "class": "const", "name": "SYS_REVOKE", "type": "" }, { "class": "const", "name": "SYS_RMDIR", "type": "" }, { "class": "const", "name": "SYS_SEARCHFS", "type": "" }, { "class": "const", "name": "SYS_SELECT", "type": "" }, { "class": "const", "name": "SYS_SELECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SEMCTL", "type": "" }, { "class": "const", "name": "SYS_SEMGET", "type": "" }, { "class": "const", "name": "SYS_SEMOP", "type": "" }, { "class": "const", "name": "SYS_SEMSYS", "type": "" }, { "class": "const", "name": "SYS_SEM_CLOSE", "type": "" }, { "class": "const", "name": "SYS_SEM_DESTROY", "type": "" }, { "class": "const", "name": "SYS_SEM_GETVALUE", "type": "" }, { "class": "const", "name": "SYS_SEM_INIT", "type": "" }, { "class": "const", "name": "SYS_SEM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SEM_POST", "type": "" }, { "class": "const", "name": "SYS_SEM_TRYWAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDFILE", "type": "" }, { "class": "const", "name": "SYS_SENDMSG", "type": "" }, { "class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDTO", "type": "" }, { "class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_SETAUID", "type": "" }, { "class": "const", "name": "SYS_SETEGID", "type": "" }, { "class": "const", "name": "SYS_SETEUID", "type": "" }, { "class": "const", "name": "SYS_SETGID", "type": "" }, { "class": "const", "name": "SYS_SETGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETITIMER", "type": "" }, { "class": "const", "name": "SYS_SETLCID", "type": "" }, { "class": "const", "name": "SYS_SETLOGIN", "type": "" }, { "class": "const", "name": "SYS_SETPGID", "type": "" }, { "class": "const", "name": "SYS_SETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_SETPRIVEXEC", "type": "" }, { "class": "const", "name": "SYS_SETREGID", "type": "" }, { "class": "const", "name": "SYS_SETREUID", "type": "" }, { "class": "const", "name": "SYS_SETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_SETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETSID", "type": "" }, { "class": "const", "name": "SYS_SETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_SETTID", "type": "" }, { "class": "const", "name": "SYS_SETTID_WITH_PID", "type": "" }, { "class": "const", "name": "SYS_SETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_SETUID", "type": "" }, { "class": "const", "name": "SYS_SETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETXATTR", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": "" }, { "class": "const", "name": "SYS_SHMAT", "type": "" }, { "class": "const", "name": "SYS_SHMCTL", "type": "" }, { "class": "const", "name": "SYS_SHMDT", "type": "" }, { "class": "const", "name": "SYS_SHMGET", "type": "" }, { "class": "const", "name": "SYS_SHMSYS", "type": "" }, { "class": "const", "name": "SYS_SHM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SHM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SHUTDOWN", "type": "" }, { "class": "const", "name": "SYS_SIGACTION", "type": "" }, { "class": "const", "name": "SYS_SIGALTSTACK", "type": "" }, { "class": "const", "name": "SYS_SIGPENDING", "type": "" }, { "class": "const", "name": "SYS_SIGPROCMASK", "type": "" }, { "class": "const", "name": "SYS_SIGRETURN", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SOCKET", "type": "" }, { "class": "const", "name": "SYS_SOCKETPAIR", "type": "" }, { "class": "const", "name": "SYS_STACK_SNAPSHOT", "type": "" }, { "class": "const", "name": "SYS_STAT", "type": "" }, { "class": "const", "name": "SYS_STAT64", "type": "" }, { "class": "const", "name": "SYS_STAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_STATFS", "type": "" }, { "class": "const", "name": "SYS_STATFS64", "type": "" }, { "class": "const", "name": "SYS_STATV", "type": "" }, { "class": "const", "name": "SYS_STAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_SWAPON", "type": "" }, { "class": "const", "name": "SYS_SYMLINK", "type": "" }, { "class": "const", "name": "SYS_SYNC", "type": "" }, { "class": "const", "name": "SYS_SYSCALL", "type": "" }, { "class": "const", "name": "SYS_THREAD_SELFID", "type": "" }, { "class": "const", "name": "SYS_TRUNCATE", "type": "" }, { "class": "const", "name": "SYS_UMASK", "type": "" }, { "class": "const", "name": "SYS_UMASK_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_UNDELETE", "type": "" }, { "class": "const", "name": "SYS_UNLINK", "type": "" }, { "class": "const", "name": "SYS_UNMOUNT", "type": "" }, { "class": "const", "name": "SYS_UTIMES", "type": "" }, { "class": "const", "name": "SYS_VFORK", "type": "" }, { "class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": "" }, { "class": "const", "name": "SYS_WAIT4", "type": "" }, { "class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WAITEVENT", "type": "" }, { "class": "const", "name": "SYS_WAITID", "type": "" }, { "class": "const", "name": "SYS_WAITID_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WATCHEVENT", "type": "" }, { "class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": "" }, { "class": "const", "name": "SYS_WORKQ_OPEN", "type": "" }, { "class": "const", "name": "SYS_WRITE", "type": "" }, { "class": "const", "name": "SYS_WRITEV", "type": "" }, { "class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": "" }, { "class": "const", "name": "SYS___MAC_EXECVE", "type": "" }, { "class": "const", "name": "SYS___MAC_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_SYSCALL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CANCELED", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_KILL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SYSCTL", "type": "" }, { "class": "const", "name": "S_IEXEC", "type": "" }, { "class": "const", "name": "S_IFBLK", "type": "" }, { "class": "const", "name": "S_IFCHR", "type": "" }, { "class": "const", "name": "S_IFDIR", "type": "" }, { "class": "const", "name": "S_IFIFO", "type": "" }, { "class": "const", "name": "S_IFLNK", "type": "" }, { "class": "const", "name": "S_IFMT", "type": "" }, { "class": "const", "name": "S_IFREG", "type": "" }, { "class": "const", "name": "S_IFSOCK", "type": "" }, { "class": "const", "name": "S_IFWHT", "type": "" }, { "class": "const", "name": "S_IREAD", "type": "" }, { "class": "const", "name": "S_IRGRP", "type": "" }, { "class": "const", "name": "S_IROTH", "type": "" }, { "class": "const", "name": "S_IRUSR", "type": "" }, { "class": "const", "name": "S_IRWXG", "type": "" }, { "class": "const", "name": "S_IRWXO", "type": "" }, { "class": "const", "name": "S_IRWXU", "type": "" }, { "class": "const", "name": "S_ISGID", "type": "" }, { "class": "const", "name": "S_ISTXT", "type": "" }, { "class": "const", "name": "S_ISUID", "type": "" }, { "class": "const", "name": "S_ISVTX", "type": "" }, { "class": "const", "name": "S_IWGRP", "type": "" }, { "class": "const", "name": "S_IWOTH", "type": "" }, { "class": "const", "name": "S_IWRITE", "type": "" }, { "class": "const", "name": "S_IWUSR", "type": "" }, { "class": "const", "name": "S_IXGRP", "type": "" }, { "class": "const", "name": "S_IXOTH", "type": "" }, { "class": "const", "name": "S_IXUSR", "type": "" }, { "class": "const", "name": "SizeofBpfHdr", "type": "" }, { "class": "const", "name": "SizeofBpfInsn", "type": "" }, { "class": "const", "name": "SizeofBpfProgram", "type": "" }, { "class": "const", "name": "SizeofBpfStat", "type": "" }, { "class": "const", "name": "SizeofBpfVersion", "type": "" }, { "class": "const", "name": "SizeofCmsghdr", "type": "" }, { "class": "const", "name": "SizeofICMPv6Filter", "type": "" }, { "class": "const", "name": "SizeofIPMreq", "type": "" }, { "class": "const", "name": "SizeofIPv6MTUInfo", "type": "" }, { "class": "const", "name": "SizeofIPv6Mreq", "type": "" }, { "class": "const", "name": "SizeofIfData", "type": "" }, { "class": "const", "name": "SizeofIfMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr2", "type": "" }, { "class": "const", "name": "SizeofInet4Pktinfo", "type": "" }, { "class": "const", "name": "SizeofInet6Pktinfo", "type": "" }, { "class": "const", "name": "SizeofLinger", "type": "" }, { "class": "const", "name": "SizeofMsghdr", "type": "" }, { "class": "const", "name": "SizeofRtMetrics", "type": "" }, { "class": "const", "name": "SizeofRtMsghdr", "type": "" }, { "class": "const", "name": "SizeofSockaddrAny", "type": "" }, { "class": "const", "name": "SizeofSockaddrDatalink", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet4", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet6", "type": "" }, { "class": "const", "name": "SizeofSockaddrUnix", "type": "" }, { "class": "const", "name": "TCIFLUSH", "type": "" }, { "class": "const", "name": "TCIOFLUSH", "type": "" }, { "class": "const", "name": "TCOFLUSH", "type": "" }, { "class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": "" }, { "class": "const", "name": "TCP_KEEPALIVE", "type": "" }, { "class": "const", "name": "TCP_MAXHLEN", "type": "" }, { "class": "const", "name": "TCP_MAXOLEN", "type": "" }, { "class": "const", "name": "TCP_MAXSEG", "type": "" }, { "class": "const", "name": "TCP_MAXWIN", "type": "" }, { "class": "const", "name": "TCP_MAX_SACK", "type": "" }, { "class": "const", "name": "TCP_MAX_WINSHIFT", "type": "" }, { "class": "const", "name": "TCP_MINMSS", "type": "" }, { "class": "const", "name": "TCP_MINMSSOVERLOAD", "type": "" }, { "class": "const", "name": "TCP_MSS", "type": "" }, { "class": "const", "name": "TCP_NODELAY", "type": "" }, { "class": "const", "name": "TCP_NOOPT", "type": "" }, { "class": "const", "name": "TCP_NOPUSH", "type": "" }, { "class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": "" }, { "class": "const", "name": "TCP_RXT_FINDROP", "type": "" }, { "class": "const", "name": "TCSAFLUSH", "type": "" }, { "class": "const", "name": "TIOCCBRK", "type": "" }, { "class": "const", "name": "TIOCCDTR", "type": "" }, { "class": "const", "name": "TIOCCONS", "type": "" }, { "class": "const", "name": "TIOCDCDTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCDRAIN", "type": "" }, { "class": "const", "name": "TIOCDSIMICROCODE", "type": "" }, { "class": "const", "name": "TIOCEXCL", "type": "" }, { "class": "const", "name": "TIOCEXT", "type": "" }, { "class": "const", "name": "TIOCFLUSH", "type": "" }, { "class": "const", "name": "TIOCGDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCGETA", "type": "" }, { "class": "const", "name": "TIOCGETD", "type": "" }, { "class": "const", "name": "TIOCGPGRP", "type": "" }, { "class": "const", "name": "TIOCGWINSZ", "type": "" }, { "class": "const", "name": "TIOCIXOFF", "type": "" }, { "class": "const", "name": "TIOCIXON", "type": "" }, { "class": "const", "name": "TIOCMBIC", "type": "" }, { "class": "const", "name": "TIOCMBIS", "type": "" }, { "class": "const", "name": "TIOCMGDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMGET", "type": "" }, { "class": "const", "name": "TIOCMODG", "type": "" }, { "class": "const", "name": "TIOCMODS", "type": "" }, { "class": "const", "name": "TIOCMSDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMSET", "type": "" }, { "class": "const", "name": "TIOCM_CAR", "type": "" }, { "class": "const", "name": "TIOCM_CD", "type": "" }, { "class": "const", "name": "TIOCM_CTS", "type": "" }, { "class": "const", "name": "TIOCM_DSR", "type": "" }, { "class": "const", "name": "TIOCM_DTR", "type": "" }, { "class": "const", "name": "TIOCM_LE", "type": "" }, { "class": "const", "name": "TIOCM_RI", "type": "" }, { "class": "const", "name": "TIOCM_RNG", "type": "" }, { "class": "const", "name": "TIOCM_RTS", "type": "" }, { "class": "const", "name": "TIOCM_SR", "type": "" }, { "class": "const", "name": "TIOCM_ST", "type": "" }, { "class": "const", "name": "TIOCNOTTY", "type": "" }, { "class": "const", "name": "TIOCNXCL", "type": "" }, { "class": "const", "name": "TIOCOUTQ", "type": "" }, { "class": "const", "name": "TIOCPKT", "type": "" }, { "class": "const", "name": "TIOCPKT_DATA", "type": "" }, { "class": "const", "name": "TIOCPKT_DOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHREAD", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": "" }, { "class": "const", "name": "TIOCPKT_IOCTL", "type": "" }, { "class": "const", "name": "TIOCPKT_NOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_START", "type": "" }, { "class": "const", "name": "TIOCPKT_STOP", "type": "" }, { "class": "const", "name": "TIOCPTYGNAME", "type": "" }, { "class": "const", "name": "TIOCPTYGRANT", "type": "" }, { "class": "const", "name": "TIOCPTYUNLK", "type": "" }, { "class": "const", "name": "TIOCREMOTE", "type": "" }, { "class": "const", "name": "TIOCSBRK", "type": "" }, { "class": "const", "name": "TIOCSCONS", "type": "" }, { "class": "const", "name": "TIOCSCTTY", "type": "" }, { "class": "const", "name": "TIOCSDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCSDTR", "type": "" }, { "class": "const", "name": "TIOCSETA", "type": "" }, { "class": "const", "name": "TIOCSETAF", "type": "" }, { "class": "const", "name": "TIOCSETAW", "type": "" }, { "class": "const", "name": "TIOCSETD", "type": "" }, { "class": "const", "name": "TIOCSIG", "type": "" }, { "class": "const", "name": "TIOCSPGRP", "type": "" }, { "class": "const", "name": "TIOCSTART", "type": "" }, { "class": "const", "name": "TIOCSTAT", "type": "" }, { "class": "const", "name": "TIOCSTI", "type": "" }, { "class": "const", "name": "TIOCSTOP", "type": "" }, { "class": "const", "name": "TIOCSWINSZ", "type": "" }, { "class": "const", "name": "TIOCTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCUCNTL", "type": "" }, { "class": "const", "name": "TOSTOP", "type": "" }, { "class": "const", "name": "VDISCARD", "type": "" }, { "class": "const", "name": "VDSUSP", "type": "" }, { "class": "const", "name": "VEOF", "type": "" }, { "class": "const", "name": "VEOL", "type": "" }, { "class": "const", "name": "VEOL2", "type": "" }, { "class": "const", "name": "VERASE", "type": "" }, { "class": "const", "name": "VINTR", "type": "" }, { "class": "const", "name": "VKILL", "type": "" }, { "class": "const", "name": "VLNEXT", "type": "" }, { "class": "const", "name": "VMIN", "type": "" }, { "class": "const", "name": "VQUIT", "type": "" }, { "class": "const", "name": "VREPRINT", "type": "" }, { "class": "const", "name": "VSTART", "type": "" }, { "class": "const", "name": "VSTATUS", "type": "" }, { "class": "const", "name": "VSTOP", "type": "" }, { "class": "const", "name": "VSUSP", "type": "" }, { "class": "const", "name": "VT0", "type": "" }, { "class": "const", "name": "VT1", "type": "" }, { "class": "const", "name": "VTDLY", "type": "" }, { "class": "const", "name": "VTIME", "type": "" }, { "class": "const", "name": "VWERASE", "type": "" }, { "class": "const", "name": "WCONTINUED", "type": "" }, { "class": "const", "name": "WCOREFLAG", "type": "" }, { "class": "const", "name": "WEXITED", "type": "" }, { "class": "const", "name": "WNOHANG", "type": "" }, { "class": "const", "name": "WNOWAIT", "type": "" }, { "class": "const", "name": "WORDSIZE", "type": "" }, { "class": "const", "name": "WSTOPPED", "type": "" }, { "class": "const", "name": "WUNTRACED", "type": "" }, { "class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)" }, { "class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)" }, { "class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)" }, { "class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)" }, { "class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)" }, { "class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)" }, { "class": "func", "name": "Chdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error" }, { "class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Chroot", "type": "func(path string) (err error)" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Close", "type": "func(fd int) (err error)" }, { "class": "func", "name": "CloseOnExec", "type": "func(fd int)" }, { "class": "func", "name": "CmsgLen", "type": "func(datalen int) int" }, { "class": "func", "name": "CmsgSpace", "type": "func(datalen int) int" }, { "class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)" }, { "class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)" }, { "class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Fchdir", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)" }, { "class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)" }, { "class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)" }, { "class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error" }, { "class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)" }, { "class": "func", "name": "FlushBpf", "type": "func(fd int) error" }, { "class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)" }, { "class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)" }, { "class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "Fsync", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)" }, { "class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)" }, { "class": "func", "name": "Getdtablesize", "type": "func() (size int)" }, { "class": "func", "name": "Getegid", "type": "func() (egid int)" }, { "class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)" }, { "class": "func", "name": "Geteuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)" }, { "class": "func", "name": "Getgid", "type": "func() (gid int)" }, { "class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)" }, { "class": "func", "name": "Getpgrp", "type": "func() (pgrp int)" }, { "class": "func", "name": "Getpid", "type": "func() (pid int)" }, { "class": "func", "name": "Getppid", "type": "func() (ppid int)" }, { "class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)" }, { "class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)" }, { "class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)" }, { "class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)" }, { "class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)" }, { "class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)" }, { "class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)" }, { "class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)" }, { "class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)" }, { "class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)" }, { "class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Getuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getwd", "type": "func() (string, error)" }, { "class": "func", "name": "Issetugid", "type": "func() (tainted bool)" }, { "class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)" }, { "class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)" }, { "class": "func", "name": "Kqueue", "type": "func() (fd int, err error)" }, { "class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Link", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)" }, { "class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)" }, { "class": "func", "name": "Mlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Mlockall", "type": "func(flags int) (err error)" }, { "class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)" }, { "class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)" }, { "class": "func", "name": "Munlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Munlockall", "type": "func() (err error)" }, { "class": "func", "name": "Munmap", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)" }, { "class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)" }, { "class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)" }, { "class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)" }, { "class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)" }, { "class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)" }, { "class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)" }, { "class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)" }, { "class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)" }, { "class": "func", "name": "Pipe", "type": "func(p []int) (err error)" }, { "class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)" }, { "class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)" }, { "class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Rename", "type": "func(from string, to string) (err error)" }, { "class": "func", "name": "Revoke", "type": "func(path string) (err error)" }, { "class": "func", "name": "Rmdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)" }, { "class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)" }, { "class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)" }, { "class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)" }, { "class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)" }, { "class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)" }, { "class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)" }, { "class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error" }, { "class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)" }, { "class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)" }, { "class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error" }, { "class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error" }, { "class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error" }, { "class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)" }, { "class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)" }, { "class": "func", "name": "Setegid", "type": "func(egid int) (err error)" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "Seteuid", "type": "func(euid int) (err error)" }, { "class": "func", "name": "Setgid", "type": "func(gid int) (err error)" }, { "class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)" }, { "class": "func", "name": "Setlogin", "type": "func(name string) (err error)" }, { "class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)" }, { "class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)" }, { "class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)" }, { "class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)" }, { "class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)" }, { "class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Setsid", "type": "func() (pid int, err error)" }, { "class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)" }, { "class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error" }, { "class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)" }, { "class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)" }, { "class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)" }, { "class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)" }, { "class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)" }, { "class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)" }, { "class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)" }, { "class": "func", "name": "Setuid", "type": "func(uid int) (err error)" }, { "class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)" }, { "class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)" }, { "class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)" }, { "class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)" }, { "class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)" }, { "class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "StringBytePtr", "type": "func(s string) *byte" }, { "class": "func", "name": "StringByteSlice", "type": "func(s string) []byte" }, { "class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte" }, { "class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Sync", "type": "func() (err error)" }, { "class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)" }, { "class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)" }, { "class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64" }, { "class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64" }, { "class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)" }, { "class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)" }, { "class": "func", "name": "Undelete", "type": "func(path string) (err error)" }, { "class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte" }, { "class": "func", "name": "Unlink", "type": "func(path string) (err error)" }, { "class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error" }, { "class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)" }, { "class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "type", "name": "BpfHdr", "type": "struct" }, { "class": "type", "name": "BpfInsn", "type": "struct" }, { "class": "type", "name": "BpfProgram", "type": "struct" }, { "class": "type", "name": "BpfStat", "type": "struct" }, { "class": "type", "name": "BpfVersion", "type": "struct" }, { "class": "type", "name": "Cmsghdr", "type": "struct" }, { "class": "type", "name": "Credential", "type": "struct" }, { "class": "type", "name": "Dirent", "type": "struct" }, { "class": "type", "name": "Errno", "type": "uintptr" }, { "class": "type", "name": "Fbootstraptransfer_t", "type": "struct" }, { "class": "type", "name": "FdSet", "type": "struct" }, { "class": "type", "name": "Flock_t", "type": "struct" }, { "class": "type", "name": "Fsid", "type": "struct" }, { "class": "type", "name": "Fstore_t", "type": "struct" }, { "class": "type", "name": "ICMPv6Filter", "type": "struct" }, { "class": "type", "name": "IPMreq", "type": "struct" }, { "class": "type", "name": "IPv6MTUInfo", "type": "struct" }, { "class": "type", "name": "IPv6Mreq", "type": "struct" }, { "class": "type", "name": "IfData", "type": "struct" }, { "class": "type", "name": "IfMsghdr", "type": "struct" }, { "class": "type", "name": "IfaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr2", "type": "struct" }, { "class": "type", "name": "Inet4Pktinfo", "type": "struct" }, { "class": "type", "name": "Inet6Pktinfo", "type": "struct" }, { "class": "type", "name": "InterfaceAddrMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct" }, { "class": "type", "name": "Iovec", "type": "struct" }, { "class": "type", "name": "Kevent_t", "type": "struct" }, { "class": "type", "name": "Linger", "type": "struct" }, { "class": "type", "name": "Log2phys_t", "type": "struct" }, { "class": "type", "name": "Msghdr", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Radvisory_t", "type": "struct" }, { "class": "type", "name": "RawSockaddr", "type": "struct" }, { "class": "type", "name": "RawSockaddrAny", "type": "struct" }, { "class": "type", "name": "RawSockaddrDatalink", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet4", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet6", "type": "struct" }, { "class": "type", "name": "RawSockaddrUnix", "type": "struct" }, { "class": "type", "name": "Rlimit", "type": "struct" }, { "class": "type", "name": "RouteMessage", "type": "struct" }, { "class": "type", "name": "RoutingMessage", "type": "interface" }, { "class": "type", "name": "RtMetrics", "type": "struct" }, { "class": "type", "name": "RtMsghdr", "type": "struct" }, { "class": "type", "name": "Rusage", "type": "struct" }, { "class": "type", "name": "Signal", "type": "int" }, { "class": "type", "name": "Sockaddr", "type": "interface" }, { "class": "type", "name": "SockaddrDatalink", "type": "struct" }, { "class": "type", "name": "SockaddrInet4", "type": "struct" }, { "class": "type", "name": "SockaddrInet6", "type": "struct" }, { "class": "type", "name": "SockaddrUnix", "type": "struct" }, { "class": "type", "name": "SocketControlMessage", "type": "struct" }, { "class": "type", "name": "Stat_t", "type": "struct" }, { "class": "type", "name": "Statfs_t", "type": "struct" }, { "class": "type", "name": "SysProcAttr", "type": "struct" }, { "class": "type", "name": "Termios", "type": "struct" }, { "class": "type", "name": "Timespec", "type": "struct" }, { "class": "type", "name": "Timeval", "type": "struct" }, { "class": "type", "name": "Timeval32", "type": "struct" }, { "class": "type", "name": "WaitStatus", "type": "uint32" }, { "class": "var", "name": "ForkLock", "type": "sync.RWMutex" }, { "class": "var", "name": "SocketDisableIPv6", "type": "bool" }, { "class": "var", "name": "Stderr", "type": "int" }, { "class": "var", "name": "Stdin", "type": "int" }, { "class": "var", "name": "Stdout", "type": "int"}]] diff --git a/bundle/deoplete-go/benchmark/json/syscall.json b/bundle/deoplete-go/benchmark/json/syscall.json new file mode 100644 index 0000000..8e1429f --- /dev/null +++ b/bundle/deoplete-go/benchmark/json/syscall.json @@ -0,0 +1 @@ +[ 0, [ { "class": "const", "name": "AF_APPLETALK", "type": "" }, { "class": "const", "name": "AF_CCITT", "type": "" }, { "class": "const", "name": "AF_CHAOS", "type": "" }, { "class": "const", "name": "AF_CNT", "type": "" }, { "class": "const", "name": "AF_COIP", "type": "" }, { "class": "const", "name": "AF_DATAKIT", "type": "" }, { "class": "const", "name": "AF_DECnet", "type": "" }, { "class": "const", "name": "AF_DLI", "type": "" }, { "class": "const", "name": "AF_E164", "type": "" }, { "class": "const", "name": "AF_ECMA", "type": "" }, { "class": "const", "name": "AF_HYLINK", "type": "" }, { "class": "const", "name": "AF_IEEE80211", "type": "" }, { "class": "const", "name": "AF_IMPLINK", "type": "" }, { "class": "const", "name": "AF_INET", "type": "" }, { "class": "const", "name": "AF_INET6", "type": "" }, { "class": "const", "name": "AF_IPX", "type": "" }, { "class": "const", "name": "AF_ISDN", "type": "" }, { "class": "const", "name": "AF_ISO", "type": "" }, { "class": "const", "name": "AF_LAT", "type": "" }, { "class": "const", "name": "AF_LINK", "type": "" }, { "class": "const", "name": "AF_LOCAL", "type": "" }, { "class": "const", "name": "AF_MAX", "type": "" }, { "class": "const", "name": "AF_NATM", "type": "" }, { "class": "const", "name": "AF_NDRV", "type": "" }, { "class": "const", "name": "AF_NETBIOS", "type": "" }, { "class": "const", "name": "AF_NS", "type": "" }, { "class": "const", "name": "AF_OSI", "type": "" }, { "class": "const", "name": "AF_PPP", "type": "" }, { "class": "const", "name": "AF_PUP", "type": "" }, { "class": "const", "name": "AF_RESERVED_36", "type": "" }, { "class": "const", "name": "AF_ROUTE", "type": "" }, { "class": "const", "name": "AF_SIP", "type": "" }, { "class": "const", "name": "AF_SNA", "type": "" }, { "class": "const", "name": "AF_SYSTEM", "type": "" }, { "class": "const", "name": "AF_UNIX", "type": "" }, { "class": "const", "name": "AF_UNSPEC", "type": "" }, { "class": "const", "name": "B0", "type": "" }, { "class": "const", "name": "B110", "type": "" }, { "class": "const", "name": "B115200", "type": "" }, { "class": "const", "name": "B1200", "type": "" }, { "class": "const", "name": "B134", "type": "" }, { "class": "const", "name": "B14400", "type": "" }, { "class": "const", "name": "B150", "type": "" }, { "class": "const", "name": "B1800", "type": "" }, { "class": "const", "name": "B19200", "type": "" }, { "class": "const", "name": "B200", "type": "" }, { "class": "const", "name": "B230400", "type": "" }, { "class": "const", "name": "B2400", "type": "" }, { "class": "const", "name": "B28800", "type": "" }, { "class": "const", "name": "B300", "type": "" }, { "class": "const", "name": "B38400", "type": "" }, { "class": "const", "name": "B4800", "type": "" }, { "class": "const", "name": "B50", "type": "" }, { "class": "const", "name": "B57600", "type": "" }, { "class": "const", "name": "B600", "type": "" }, { "class": "const", "name": "B7200", "type": "" }, { "class": "const", "name": "B75", "type": "" }, { "class": "const", "name": "B76800", "type": "" }, { "class": "const", "name": "B9600", "type": "" }, { "class": "const", "name": "BIOCFLUSH", "type": "" }, { "class": "const", "name": "BIOCGBLEN", "type": "" }, { "class": "const", "name": "BIOCGDLT", "type": "" }, { "class": "const", "name": "BIOCGDLTLIST", "type": "" }, { "class": "const", "name": "BIOCGETIF", "type": "" }, { "class": "const", "name": "BIOCGHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCGRSIG", "type": "" }, { "class": "const", "name": "BIOCGRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCGSEESENT", "type": "" }, { "class": "const", "name": "BIOCGSTATS", "type": "" }, { "class": "const", "name": "BIOCIMMEDIATE", "type": "" }, { "class": "const", "name": "BIOCPROMISC", "type": "" }, { "class": "const", "name": "BIOCSBLEN", "type": "" }, { "class": "const", "name": "BIOCSDLT", "type": "" }, { "class": "const", "name": "BIOCSETF", "type": "" }, { "class": "const", "name": "BIOCSETIF", "type": "" }, { "class": "const", "name": "BIOCSHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCSRSIG", "type": "" }, { "class": "const", "name": "BIOCSRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCSSEESENT", "type": "" }, { "class": "const", "name": "BIOCVERSION", "type": "" }, { "class": "const", "name": "BPF_A", "type": "" }, { "class": "const", "name": "BPF_ABS", "type": "" }, { "class": "const", "name": "BPF_ADD", "type": "" }, { "class": "const", "name": "BPF_ALIGNMENT", "type": "" }, { "class": "const", "name": "BPF_ALU", "type": "" }, { "class": "const", "name": "BPF_AND", "type": "" }, { "class": "const", "name": "BPF_B", "type": "" }, { "class": "const", "name": "BPF_DIV", "type": "" }, { "class": "const", "name": "BPF_H", "type": "" }, { "class": "const", "name": "BPF_IMM", "type": "" }, { "class": "const", "name": "BPF_IND", "type": "" }, { "class": "const", "name": "BPF_JA", "type": "" }, { "class": "const", "name": "BPF_JEQ", "type": "" }, { "class": "const", "name": "BPF_JGE", "type": "" }, { "class": "const", "name": "BPF_JGT", "type": "" }, { "class": "const", "name": "BPF_JMP", "type": "" }, { "class": "const", "name": "BPF_JSET", "type": "" }, { "class": "const", "name": "BPF_K", "type": "" }, { "class": "const", "name": "BPF_LD", "type": "" }, { "class": "const", "name": "BPF_LDX", "type": "" }, { "class": "const", "name": "BPF_LEN", "type": "" }, { "class": "const", "name": "BPF_LSH", "type": "" }, { "class": "const", "name": "BPF_MAJOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MAXBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MAXINSNS", "type": "" }, { "class": "const", "name": "BPF_MEM", "type": "" }, { "class": "const", "name": "BPF_MEMWORDS", "type": "" }, { "class": "const", "name": "BPF_MINBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MINOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MISC", "type": "" }, { "class": "const", "name": "BPF_MSH", "type": "" }, { "class": "const", "name": "BPF_MUL", "type": "" }, { "class": "const", "name": "BPF_NEG", "type": "" }, { "class": "const", "name": "BPF_OR", "type": "" }, { "class": "const", "name": "BPF_RELEASE", "type": "" }, { "class": "const", "name": "BPF_RET", "type": "" }, { "class": "const", "name": "BPF_RSH", "type": "" }, { "class": "const", "name": "BPF_ST", "type": "" }, { "class": "const", "name": "BPF_STX", "type": "" }, { "class": "const", "name": "BPF_SUB", "type": "" }, { "class": "const", "name": "BPF_TAX", "type": "" }, { "class": "const", "name": "BPF_TXA", "type": "" }, { "class": "const", "name": "BPF_W", "type": "" }, { "class": "const", "name": "BPF_X", "type": "" }, { "class": "const", "name": "BRKINT", "type": "" }, { "class": "const", "name": "CFLUSH", "type": "" }, { "class": "const", "name": "CLOCAL", "type": "" }, { "class": "const", "name": "CREAD", "type": "" }, { "class": "const", "name": "CS5", "type": "" }, { "class": "const", "name": "CS6", "type": "" }, { "class": "const", "name": "CS7", "type": "" }, { "class": "const", "name": "CS8", "type": "" }, { "class": "const", "name": "CSIZE", "type": "" }, { "class": "const", "name": "CSTART", "type": "" }, { "class": "const", "name": "CSTATUS", "type": "" }, { "class": "const", "name": "CSTOP", "type": "" }, { "class": "const", "name": "CSTOPB", "type": "" }, { "class": "const", "name": "CSUSP", "type": "" }, { "class": "const", "name": "CTL_MAXNAME", "type": "" }, { "class": "const", "name": "CTL_NET", "type": "" }, { "class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": "" }, { "class": "const", "name": "DLT_ARCNET", "type": "" }, { "class": "const", "name": "DLT_ATM_CLIP", "type": "" }, { "class": "const", "name": "DLT_ATM_RFC1483", "type": "" }, { "class": "const", "name": "DLT_AX25", "type": "" }, { "class": "const", "name": "DLT_CHAOS", "type": "" }, { "class": "const", "name": "DLT_CHDLC", "type": "" }, { "class": "const", "name": "DLT_C_HDLC", "type": "" }, { "class": "const", "name": "DLT_EN10MB", "type": "" }, { "class": "const", "name": "DLT_EN3MB", "type": "" }, { "class": "const", "name": "DLT_FDDI", "type": "" }, { "class": "const", "name": "DLT_IEEE802", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": "" }, { "class": "const", "name": "DLT_LINUX_SLL", "type": "" }, { "class": "const", "name": "DLT_LOOP", "type": "" }, { "class": "const", "name": "DLT_NULL", "type": "" }, { "class": "const", "name": "DLT_PFLOG", "type": "" }, { "class": "const", "name": "DLT_PFSYNC", "type": "" }, { "class": "const", "name": "DLT_PPP", "type": "" }, { "class": "const", "name": "DLT_PPP_BSDOS", "type": "" }, { "class": "const", "name": "DLT_PPP_SERIAL", "type": "" }, { "class": "const", "name": "DLT_PRONET", "type": "" }, { "class": "const", "name": "DLT_RAW", "type": "" }, { "class": "const", "name": "DLT_SLIP", "type": "" }, { "class": "const", "name": "DLT_SLIP_BSDOS", "type": "" }, { "class": "const", "name": "DT_BLK", "type": "" }, { "class": "const", "name": "DT_CHR", "type": "" }, { "class": "const", "name": "DT_DIR", "type": "" }, { "class": "const", "name": "DT_FIFO", "type": "" }, { "class": "const", "name": "DT_LNK", "type": "" }, { "class": "const", "name": "DT_REG", "type": "" }, { "class": "const", "name": "DT_SOCK", "type": "" }, { "class": "const", "name": "DT_UNKNOWN", "type": "" }, { "class": "const", "name": "DT_WHT", "type": "" }, { "class": "const", "name": "E2BIG", "type": "" }, { "class": "const", "name": "EACCES", "type": "" }, { "class": "const", "name": "EADDRINUSE", "type": "" }, { "class": "const", "name": "EADDRNOTAVAIL", "type": "" }, { "class": "const", "name": "EAFNOSUPPORT", "type": "" }, { "class": "const", "name": "EAGAIN", "type": "" }, { "class": "const", "name": "EALREADY", "type": "" }, { "class": "const", "name": "EAUTH", "type": "" }, { "class": "const", "name": "EBADARCH", "type": "" }, { "class": "const", "name": "EBADEXEC", "type": "" }, { "class": "const", "name": "EBADF", "type": "" }, { "class": "const", "name": "EBADMACHO", "type": "" }, { "class": "const", "name": "EBADMSG", "type": "" }, { "class": "const", "name": "EBADRPC", "type": "" }, { "class": "const", "name": "EBUSY", "type": "" }, { "class": "const", "name": "ECANCELED", "type": "" }, { "class": "const", "name": "ECHILD", "type": "" }, { "class": "const", "name": "ECHO", "type": "" }, { "class": "const", "name": "ECHOCTL", "type": "" }, { "class": "const", "name": "ECHOE", "type": "" }, { "class": "const", "name": "ECHOK", "type": "" }, { "class": "const", "name": "ECHOKE", "type": "" }, { "class": "const", "name": "ECHONL", "type": "" }, { "class": "const", "name": "ECHOPRT", "type": "" }, { "class": "const", "name": "ECONNABORTED", "type": "" }, { "class": "const", "name": "ECONNREFUSED", "type": "" }, { "class": "const", "name": "ECONNRESET", "type": "" }, { "class": "const", "name": "EDEADLK", "type": "" }, { "class": "const", "name": "EDESTADDRREQ", "type": "" }, { "class": "const", "name": "EDEVERR", "type": "" }, { "class": "const", "name": "EDOM", "type": "" }, { "class": "const", "name": "EDQUOT", "type": "" }, { "class": "const", "name": "EEXIST", "type": "" }, { "class": "const", "name": "EFAULT", "type": "" }, { "class": "const", "name": "EFBIG", "type": "" }, { "class": "const", "name": "EFTYPE", "type": "" }, { "class": "const", "name": "EHOSTDOWN", "type": "" }, { "class": "const", "name": "EHOSTUNREACH", "type": "" }, { "class": "const", "name": "EIDRM", "type": "" }, { "class": "const", "name": "EILSEQ", "type": "" }, { "class": "const", "name": "EINPROGRESS", "type": "" }, { "class": "const", "name": "EINTR", "type": "" }, { "class": "const", "name": "EINVAL", "type": "" }, { "class": "const", "name": "EIO", "type": "" }, { "class": "const", "name": "EISCONN", "type": "" }, { "class": "const", "name": "EISDIR", "type": "" }, { "class": "const", "name": "ELAST", "type": "" }, { "class": "const", "name": "ELOOP", "type": "" }, { "class": "const", "name": "EMFILE", "type": "" }, { "class": "const", "name": "EMLINK", "type": "" }, { "class": "const", "name": "EMSGSIZE", "type": "" }, { "class": "const", "name": "EMULTIHOP", "type": "" }, { "class": "const", "name": "ENAMETOOLONG", "type": "" }, { "class": "const", "name": "ENEEDAUTH", "type": "" }, { "class": "const", "name": "ENETDOWN", "type": "" }, { "class": "const", "name": "ENETRESET", "type": "" }, { "class": "const", "name": "ENETUNREACH", "type": "" }, { "class": "const", "name": "ENFILE", "type": "" }, { "class": "const", "name": "ENOATTR", "type": "" }, { "class": "const", "name": "ENOBUFS", "type": "" }, { "class": "const", "name": "ENODATA", "type": "" }, { "class": "const", "name": "ENODEV", "type": "" }, { "class": "const", "name": "ENOENT", "type": "" }, { "class": "const", "name": "ENOEXEC", "type": "" }, { "class": "const", "name": "ENOLCK", "type": "" }, { "class": "const", "name": "ENOLINK", "type": "" }, { "class": "const", "name": "ENOMEM", "type": "" }, { "class": "const", "name": "ENOMSG", "type": "" }, { "class": "const", "name": "ENOPOLICY", "type": "" }, { "class": "const", "name": "ENOPROTOOPT", "type": "" }, { "class": "const", "name": "ENOSPC", "type": "" }, { "class": "const", "name": "ENOSR", "type": "" }, { "class": "const", "name": "ENOSTR", "type": "" }, { "class": "const", "name": "ENOSYS", "type": "" }, { "class": "const", "name": "ENOTBLK", "type": "" }, { "class": "const", "name": "ENOTCONN", "type": "" }, { "class": "const", "name": "ENOTDIR", "type": "" }, { "class": "const", "name": "ENOTEMPTY", "type": "" }, { "class": "const", "name": "ENOTRECOVERABLE", "type": "" }, { "class": "const", "name": "ENOTSOCK", "type": "" }, { "class": "const", "name": "ENOTSUP", "type": "" }, { "class": "const", "name": "ENOTTY", "type": "" }, { "class": "const", "name": "ENXIO", "type": "" }, { "class": "const", "name": "EOPNOTSUPP", "type": "" }, { "class": "const", "name": "EOVERFLOW", "type": "" }, { "class": "const", "name": "EOWNERDEAD", "type": "" }, { "class": "const", "name": "EPERM", "type": "" }, { "class": "const", "name": "EPFNOSUPPORT", "type": "" }, { "class": "const", "name": "EPIPE", "type": "" }, { "class": "const", "name": "EPROCLIM", "type": "" }, { "class": "const", "name": "EPROCUNAVAIL", "type": "" }, { "class": "const", "name": "EPROGMISMATCH", "type": "" }, { "class": "const", "name": "EPROGUNAVAIL", "type": "" }, { "class": "const", "name": "EPROTO", "type": "" }, { "class": "const", "name": "EPROTONOSUPPORT", "type": "" }, { "class": "const", "name": "EPROTOTYPE", "type": "" }, { "class": "const", "name": "EPWROFF", "type": "" }, { "class": "const", "name": "ERANGE", "type": "" }, { "class": "const", "name": "EREMOTE", "type": "" }, { "class": "const", "name": "EROFS", "type": "" }, { "class": "const", "name": "ERPCMISMATCH", "type": "" }, { "class": "const", "name": "ESHLIBVERS", "type": "" }, { "class": "const", "name": "ESHUTDOWN", "type": "" }, { "class": "const", "name": "ESOCKTNOSUPPORT", "type": "" }, { "class": "const", "name": "ESPIPE", "type": "" }, { "class": "const", "name": "ESRCH", "type": "" }, { "class": "const", "name": "ESTALE", "type": "" }, { "class": "const", "name": "ETIME", "type": "" }, { "class": "const", "name": "ETIMEDOUT", "type": "" }, { "class": "const", "name": "ETOOMANYREFS", "type": "" }, { "class": "const", "name": "ETXTBSY", "type": "" }, { "class": "const", "name": "EUSERS", "type": "" }, { "class": "const", "name": "EVFILT_AIO", "type": "" }, { "class": "const", "name": "EVFILT_FS", "type": "" }, { "class": "const", "name": "EVFILT_MACHPORT", "type": "" }, { "class": "const", "name": "EVFILT_PROC", "type": "" }, { "class": "const", "name": "EVFILT_READ", "type": "" }, { "class": "const", "name": "EVFILT_SIGNAL", "type": "" }, { "class": "const", "name": "EVFILT_SYSCOUNT", "type": "" }, { "class": "const", "name": "EVFILT_THREADMARKER", "type": "" }, { "class": "const", "name": "EVFILT_TIMER", "type": "" }, { "class": "const", "name": "EVFILT_USER", "type": "" }, { "class": "const", "name": "EVFILT_VM", "type": "" }, { "class": "const", "name": "EVFILT_VNODE", "type": "" }, { "class": "const", "name": "EVFILT_WRITE", "type": "" }, { "class": "const", "name": "EV_ADD", "type": "" }, { "class": "const", "name": "EV_CLEAR", "type": "" }, { "class": "const", "name": "EV_DELETE", "type": "" }, { "class": "const", "name": "EV_DISABLE", "type": "" }, { "class": "const", "name": "EV_DISPATCH", "type": "" }, { "class": "const", "name": "EV_ENABLE", "type": "" }, { "class": "const", "name": "EV_EOF", "type": "" }, { "class": "const", "name": "EV_ERROR", "type": "" }, { "class": "const", "name": "EV_FLAG0", "type": "" }, { "class": "const", "name": "EV_FLAG1", "type": "" }, { "class": "const", "name": "EV_ONESHOT", "type": "" }, { "class": "const", "name": "EV_OOBAND", "type": "" }, { "class": "const", "name": "EV_POLL", "type": "" }, { "class": "const", "name": "EV_RECEIPT", "type": "" }, { "class": "const", "name": "EV_SYSFLAGS", "type": "" }, { "class": "const", "name": "EWOULDBLOCK", "type": "" }, { "class": "const", "name": "EXDEV", "type": "" }, { "class": "const", "name": "EXTA", "type": "" }, { "class": "const", "name": "EXTB", "type": "" }, { "class": "const", "name": "EXTPROC", "type": "" }, { "class": "const", "name": "FD_CLOEXEC", "type": "" }, { "class": "const", "name": "FD_SETSIZE", "type": "" }, { "class": "const", "name": "FLUSHO", "type": "" }, { "class": "const", "name": "F_ADDFILESIGS", "type": "" }, { "class": "const", "name": "F_ADDSIGS", "type": "" }, { "class": "const", "name": "F_ALLOCATEALL", "type": "" }, { "class": "const", "name": "F_ALLOCATECONTIG", "type": "" }, { "class": "const", "name": "F_CHKCLEAN", "type": "" }, { "class": "const", "name": "F_DUPFD", "type": "" }, { "class": "const", "name": "F_DUPFD_CLOEXEC", "type": "" }, { "class": "const", "name": "F_FLUSH_DATA", "type": "" }, { "class": "const", "name": "F_FREEZE_FS", "type": "" }, { "class": "const", "name": "F_FULLFSYNC", "type": "" }, { "class": "const", "name": "F_GETFD", "type": "" }, { "class": "const", "name": "F_GETFL", "type": "" }, { "class": "const", "name": "F_GETLK", "type": "" }, { "class": "const", "name": "F_GETLKPID", "type": "" }, { "class": "const", "name": "F_GETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_GETOWN", "type": "" }, { "class": "const", "name": "F_GETPATH", "type": "" }, { "class": "const", "name": "F_GETPATH_MTMINFO", "type": "" }, { "class": "const", "name": "F_GETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_GLOBAL_NOCACHE", "type": "" }, { "class": "const", "name": "F_LOG2PHYS", "type": "" }, { "class": "const", "name": "F_LOG2PHYS_EXT", "type": "" }, { "class": "const", "name": "F_MARKDEPENDENCY", "type": "" }, { "class": "const", "name": "F_NOCACHE", "type": "" }, { "class": "const", "name": "F_NODIRECT", "type": "" }, { "class": "const", "name": "F_OK", "type": "" }, { "class": "const", "name": "F_PATHPKG_CHECK", "type": "" }, { "class": "const", "name": "F_PEOFPOSMODE", "type": "" }, { "class": "const", "name": "F_PREALLOCATE", "type": "" }, { "class": "const", "name": "F_RDADVISE", "type": "" }, { "class": "const", "name": "F_RDAHEAD", "type": "" }, { "class": "const", "name": "F_RDLCK", "type": "" }, { "class": "const", "name": "F_READBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_SETBACKINGSTORE", "type": "" }, { "class": "const", "name": "F_SETFD", "type": "" }, { "class": "const", "name": "F_SETFL", "type": "" }, { "class": "const", "name": "F_SETLK", "type": "" }, { "class": "const", "name": "F_SETLKW", "type": "" }, { "class": "const", "name": "F_SETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_SETOWN", "type": "" }, { "class": "const", "name": "F_SETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_SETSIZE", "type": "" }, { "class": "const", "name": "F_THAW_FS", "type": "" }, { "class": "const", "name": "F_UNLCK", "type": "" }, { "class": "const", "name": "F_VOLPOSMODE", "type": "" }, { "class": "const", "name": "F_WRITEBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_WRLCK", "type": "" }, { "class": "const", "name": "HUPCL", "type": "" }, { "class": "const", "name": "ICANON", "type": "" }, { "class": "const", "name": "ICMP6_FILTER", "type": "" }, { "class": "const", "name": "ICRNL", "type": "" }, { "class": "const", "name": "IEXTEN", "type": "" }, { "class": "const", "name": "IFF_ALLMULTI", "type": "" }, { "class": "const", "name": "IFF_ALTPHYS", "type": "" }, { "class": "const", "name": "IFF_BROADCAST", "type": "" }, { "class": "const", "name": "IFF_DEBUG", "type": "" }, { "class": "const", "name": "IFF_LINK0", "type": "" }, { "class": "const", "name": "IFF_LINK1", "type": "" }, { "class": "const", "name": "IFF_LINK2", "type": "" }, { "class": "const", "name": "IFF_LOOPBACK", "type": "" }, { "class": "const", "name": "IFF_MULTICAST", "type": "" }, { "class": "const", "name": "IFF_NOARP", "type": "" }, { "class": "const", "name": "IFF_NOTRAILERS", "type": "" }, { "class": "const", "name": "IFF_OACTIVE", "type": "" }, { "class": "const", "name": "IFF_POINTOPOINT", "type": "" }, { "class": "const", "name": "IFF_PROMISC", "type": "" }, { "class": "const", "name": "IFF_RUNNING", "type": "" }, { "class": "const", "name": "IFF_SIMPLEX", "type": "" }, { "class": "const", "name": "IFF_UP", "type": "" }, { "class": "const", "name": "IFNAMSIZ", "type": "" }, { "class": "const", "name": "IFT_1822", "type": "" }, { "class": "const", "name": "IFT_AAL5", "type": "" }, { "class": "const", "name": "IFT_ARCNET", "type": "" }, { "class": "const", "name": "IFT_ARCNETPLUS", "type": "" }, { "class": "const", "name": "IFT_ATM", "type": "" }, { "class": "const", "name": "IFT_BRIDGE", "type": "" }, { "class": "const", "name": "IFT_CARP", "type": "" }, { "class": "const", "name": "IFT_CELLULAR", "type": "" }, { "class": "const", "name": "IFT_CEPT", "type": "" }, { "class": "const", "name": "IFT_DS3", "type": "" }, { "class": "const", "name": "IFT_ENC", "type": "" }, { "class": "const", "name": "IFT_EON", "type": "" }, { "class": "const", "name": "IFT_ETHER", "type": "" }, { "class": "const", "name": "IFT_FAITH", "type": "" }, { "class": "const", "name": "IFT_FDDI", "type": "" }, { "class": "const", "name": "IFT_FRELAY", "type": "" }, { "class": "const", "name": "IFT_FRELAYDCE", "type": "" }, { "class": "const", "name": "IFT_GIF", "type": "" }, { "class": "const", "name": "IFT_HDH1822", "type": "" }, { "class": "const", "name": "IFT_HIPPI", "type": "" }, { "class": "const", "name": "IFT_HSSI", "type": "" }, { "class": "const", "name": "IFT_HY", "type": "" }, { "class": "const", "name": "IFT_IEEE1394", "type": "" }, { "class": "const", "name": "IFT_IEEE8023ADLAG", "type": "" }, { "class": "const", "name": "IFT_ISDNBASIC", "type": "" }, { "class": "const", "name": "IFT_ISDNPRIMARY", "type": "" }, { "class": "const", "name": "IFT_ISO88022LLC", "type": "" }, { "class": "const", "name": "IFT_ISO88023", "type": "" }, { "class": "const", "name": "IFT_ISO88024", "type": "" }, { "class": "const", "name": "IFT_ISO88025", "type": "" }, { "class": "const", "name": "IFT_ISO88026", "type": "" }, { "class": "const", "name": "IFT_L2VLAN", "type": "" }, { "class": "const", "name": "IFT_LAPB", "type": "" }, { "class": "const", "name": "IFT_LOCALTALK", "type": "" }, { "class": "const", "name": "IFT_LOOP", "type": "" }, { "class": "const", "name": "IFT_MIOX25", "type": "" }, { "class": "const", "name": "IFT_MODEM", "type": "" }, { "class": "const", "name": "IFT_NSIP", "type": "" }, { "class": "const", "name": "IFT_OTHER", "type": "" }, { "class": "const", "name": "IFT_P10", "type": "" }, { "class": "const", "name": "IFT_P80", "type": "" }, { "class": "const", "name": "IFT_PARA", "type": "" }, { "class": "const", "name": "IFT_PDP", "type": "" }, { "class": "const", "name": "IFT_PFLOG", "type": "" }, { "class": "const", "name": "IFT_PFSYNC", "type": "" }, { "class": "const", "name": "IFT_PPP", "type": "" }, { "class": "const", "name": "IFT_PROPMUX", "type": "" }, { "class": "const", "name": "IFT_PROPVIRTUAL", "type": "" }, { "class": "const", "name": "IFT_PTPSERIAL", "type": "" }, { "class": "const", "name": "IFT_RS232", "type": "" }, { "class": "const", "name": "IFT_SDLC", "type": "" }, { "class": "const", "name": "IFT_SIP", "type": "" }, { "class": "const", "name": "IFT_SLIP", "type": "" }, { "class": "const", "name": "IFT_SMDSDXI", "type": "" }, { "class": "const", "name": "IFT_SMDSICIP", "type": "" }, { "class": "const", "name": "IFT_SONET", "type": "" }, { "class": "const", "name": "IFT_SONETPATH", "type": "" }, { "class": "const", "name": "IFT_SONETVT", "type": "" }, { "class": "const", "name": "IFT_STARLAN", "type": "" }, { "class": "const", "name": "IFT_STF", "type": "" }, { "class": "const", "name": "IFT_T1", "type": "" }, { "class": "const", "name": "IFT_ULTRA", "type": "" }, { "class": "const", "name": "IFT_V35", "type": "" }, { "class": "const", "name": "IFT_X25", "type": "" }, { "class": "const", "name": "IFT_X25DDN", "type": "" }, { "class": "const", "name": "IFT_X25PLE", "type": "" }, { "class": "const", "name": "IFT_XETHER", "type": "" }, { "class": "const", "name": "IGNBRK", "type": "" }, { "class": "const", "name": "IGNCR", "type": "" }, { "class": "const", "name": "IGNPAR", "type": "" }, { "class": "const", "name": "IMAXBEL", "type": "" }, { "class": "const", "name": "INLCR", "type": "" }, { "class": "const", "name": "INPCK", "type": "" }, { "class": "const", "name": "IN_CLASSA_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSA_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSA_NET", "type": "" }, { "class": "const", "name": "IN_CLASSA_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSB_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSB_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSB_NET", "type": "" }, { "class": "const", "name": "IN_CLASSB_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSC_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSC_NET", "type": "" }, { "class": "const", "name": "IN_CLASSC_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSD_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSD_NET", "type": "" }, { "class": "const", "name": "IN_CLASSD_NSHIFT", "type": "" }, { "class": "const", "name": "IN_LINKLOCALNETNUM", "type": "" }, { "class": "const", "name": "IN_LOOPBACKNET", "type": "" }, { "class": "const", "name": "IPPROTO_3PC", "type": "" }, { "class": "const", "name": "IPPROTO_ADFS", "type": "" }, { "class": "const", "name": "IPPROTO_AH", "type": "" }, { "class": "const", "name": "IPPROTO_AHIP", "type": "" }, { "class": "const", "name": "IPPROTO_APES", "type": "" }, { "class": "const", "name": "IPPROTO_ARGUS", "type": "" }, { "class": "const", "name": "IPPROTO_AX25", "type": "" }, { "class": "const", "name": "IPPROTO_BHA", "type": "" }, { "class": "const", "name": "IPPROTO_BLT", "type": "" }, { "class": "const", "name": "IPPROTO_BRSATMON", "type": "" }, { "class": "const", "name": "IPPROTO_CFTP", "type": "" }, { "class": "const", "name": "IPPROTO_CHAOS", "type": "" }, { "class": "const", "name": "IPPROTO_CMTP", "type": "" }, { "class": "const", "name": "IPPROTO_CPHB", "type": "" }, { "class": "const", "name": "IPPROTO_CPNX", "type": "" }, { "class": "const", "name": "IPPROTO_DDP", "type": "" }, { "class": "const", "name": "IPPROTO_DGP", "type": "" }, { "class": "const", "name": "IPPROTO_DIVERT", "type": "" }, { "class": "const", "name": "IPPROTO_DONE", "type": "" }, { "class": "const", "name": "IPPROTO_DSTOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_EGP", "type": "" }, { "class": "const", "name": "IPPROTO_EMCON", "type": "" }, { "class": "const", "name": "IPPROTO_ENCAP", "type": "" }, { "class": "const", "name": "IPPROTO_EON", "type": "" }, { "class": "const", "name": "IPPROTO_ESP", "type": "" }, { "class": "const", "name": "IPPROTO_ETHERIP", "type": "" }, { "class": "const", "name": "IPPROTO_FRAGMENT", "type": "" }, { "class": "const", "name": "IPPROTO_GGP", "type": "" }, { "class": "const", "name": "IPPROTO_GMTP", "type": "" }, { "class": "const", "name": "IPPROTO_GRE", "type": "" }, { "class": "const", "name": "IPPROTO_HELLO", "type": "" }, { "class": "const", "name": "IPPROTO_HMP", "type": "" }, { "class": "const", "name": "IPPROTO_HOPOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_ICMP", "type": "" }, { "class": "const", "name": "IPPROTO_ICMPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IDP", "type": "" }, { "class": "const", "name": "IPPROTO_IDPR", "type": "" }, { "class": "const", "name": "IPPROTO_IDRP", "type": "" }, { "class": "const", "name": "IPPROTO_IGMP", "type": "" }, { "class": "const", "name": "IPPROTO_IGP", "type": "" }, { "class": "const", "name": "IPPROTO_IGRP", "type": "" }, { "class": "const", "name": "IPPROTO_IL", "type": "" }, { "class": "const", "name": "IPPROTO_INLSP", "type": "" }, { "class": "const", "name": "IPPROTO_INP", "type": "" }, { "class": "const", "name": "IPPROTO_IP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCOMP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCV", "type": "" }, { "class": "const", "name": "IPPROTO_IPEIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPPC", "type": "" }, { "class": "const", "name": "IPPROTO_IPV4", "type": "" }, { "class": "const", "name": "IPPROTO_IPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IRTP", "type": "" }, { "class": "const", "name": "IPPROTO_KRYPTOLAN", "type": "" }, { "class": "const", "name": "IPPROTO_LARP", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF1", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF2", "type": "" }, { "class": "const", "name": "IPPROTO_MAX", "type": "" }, { "class": "const", "name": "IPPROTO_MAXID", "type": "" }, { "class": "const", "name": "IPPROTO_MEAS", "type": "" }, { "class": "const", "name": "IPPROTO_MHRP", "type": "" }, { "class": "const", "name": "IPPROTO_MICP", "type": "" }, { "class": "const", "name": "IPPROTO_MTP", "type": "" }, { "class": "const", "name": "IPPROTO_MUX", "type": "" }, { "class": "const", "name": "IPPROTO_ND", "type": "" }, { "class": "const", "name": "IPPROTO_NHRP", "type": "" }, { "class": "const", "name": "IPPROTO_NONE", "type": "" }, { "class": "const", "name": "IPPROTO_NSP", "type": "" }, { "class": "const", "name": "IPPROTO_NVPII", "type": "" }, { "class": "const", "name": "IPPROTO_OSPFIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PGM", "type": "" }, { "class": "const", "name": "IPPROTO_PIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PIM", "type": "" }, { "class": "const", "name": "IPPROTO_PRM", "type": "" }, { "class": "const", "name": "IPPROTO_PUP", "type": "" }, { "class": "const", "name": "IPPROTO_PVP", "type": "" }, { "class": "const", "name": "IPPROTO_RAW", "type": "" }, { "class": "const", "name": "IPPROTO_RCCMON", "type": "" }, { "class": "const", "name": "IPPROTO_RDP", "type": "" }, { "class": "const", "name": "IPPROTO_ROUTING", "type": "" }, { "class": "const", "name": "IPPROTO_RSVP", "type": "" }, { "class": "const", "name": "IPPROTO_RVD", "type": "" }, { "class": "const", "name": "IPPROTO_SATEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_SATMON", "type": "" }, { "class": "const", "name": "IPPROTO_SCCSP", "type": "" }, { "class": "const", "name": "IPPROTO_SCTP", "type": "" }, { "class": "const", "name": "IPPROTO_SDRP", "type": "" }, { "class": "const", "name": "IPPROTO_SEP", "type": "" }, { "class": "const", "name": "IPPROTO_SRPC", "type": "" }, { "class": "const", "name": "IPPROTO_ST", "type": "" }, { "class": "const", "name": "IPPROTO_SVMTP", "type": "" }, { "class": "const", "name": "IPPROTO_SWIPE", "type": "" }, { "class": "const", "name": "IPPROTO_TCF", "type": "" }, { "class": "const", "name": "IPPROTO_TCP", "type": "" }, { "class": "const", "name": "IPPROTO_TP", "type": "" }, { "class": "const", "name": "IPPROTO_TPXX", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK1", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK2", "type": "" }, { "class": "const", "name": "IPPROTO_TTP", "type": "" }, { "class": "const", "name": "IPPROTO_UDP", "type": "" }, { "class": "const", "name": "IPPROTO_VINES", "type": "" }, { "class": "const", "name": "IPPROTO_VISA", "type": "" }, { "class": "const", "name": "IPPROTO_VMTP", "type": "" }, { "class": "const", "name": "IPPROTO_WBEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_WBMON", "type": "" }, { "class": "const", "name": "IPPROTO_WSN", "type": "" }, { "class": "const", "name": "IPPROTO_XNET", "type": "" }, { "class": "const", "name": "IPPROTO_XTP", "type": "" }, { "class": "const", "name": "IPV6_2292DSTOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292HOPLIMIT", "type": "" }, { "class": "const", "name": "IPV6_2292HOPOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292NEXTHOP", "type": "" }, { "class": "const", "name": "IPV6_2292PKTINFO", "type": "" }, { "class": "const", "name": "IPV6_2292PKTOPTIONS", "type": "" }, { "class": "const", "name": "IPV6_2292RTHDR", "type": "" }, { "class": "const", "name": "IPV6_BINDV6ONLY", "type": "" }, { "class": "const", "name": "IPV6_BOUND_IF", "type": "" }, { "class": "const", "name": "IPV6_CHECKSUM", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_DEFHLIM", "type": "" }, { "class": "const", "name": "IPV6_FAITH", "type": "" }, { "class": "const", "name": "IPV6_FLOWINFO_MASK", "type": "" }, { "class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": "" }, { "class": "const", "name": "IPV6_FRAGTTL", "type": "" }, { "class": "const", "name": "IPV6_FW_ADD", "type": "" }, { "class": "const", "name": "IPV6_FW_DEL", "type": "" }, { "class": "const", "name": "IPV6_FW_FLUSH", "type": "" }, { "class": "const", "name": "IPV6_FW_GET", "type": "" }, { "class": "const", "name": "IPV6_FW_ZERO", "type": "" }, { "class": "const", "name": "IPV6_HLIMDEC", "type": "" }, { "class": "const", "name": "IPV6_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IPV6_JOIN_GROUP", "type": "" }, { "class": "const", "name": "IPV6_LEAVE_GROUP", "type": "" }, { "class": "const", "name": "IPV6_MAXHLIM", "type": "" }, { "class": "const", "name": "IPV6_MAXOPTHDR", "type": "" }, { "class": "const", "name": "IPV6_MAXPACKET", "type": "" }, { "class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MMTU", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IPV6_RECVTCLASS", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_LOOSE", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_STRICT", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": "" }, { "class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": "" }, { "class": "const", "name": "IPV6_TCLASS", "type": "" }, { "class": "const", "name": "IPV6_UNICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_V6ONLY", "type": "" }, { "class": "const", "name": "IPV6_VERSION", "type": "" }, { "class": "const", "name": "IPV6_VERSION_MASK", "type": "" }, { "class": "const", "name": "IP_ADD_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_BLOCK_SOURCE", "type": "" }, { "class": "const", "name": "IP_BOUND_IF", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_DF", "type": "" }, { "class": "const", "name": "IP_DROP_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_DEL", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_FLUSH", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_GET", "type": "" }, { "class": "const", "name": "IP_FAITH", "type": "" }, { "class": "const", "name": "IP_FW_ADD", "type": "" }, { "class": "const", "name": "IP_FW_DEL", "type": "" }, { "class": "const", "name": "IP_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_FW_GET", "type": "" }, { "class": "const", "name": "IP_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_HDRINCL", "type": "" }, { "class": "const", "name": "IP_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IP_MAXPACKET", "type": "" }, { "class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MF", "type": "" }, { "class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MSFILTER", "type": "" }, { "class": "const", "name": "IP_MSS", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IFINDEX", "type": "" }, { "class": "const", "name": "IP_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_MULTICAST_VIF", "type": "" }, { "class": "const", "name": "IP_NAT__XXX", "type": "" }, { "class": "const", "name": "IP_OFFMASK", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ADD", "type": "" }, { "class": "const", "name": "IP_OLD_FW_DEL", "type": "" }, { "class": "const", "name": "IP_OLD_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_OLD_FW_GET", "type": "" }, { "class": "const", "name": "IP_OLD_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_OPTIONS", "type": "" }, { "class": "const", "name": "IP_PKTINFO", "type": "" }, { "class": "const", "name": "IP_PORTRANGE", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IP_RECVDSTADDR", "type": "" }, { "class": "const", "name": "IP_RECVIF", "type": "" }, { "class": "const", "name": "IP_RECVOPTS", "type": "" }, { "class": "const", "name": "IP_RECVPKTINFO", "type": "" }, { "class": "const", "name": "IP_RECVRETOPTS", "type": "" }, { "class": "const", "name": "IP_RECVTTL", "type": "" }, { "class": "const", "name": "IP_RETOPTS", "type": "" }, { "class": "const", "name": "IP_RF", "type": "" }, { "class": "const", "name": "IP_RSVP_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_ON", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_ON", "type": "" }, { "class": "const", "name": "IP_STRIPHDR", "type": "" }, { "class": "const", "name": "IP_TOS", "type": "" }, { "class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": "" }, { "class": "const", "name": "IP_TTL", "type": "" }, { "class": "const", "name": "IP_UNBLOCK_SOURCE", "type": "" }, { "class": "const", "name": "ISIG", "type": "" }, { "class": "const", "name": "ISTRIP", "type": "" }, { "class": "const", "name": "IUTF8", "type": "" }, { "class": "const", "name": "IXANY", "type": "" }, { "class": "const", "name": "IXOFF", "type": "" }, { "class": "const", "name": "IXON", "type": "" }, { "class": "const", "name": "ImplementsGetwd", "type": "" }, { "class": "const", "name": "LOCK_EX", "type": "" }, { "class": "const", "name": "LOCK_NB", "type": "" }, { "class": "const", "name": "LOCK_SH", "type": "" }, { "class": "const", "name": "LOCK_UN", "type": "" }, { "class": "const", "name": "MADV_CAN_REUSE", "type": "" }, { "class": "const", "name": "MADV_DONTNEED", "type": "" }, { "class": "const", "name": "MADV_FREE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSABLE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSE", "type": "" }, { "class": "const", "name": "MADV_NORMAL", "type": "" }, { "class": "const", "name": "MADV_RANDOM", "type": "" }, { "class": "const", "name": "MADV_SEQUENTIAL", "type": "" }, { "class": "const", "name": "MADV_WILLNEED", "type": "" }, { "class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": "" }, { "class": "const", "name": "MAP_ANON", "type": "" }, { "class": "const", "name": "MAP_COPY", "type": "" }, { "class": "const", "name": "MAP_FILE", "type": "" }, { "class": "const", "name": "MAP_FIXED", "type": "" }, { "class": "const", "name": "MAP_HASSEMAPHORE", "type": "" }, { "class": "const", "name": "MAP_JIT", "type": "" }, { "class": "const", "name": "MAP_NOCACHE", "type": "" }, { "class": "const", "name": "MAP_NOEXTEND", "type": "" }, { "class": "const", "name": "MAP_NORESERVE", "type": "" }, { "class": "const", "name": "MAP_PRIVATE", "type": "" }, { "class": "const", "name": "MAP_RENAME", "type": "" }, { "class": "const", "name": "MAP_RESERVED0080", "type": "" }, { "class": "const", "name": "MAP_SHARED", "type": "" }, { "class": "const", "name": "MCL_CURRENT", "type": "" }, { "class": "const", "name": "MCL_FUTURE", "type": "" }, { "class": "const", "name": "MSG_CTRUNC", "type": "" }, { "class": "const", "name": "MSG_DONTROUTE", "type": "" }, { "class": "const", "name": "MSG_DONTWAIT", "type": "" }, { "class": "const", "name": "MSG_EOF", "type": "" }, { "class": "const", "name": "MSG_EOR", "type": "" }, { "class": "const", "name": "MSG_FLUSH", "type": "" }, { "class": "const", "name": "MSG_HAVEMORE", "type": "" }, { "class": "const", "name": "MSG_HOLD", "type": "" }, { "class": "const", "name": "MSG_NEEDSA", "type": "" }, { "class": "const", "name": "MSG_OOB", "type": "" }, { "class": "const", "name": "MSG_PEEK", "type": "" }, { "class": "const", "name": "MSG_RCVMORE", "type": "" }, { "class": "const", "name": "MSG_SEND", "type": "" }, { "class": "const", "name": "MSG_TRUNC", "type": "" }, { "class": "const", "name": "MSG_WAITALL", "type": "" }, { "class": "const", "name": "MSG_WAITSTREAM", "type": "" }, { "class": "const", "name": "MS_ASYNC", "type": "" }, { "class": "const", "name": "MS_DEACTIVATE", "type": "" }, { "class": "const", "name": "MS_INVALIDATE", "type": "" }, { "class": "const", "name": "MS_KILLPAGES", "type": "" }, { "class": "const", "name": "MS_SYNC", "type": "" }, { "class": "const", "name": "NAME_MAX", "type": "" }, { "class": "const", "name": "NET_RT_DUMP", "type": "" }, { "class": "const", "name": "NET_RT_DUMP2", "type": "" }, { "class": "const", "name": "NET_RT_FLAGS", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST2", "type": "" }, { "class": "const", "name": "NET_RT_MAXID", "type": "" }, { "class": "const", "name": "NET_RT_STAT", "type": "" }, { "class": "const", "name": "NET_RT_TRASH", "type": "" }, { "class": "const", "name": "NOFLSH", "type": "" }, { "class": "const", "name": "NOTE_ABSOLUTE", "type": "" }, { "class": "const", "name": "NOTE_ATTRIB", "type": "" }, { "class": "const", "name": "NOTE_CHILD", "type": "" }, { "class": "const", "name": "NOTE_DELETE", "type": "" }, { "class": "const", "name": "NOTE_EXEC", "type": "" }, { "class": "const", "name": "NOTE_EXIT", "type": "" }, { "class": "const", "name": "NOTE_EXITSTATUS", "type": "" }, { "class": "const", "name": "NOTE_EXTEND", "type": "" }, { "class": "const", "name": "NOTE_FFAND", "type": "" }, { "class": "const", "name": "NOTE_FFCOPY", "type": "" }, { "class": "const", "name": "NOTE_FFCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_FFLAGSMASK", "type": "" }, { "class": "const", "name": "NOTE_FFNOP", "type": "" }, { "class": "const", "name": "NOTE_FFOR", "type": "" }, { "class": "const", "name": "NOTE_FORK", "type": "" }, { "class": "const", "name": "NOTE_LINK", "type": "" }, { "class": "const", "name": "NOTE_LOWAT", "type": "" }, { "class": "const", "name": "NOTE_NONE", "type": "" }, { "class": "const", "name": "NOTE_NSECONDS", "type": "" }, { "class": "const", "name": "NOTE_PCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_PDATAMASK", "type": "" }, { "class": "const", "name": "NOTE_REAP", "type": "" }, { "class": "const", "name": "NOTE_RENAME", "type": "" }, { "class": "const", "name": "NOTE_RESOURCEEND", "type": "" }, { "class": "const", "name": "NOTE_REVOKE", "type": "" }, { "class": "const", "name": "NOTE_SECONDS", "type": "" }, { "class": "const", "name": "NOTE_SIGNAL", "type": "" }, { "class": "const", "name": "NOTE_TRACK", "type": "" }, { "class": "const", "name": "NOTE_TRACKERR", "type": "" }, { "class": "const", "name": "NOTE_TRIGGER", "type": "" }, { "class": "const", "name": "NOTE_USECONDS", "type": "" }, { "class": "const", "name": "NOTE_VM_ERROR", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_WRITE", "type": "" }, { "class": "const", "name": "OCRNL", "type": "" }, { "class": "const", "name": "OFDEL", "type": "" }, { "class": "const", "name": "OFILL", "type": "" }, { "class": "const", "name": "ONLCR", "type": "" }, { "class": "const", "name": "ONLRET", "type": "" }, { "class": "const", "name": "ONOCR", "type": "" }, { "class": "const", "name": "ONOEOT", "type": "" }, { "class": "const", "name": "OPOST", "type": "" }, { "class": "const", "name": "O_ACCMODE", "type": "" }, { "class": "const", "name": "O_ALERT", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_ASYNC", "type": "" }, { "class": "const", "name": "O_CLOEXEC", "type": "" }, { "class": "const", "name": "O_CREAT", "type": "" }, { "class": "const", "name": "O_DIRECTORY", "type": "" }, { "class": "const", "name": "O_DSYNC", "type": "" }, { "class": "const", "name": "O_EVTONLY", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_EXLOCK", "type": "" }, { "class": "const", "name": "O_FSYNC", "type": "" }, { "class": "const", "name": "O_NDELAY", "type": "" }, { "class": "const", "name": "O_NOCTTY", "type": "" }, { "class": "const", "name": "O_NOFOLLOW", "type": "" }, { "class": "const", "name": "O_NONBLOCK", "type": "" }, { "class": "const", "name": "O_POPUP", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SHLOCK", "type": "" }, { "class": "const", "name": "O_SYMLINK", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PARENB", "type": "" }, { "class": "const", "name": "PARMRK", "type": "" }, { "class": "const", "name": "PARODD", "type": "" }, { "class": "const", "name": "PENDIN", "type": "" }, { "class": "const", "name": "PRIO_PGRP", "type": "" }, { "class": "const", "name": "PRIO_PROCESS", "type": "" }, { "class": "const", "name": "PRIO_USER", "type": "" }, { "class": "const", "name": "PROT_EXEC", "type": "" }, { "class": "const", "name": "PROT_NONE", "type": "" }, { "class": "const", "name": "PROT_READ", "type": "" }, { "class": "const", "name": "PROT_WRITE", "type": "" }, { "class": "const", "name": "PTRACE_CONT", "type": "" }, { "class": "const", "name": "PTRACE_KILL", "type": "" }, { "class": "const", "name": "PTRACE_TRACEME", "type": "" }, { "class": "const", "name": "PT_ATTACH", "type": "" }, { "class": "const", "name": "PT_ATTACHEXC", "type": "" }, { "class": "const", "name": "PT_CONTINUE", "type": "" }, { "class": "const", "name": "PT_DENY_ATTACH", "type": "" }, { "class": "const", "name": "PT_DETACH", "type": "" }, { "class": "const", "name": "PT_FIRSTMACH", "type": "" }, { "class": "const", "name": "PT_FORCEQUOTA", "type": "" }, { "class": "const", "name": "PT_KILL", "type": "" }, { "class": "const", "name": "PT_READ_D", "type": "" }, { "class": "const", "name": "PT_READ_I", "type": "" }, { "class": "const", "name": "PT_READ_U", "type": "" }, { "class": "const", "name": "PT_SIGEXC", "type": "" }, { "class": "const", "name": "PT_STEP", "type": "" }, { "class": "const", "name": "PT_THUPDATE", "type": "" }, { "class": "const", "name": "PT_TRACE_ME", "type": "" }, { "class": "const", "name": "PT_WRITE_D", "type": "" }, { "class": "const", "name": "PT_WRITE_I", "type": "" }, { "class": "const", "name": "PT_WRITE_U", "type": "" }, { "class": "const", "name": "RLIMIT_AS", "type": "" }, { "class": "const", "name": "RLIMIT_CORE", "type": "" }, { "class": "const", "name": "RLIMIT_CPU", "type": "" }, { "class": "const", "name": "RLIMIT_DATA", "type": "" }, { "class": "const", "name": "RLIMIT_FSIZE", "type": "" }, { "class": "const", "name": "RLIMIT_NOFILE", "type": "" }, { "class": "const", "name": "RLIMIT_STACK", "type": "" }, { "class": "const", "name": "RLIM_INFINITY", "type": "" }, { "class": "const", "name": "RTAX_AUTHOR", "type": "" }, { "class": "const", "name": "RTAX_BRD", "type": "" }, { "class": "const", "name": "RTAX_DST", "type": "" }, { "class": "const", "name": "RTAX_GATEWAY", "type": "" }, { "class": "const", "name": "RTAX_GENMASK", "type": "" }, { "class": "const", "name": "RTAX_IFA", "type": "" }, { "class": "const", "name": "RTAX_IFP", "type": "" }, { "class": "const", "name": "RTAX_MAX", "type": "" }, { "class": "const", "name": "RTAX_NETMASK", "type": "" }, { "class": "const", "name": "RTA_AUTHOR", "type": "" }, { "class": "const", "name": "RTA_BRD", "type": "" }, { "class": "const", "name": "RTA_DST", "type": "" }, { "class": "const", "name": "RTA_GATEWAY", "type": "" }, { "class": "const", "name": "RTA_GENMASK", "type": "" }, { "class": "const", "name": "RTA_IFA", "type": "" }, { "class": "const", "name": "RTA_IFP", "type": "" }, { "class": "const", "name": "RTA_NETMASK", "type": "" }, { "class": "const", "name": "RTF_BLACKHOLE", "type": "" }, { "class": "const", "name": "RTF_BROADCAST", "type": "" }, { "class": "const", "name": "RTF_CLONING", "type": "" }, { "class": "const", "name": "RTF_CONDEMNED", "type": "" }, { "class": "const", "name": "RTF_DELCLONE", "type": "" }, { "class": "const", "name": "RTF_DONE", "type": "" }, { "class": "const", "name": "RTF_DYNAMIC", "type": "" }, { "class": "const", "name": "RTF_GATEWAY", "type": "" }, { "class": "const", "name": "RTF_HOST", "type": "" }, { "class": "const", "name": "RTF_IFREF", "type": "" }, { "class": "const", "name": "RTF_IFSCOPE", "type": "" }, { "class": "const", "name": "RTF_LLINFO", "type": "" }, { "class": "const", "name": "RTF_LOCAL", "type": "" }, { "class": "const", "name": "RTF_MODIFIED", "type": "" }, { "class": "const", "name": "RTF_MULTICAST", "type": "" }, { "class": "const", "name": "RTF_PINNED", "type": "" }, { "class": "const", "name": "RTF_PRCLONING", "type": "" }, { "class": "const", "name": "RTF_PROTO1", "type": "" }, { "class": "const", "name": "RTF_PROTO2", "type": "" }, { "class": "const", "name": "RTF_PROTO3", "type": "" }, { "class": "const", "name": "RTF_REJECT", "type": "" }, { "class": "const", "name": "RTF_STATIC", "type": "" }, { "class": "const", "name": "RTF_UP", "type": "" }, { "class": "const", "name": "RTF_WASCLONED", "type": "" }, { "class": "const", "name": "RTF_XRESOLVE", "type": "" }, { "class": "const", "name": "RTM_ADD", "type": "" }, { "class": "const", "name": "RTM_CHANGE", "type": "" }, { "class": "const", "name": "RTM_DELADDR", "type": "" }, { "class": "const", "name": "RTM_DELETE", "type": "" }, { "class": "const", "name": "RTM_DELMADDR", "type": "" }, { "class": "const", "name": "RTM_GET", "type": "" }, { "class": "const", "name": "RTM_GET2", "type": "" }, { "class": "const", "name": "RTM_IFINFO", "type": "" }, { "class": "const", "name": "RTM_IFINFO2", "type": "" }, { "class": "const", "name": "RTM_LOCK", "type": "" }, { "class": "const", "name": "RTM_LOSING", "type": "" }, { "class": "const", "name": "RTM_MISS", "type": "" }, { "class": "const", "name": "RTM_NEWADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR2", "type": "" }, { "class": "const", "name": "RTM_OLDADD", "type": "" }, { "class": "const", "name": "RTM_OLDDEL", "type": "" }, { "class": "const", "name": "RTM_REDIRECT", "type": "" }, { "class": "const", "name": "RTM_RESOLVE", "type": "" }, { "class": "const", "name": "RTM_RTTUNIT", "type": "" }, { "class": "const", "name": "RTM_VERSION", "type": "" }, { "class": "const", "name": "RTV_EXPIRE", "type": "" }, { "class": "const", "name": "RTV_HOPCOUNT", "type": "" }, { "class": "const", "name": "RTV_MTU", "type": "" }, { "class": "const", "name": "RTV_RPIPE", "type": "" }, { "class": "const", "name": "RTV_RTT", "type": "" }, { "class": "const", "name": "RTV_RTTVAR", "type": "" }, { "class": "const", "name": "RTV_SPIPE", "type": "" }, { "class": "const", "name": "RTV_SSTHRESH", "type": "" }, { "class": "const", "name": "RUSAGE_CHILDREN", "type": "" }, { "class": "const", "name": "RUSAGE_SELF", "type": "" }, { "class": "const", "name": "SCM_CREDS", "type": "" }, { "class": "const", "name": "SCM_RIGHTS", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SHUT_RD", "type": "" }, { "class": "const", "name": "SHUT_RDWR", "type": "" }, { "class": "const", "name": "SHUT_WR", "type": "" }, { "class": "const", "name": "SIGABRT", "type": "" }, { "class": "const", "name": "SIGALRM", "type": "" }, { "class": "const", "name": "SIGBUS", "type": "" }, { "class": "const", "name": "SIGCHLD", "type": "" }, { "class": "const", "name": "SIGCONT", "type": "" }, { "class": "const", "name": "SIGEMT", "type": "" }, { "class": "const", "name": "SIGFPE", "type": "" }, { "class": "const", "name": "SIGHUP", "type": "" }, { "class": "const", "name": "SIGILL", "type": "" }, { "class": "const", "name": "SIGINFO", "type": "" }, { "class": "const", "name": "SIGINT", "type": "" }, { "class": "const", "name": "SIGIO", "type": "" }, { "class": "const", "name": "SIGIOT", "type": "" }, { "class": "const", "name": "SIGKILL", "type": "" }, { "class": "const", "name": "SIGPIPE", "type": "" }, { "class": "const", "name": "SIGPROF", "type": "" }, { "class": "const", "name": "SIGQUIT", "type": "" }, { "class": "const", "name": "SIGSEGV", "type": "" }, { "class": "const", "name": "SIGSTOP", "type": "" }, { "class": "const", "name": "SIGSYS", "type": "" }, { "class": "const", "name": "SIGTERM", "type": "" }, { "class": "const", "name": "SIGTRAP", "type": "" }, { "class": "const", "name": "SIGTSTP", "type": "" }, { "class": "const", "name": "SIGTTIN", "type": "" }, { "class": "const", "name": "SIGTTOU", "type": "" }, { "class": "const", "name": "SIGURG", "type": "" }, { "class": "const", "name": "SIGUSR1", "type": "" }, { "class": "const", "name": "SIGUSR2", "type": "" }, { "class": "const", "name": "SIGVTALRM", "type": "" }, { "class": "const", "name": "SIGWINCH", "type": "" }, { "class": "const", "name": "SIGXCPU", "type": "" }, { "class": "const", "name": "SIGXFSZ", "type": "" }, { "class": "const", "name": "SIOCADDMULTI", "type": "" }, { "class": "const", "name": "SIOCAIFADDR", "type": "" }, { "class": "const", "name": "SIOCALIFADDR", "type": "" }, { "class": "const", "name": "SIOCARPIPLL", "type": "" }, { "class": "const", "name": "SIOCATMARK", "type": "" }, { "class": "const", "name": "SIOCAUTOADDR", "type": "" }, { "class": "const", "name": "SIOCAUTONETMASK", "type": "" }, { "class": "const", "name": "SIOCDELMULTI", "type": "" }, { "class": "const", "name": "SIOCDIFADDR", "type": "" }, { "class": "const", "name": "SIOCDIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCDLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCGETSGCNT", "type": "" }, { "class": "const", "name": "SIOCGETVIFCNT", "type": "" }, { "class": "const", "name": "SIOCGETVLAN", "type": "" }, { "class": "const", "name": "SIOCGHIWAT", "type": "" }, { "class": "const", "name": "SIOCGIFADDR", "type": "" }, { "class": "const", "name": "SIOCGIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCGIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCGIFBOND", "type": "" }, { "class": "const", "name": "SIOCGIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCGIFCAP", "type": "" }, { "class": "const", "name": "SIOCGIFCONF", "type": "" }, { "class": "const", "name": "SIOCGIFDEVMTU", "type": "" }, { "class": "const", "name": "SIOCGIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCGIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCGIFKPI", "type": "" }, { "class": "const", "name": "SIOCGIFMAC", "type": "" }, { "class": "const", "name": "SIOCGIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCGIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCGIFMTU", "type": "" }, { "class": "const", "name": "SIOCGIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCGIFPDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFPHYS", "type": "" }, { "class": "const", "name": "SIOCGIFPSRCADDR", "type": "" }, { "class": "const", "name": "SIOCGIFSTATUS", "type": "" }, { "class": "const", "name": "SIOCGIFVLAN", "type": "" }, { "class": "const", "name": "SIOCGIFWAKEFLAGS", "type": "" }, { "class": "const", "name": "SIOCGLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCGLOWAT", "type": "" }, { "class": "const", "name": "SIOCGPGRP", "type": "" }, { "class": "const", "name": "SIOCIFCREATE", "type": "" }, { "class": "const", "name": "SIOCIFCREATE2", "type": "" }, { "class": "const", "name": "SIOCIFDESTROY", "type": "" }, { "class": "const", "name": "SIOCRSLVMULTI", "type": "" }, { "class": "const", "name": "SIOCSDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCSETVLAN", "type": "" }, { "class": "const", "name": "SIOCSHIWAT", "type": "" }, { "class": "const", "name": "SIOCSIFADDR", "type": "" }, { "class": "const", "name": "SIOCSIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCSIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCSIFBOND", "type": "" }, { "class": "const", "name": "SIOCSIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCSIFCAP", "type": "" }, { "class": "const", "name": "SIOCSIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCSIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCSIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCSIFKPI", "type": "" }, { "class": "const", "name": "SIOCSIFLLADDR", "type": "" }, { "class": "const", "name": "SIOCSIFMAC", "type": "" }, { "class": "const", "name": "SIOCSIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCSIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCSIFMTU", "type": "" }, { "class": "const", "name": "SIOCSIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCSIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSIFPHYS", "type": "" }, { "class": "const", "name": "SIOCSIFVLAN", "type": "" }, { "class": "const", "name": "SIOCSLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSLOWAT", "type": "" }, { "class": "const", "name": "SIOCSPGRP", "type": "" }, { "class": "const", "name": "SOCK_DGRAM", "type": "" }, { "class": "const", "name": "SOCK_MAXADDRLEN", "type": "" }, { "class": "const", "name": "SOCK_RAW", "type": "" }, { "class": "const", "name": "SOCK_RDM", "type": "" }, { "class": "const", "name": "SOCK_SEQPACKET", "type": "" }, { "class": "const", "name": "SOCK_STREAM", "type": "" }, { "class": "const", "name": "SOL_SOCKET", "type": "" }, { "class": "const", "name": "SOMAXCONN", "type": "" }, { "class": "const", "name": "SO_ACCEPTCONN", "type": "" }, { "class": "const", "name": "SO_BROADCAST", "type": "" }, { "class": "const", "name": "SO_DEBUG", "type": "" }, { "class": "const", "name": "SO_DONTROUTE", "type": "" }, { "class": "const", "name": "SO_DONTTRUNC", "type": "" }, { "class": "const", "name": "SO_ERROR", "type": "" }, { "class": "const", "name": "SO_KEEPALIVE", "type": "" }, { "class": "const", "name": "SO_LABEL", "type": "" }, { "class": "const", "name": "SO_LINGER", "type": "" }, { "class": "const", "name": "SO_LINGER_SEC", "type": "" }, { "class": "const", "name": "SO_NKE", "type": "" }, { "class": "const", "name": "SO_NOADDRERR", "type": "" }, { "class": "const", "name": "SO_NOSIGPIPE", "type": "" }, { "class": "const", "name": "SO_NOTIFYCONFLICT", "type": "" }, { "class": "const", "name": "SO_NP_EXTENSIONS", "type": "" }, { "class": "const", "name": "SO_NREAD", "type": "" }, { "class": "const", "name": "SO_NWRITE", "type": "" }, { "class": "const", "name": "SO_OOBINLINE", "type": "" }, { "class": "const", "name": "SO_PEERLABEL", "type": "" }, { "class": "const", "name": "SO_RANDOMPORT", "type": "" }, { "class": "const", "name": "SO_RCVBUF", "type": "" }, { "class": "const", "name": "SO_RCVLOWAT", "type": "" }, { "class": "const", "name": "SO_RCVTIMEO", "type": "" }, { "class": "const", "name": "SO_RESTRICTIONS", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYIN", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYOUT", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYSET", "type": "" }, { "class": "const", "name": "SO_REUSEADDR", "type": "" }, { "class": "const", "name": "SO_REUSEPORT", "type": "" }, { "class": "const", "name": "SO_REUSESHAREUID", "type": "" }, { "class": "const", "name": "SO_SNDBUF", "type": "" }, { "class": "const", "name": "SO_SNDLOWAT", "type": "" }, { "class": "const", "name": "SO_SNDTIMEO", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SO_TYPE", "type": "" }, { "class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": "" }, { "class": "const", "name": "SO_USELOOPBACK", "type": "" }, { "class": "const", "name": "SO_WANTMORE", "type": "" }, { "class": "const", "name": "SO_WANTOOBFLAG", "type": "" }, { "class": "const", "name": "SYS_ACCEPT", "type": "" }, { "class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_ACCESS", "type": "" }, { "class": "const", "name": "SYS_ACCESS_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_ACCT", "type": "" }, { "class": "const", "name": "SYS_ADD_PROFIL", "type": "" }, { "class": "const", "name": "SYS_ADJTIME", "type": "" }, { "class": "const", "name": "SYS_AIO_CANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_ERROR", "type": "" }, { "class": "const", "name": "SYS_AIO_FSYNC", "type": "" }, { "class": "const", "name": "SYS_AIO_READ", "type": "" }, { "class": "const", "name": "SYS_AIO_RETURN", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_WRITE", "type": "" }, { "class": "const", "name": "SYS_ATGETMSG", "type": "" }, { "class": "const", "name": "SYS_ATPGETREQ", "type": "" }, { "class": "const", "name": "SYS_ATPGETRSP", "type": "" }, { "class": "const", "name": "SYS_ATPSNDREQ", "type": "" }, { "class": "const", "name": "SYS_ATPSNDRSP", "type": "" }, { "class": "const", "name": "SYS_ATPUTMSG", "type": "" }, { "class": "const", "name": "SYS_ATSOCKET", "type": "" }, { "class": "const", "name": "SYS_AUDIT", "type": "" }, { "class": "const", "name": "SYS_AUDITCTL", "type": "" }, { "class": "const", "name": "SYS_AUDITON", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": "" }, { "class": "const", "name": "SYS_BIND", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": "" }, { "class": "const", "name": "SYS_CHDIR", "type": "" }, { "class": "const", "name": "SYS_CHFLAGS", "type": "" }, { "class": "const", "name": "SYS_CHMOD", "type": "" }, { "class": "const", "name": "SYS_CHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_CHOWN", "type": "" }, { "class": "const", "name": "SYS_CHROOT", "type": "" }, { "class": "const", "name": "SYS_CHUD", "type": "" }, { "class": "const", "name": "SYS_CLOSE", "type": "" }, { "class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_CONNECT", "type": "" }, { "class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_COPYFILE", "type": "" }, { "class": "const", "name": "SYS_CSOPS", "type": "" }, { "class": "const", "name": "SYS_DELETE", "type": "" }, { "class": "const", "name": "SYS_DUP", "type": "" }, { "class": "const", "name": "SYS_DUP2", "type": "" }, { "class": "const", "name": "SYS_EXCHANGEDATA", "type": "" }, { "class": "const", "name": "SYS_EXECVE", "type": "" }, { "class": "const", "name": "SYS_EXIT", "type": "" }, { "class": "const", "name": "SYS_FCHDIR", "type": "" }, { "class": "const", "name": "SYS_FCHFLAGS", "type": "" }, { "class": "const", "name": "SYS_FCHMOD", "type": "" }, { "class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FCHOWN", "type": "" }, { "class": "const", "name": "SYS_FCNTL", "type": "" }, { "class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FDATASYNC", "type": "" }, { "class": "const", "name": "SYS_FFSCTL", "type": "" }, { "class": "const", "name": "SYS_FGETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FGETXATTR", "type": "" }, { "class": "const", "name": "SYS_FHOPEN", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": "" }, { "class": "const", "name": "SYS_FLISTXATTR", "type": "" }, { "class": "const", "name": "SYS_FLOCK", "type": "" }, { "class": "const", "name": "SYS_FORK", "type": "" }, { "class": "const", "name": "SYS_FPATHCONF", "type": "" }, { "class": "const", "name": "SYS_FREMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_FSCTL", "type": "" }, { "class": "const", "name": "SYS_FSETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FSETXATTR", "type": "" }, { "class": "const", "name": "SYS_FSGETPATH", "type": "" }, { "class": "const", "name": "SYS_FSTAT", "type": "" }, { "class": "const", "name": "SYS_FSTAT64", "type": "" }, { "class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSTATFS", "type": "" }, { "class": "const", "name": "SYS_FSTATFS64", "type": "" }, { "class": "const", "name": "SYS_FSTATV", "type": "" }, { "class": "const", "name": "SYS_FSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSYNC", "type": "" }, { "class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FTRUNCATE", "type": "" }, { "class": "const", "name": "SYS_FUTIMES", "type": "" }, { "class": "const", "name": "SYS_GETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_GETAUID", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES64", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": "" }, { "class": "const", "name": "SYS_GETDTABLESIZE", "type": "" }, { "class": "const", "name": "SYS_GETEGID", "type": "" }, { "class": "const", "name": "SYS_GETEUID", "type": "" }, { "class": "const", "name": "SYS_GETFH", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT64", "type": "" }, { "class": "const", "name": "SYS_GETGID", "type": "" }, { "class": "const", "name": "SYS_GETGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETHOSTUUID", "type": "" }, { "class": "const", "name": "SYS_GETITIMER", "type": "" }, { "class": "const", "name": "SYS_GETLCID", "type": "" }, { "class": "const", "name": "SYS_GETLOGIN", "type": "" }, { "class": "const", "name": "SYS_GETPEERNAME", "type": "" }, { "class": "const", "name": "SYS_GETPGID", "type": "" }, { "class": "const", "name": "SYS_GETPGRP", "type": "" }, { "class": "const", "name": "SYS_GETPID", "type": "" }, { "class": "const", "name": "SYS_GETPPID", "type": "" }, { "class": "const", "name": "SYS_GETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_GETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_GETRUSAGE", "type": "" }, { "class": "const", "name": "SYS_GETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETSID", "type": "" }, { "class": "const", "name": "SYS_GETSOCKNAME", "type": "" }, { "class": "const", "name": "SYS_GETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_GETTID", "type": "" }, { "class": "const", "name": "SYS_GETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_GETUID", "type": "" }, { "class": "const", "name": "SYS_GETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETXATTR", "type": "" }, { "class": "const", "name": "SYS_IDENTITYSVC", "type": "" }, { "class": "const", "name": "SYS_INITGROUPS", "type": "" }, { "class": "const", "name": "SYS_IOCTL", "type": "" }, { "class": "const", "name": "SYS_IOPOLICYSYS", "type": "" }, { "class": "const", "name": "SYS_ISSETUGID", "type": "" }, { "class": "const", "name": "SYS_KDEBUG_TRACE", "type": "" }, { "class": "const", "name": "SYS_KEVENT", "type": "" }, { "class": "const", "name": "SYS_KEVENT64", "type": "" }, { "class": "const", "name": "SYS_KILL", "type": "" }, { "class": "const", "name": "SYS_KQUEUE", "type": "" }, { "class": "const", "name": "SYS_LCHOWN", "type": "" }, { "class": "const", "name": "SYS_LINK", "type": "" }, { "class": "const", "name": "SYS_LIO_LISTIO", "type": "" }, { "class": "const", "name": "SYS_LISTEN", "type": "" }, { "class": "const", "name": "SYS_LISTXATTR", "type": "" }, { "class": "const", "name": "SYS_LSEEK", "type": "" }, { "class": "const", "name": "SYS_LSTAT", "type": "" }, { "class": "const", "name": "SYS_LSTAT64", "type": "" }, { "class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_LSTATV", "type": "" }, { "class": "const", "name": "SYS_LSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MADVISE", "type": "" }, { "class": "const", "name": "SYS_MAXSYSCALL", "type": "" }, { "class": "const", "name": "SYS_MINCORE", "type": "" }, { "class": "const", "name": "SYS_MINHERIT", "type": "" }, { "class": "const", "name": "SYS_MKCOMPLEX", "type": "" }, { "class": "const", "name": "SYS_MKDIR", "type": "" }, { "class": "const", "name": "SYS_MKDIR_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKFIFO", "type": "" }, { "class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKNOD", "type": "" }, { "class": "const", "name": "SYS_MLOCK", "type": "" }, { "class": "const", "name": "SYS_MLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MMAP", "type": "" }, { "class": "const", "name": "SYS_MODWATCH", "type": "" }, { "class": "const", "name": "SYS_MOUNT", "type": "" }, { "class": "const", "name": "SYS_MPROTECT", "type": "" }, { "class": "const", "name": "SYS_MSGCTL", "type": "" }, { "class": "const", "name": "SYS_MSGGET", "type": "" }, { "class": "const", "name": "SYS_MSGRCV", "type": "" }, { "class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSND", "type": "" }, { "class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSYS", "type": "" }, { "class": "const", "name": "SYS_MSYNC", "type": "" }, { "class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MUNLOCK", "type": "" }, { "class": "const", "name": "SYS_MUNLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MUNMAP", "type": "" }, { "class": "const", "name": "SYS_NFSCLNT", "type": "" }, { "class": "const", "name": "SYS_NFSSVC", "type": "" }, { "class": "const", "name": "SYS_OPEN", "type": "" }, { "class": "const", "name": "SYS_OPEN_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_OPEN_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PATHCONF", "type": "" }, { "class": "const", "name": "SYS_PID_HIBERNATE", "type": "" }, { "class": "const", "name": "SYS_PID_RESUME", "type": "" }, { "class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": "" }, { "class": "const", "name": "SYS_PID_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_PIPE", "type": "" }, { "class": "const", "name": "SYS_POLL", "type": "" }, { "class": "const", "name": "SYS_POLL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_POSIX_SPAWN", "type": "" }, { "class": "const", "name": "SYS_PREAD", "type": "" }, { "class": "const", "name": "SYS_PREAD_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PROCESS_POLICY", "type": "" }, { "class": "const", "name": "SYS_PROC_INFO", "type": "" }, { "class": "const", "name": "SYS_PROFIL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": "" }, { "class": "const", "name": "SYS_PTRACE", "type": "" }, { "class": "const", "name": "SYS_PWRITE", "type": "" }, { "class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_QUOTACTL", "type": "" }, { "class": "const", "name": "SYS_READ", "type": "" }, { "class": "const", "name": "SYS_READLINK", "type": "" }, { "class": "const", "name": "SYS_READV", "type": "" }, { "class": "const", "name": "SYS_READV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_READ_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REBOOT", "type": "" }, { "class": "const", "name": "SYS_RECVFROM", "type": "" }, { "class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_RECVMSG", "type": "" }, { "class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_RENAME", "type": "" }, { "class": "const", "name": "SYS_REVOKE", "type": "" }, { "class": "const", "name": "SYS_RMDIR", "type": "" }, { "class": "const", "name": "SYS_SEARCHFS", "type": "" }, { "class": "const", "name": "SYS_SELECT", "type": "" }, { "class": "const", "name": "SYS_SELECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SEMCTL", "type": "" }, { "class": "const", "name": "SYS_SEMGET", "type": "" }, { "class": "const", "name": "SYS_SEMOP", "type": "" }, { "class": "const", "name": "SYS_SEMSYS", "type": "" }, { "class": "const", "name": "SYS_SEM_CLOSE", "type": "" }, { "class": "const", "name": "SYS_SEM_DESTROY", "type": "" }, { "class": "const", "name": "SYS_SEM_GETVALUE", "type": "" }, { "class": "const", "name": "SYS_SEM_INIT", "type": "" }, { "class": "const", "name": "SYS_SEM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SEM_POST", "type": "" }, { "class": "const", "name": "SYS_SEM_TRYWAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDFILE", "type": "" }, { "class": "const", "name": "SYS_SENDMSG", "type": "" }, { "class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDTO", "type": "" }, { "class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_SETAUID", "type": "" }, { "class": "const", "name": "SYS_SETEGID", "type": "" }, { "class": "const", "name": "SYS_SETEUID", "type": "" }, { "class": "const", "name": "SYS_SETGID", "type": "" }, { "class": "const", "name": "SYS_SETGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETITIMER", "type": "" }, { "class": "const", "name": "SYS_SETLCID", "type": "" }, { "class": "const", "name": "SYS_SETLOGIN", "type": "" }, { "class": "const", "name": "SYS_SETPGID", "type": "" }, { "class": "const", "name": "SYS_SETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_SETPRIVEXEC", "type": "" }, { "class": "const", "name": "SYS_SETREGID", "type": "" }, { "class": "const", "name": "SYS_SETREUID", "type": "" }, { "class": "const", "name": "SYS_SETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_SETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETSID", "type": "" }, { "class": "const", "name": "SYS_SETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_SETTID", "type": "" }, { "class": "const", "name": "SYS_SETTID_WITH_PID", "type": "" }, { "class": "const", "name": "SYS_SETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_SETUID", "type": "" }, { "class": "const", "name": "SYS_SETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETXATTR", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": "" }, { "class": "const", "name": "SYS_SHMAT", "type": "" }, { "class": "const", "name": "SYS_SHMCTL", "type": "" }, { "class": "const", "name": "SYS_SHMDT", "type": "" }, { "class": "const", "name": "SYS_SHMGET", "type": "" }, { "class": "const", "name": "SYS_SHMSYS", "type": "" }, { "class": "const", "name": "SYS_SHM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SHM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SHUTDOWN", "type": "" }, { "class": "const", "name": "SYS_SIGACTION", "type": "" }, { "class": "const", "name": "SYS_SIGALTSTACK", "type": "" }, { "class": "const", "name": "SYS_SIGPENDING", "type": "" }, { "class": "const", "name": "SYS_SIGPROCMASK", "type": "" }, { "class": "const", "name": "SYS_SIGRETURN", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SOCKET", "type": "" }, { "class": "const", "name": "SYS_SOCKETPAIR", "type": "" }, { "class": "const", "name": "SYS_STACK_SNAPSHOT", "type": "" }, { "class": "const", "name": "SYS_STAT", "type": "" }, { "class": "const", "name": "SYS_STAT64", "type": "" }, { "class": "const", "name": "SYS_STAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_STATFS", "type": "" }, { "class": "const", "name": "SYS_STATFS64", "type": "" }, { "class": "const", "name": "SYS_STATV", "type": "" }, { "class": "const", "name": "SYS_STAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_SWAPON", "type": "" }, { "class": "const", "name": "SYS_SYMLINK", "type": "" }, { "class": "const", "name": "SYS_SYNC", "type": "" }, { "class": "const", "name": "SYS_SYSCALL", "type": "" }, { "class": "const", "name": "SYS_THREAD_SELFID", "type": "" }, { "class": "const", "name": "SYS_TRUNCATE", "type": "" }, { "class": "const", "name": "SYS_UMASK", "type": "" }, { "class": "const", "name": "SYS_UMASK_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_UNDELETE", "type": "" }, { "class": "const", "name": "SYS_UNLINK", "type": "" }, { "class": "const", "name": "SYS_UNMOUNT", "type": "" }, { "class": "const", "name": "SYS_UTIMES", "type": "" }, { "class": "const", "name": "SYS_VFORK", "type": "" }, { "class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": "" }, { "class": "const", "name": "SYS_WAIT4", "type": "" }, { "class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WAITEVENT", "type": "" }, { "class": "const", "name": "SYS_WAITID", "type": "" }, { "class": "const", "name": "SYS_WAITID_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WATCHEVENT", "type": "" }, { "class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": "" }, { "class": "const", "name": "SYS_WORKQ_OPEN", "type": "" }, { "class": "const", "name": "SYS_WRITE", "type": "" }, { "class": "const", "name": "SYS_WRITEV", "type": "" }, { "class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": "" }, { "class": "const", "name": "SYS___MAC_EXECVE", "type": "" }, { "class": "const", "name": "SYS___MAC_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_SYSCALL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CANCELED", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_KILL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SYSCTL", "type": "" }, { "class": "const", "name": "S_IEXEC", "type": "" }, { "class": "const", "name": "S_IFBLK", "type": "" }, { "class": "const", "name": "S_IFCHR", "type": "" }, { "class": "const", "name": "S_IFDIR", "type": "" }, { "class": "const", "name": "S_IFIFO", "type": "" }, { "class": "const", "name": "S_IFLNK", "type": "" }, { "class": "const", "name": "S_IFMT", "type": "" }, { "class": "const", "name": "S_IFREG", "type": "" }, { "class": "const", "name": "S_IFSOCK", "type": "" }, { "class": "const", "name": "S_IFWHT", "type": "" }, { "class": "const", "name": "S_IREAD", "type": "" }, { "class": "const", "name": "S_IRGRP", "type": "" }, { "class": "const", "name": "S_IROTH", "type": "" }, { "class": "const", "name": "S_IRUSR", "type": "" }, { "class": "const", "name": "S_IRWXG", "type": "" }, { "class": "const", "name": "S_IRWXO", "type": "" }, { "class": "const", "name": "S_IRWXU", "type": "" }, { "class": "const", "name": "S_ISGID", "type": "" }, { "class": "const", "name": "S_ISTXT", "type": "" }, { "class": "const", "name": "S_ISUID", "type": "" }, { "class": "const", "name": "S_ISVTX", "type": "" }, { "class": "const", "name": "S_IWGRP", "type": "" }, { "class": "const", "name": "S_IWOTH", "type": "" }, { "class": "const", "name": "S_IWRITE", "type": "" }, { "class": "const", "name": "S_IWUSR", "type": "" }, { "class": "const", "name": "S_IXGRP", "type": "" }, { "class": "const", "name": "S_IXOTH", "type": "" }, { "class": "const", "name": "S_IXUSR", "type": "" }, { "class": "const", "name": "SizeofBpfHdr", "type": "" }, { "class": "const", "name": "SizeofBpfInsn", "type": "" }, { "class": "const", "name": "SizeofBpfProgram", "type": "" }, { "class": "const", "name": "SizeofBpfStat", "type": "" }, { "class": "const", "name": "SizeofBpfVersion", "type": "" }, { "class": "const", "name": "SizeofCmsghdr", "type": "" }, { "class": "const", "name": "SizeofICMPv6Filter", "type": "" }, { "class": "const", "name": "SizeofIPMreq", "type": "" }, { "class": "const", "name": "SizeofIPv6MTUInfo", "type": "" }, { "class": "const", "name": "SizeofIPv6Mreq", "type": "" }, { "class": "const", "name": "SizeofIfData", "type": "" }, { "class": "const", "name": "SizeofIfMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr2", "type": "" }, { "class": "const", "name": "SizeofInet4Pktinfo", "type": "" }, { "class": "const", "name": "SizeofInet6Pktinfo", "type": "" }, { "class": "const", "name": "SizeofLinger", "type": "" }, { "class": "const", "name": "SizeofMsghdr", "type": "" }, { "class": "const", "name": "SizeofRtMetrics", "type": "" }, { "class": "const", "name": "SizeofRtMsghdr", "type": "" }, { "class": "const", "name": "SizeofSockaddrAny", "type": "" }, { "class": "const", "name": "SizeofSockaddrDatalink", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet4", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet6", "type": "" }, { "class": "const", "name": "SizeofSockaddrUnix", "type": "" }, { "class": "const", "name": "TCIFLUSH", "type": "" }, { "class": "const", "name": "TCIOFLUSH", "type": "" }, { "class": "const", "name": "TCOFLUSH", "type": "" }, { "class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": "" }, { "class": "const", "name": "TCP_KEEPALIVE", "type": "" }, { "class": "const", "name": "TCP_MAXHLEN", "type": "" }, { "class": "const", "name": "TCP_MAXOLEN", "type": "" }, { "class": "const", "name": "TCP_MAXSEG", "type": "" }, { "class": "const", "name": "TCP_MAXWIN", "type": "" }, { "class": "const", "name": "TCP_MAX_SACK", "type": "" }, { "class": "const", "name": "TCP_MAX_WINSHIFT", "type": "" }, { "class": "const", "name": "TCP_MINMSS", "type": "" }, { "class": "const", "name": "TCP_MINMSSOVERLOAD", "type": "" }, { "class": "const", "name": "TCP_MSS", "type": "" }, { "class": "const", "name": "TCP_NODELAY", "type": "" }, { "class": "const", "name": "TCP_NOOPT", "type": "" }, { "class": "const", "name": "TCP_NOPUSH", "type": "" }, { "class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": "" }, { "class": "const", "name": "TCP_RXT_FINDROP", "type": "" }, { "class": "const", "name": "TCSAFLUSH", "type": "" }, { "class": "const", "name": "TIOCCBRK", "type": "" }, { "class": "const", "name": "TIOCCDTR", "type": "" }, { "class": "const", "name": "TIOCCONS", "type": "" }, { "class": "const", "name": "TIOCDCDTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCDRAIN", "type": "" }, { "class": "const", "name": "TIOCDSIMICROCODE", "type": "" }, { "class": "const", "name": "TIOCEXCL", "type": "" }, { "class": "const", "name": "TIOCEXT", "type": "" }, { "class": "const", "name": "TIOCFLUSH", "type": "" }, { "class": "const", "name": "TIOCGDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCGETA", "type": "" }, { "class": "const", "name": "TIOCGETD", "type": "" }, { "class": "const", "name": "TIOCGPGRP", "type": "" }, { "class": "const", "name": "TIOCGWINSZ", "type": "" }, { "class": "const", "name": "TIOCIXOFF", "type": "" }, { "class": "const", "name": "TIOCIXON", "type": "" }, { "class": "const", "name": "TIOCMBIC", "type": "" }, { "class": "const", "name": "TIOCMBIS", "type": "" }, { "class": "const", "name": "TIOCMGDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMGET", "type": "" }, { "class": "const", "name": "TIOCMODG", "type": "" }, { "class": "const", "name": "TIOCMODS", "type": "" }, { "class": "const", "name": "TIOCMSDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMSET", "type": "" }, { "class": "const", "name": "TIOCM_CAR", "type": "" }, { "class": "const", "name": "TIOCM_CD", "type": "" }, { "class": "const", "name": "TIOCM_CTS", "type": "" }, { "class": "const", "name": "TIOCM_DSR", "type": "" }, { "class": "const", "name": "TIOCM_DTR", "type": "" }, { "class": "const", "name": "TIOCM_LE", "type": "" }, { "class": "const", "name": "TIOCM_RI", "type": "" }, { "class": "const", "name": "TIOCM_RNG", "type": "" }, { "class": "const", "name": "TIOCM_RTS", "type": "" }, { "class": "const", "name": "TIOCM_SR", "type": "" }, { "class": "const", "name": "TIOCM_ST", "type": "" }, { "class": "const", "name": "TIOCNOTTY", "type": "" }, { "class": "const", "name": "TIOCNXCL", "type": "" }, { "class": "const", "name": "TIOCOUTQ", "type": "" }, { "class": "const", "name": "TIOCPKT", "type": "" }, { "class": "const", "name": "TIOCPKT_DATA", "type": "" }, { "class": "const", "name": "TIOCPKT_DOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHREAD", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": "" }, { "class": "const", "name": "TIOCPKT_IOCTL", "type": "" }, { "class": "const", "name": "TIOCPKT_NOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_START", "type": "" }, { "class": "const", "name": "TIOCPKT_STOP", "type": "" }, { "class": "const", "name": "TIOCPTYGNAME", "type": "" }, { "class": "const", "name": "TIOCPTYGRANT", "type": "" }, { "class": "const", "name": "TIOCPTYUNLK", "type": "" }, { "class": "const", "name": "TIOCREMOTE", "type": "" }, { "class": "const", "name": "TIOCSBRK", "type": "" }, { "class": "const", "name": "TIOCSCONS", "type": "" }, { "class": "const", "name": "TIOCSCTTY", "type": "" }, { "class": "const", "name": "TIOCSDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCSDTR", "type": "" }, { "class": "const", "name": "TIOCSETA", "type": "" }, { "class": "const", "name": "TIOCSETAF", "type": "" }, { "class": "const", "name": "TIOCSETAW", "type": "" }, { "class": "const", "name": "TIOCSETD", "type": "" }, { "class": "const", "name": "TIOCSIG", "type": "" }, { "class": "const", "name": "TIOCSPGRP", "type": "" }, { "class": "const", "name": "TIOCSTART", "type": "" }, { "class": "const", "name": "TIOCSTAT", "type": "" }, { "class": "const", "name": "TIOCSTI", "type": "" }, { "class": "const", "name": "TIOCSTOP", "type": "" }, { "class": "const", "name": "TIOCSWINSZ", "type": "" }, { "class": "const", "name": "TIOCTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCUCNTL", "type": "" }, { "class": "const", "name": "TOSTOP", "type": "" }, { "class": "const", "name": "VDISCARD", "type": "" }, { "class": "const", "name": "VDSUSP", "type": "" }, { "class": "const", "name": "VEOF", "type": "" }, { "class": "const", "name": "VEOL", "type": "" }, { "class": "const", "name": "VEOL2", "type": "" }, { "class": "const", "name": "VERASE", "type": "" }, { "class": "const", "name": "VINTR", "type": "" }, { "class": "const", "name": "VKILL", "type": "" }, { "class": "const", "name": "VLNEXT", "type": "" }, { "class": "const", "name": "VMIN", "type": "" }, { "class": "const", "name": "VQUIT", "type": "" }, { "class": "const", "name": "VREPRINT", "type": "" }, { "class": "const", "name": "VSTART", "type": "" }, { "class": "const", "name": "VSTATUS", "type": "" }, { "class": "const", "name": "VSTOP", "type": "" }, { "class": "const", "name": "VSUSP", "type": "" }, { "class": "const", "name": "VT0", "type": "" }, { "class": "const", "name": "VT1", "type": "" }, { "class": "const", "name": "VTDLY", "type": "" }, { "class": "const", "name": "VTIME", "type": "" }, { "class": "const", "name": "VWERASE", "type": "" }, { "class": "const", "name": "WCONTINUED", "type": "" }, { "class": "const", "name": "WCOREFLAG", "type": "" }, { "class": "const", "name": "WEXITED", "type": "" }, { "class": "const", "name": "WNOHANG", "type": "" }, { "class": "const", "name": "WNOWAIT", "type": "" }, { "class": "const", "name": "WORDSIZE", "type": "" }, { "class": "const", "name": "WSTOPPED", "type": "" }, { "class": "const", "name": "WUNTRACED", "type": "" }, { "class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)" }, { "class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)" }, { "class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)" }, { "class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)" }, { "class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)" }, { "class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)" }, { "class": "func", "name": "Chdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error" }, { "class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Chroot", "type": "func(path string) (err error)" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Close", "type": "func(fd int) (err error)" }, { "class": "func", "name": "CloseOnExec", "type": "func(fd int)" }, { "class": "func", "name": "CmsgLen", "type": "func(datalen int) int" }, { "class": "func", "name": "CmsgSpace", "type": "func(datalen int) int" }, { "class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)" }, { "class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)" }, { "class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Fchdir", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)" }, { "class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)" }, { "class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)" }, { "class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error" }, { "class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)" }, { "class": "func", "name": "FlushBpf", "type": "func(fd int) error" }, { "class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)" }, { "class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)" }, { "class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "Fsync", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)" }, { "class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)" }, { "class": "func", "name": "Getdtablesize", "type": "func() (size int)" }, { "class": "func", "name": "Getegid", "type": "func() (egid int)" }, { "class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)" }, { "class": "func", "name": "Geteuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)" }, { "class": "func", "name": "Getgid", "type": "func() (gid int)" }, { "class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)" }, { "class": "func", "name": "Getpgrp", "type": "func() (pgrp int)" }, { "class": "func", "name": "Getpid", "type": "func() (pid int)" }, { "class": "func", "name": "Getppid", "type": "func() (ppid int)" }, { "class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)" }, { "class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)" }, { "class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)" }, { "class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)" }, { "class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)" }, { "class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)" }, { "class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)" }, { "class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)" }, { "class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)" }, { "class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)" }, { "class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Getuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getwd", "type": "func() (string, error)" }, { "class": "func", "name": "Issetugid", "type": "func() (tainted bool)" }, { "class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)" }, { "class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)" }, { "class": "func", "name": "Kqueue", "type": "func() (fd int, err error)" }, { "class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Link", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)" }, { "class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)" }, { "class": "func", "name": "Mlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Mlockall", "type": "func(flags int) (err error)" }, { "class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)" }, { "class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)" }, { "class": "func", "name": "Munlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Munlockall", "type": "func() (err error)" }, { "class": "func", "name": "Munmap", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)" }, { "class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)" }, { "class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)" }, { "class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)" }, { "class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)" }, { "class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)" }, { "class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)" }, { "class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)" }, { "class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)" }, { "class": "func", "name": "Pipe", "type": "func(p []int) (err error)" }, { "class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)" }, { "class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)" }, { "class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Rename", "type": "func(from string, to string) (err error)" }, { "class": "func", "name": "Revoke", "type": "func(path string) (err error)" }, { "class": "func", "name": "Rmdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)" }, { "class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)" }, { "class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)" }, { "class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)" }, { "class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)" }, { "class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)" }, { "class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)" }, { "class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error" }, { "class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)" }, { "class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)" }, { "class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error" }, { "class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error" }, { "class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error" }, { "class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)" }, { "class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)" }, { "class": "func", "name": "Setegid", "type": "func(egid int) (err error)" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "Seteuid", "type": "func(euid int) (err error)" }, { "class": "func", "name": "Setgid", "type": "func(gid int) (err error)" }, { "class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)" }, { "class": "func", "name": "Setlogin", "type": "func(name string) (err error)" }, { "class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)" }, { "class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)" }, { "class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)" }, { "class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)" }, { "class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)" }, { "class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Setsid", "type": "func() (pid int, err error)" }, { "class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)" }, { "class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error" }, { "class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)" }, { "class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)" }, { "class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)" }, { "class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)" }, { "class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)" }, { "class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)" }, { "class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)" }, { "class": "func", "name": "Setuid", "type": "func(uid int) (err error)" }, { "class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)" }, { "class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)" }, { "class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)" }, { "class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)" }, { "class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)" }, { "class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "StringBytePtr", "type": "func(s string) *byte" }, { "class": "func", "name": "StringByteSlice", "type": "func(s string) []byte" }, { "class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte" }, { "class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Sync", "type": "func() (err error)" }, { "class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)" }, { "class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)" }, { "class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64" }, { "class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64" }, { "class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)" }, { "class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)" }, { "class": "func", "name": "Undelete", "type": "func(path string) (err error)" }, { "class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte" }, { "class": "func", "name": "Unlink", "type": "func(path string) (err error)" }, { "class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error" }, { "class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)" }, { "class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "type", "name": "BpfHdr", "type": "struct" }, { "class": "type", "name": "BpfInsn", "type": "struct" }, { "class": "type", "name": "BpfProgram", "type": "struct" }, { "class": "type", "name": "BpfStat", "type": "struct" }, { "class": "type", "name": "BpfVersion", "type": "struct" }, { "class": "type", "name": "Cmsghdr", "type": "struct" }, { "class": "type", "name": "Credential", "type": "struct" }, { "class": "type", "name": "Dirent", "type": "struct" }, { "class": "type", "name": "Errno", "type": "uintptr" }, { "class": "type", "name": "Fbootstraptransfer_t", "type": "struct" }, { "class": "type", "name": "FdSet", "type": "struct" }, { "class": "type", "name": "Flock_t", "type": "struct" }, { "class": "type", "name": "Fsid", "type": "struct" }, { "class": "type", "name": "Fstore_t", "type": "struct" }, { "class": "type", "name": "ICMPv6Filter", "type": "struct" }, { "class": "type", "name": "IPMreq", "type": "struct" }, { "class": "type", "name": "IPv6MTUInfo", "type": "struct" }, { "class": "type", "name": "IPv6Mreq", "type": "struct" }, { "class": "type", "name": "IfData", "type": "struct" }, { "class": "type", "name": "IfMsghdr", "type": "struct" }, { "class": "type", "name": "IfaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr2", "type": "struct" }, { "class": "type", "name": "Inet4Pktinfo", "type": "struct" }, { "class": "type", "name": "Inet6Pktinfo", "type": "struct" }, { "class": "type", "name": "InterfaceAddrMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct" }, { "class": "type", "name": "Iovec", "type": "struct" }, { "class": "type", "name": "Kevent_t", "type": "struct" }, { "class": "type", "name": "Linger", "type": "struct" }, { "class": "type", "name": "Log2phys_t", "type": "struct" }, { "class": "type", "name": "Msghdr", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Radvisory_t", "type": "struct" }, { "class": "type", "name": "RawSockaddr", "type": "struct" }, { "class": "type", "name": "RawSockaddrAny", "type": "struct" }, { "class": "type", "name": "RawSockaddrDatalink", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet4", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet6", "type": "struct" }, { "class": "type", "name": "RawSockaddrUnix", "type": "struct" }, { "class": "type", "name": "Rlimit", "type": "struct" }, { "class": "type", "name": "RouteMessage", "type": "struct" }, { "class": "type", "name": "RoutingMessage", "type": "interface" }, { "class": "type", "name": "RtMetrics", "type": "struct" }, { "class": "type", "name": "RtMsghdr", "type": "struct" }, { "class": "type", "name": "Rusage", "type": "struct" }, { "class": "type", "name": "Signal", "type": "int" }, { "class": "type", "name": "Sockaddr", "type": "interface" }, { "class": "type", "name": "SockaddrDatalink", "type": "struct" }, { "class": "type", "name": "SockaddrInet4", "type": "struct" }, { "class": "type", "name": "SockaddrInet6", "type": "struct" }, { "class": "type", "name": "SockaddrUnix", "type": "struct" }, { "class": "type", "name": "SocketControlMessage", "type": "struct" }, { "class": "type", "name": "Stat_t", "type": "struct" }, { "class": "type", "name": "Statfs_t", "type": "struct" }, { "class": "type", "name": "SysProcAttr", "type": "struct" }, { "class": "type", "name": "Termios", "type": "struct" }, { "class": "type", "name": "Timespec", "type": "struct" }, { "class": "type", "name": "Timeval", "type": "struct" }, { "class": "type", "name": "Timeval32", "type": "struct" }, { "class": "type", "name": "WaitStatus", "type": "uint32" }, { "class": "var", "name": "ForkLock", "type": "sync.RWMutex" }, { "class": "var", "name": "SocketDisableIPv6", "type": "bool" }, { "class": "var", "name": "Stderr", "type": "int" }, { "class": "var", "name": "Stdin", "type": "int" }, { "class": "var", "name": "Stdout", "type": "int" }]] diff --git a/bundle/deoplete-go/benchmark/requirements.txt b/bundle/deoplete-go/benchmark/requirements.txt new file mode 100644 index 0000000..9dae464 --- /dev/null +++ b/bundle/deoplete-go/benchmark/requirements.txt @@ -0,0 +1,4 @@ +git+https://github.com/simplejson/simplejson +git+https://github.com/esnme/ultrajson +# git+https://github.com/hhatto/pyrapidjson +git+https://github.com/kenrobbins/python-rapidjson diff --git a/bundle/deoplete-go/data/gen_json.py b/bundle/deoplete-go/data/gen_json.py new file mode 100755 index 0000000..a5b5570 --- /dev/null +++ b/bundle/deoplete-go/data/gen_json.py @@ -0,0 +1,86 @@ +#!/usr/bin/env python3 +import json +import os +import subprocess +import sys +import re + +def main(): + base_offset = 41 + + go_version_raw = subprocess.Popen("go version", + shell=True, + stdout=subprocess.PIPE + ).stdout.read() + + go_version = str(go_version_raw).split(' ')[2].strip('go') + go_os = sys.argv[1] + go_arch = sys.argv[2] + + with open('./stdlib-' + go_version + '_' + go_os + '_' + go_arch + '.txt') as stdlib: + packages = stdlib.read().splitlines() + + for pkg in packages: + template_file = './template.go' + f = open(template_file) + fs = f.read(-1) + + func = None + if re.search(r'/', pkg): + library = str(pkg).split(r'/')[:-1] + func = str(pkg).split(r'/')[-1] + else: + library = pkg + func = pkg + source = str(fs).replace('IMPORT', pkg).replace('FUNC', func).encode() + + offset = base_offset + (len(pkg) + len(func)) + + process = subprocess.Popen([FindBinaryPath('gocode'), + '-f=json', + 'autocomplete', + template_file, + str(offset)], + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + start_new_session=True) + process.stdin.write(source) + stdout_data, stderr_data = process.communicate() + result = json.loads(stdout_data.decode()) + + out_dir = os.path.join( + './json', go_version, go_os + '_' + go_arch) + if not os.path.exists(out_dir): + os.makedirs(out_dir) + + libdir = str(pkg).rsplit('/', 1)[0] + pkg_dir = os.path.join(out_dir, libdir) + if not os.path.exists(pkg_dir): + os.makedirs(pkg_dir) + out_path = \ + os.path.join(pkg_dir, func + '.json') + out = open(out_path, 'w') + out.write(json.dumps(result, sort_keys=True)) + out.close() + + print(pkg) + + +def FindBinaryPath(cmd): + def is_exec(fpath): + return os.path.isfile(fpath) and os.access(fpath, os.X_OK) + + fpath, fname = os.path.split(cmd) + if fpath: + if is_exec(cmd): + return cmd + else: + for path in os.environ["PATH"].split(os.pathsep): + path = path.strip('"') + binary = os.path.join(path, cmd) + if is_exec(binary): + return binary + return print('gocode binary not found') + +main() diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/archive/tar.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/archive/tar.json new file mode 100644 index 0000000..4a49b7b --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/archive/tar.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "TypeBlock", "type": ""}, {"class": "const", "name": "TypeChar", "type": ""}, {"class": "const", "name": "TypeCont", "type": ""}, {"class": "const", "name": "TypeDir", "type": ""}, {"class": "const", "name": "TypeFifo", "type": ""}, {"class": "const", "name": "TypeGNULongLink", "type": ""}, {"class": "const", "name": "TypeGNULongName", "type": ""}, {"class": "const", "name": "TypeGNUSparse", "type": ""}, {"class": "const", "name": "TypeLink", "type": ""}, {"class": "const", "name": "TypeReg", "type": ""}, {"class": "const", "name": "TypeRegA", "type": ""}, {"class": "const", "name": "TypeSymlink", "type": ""}, {"class": "const", "name": "TypeXGlobalHeader", "type": ""}, {"class": "const", "name": "TypeXHeader", "type": ""}, {"class": "func", "name": "FileInfoHeader", "type": "func(fi os.FileInfo, link string) (*tar.Header, error)"}, {"class": "func", "name": "NewReader", "type": "func(r io.Reader) *tar.Reader"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *tar.Writer"}, {"class": "type", "name": "Header", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}, {"class": "var", "name": "ErrFieldTooLong", "type": "error"}, {"class": "var", "name": "ErrHeader", "type": "error"}, {"class": "var", "name": "ErrWriteAfterClose", "type": "error"}, {"class": "var", "name": "ErrWriteTooLong", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/archive/zip.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/archive/zip.json new file mode 100644 index 0000000..9407900 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/archive/zip.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Deflate", "type": ""}, {"class": "const", "name": "Store", "type": ""}, {"class": "func", "name": "FileInfoHeader", "type": "func(fi os.FileInfo) (*zip.FileHeader, error)"}, {"class": "func", "name": "NewReader", "type": "func(r io.ReaderAt, size int64) (*zip.Reader, error)"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *zip.Writer"}, {"class": "func", "name": "OpenReader", "type": "func(name string) (*zip.ReadCloser, error)"}, {"class": "func", "name": "RegisterCompressor", "type": "func(method uint16, comp zip.Compressor)"}, {"class": "func", "name": "RegisterDecompressor", "type": "func(method uint16, dcomp zip.Decompressor)"}, {"class": "type", "name": "Compressor", "type": "func(w io.Writer) (io.WriteCloser, error)"}, {"class": "type", "name": "Decompressor", "type": "func(r io.Reader) io.ReadCloser"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileHeader", "type": "struct"}, {"class": "type", "name": "ReadCloser", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}, {"class": "var", "name": "ErrAlgorithm", "type": "error"}, {"class": "var", "name": "ErrChecksum", "type": "error"}, {"class": "var", "name": "ErrFormat", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/bufio/bufio.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/bufio/bufio.json new file mode 100644 index 0000000..9de78d8 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/bufio/bufio.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "MaxScanTokenSize", "type": ""}, {"class": "func", "name": "NewReadWriter", "type": "func(r *bufio.Reader, w *bufio.Writer) *bufio.ReadWriter"}, {"class": "func", "name": "NewReader", "type": "func(rd io.Reader) *bufio.Reader"}, {"class": "func", "name": "NewReaderSize", "type": "func(rd io.Reader, size int) *bufio.Reader"}, {"class": "func", "name": "NewScanner", "type": "func(r io.Reader) *bufio.Scanner"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *bufio.Writer"}, {"class": "func", "name": "NewWriterSize", "type": "func(w io.Writer, size int) *bufio.Writer"}, {"class": "func", "name": "ScanBytes", "type": "func(data []byte, atEOF bool) (advance int, token []byte, err error)"}, {"class": "func", "name": "ScanLines", "type": "func(data []byte, atEOF bool) (advance int, token []byte, err error)"}, {"class": "func", "name": "ScanRunes", "type": "func(data []byte, atEOF bool) (advance int, token []byte, err error)"}, {"class": "func", "name": "ScanWords", "type": "func(data []byte, atEOF bool) (advance int, token []byte, err error)"}, {"class": "type", "name": "ReadWriter", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Scanner", "type": "struct"}, {"class": "type", "name": "SplitFunc", "type": "func(data []byte, atEOF bool) (advance int, token []byte, err error)"}, {"class": "type", "name": "Writer", "type": "struct"}, {"class": "var", "name": "ErrAdvanceTooFar", "type": "error"}, {"class": "var", "name": "ErrBufferFull", "type": "error"}, {"class": "var", "name": "ErrFinalToken", "type": "error"}, {"class": "var", "name": "ErrInvalidUnreadByte", "type": "error"}, {"class": "var", "name": "ErrInvalidUnreadRune", "type": "error"}, {"class": "var", "name": "ErrNegativeAdvance", "type": "error"}, {"class": "var", "name": "ErrNegativeCount", "type": "error"}, {"class": "var", "name": "ErrTooLong", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/bytes/bytes.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/bytes/bytes.json new file mode 100644 index 0000000..90f0359 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/bytes/bytes.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "MinRead", "type": ""}, {"class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int"}, {"class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool"}, {"class": "func", "name": "ContainsAny", "type": "func(b []byte, chars string) bool"}, {"class": "func", "name": "ContainsRune", "type": "func(b []byte, r rune) bool"}, {"class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int"}, {"class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool"}, {"class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool"}, {"class": "func", "name": "Fields", "type": "func(s []byte) [][]byte"}, {"class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte"}, {"class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool"}, {"class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool"}, {"class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int"}, {"class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int"}, {"class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int"}, {"class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int"}, {"class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int"}, {"class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte"}, {"class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int"}, {"class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int"}, {"class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int"}, {"class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int"}, {"class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte"}, {"class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer"}, {"class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer"}, {"class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader"}, {"class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte"}, {"class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte"}, {"class": "func", "name": "Runes", "type": "func(s []byte) []rune"}, {"class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte"}, {"class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte"}, {"class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte"}, {"class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte"}, {"class": "func", "name": "Title", "type": "func(s []byte) []byte"}, {"class": "func", "name": "ToLower", "type": "func(s []byte) []byte"}, {"class": "func", "name": "ToLowerSpecial", "type": "func(c unicode.SpecialCase, s []byte) []byte"}, {"class": "func", "name": "ToTitle", "type": "func(s []byte) []byte"}, {"class": "func", "name": "ToTitleSpecial", "type": "func(c unicode.SpecialCase, s []byte) []byte"}, {"class": "func", "name": "ToUpper", "type": "func(s []byte) []byte"}, {"class": "func", "name": "ToUpperSpecial", "type": "func(c unicode.SpecialCase, s []byte) []byte"}, {"class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte"}, {"class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte"}, {"class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte"}, {"class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte"}, {"class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte"}, {"class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte"}, {"class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte"}, {"class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte"}, {"class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte"}, {"class": "type", "name": "Buffer", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "var", "name": "ErrTooLarge", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/bzip2.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/bzip2.json new file mode 100644 index 0000000..3cdeb02 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/bzip2.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewReader", "type": "func(r io.Reader) io.Reader"}, {"class": "type", "name": "StructuralError", "type": "string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/flate.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/flate.json new file mode 100644 index 0000000..e2aa289 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/flate.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BestCompression", "type": ""}, {"class": "const", "name": "BestSpeed", "type": ""}, {"class": "const", "name": "DefaultCompression", "type": ""}, {"class": "const", "name": "HuffmanOnly", "type": ""}, {"class": "const", "name": "NoCompression", "type": ""}, {"class": "func", "name": "NewReader", "type": "func(r io.Reader) io.ReadCloser"}, {"class": "func", "name": "NewReaderDict", "type": "func(r io.Reader, dict []byte) io.ReadCloser"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer, level int) (*flate.Writer, error)"}, {"class": "func", "name": "NewWriterDict", "type": "func(w io.Writer, level int, dict []byte) (*flate.Writer, error)"}, {"class": "type", "name": "CorruptInputError", "type": "int64"}, {"class": "type", "name": "InternalError", "type": "string"}, {"class": "type", "name": "ReadError", "type": "struct"}, {"class": "type", "name": "Reader", "type": "interface"}, {"class": "type", "name": "Resetter", "type": "interface"}, {"class": "type", "name": "WriteError", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/gzip.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/gzip.json new file mode 100644 index 0000000..719ff09 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/gzip.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BestCompression", "type": ""}, {"class": "const", "name": "BestSpeed", "type": ""}, {"class": "const", "name": "DefaultCompression", "type": ""}, {"class": "const", "name": "HuffmanOnly", "type": ""}, {"class": "const", "name": "NoCompression", "type": ""}, {"class": "func", "name": "NewReader", "type": "func(r io.Reader) (*gzip.Reader, error)"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *gzip.Writer"}, {"class": "func", "name": "NewWriterLevel", "type": "func(w io.Writer, level int) (*gzip.Writer, error)"}, {"class": "type", "name": "Header", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}, {"class": "var", "name": "ErrChecksum", "type": "error"}, {"class": "var", "name": "ErrHeader", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/lzw.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/lzw.json new file mode 100644 index 0000000..b3afd82 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/lzw.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "LSB", "type": ""}, {"class": "const", "name": "MSB", "type": ""}, {"class": "func", "name": "NewReader", "type": "func(r io.Reader, order lzw.Order, litWidth int) io.ReadCloser"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer, order lzw.Order, litWidth int) io.WriteCloser"}, {"class": "type", "name": "Order", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/zlib.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/zlib.json new file mode 100644 index 0000000..e305b20 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/zlib.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BestCompression", "type": ""}, {"class": "const", "name": "BestSpeed", "type": ""}, {"class": "const", "name": "DefaultCompression", "type": ""}, {"class": "const", "name": "HuffmanOnly", "type": ""}, {"class": "const", "name": "NoCompression", "type": ""}, {"class": "func", "name": "NewReader", "type": "func(r io.Reader) (io.ReadCloser, error)"}, {"class": "func", "name": "NewReaderDict", "type": "func(r io.Reader, dict []byte) (io.ReadCloser, error)"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *zlib.Writer"}, {"class": "func", "name": "NewWriterLevel", "type": "func(w io.Writer, level int) (*zlib.Writer, error)"}, {"class": "func", "name": "NewWriterLevelDict", "type": "func(w io.Writer, level int, dict []byte) (*zlib.Writer, error)"}, {"class": "type", "name": "Resetter", "type": "interface"}, {"class": "type", "name": "Writer", "type": "struct"}, {"class": "var", "name": "ErrChecksum", "type": "error"}, {"class": "var", "name": "ErrDictionary", "type": "error"}, {"class": "var", "name": "ErrHeader", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/container/heap.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/container/heap.json new file mode 100644 index 0000000..fbc58cf --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/container/heap.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Fix", "type": "func(h heap.Interface, i int)"}, {"class": "func", "name": "Init", "type": "func(h heap.Interface)"}, {"class": "func", "name": "Pop", "type": "func(h heap.Interface) interface{}"}, {"class": "func", "name": "Push", "type": "func(h heap.Interface, x interface{})"}, {"class": "func", "name": "Remove", "type": "func(h heap.Interface, i int) interface{}"}, {"class": "type", "name": "Interface", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/container/list.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/container/list.json new file mode 100644 index 0000000..76547f5 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/container/list.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "New", "type": "func() *list.List"}, {"class": "type", "name": "Element", "type": "struct"}, {"class": "type", "name": "List", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/container/ring.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/container/ring.json new file mode 100644 index 0000000..2ce60a5 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/container/ring.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "New", "type": "func(n int) *ring.Ring"}, {"class": "type", "name": "Ring", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/context/context.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/context/context.json new file mode 100644 index 0000000..afe9b2e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/context/context.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Background", "type": "func() context.Context"}, {"class": "func", "name": "TODO", "type": "func() context.Context"}, {"class": "func", "name": "WithCancel", "type": "func(parent context.Context) (ctx context.Context, cancel context.CancelFunc)"}, {"class": "func", "name": "WithDeadline", "type": "func(parent context.Context, deadline time.Time) (context.Context, context.CancelFunc)"}, {"class": "func", "name": "WithTimeout", "type": "func(parent context.Context, timeout time.Duration) (context.Context, context.CancelFunc)"}, {"class": "func", "name": "WithValue", "type": "func(parent context.Context, key interface{}, val interface{}) context.Context"}, {"class": "type", "name": "CancelFunc", "type": "func()"}, {"class": "type", "name": "Context", "type": "interface"}, {"class": "var", "name": "Canceled", "type": "error"}, {"class": "var", "name": "DeadlineExceeded", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/aes.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/aes.json new file mode 100644 index 0000000..f94c1d8 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/aes.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BlockSize", "type": ""}, {"class": "func", "name": "NewCipher", "type": "func(key []byte) (cipher.Block, error)"}, {"class": "type", "name": "KeySizeError", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/cipher.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/cipher.json new file mode 100644 index 0000000..9ecbf54 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/cipher.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewCBCDecrypter", "type": "func(b cipher.Block, iv []byte) cipher.BlockMode"}, {"class": "func", "name": "NewCBCEncrypter", "type": "func(b cipher.Block, iv []byte) cipher.BlockMode"}, {"class": "func", "name": "NewCFBDecrypter", "type": "func(block cipher.Block, iv []byte) cipher.Stream"}, {"class": "func", "name": "NewCFBEncrypter", "type": "func(block cipher.Block, iv []byte) cipher.Stream"}, {"class": "func", "name": "NewCTR", "type": "func(block cipher.Block, iv []byte) cipher.Stream"}, {"class": "func", "name": "NewGCM", "type": "func(cipher cipher.Block) (cipher.AEAD, error)"}, {"class": "func", "name": "NewGCMWithNonceSize", "type": "func(cipher cipher.Block, size int) (cipher.AEAD, error)"}, {"class": "func", "name": "NewOFB", "type": "func(b cipher.Block, iv []byte) cipher.Stream"}, {"class": "type", "name": "AEAD", "type": "interface"}, {"class": "type", "name": "Block", "type": "interface"}, {"class": "type", "name": "BlockMode", "type": "interface"}, {"class": "type", "name": "Stream", "type": "interface"}, {"class": "type", "name": "StreamReader", "type": "struct"}, {"class": "type", "name": "StreamWriter", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/crypto.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/crypto.json new file mode 100644 index 0000000..add1cab --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/crypto.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "MD4", "type": ""}, {"class": "const", "name": "MD5", "type": ""}, {"class": "const", "name": "MD5SHA1", "type": ""}, {"class": "const", "name": "RIPEMD160", "type": ""}, {"class": "const", "name": "SHA1", "type": ""}, {"class": "const", "name": "SHA224", "type": ""}, {"class": "const", "name": "SHA256", "type": ""}, {"class": "const", "name": "SHA384", "type": ""}, {"class": "const", "name": "SHA3_224", "type": ""}, {"class": "const", "name": "SHA3_256", "type": ""}, {"class": "const", "name": "SHA3_384", "type": ""}, {"class": "const", "name": "SHA3_512", "type": ""}, {"class": "const", "name": "SHA512", "type": ""}, {"class": "const", "name": "SHA512_224", "type": ""}, {"class": "const", "name": "SHA512_256", "type": ""}, {"class": "func", "name": "RegisterHash", "type": "func(h crypto.Hash, f func() hash.Hash)"}, {"class": "type", "name": "Decrypter", "type": "interface"}, {"class": "type", "name": "DecrypterOpts", "type": "interface"}, {"class": "type", "name": "Hash", "type": "uint"}, {"class": "type", "name": "PrivateKey", "type": "interface"}, {"class": "type", "name": "PublicKey", "type": "interface"}, {"class": "type", "name": "Signer", "type": "interface"}, {"class": "type", "name": "SignerOpts", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/des.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/des.json new file mode 100644 index 0000000..9e4d31e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/des.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BlockSize", "type": ""}, {"class": "func", "name": "NewCipher", "type": "func(key []byte) (cipher.Block, error)"}, {"class": "func", "name": "NewTripleDESCipher", "type": "func(key []byte) (cipher.Block, error)"}, {"class": "type", "name": "KeySizeError", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/dsa.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/dsa.json new file mode 100644 index 0000000..7fc28c0 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/dsa.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "L1024N160", "type": ""}, {"class": "const", "name": "L2048N224", "type": ""}, {"class": "const", "name": "L2048N256", "type": ""}, {"class": "const", "name": "L3072N256", "type": ""}, {"class": "func", "name": "GenerateKey", "type": "func(priv *dsa.PrivateKey, rand io.Reader) error"}, {"class": "func", "name": "GenerateParameters", "type": "func(params *dsa.Parameters, rand io.Reader, sizes dsa.ParameterSizes) error"}, {"class": "func", "name": "Sign", "type": "func(rand io.Reader, priv *dsa.PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"}, {"class": "func", "name": "Verify", "type": "func(pub *dsa.PublicKey, hash []byte, r *big.Int, s *big.Int) bool"}, {"class": "type", "name": "ParameterSizes", "type": "int"}, {"class": "type", "name": "Parameters", "type": "struct"}, {"class": "type", "name": "PrivateKey", "type": "struct"}, {"class": "type", "name": "PublicKey", "type": "struct"}, {"class": "var", "name": "ErrInvalidPublicKey", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/ecdsa.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/ecdsa.json new file mode 100644 index 0000000..876a052 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/ecdsa.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "GenerateKey", "type": "func(c elliptic.Curve, rand io.Reader) (*ecdsa.PrivateKey, error)"}, {"class": "func", "name": "Sign", "type": "func(rand io.Reader, priv *ecdsa.PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"}, {"class": "func", "name": "Verify", "type": "func(pub *ecdsa.PublicKey, hash []byte, r *big.Int, s *big.Int) bool"}, {"class": "type", "name": "PrivateKey", "type": "struct"}, {"class": "type", "name": "PublicKey", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/elliptic.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/elliptic.json new file mode 100644 index 0000000..44c0de5 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/elliptic.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "GenerateKey", "type": "func(curve elliptic.Curve, rand io.Reader) (priv []byte, x *big.Int, y *big.Int, err error)"}, {"class": "func", "name": "Marshal", "type": "func(curve elliptic.Curve, x *big.Int, y *big.Int) []byte"}, {"class": "func", "name": "P224", "type": "func() elliptic.Curve"}, {"class": "func", "name": "P256", "type": "func() elliptic.Curve"}, {"class": "func", "name": "P384", "type": "func() elliptic.Curve"}, {"class": "func", "name": "P521", "type": "func() elliptic.Curve"}, {"class": "func", "name": "Unmarshal", "type": "func(curve elliptic.Curve, data []byte) (x *big.Int, y *big.Int)"}, {"class": "type", "name": "Curve", "type": "interface"}, {"class": "type", "name": "CurveParams", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/hmac.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/hmac.json new file mode 100644 index 0000000..45d5a6b --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/hmac.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Equal", "type": "func(mac1 []byte, mac2 []byte) bool"}, {"class": "func", "name": "New", "type": "func(h func() hash.Hash, key []byte) hash.Hash"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/md5.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/md5.json new file mode 100644 index 0000000..cc40e01 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/md5.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BlockSize", "type": ""}, {"class": "const", "name": "Size", "type": ""}, {"class": "func", "name": "New", "type": "func() hash.Hash"}, {"class": "func", "name": "Sum", "type": "func(data []byte) [16]byte"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/rand.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/rand.json new file mode 100644 index 0000000..987fe49 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/rand.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Int", "type": "func(rand io.Reader, max *big.Int) (n *big.Int, err error)"}, {"class": "func", "name": "Prime", "type": "func(rand io.Reader, bits int) (p *big.Int, err error)"}, {"class": "func", "name": "Read", "type": "func(b []byte) (n int, err error)"}, {"class": "var", "name": "Reader", "type": "io.Reader"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/rc4.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/rc4.json new file mode 100644 index 0000000..7891216 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/rc4.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewCipher", "type": "func(key []byte) (*rc4.Cipher, error)"}, {"class": "type", "name": "Cipher", "type": "struct"}, {"class": "type", "name": "KeySizeError", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/rsa.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/rsa.json new file mode 100644 index 0000000..1d4fcf4 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/rsa.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "PSSSaltLengthAuto", "type": ""}, {"class": "const", "name": "PSSSaltLengthEqualsHash", "type": ""}, {"class": "func", "name": "DecryptOAEP", "type": "func(hash hash.Hash, random io.Reader, priv *rsa.PrivateKey, ciphertext []byte, label []byte) ([]byte, error)"}, {"class": "func", "name": "DecryptPKCS1v15", "type": "func(rand io.Reader, priv *rsa.PrivateKey, ciphertext []byte) ([]byte, error)"}, {"class": "func", "name": "DecryptPKCS1v15SessionKey", "type": "func(rand io.Reader, priv *rsa.PrivateKey, ciphertext []byte, key []byte) error"}, {"class": "func", "name": "EncryptOAEP", "type": "func(hash hash.Hash, random io.Reader, pub *rsa.PublicKey, msg []byte, label []byte) ([]byte, error)"}, {"class": "func", "name": "EncryptPKCS1v15", "type": "func(rand io.Reader, pub *rsa.PublicKey, msg []byte) ([]byte, error)"}, {"class": "func", "name": "GenerateKey", "type": "func(random io.Reader, bits int) (*rsa.PrivateKey, error)"}, {"class": "func", "name": "GenerateMultiPrimeKey", "type": "func(random io.Reader, nprimes int, bits int) (*rsa.PrivateKey, error)"}, {"class": "func", "name": "SignPKCS1v15", "type": "func(rand io.Reader, priv *rsa.PrivateKey, hash crypto.Hash, hashed []byte) ([]byte, error)"}, {"class": "func", "name": "SignPSS", "type": "func(rand io.Reader, priv *rsa.PrivateKey, hash crypto.Hash, hashed []byte, opts *rsa.PSSOptions) ([]byte, error)"}, {"class": "func", "name": "VerifyPKCS1v15", "type": "func(pub *rsa.PublicKey, hash crypto.Hash, hashed []byte, sig []byte) error"}, {"class": "func", "name": "VerifyPSS", "type": "func(pub *rsa.PublicKey, hash crypto.Hash, hashed []byte, sig []byte, opts *rsa.PSSOptions) error"}, {"class": "type", "name": "CRTValue", "type": "struct"}, {"class": "type", "name": "OAEPOptions", "type": "struct"}, {"class": "type", "name": "PKCS1v15DecryptOptions", "type": "struct"}, {"class": "type", "name": "PSSOptions", "type": "struct"}, {"class": "type", "name": "PrecomputedValues", "type": "struct"}, {"class": "type", "name": "PrivateKey", "type": "struct"}, {"class": "type", "name": "PublicKey", "type": "struct"}, {"class": "var", "name": "ErrDecryption", "type": "error"}, {"class": "var", "name": "ErrMessageTooLong", "type": "error"}, {"class": "var", "name": "ErrVerification", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/sha1.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/sha1.json new file mode 100644 index 0000000..c77ad3b --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/sha1.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BlockSize", "type": ""}, {"class": "const", "name": "Size", "type": ""}, {"class": "func", "name": "New", "type": "func() hash.Hash"}, {"class": "func", "name": "Sum", "type": "func(data []byte) [20]byte"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/sha256.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/sha256.json new file mode 100644 index 0000000..0b341fd --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/sha256.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BlockSize", "type": ""}, {"class": "const", "name": "Size", "type": ""}, {"class": "const", "name": "Size224", "type": ""}, {"class": "func", "name": "New", "type": "func() hash.Hash"}, {"class": "func", "name": "New224", "type": "func() hash.Hash"}, {"class": "func", "name": "Sum224", "type": "func(data []byte) (sum224 [28]byte)"}, {"class": "func", "name": "Sum256", "type": "func(data []byte) [32]byte"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/sha512.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/sha512.json new file mode 100644 index 0000000..489d64e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/sha512.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BlockSize", "type": ""}, {"class": "const", "name": "Size", "type": ""}, {"class": "const", "name": "Size224", "type": ""}, {"class": "const", "name": "Size256", "type": ""}, {"class": "const", "name": "Size384", "type": ""}, {"class": "func", "name": "New", "type": "func() hash.Hash"}, {"class": "func", "name": "New384", "type": "func() hash.Hash"}, {"class": "func", "name": "New512_224", "type": "func() hash.Hash"}, {"class": "func", "name": "New512_256", "type": "func() hash.Hash"}, {"class": "func", "name": "Sum384", "type": "func(data []byte) (sum384 [48]byte)"}, {"class": "func", "name": "Sum512", "type": "func(data []byte) [64]byte"}, {"class": "func", "name": "Sum512_224", "type": "func(data []byte) (sum224 [28]byte)"}, {"class": "func", "name": "Sum512_256", "type": "func(data []byte) (sum256 [32]byte)"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/subtle.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/subtle.json new file mode 100644 index 0000000..910460e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/subtle.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "ConstantTimeByteEq", "type": "func(x uint8, y uint8) int"}, {"class": "func", "name": "ConstantTimeCompare", "type": "func(x []byte, y []byte) int"}, {"class": "func", "name": "ConstantTimeCopy", "type": "func(v int, x []byte, y []byte)"}, {"class": "func", "name": "ConstantTimeEq", "type": "func(x int32, y int32) int"}, {"class": "func", "name": "ConstantTimeLessOrEq", "type": "func(x int, y int) int"}, {"class": "func", "name": "ConstantTimeSelect", "type": "func(v int, x int, y int) int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/tls.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/tls.json new file mode 100644 index 0000000..10fb48e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/tls.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "CurveP256", "type": ""}, {"class": "const", "name": "CurveP384", "type": ""}, {"class": "const", "name": "CurveP521", "type": ""}, {"class": "const", "name": "ECDSAWithP256AndSHA256", "type": ""}, {"class": "const", "name": "ECDSAWithP384AndSHA384", "type": ""}, {"class": "const", "name": "ECDSAWithP521AndSHA512", "type": ""}, {"class": "const", "name": "NoClientCert", "type": ""}, {"class": "const", "name": "PKCS1WithSHA1", "type": ""}, {"class": "const", "name": "PKCS1WithSHA256", "type": ""}, {"class": "const", "name": "PKCS1WithSHA384", "type": ""}, {"class": "const", "name": "PKCS1WithSHA512", "type": ""}, {"class": "const", "name": "PSSWithSHA256", "type": ""}, {"class": "const", "name": "PSSWithSHA384", "type": ""}, {"class": "const", "name": "PSSWithSHA512", "type": ""}, {"class": "const", "name": "RenegotiateFreelyAsClient", "type": ""}, {"class": "const", "name": "RenegotiateNever", "type": ""}, {"class": "const", "name": "RenegotiateOnceAsClient", "type": ""}, {"class": "const", "name": "RequestClientCert", "type": ""}, {"class": "const", "name": "RequireAndVerifyClientCert", "type": ""}, {"class": "const", "name": "RequireAnyClientCert", "type": ""}, {"class": "const", "name": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256", "type": ""}, {"class": "const", "name": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", "type": ""}, {"class": "const", "name": "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "type": ""}, {"class": "const", "name": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305", "type": ""}, {"class": "const", "name": "TLS_ECDHE_ECDSA_WITH_RC4_128_SHA", "type": ""}, {"class": "const", "name": "TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", "type": ""}, {"class": "const", "name": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "type": ""}, {"class": "const", "name": "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "type": ""}, {"class": "const", "name": "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305", "type": ""}, {"class": "const", "name": "TLS_ECDHE_RSA_WITH_RC4_128_SHA", "type": ""}, {"class": "const", "name": "TLS_FALLBACK_SCSV", "type": ""}, {"class": "const", "name": "TLS_RSA_WITH_3DES_EDE_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_RSA_WITH_AES_128_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_RSA_WITH_AES_128_CBC_SHA256", "type": ""}, {"class": "const", "name": "TLS_RSA_WITH_AES_128_GCM_SHA256", "type": ""}, {"class": "const", "name": "TLS_RSA_WITH_AES_256_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_RSA_WITH_AES_256_GCM_SHA384", "type": ""}, {"class": "const", "name": "TLS_RSA_WITH_RC4_128_SHA", "type": ""}, {"class": "const", "name": "VerifyClientCertIfGiven", "type": ""}, {"class": "const", "name": "VersionSSL30", "type": ""}, {"class": "const", "name": "VersionTLS10", "type": ""}, {"class": "const", "name": "VersionTLS11", "type": ""}, {"class": "const", "name": "VersionTLS12", "type": ""}, {"class": "const", "name": "X25519", "type": ""}, {"class": "func", "name": "Client", "type": "func(conn net.Conn, config *tls.Config) *tls.Conn"}, {"class": "func", "name": "Dial", "type": "func(network string, addr string, config *tls.Config) (*tls.Conn, error)"}, {"class": "func", "name": "DialWithDialer", "type": "func(dialer *net.Dialer, network string, addr string, config *tls.Config) (*tls.Conn, error)"}, {"class": "func", "name": "Listen", "type": "func(network string, laddr string, config *tls.Config) (net.Listener, error)"}, {"class": "func", "name": "LoadX509KeyPair", "type": "func(certFile string, keyFile string) (tls.Certificate, error)"}, {"class": "func", "name": "NewLRUClientSessionCache", "type": "func(capacity int) tls.ClientSessionCache"}, {"class": "func", "name": "NewListener", "type": "func(inner net.Listener, config *tls.Config) net.Listener"}, {"class": "func", "name": "Server", "type": "func(conn net.Conn, config *tls.Config) *tls.Conn"}, {"class": "func", "name": "X509KeyPair", "type": "func(certPEMBlock []byte, keyPEMBlock []byte) (tls.Certificate, error)"}, {"class": "type", "name": "Certificate", "type": "struct"}, {"class": "type", "name": "CertificateRequestInfo", "type": "struct"}, {"class": "type", "name": "ClientAuthType", "type": "int"}, {"class": "type", "name": "ClientHelloInfo", "type": "struct"}, {"class": "type", "name": "ClientSessionCache", "type": "interface"}, {"class": "type", "name": "ClientSessionState", "type": "struct"}, {"class": "type", "name": "Config", "type": "struct"}, {"class": "type", "name": "Conn", "type": "struct"}, {"class": "type", "name": "ConnectionState", "type": "struct"}, {"class": "type", "name": "CurveID", "type": "uint16"}, {"class": "type", "name": "RecordHeaderError", "type": "struct"}, {"class": "type", "name": "RenegotiationSupport", "type": "int"}, {"class": "type", "name": "SignatureScheme", "type": "uint16"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/x509.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/x509.json new file mode 100644 index 0000000..ff76a4b --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/x509.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "CANotAuthorizedForThisName", "type": ""}, {"class": "const", "name": "DSA", "type": ""}, {"class": "const", "name": "DSAWithSHA1", "type": ""}, {"class": "const", "name": "DSAWithSHA256", "type": ""}, {"class": "const", "name": "ECDSA", "type": ""}, {"class": "const", "name": "ECDSAWithSHA1", "type": ""}, {"class": "const", "name": "ECDSAWithSHA256", "type": ""}, {"class": "const", "name": "ECDSAWithSHA384", "type": ""}, {"class": "const", "name": "ECDSAWithSHA512", "type": ""}, {"class": "const", "name": "Expired", "type": ""}, {"class": "const", "name": "ExtKeyUsageAny", "type": ""}, {"class": "const", "name": "ExtKeyUsageClientAuth", "type": ""}, {"class": "const", "name": "ExtKeyUsageCodeSigning", "type": ""}, {"class": "const", "name": "ExtKeyUsageEmailProtection", "type": ""}, {"class": "const", "name": "ExtKeyUsageIPSECEndSystem", "type": ""}, {"class": "const", "name": "ExtKeyUsageIPSECTunnel", "type": ""}, {"class": "const", "name": "ExtKeyUsageIPSECUser", "type": ""}, {"class": "const", "name": "ExtKeyUsageMicrosoftServerGatedCrypto", "type": ""}, {"class": "const", "name": "ExtKeyUsageNetscapeServerGatedCrypto", "type": ""}, {"class": "const", "name": "ExtKeyUsageOCSPSigning", "type": ""}, {"class": "const", "name": "ExtKeyUsageServerAuth", "type": ""}, {"class": "const", "name": "ExtKeyUsageTimeStamping", "type": ""}, {"class": "const", "name": "IncompatibleUsage", "type": ""}, {"class": "const", "name": "KeyUsageCRLSign", "type": ""}, {"class": "const", "name": "KeyUsageCertSign", "type": ""}, {"class": "const", "name": "KeyUsageContentCommitment", "type": ""}, {"class": "const", "name": "KeyUsageDataEncipherment", "type": ""}, {"class": "const", "name": "KeyUsageDecipherOnly", "type": ""}, {"class": "const", "name": "KeyUsageDigitalSignature", "type": ""}, {"class": "const", "name": "KeyUsageEncipherOnly", "type": ""}, {"class": "const", "name": "KeyUsageKeyAgreement", "type": ""}, {"class": "const", "name": "KeyUsageKeyEncipherment", "type": ""}, {"class": "const", "name": "MD2WithRSA", "type": ""}, {"class": "const", "name": "MD5WithRSA", "type": ""}, {"class": "const", "name": "NameMismatch", "type": ""}, {"class": "const", "name": "NotAuthorizedToSign", "type": ""}, {"class": "const", "name": "PEMCipher3DES", "type": ""}, {"class": "const", "name": "PEMCipherAES128", "type": ""}, {"class": "const", "name": "PEMCipherAES192", "type": ""}, {"class": "const", "name": "PEMCipherAES256", "type": ""}, {"class": "const", "name": "PEMCipherDES", "type": ""}, {"class": "const", "name": "RSA", "type": ""}, {"class": "const", "name": "SHA1WithRSA", "type": ""}, {"class": "const", "name": "SHA256WithRSA", "type": ""}, {"class": "const", "name": "SHA256WithRSAPSS", "type": ""}, {"class": "const", "name": "SHA384WithRSA", "type": ""}, {"class": "const", "name": "SHA384WithRSAPSS", "type": ""}, {"class": "const", "name": "SHA512WithRSA", "type": ""}, {"class": "const", "name": "SHA512WithRSAPSS", "type": ""}, {"class": "const", "name": "TooManyIntermediates", "type": ""}, {"class": "const", "name": "UnknownPublicKeyAlgorithm", "type": ""}, {"class": "const", "name": "UnknownSignatureAlgorithm", "type": ""}, {"class": "func", "name": "CreateCertificate", "type": "func(rand io.Reader, template *x509.Certificate, parent *x509.Certificate, pub interface{}, priv interface{}) (cert []byte, err error)"}, {"class": "func", "name": "CreateCertificateRequest", "type": "func(rand io.Reader, template *x509.CertificateRequest, priv interface{}) (csr []byte, err error)"}, {"class": "func", "name": "DecryptPEMBlock", "type": "func(b *pem.Block, password []byte) ([]byte, error)"}, {"class": "func", "name": "EncryptPEMBlock", "type": "func(rand io.Reader, blockType string, data []byte, password []byte, alg x509.PEMCipher) (*pem.Block, error)"}, {"class": "func", "name": "IsEncryptedPEMBlock", "type": "func(b *pem.Block) bool"}, {"class": "func", "name": "MarshalECPrivateKey", "type": "func(key *ecdsa.PrivateKey) ([]byte, error)"}, {"class": "func", "name": "MarshalPKCS1PrivateKey", "type": "func(key *rsa.PrivateKey) []byte"}, {"class": "func", "name": "MarshalPKIXPublicKey", "type": "func(pub interface{}) ([]byte, error)"}, {"class": "func", "name": "NewCertPool", "type": "func() *x509.CertPool"}, {"class": "func", "name": "ParseCRL", "type": "func(crlBytes []byte) (*pkix.CertificateList, error)"}, {"class": "func", "name": "ParseCertificate", "type": "func(asn1Data []byte) (*x509.Certificate, error)"}, {"class": "func", "name": "ParseCertificateRequest", "type": "func(asn1Data []byte) (*x509.CertificateRequest, error)"}, {"class": "func", "name": "ParseCertificates", "type": "func(asn1Data []byte) ([]*x509.Certificate, error)"}, {"class": "func", "name": "ParseDERCRL", "type": "func(derBytes []byte) (*pkix.CertificateList, error)"}, {"class": "func", "name": "ParseECPrivateKey", "type": "func(der []byte) (*ecdsa.PrivateKey, error)"}, {"class": "func", "name": "ParsePKCS1PrivateKey", "type": "func(der []byte) (*rsa.PrivateKey, error)"}, {"class": "func", "name": "ParsePKCS8PrivateKey", "type": "func(der []byte) (key interface{}, err error)"}, {"class": "func", "name": "ParsePKIXPublicKey", "type": "func(derBytes []byte) (pub interface{}, err error)"}, {"class": "func", "name": "SystemCertPool", "type": "func() (*x509.CertPool, error)"}, {"class": "type", "name": "CertPool", "type": "struct"}, {"class": "type", "name": "Certificate", "type": "struct"}, {"class": "type", "name": "CertificateInvalidError", "type": "struct"}, {"class": "type", "name": "CertificateRequest", "type": "struct"}, {"class": "type", "name": "ConstraintViolationError", "type": "struct"}, {"class": "type", "name": "ExtKeyUsage", "type": "int"}, {"class": "type", "name": "HostnameError", "type": "struct"}, {"class": "type", "name": "InsecureAlgorithmError", "type": "int"}, {"class": "type", "name": "InvalidReason", "type": "int"}, {"class": "type", "name": "KeyUsage", "type": "int"}, {"class": "type", "name": "PEMCipher", "type": "int"}, {"class": "type", "name": "PublicKeyAlgorithm", "type": "int"}, {"class": "type", "name": "SignatureAlgorithm", "type": "int"}, {"class": "type", "name": "SystemRootsError", "type": "struct"}, {"class": "type", "name": "UnhandledCriticalExtension", "type": "struct"}, {"class": "type", "name": "UnknownAuthorityError", "type": "struct"}, {"class": "type", "name": "VerifyOptions", "type": "struct"}, {"class": "var", "name": "ErrUnsupportedAlgorithm", "type": "error"}, {"class": "var", "name": "IncorrectPasswordError", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/x509/pkix.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/x509/pkix.json new file mode 100644 index 0000000..5e4b43c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/x509/pkix.json @@ -0,0 +1 @@ +[0, [{"class": "type", "name": "AlgorithmIdentifier", "type": "struct"}, {"class": "type", "name": "AttributeTypeAndValue", "type": "struct"}, {"class": "type", "name": "AttributeTypeAndValueSET", "type": "struct"}, {"class": "type", "name": "CertificateList", "type": "struct"}, {"class": "type", "name": "Extension", "type": "struct"}, {"class": "type", "name": "Name", "type": "struct"}, {"class": "type", "name": "RDNSequence", "type": "[]pkix.RelativeDistinguishedNameSET"}, {"class": "type", "name": "RelativeDistinguishedNameSET", "type": "[]pkix.AttributeTypeAndValue"}, {"class": "type", "name": "RevokedCertificate", "type": "struct"}, {"class": "type", "name": "TBSCertificateList", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/database/sql.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/database/sql.json new file mode 100644 index 0000000..c83cab4 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/database/sql.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "LevelDefault", "type": ""}, {"class": "const", "name": "LevelLinearizable", "type": ""}, {"class": "const", "name": "LevelReadCommitted", "type": ""}, {"class": "const", "name": "LevelReadUncommitted", "type": ""}, {"class": "const", "name": "LevelRepeatableRead", "type": ""}, {"class": "const", "name": "LevelSerializable", "type": ""}, {"class": "const", "name": "LevelSnapshot", "type": ""}, {"class": "const", "name": "LevelWriteCommitted", "type": ""}, {"class": "func", "name": "Drivers", "type": "func() []string"}, {"class": "func", "name": "IsolationContext", "type": "func(ctx context.Context, level sql.IsolationLevel) context.Context"}, {"class": "func", "name": "Open", "type": "func(driverName string, dataSourceName string) (*sql.DB, error)"}, {"class": "func", "name": "Param", "type": "func(name string, value interface{}) sql.NamedParam"}, {"class": "func", "name": "ReadOnlyContext", "type": "func(ctx context.Context) context.Context"}, {"class": "func", "name": "Register", "type": "func(name string, driver driver.Driver)"}, {"class": "type", "name": "ColumnType", "type": "struct"}, {"class": "type", "name": "DB", "type": "struct"}, {"class": "type", "name": "DBStats", "type": "struct"}, {"class": "type", "name": "IsolationLevel", "type": "int"}, {"class": "type", "name": "NamedParam", "type": "struct"}, {"class": "type", "name": "NullBool", "type": "struct"}, {"class": "type", "name": "NullFloat64", "type": "struct"}, {"class": "type", "name": "NullInt64", "type": "struct"}, {"class": "type", "name": "NullString", "type": "struct"}, {"class": "type", "name": "RawBytes", "type": "[]byte"}, {"class": "type", "name": "Result", "type": "interface"}, {"class": "type", "name": "Row", "type": "struct"}, {"class": "type", "name": "Rows", "type": "struct"}, {"class": "type", "name": "Scanner", "type": "interface"}, {"class": "type", "name": "Stmt", "type": "struct"}, {"class": "type", "name": "Tx", "type": "struct"}, {"class": "var", "name": "ErrNoRows", "type": "error"}, {"class": "var", "name": "ErrTxDone", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/database/sql/driver.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/database/sql/driver.json new file mode 100644 index 0000000..69c0689 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/database/sql/driver.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "IsScanValue", "type": "func(v interface{}) bool"}, {"class": "func", "name": "IsValue", "type": "func(v interface{}) bool"}, {"class": "func", "name": "IsolationFromContext", "type": "func(ctx context.Context) (level driver.IsolationLevel, ok bool)"}, {"class": "func", "name": "ReadOnlyFromContext", "type": "func(ctx context.Context) (readonly bool)"}, {"class": "type", "name": "ColumnConverter", "type": "interface"}, {"class": "type", "name": "Conn", "type": "interface"}, {"class": "type", "name": "ConnBeginContext", "type": "interface"}, {"class": "type", "name": "ConnPrepareContext", "type": "interface"}, {"class": "type", "name": "Driver", "type": "interface"}, {"class": "type", "name": "Execer", "type": "interface"}, {"class": "type", "name": "ExecerContext", "type": "interface"}, {"class": "type", "name": "IsolationLevel", "type": "int"}, {"class": "type", "name": "NamedValue", "type": "struct"}, {"class": "type", "name": "NotNull", "type": "struct"}, {"class": "type", "name": "Null", "type": "struct"}, {"class": "type", "name": "Pinger", "type": "interface"}, {"class": "type", "name": "Queryer", "type": "interface"}, {"class": "type", "name": "QueryerContext", "type": "interface"}, {"class": "type", "name": "Result", "type": "interface"}, {"class": "type", "name": "Rows", "type": "interface"}, {"class": "type", "name": "RowsAffected", "type": "int64"}, {"class": "type", "name": "RowsColumnTypeDatabaseTypeName", "type": "interface"}, {"class": "type", "name": "RowsColumnTypeLength", "type": "interface"}, {"class": "type", "name": "RowsColumnTypeNullable", "type": "interface"}, {"class": "type", "name": "RowsColumnTypePrecisionScale", "type": "interface"}, {"class": "type", "name": "RowsColumnTypeScanType", "type": "interface"}, {"class": "type", "name": "RowsNextResultSet", "type": "interface"}, {"class": "type", "name": "Stmt", "type": "interface"}, {"class": "type", "name": "StmtExecContext", "type": "interface"}, {"class": "type", "name": "StmtQueryContext", "type": "interface"}, {"class": "type", "name": "Tx", "type": "interface"}, {"class": "type", "name": "Value", "type": "interface"}, {"class": "type", "name": "ValueConverter", "type": "interface"}, {"class": "type", "name": "Valuer", "type": "interface"}, {"class": "var", "name": "Bool", "type": "driver.boolType"}, {"class": "var", "name": "DefaultParameterConverter", "type": "driver.defaultConverter"}, {"class": "var", "name": "ErrBadConn", "type": "error"}, {"class": "var", "name": "ErrSkip", "type": "error"}, {"class": "var", "name": "Int32", "type": "driver.int32Type"}, {"class": "var", "name": "ResultNoRows", "type": "driver.noRows"}, {"class": "var", "name": "String", "type": "driver.stringType"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/dwarf.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/dwarf.json new file mode 100644 index 0000000..f3b149f --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/dwarf.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "AttrAbstractOrigin", "type": ""}, {"class": "const", "name": "AttrAccessibility", "type": ""}, {"class": "const", "name": "AttrAddrClass", "type": ""}, {"class": "const", "name": "AttrAllocated", "type": ""}, {"class": "const", "name": "AttrArtificial", "type": ""}, {"class": "const", "name": "AttrAssociated", "type": ""}, {"class": "const", "name": "AttrBaseTypes", "type": ""}, {"class": "const", "name": "AttrBitOffset", "type": ""}, {"class": "const", "name": "AttrBitSize", "type": ""}, {"class": "const", "name": "AttrByteSize", "type": ""}, {"class": "const", "name": "AttrCallColumn", "type": ""}, {"class": "const", "name": "AttrCallFile", "type": ""}, {"class": "const", "name": "AttrCallLine", "type": ""}, {"class": "const", "name": "AttrCalling", "type": ""}, {"class": "const", "name": "AttrCommonRef", "type": ""}, {"class": "const", "name": "AttrCompDir", "type": ""}, {"class": "const", "name": "AttrConstValue", "type": ""}, {"class": "const", "name": "AttrContainingType", "type": ""}, {"class": "const", "name": "AttrCount", "type": ""}, {"class": "const", "name": "AttrDataLocation", "type": ""}, {"class": "const", "name": "AttrDataMemberLoc", "type": ""}, {"class": "const", "name": "AttrDeclColumn", "type": ""}, {"class": "const", "name": "AttrDeclFile", "type": ""}, {"class": "const", "name": "AttrDeclLine", "type": ""}, {"class": "const", "name": "AttrDeclaration", "type": ""}, {"class": "const", "name": "AttrDefaultValue", "type": ""}, {"class": "const", "name": "AttrDescription", "type": ""}, {"class": "const", "name": "AttrDiscr", "type": ""}, {"class": "const", "name": "AttrDiscrList", "type": ""}, {"class": "const", "name": "AttrDiscrValue", "type": ""}, {"class": "const", "name": "AttrEncoding", "type": ""}, {"class": "const", "name": "AttrEntrypc", "type": ""}, {"class": "const", "name": "AttrExtension", "type": ""}, {"class": "const", "name": "AttrExternal", "type": ""}, {"class": "const", "name": "AttrFrameBase", "type": ""}, {"class": "const", "name": "AttrFriend", "type": ""}, {"class": "const", "name": "AttrHighpc", "type": ""}, {"class": "const", "name": "AttrIdentifierCase", "type": ""}, {"class": "const", "name": "AttrImport", "type": ""}, {"class": "const", "name": "AttrInline", "type": ""}, {"class": "const", "name": "AttrIsOptional", "type": ""}, {"class": "const", "name": "AttrLanguage", "type": ""}, {"class": "const", "name": "AttrLocation", "type": ""}, {"class": "const", "name": "AttrLowerBound", "type": ""}, {"class": "const", "name": "AttrLowpc", "type": ""}, {"class": "const", "name": "AttrMacroInfo", "type": ""}, {"class": "const", "name": "AttrName", "type": ""}, {"class": "const", "name": "AttrNamelistItem", "type": ""}, {"class": "const", "name": "AttrOrdering", "type": ""}, {"class": "const", "name": "AttrPriority", "type": ""}, {"class": "const", "name": "AttrProducer", "type": ""}, {"class": "const", "name": "AttrPrototyped", "type": ""}, {"class": "const", "name": "AttrRanges", "type": ""}, {"class": "const", "name": "AttrReturnAddr", "type": ""}, {"class": "const", "name": "AttrSegment", "type": ""}, {"class": "const", "name": "AttrSibling", "type": ""}, {"class": "const", "name": "AttrSpecification", "type": ""}, {"class": "const", "name": "AttrStartScope", "type": ""}, {"class": "const", "name": "AttrStaticLink", "type": ""}, {"class": "const", "name": "AttrStmtList", "type": ""}, {"class": "const", "name": "AttrStride", "type": ""}, {"class": "const", "name": "AttrStrideSize", "type": ""}, {"class": "const", "name": "AttrStringLength", "type": ""}, {"class": "const", "name": "AttrTrampoline", "type": ""}, {"class": "const", "name": "AttrType", "type": ""}, {"class": "const", "name": "AttrUpperBound", "type": ""}, {"class": "const", "name": "AttrUseLocation", "type": ""}, {"class": "const", "name": "AttrUseUTF8", "type": ""}, {"class": "const", "name": "AttrVarParam", "type": ""}, {"class": "const", "name": "AttrVirtuality", "type": ""}, {"class": "const", "name": "AttrVisibility", "type": ""}, {"class": "const", "name": "AttrVtableElemLoc", "type": ""}, {"class": "const", "name": "ClassAddress", "type": ""}, {"class": "const", "name": "ClassBlock", "type": ""}, {"class": "const", "name": "ClassConstant", "type": ""}, {"class": "const", "name": "ClassExprLoc", "type": ""}, {"class": "const", "name": "ClassFlag", "type": ""}, {"class": "const", "name": "ClassLinePtr", "type": ""}, {"class": "const", "name": "ClassLocListPtr", "type": ""}, {"class": "const", "name": "ClassMacPtr", "type": ""}, {"class": "const", "name": "ClassRangeListPtr", "type": ""}, {"class": "const", "name": "ClassReference", "type": ""}, {"class": "const", "name": "ClassReferenceAlt", "type": ""}, {"class": "const", "name": "ClassReferenceSig", "type": ""}, {"class": "const", "name": "ClassString", "type": ""}, {"class": "const", "name": "ClassStringAlt", "type": ""}, {"class": "const", "name": "ClassUnknown", "type": ""}, {"class": "const", "name": "TagAccessDeclaration", "type": ""}, {"class": "const", "name": "TagArrayType", "type": ""}, {"class": "const", "name": "TagBaseType", "type": ""}, {"class": "const", "name": "TagCatchDwarfBlock", "type": ""}, {"class": "const", "name": "TagClassType", "type": ""}, {"class": "const", "name": "TagCommonDwarfBlock", "type": ""}, {"class": "const", "name": "TagCommonInclusion", "type": ""}, {"class": "const", "name": "TagCompileUnit", "type": ""}, {"class": "const", "name": "TagCondition", "type": ""}, {"class": "const", "name": "TagConstType", "type": ""}, {"class": "const", "name": "TagConstant", "type": ""}, {"class": "const", "name": "TagDwarfProcedure", "type": ""}, {"class": "const", "name": "TagEntryPoint", "type": ""}, {"class": "const", "name": "TagEnumerationType", "type": ""}, {"class": "const", "name": "TagEnumerator", "type": ""}, {"class": "const", "name": "TagFileType", "type": ""}, {"class": "const", "name": "TagFormalParameter", "type": ""}, {"class": "const", "name": "TagFriend", "type": ""}, {"class": "const", "name": "TagImportedDeclaration", "type": ""}, {"class": "const", "name": "TagImportedModule", "type": ""}, {"class": "const", "name": "TagImportedUnit", "type": ""}, {"class": "const", "name": "TagInheritance", "type": ""}, {"class": "const", "name": "TagInlinedSubroutine", "type": ""}, {"class": "const", "name": "TagInterfaceType", "type": ""}, {"class": "const", "name": "TagLabel", "type": ""}, {"class": "const", "name": "TagLexDwarfBlock", "type": ""}, {"class": "const", "name": "TagMember", "type": ""}, {"class": "const", "name": "TagModule", "type": ""}, {"class": "const", "name": "TagMutableType", "type": ""}, {"class": "const", "name": "TagNamelist", "type": ""}, {"class": "const", "name": "TagNamelistItem", "type": ""}, {"class": "const", "name": "TagNamespace", "type": ""}, {"class": "const", "name": "TagPackedType", "type": ""}, {"class": "const", "name": "TagPartialUnit", "type": ""}, {"class": "const", "name": "TagPointerType", "type": ""}, {"class": "const", "name": "TagPtrToMemberType", "type": ""}, {"class": "const", "name": "TagReferenceType", "type": ""}, {"class": "const", "name": "TagRestrictType", "type": ""}, {"class": "const", "name": "TagRvalueReferenceType", "type": ""}, {"class": "const", "name": "TagSetType", "type": ""}, {"class": "const", "name": "TagSharedType", "type": ""}, {"class": "const", "name": "TagStringType", "type": ""}, {"class": "const", "name": "TagStructType", "type": ""}, {"class": "const", "name": "TagSubprogram", "type": ""}, {"class": "const", "name": "TagSubrangeType", "type": ""}, {"class": "const", "name": "TagSubroutineType", "type": ""}, {"class": "const", "name": "TagTemplateAlias", "type": ""}, {"class": "const", "name": "TagTemplateTypeParameter", "type": ""}, {"class": "const", "name": "TagTemplateValueParameter", "type": ""}, {"class": "const", "name": "TagThrownType", "type": ""}, {"class": "const", "name": "TagTryDwarfBlock", "type": ""}, {"class": "const", "name": "TagTypeUnit", "type": ""}, {"class": "const", "name": "TagTypedef", "type": ""}, {"class": "const", "name": "TagUnionType", "type": ""}, {"class": "const", "name": "TagUnspecifiedParameters", "type": ""}, {"class": "const", "name": "TagUnspecifiedType", "type": ""}, {"class": "const", "name": "TagVariable", "type": ""}, {"class": "const", "name": "TagVariant", "type": ""}, {"class": "const", "name": "TagVariantPart", "type": ""}, {"class": "const", "name": "TagVolatileType", "type": ""}, {"class": "const", "name": "TagWithStmt", "type": ""}, {"class": "func", "name": "New", "type": "func(abbrev []byte, aranges []byte, frame []byte, info []byte, line []byte, pubnames []byte, ranges []byte, str []byte) (*dwarf.Data, error)"}, {"class": "type", "name": "AddrType", "type": "struct"}, {"class": "type", "name": "ArrayType", "type": "struct"}, {"class": "type", "name": "Attr", "type": "uint32"}, {"class": "type", "name": "BasicType", "type": "struct"}, {"class": "type", "name": "BoolType", "type": "struct"}, {"class": "type", "name": "CharType", "type": "struct"}, {"class": "type", "name": "Class", "type": "int"}, {"class": "type", "name": "CommonType", "type": "struct"}, {"class": "type", "name": "ComplexType", "type": "struct"}, {"class": "type", "name": "Data", "type": "struct"}, {"class": "type", "name": "DecodeError", "type": "struct"}, {"class": "type", "name": "DotDotDotType", "type": "struct"}, {"class": "type", "name": "Entry", "type": "struct"}, {"class": "type", "name": "EnumType", "type": "struct"}, {"class": "type", "name": "EnumValue", "type": "struct"}, {"class": "type", "name": "Field", "type": "struct"}, {"class": "type", "name": "FloatType", "type": "struct"}, {"class": "type", "name": "FuncType", "type": "struct"}, {"class": "type", "name": "IntType", "type": "struct"}, {"class": "type", "name": "LineEntry", "type": "struct"}, {"class": "type", "name": "LineFile", "type": "struct"}, {"class": "type", "name": "LineReader", "type": "struct"}, {"class": "type", "name": "LineReaderPos", "type": "struct"}, {"class": "type", "name": "Offset", "type": "uint32"}, {"class": "type", "name": "PtrType", "type": "struct"}, {"class": "type", "name": "QualType", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "StructField", "type": "struct"}, {"class": "type", "name": "StructType", "type": "struct"}, {"class": "type", "name": "Tag", "type": "uint32"}, {"class": "type", "name": "Type", "type": "interface"}, {"class": "type", "name": "TypedefType", "type": "struct"}, {"class": "type", "name": "UcharType", "type": "struct"}, {"class": "type", "name": "UintType", "type": "struct"}, {"class": "type", "name": "UnspecifiedType", "type": "struct"}, {"class": "type", "name": "VoidType", "type": "struct"}, {"class": "var", "name": "ErrUnknownPC", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/elf.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/elf.json new file mode 100644 index 0000000..2191818 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/elf.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ARM_MAGIC_TRAMP_NUMBER", "type": ""}, {"class": "const", "name": "COMPRESS_HIOS", "type": ""}, {"class": "const", "name": "COMPRESS_HIPROC", "type": ""}, {"class": "const", "name": "COMPRESS_LOOS", "type": ""}, {"class": "const", "name": "COMPRESS_LOPROC", "type": ""}, {"class": "const", "name": "COMPRESS_ZLIB", "type": ""}, {"class": "const", "name": "DF_BIND_NOW", "type": ""}, {"class": "const", "name": "DF_ORIGIN", "type": ""}, {"class": "const", "name": "DF_STATIC_TLS", "type": ""}, {"class": "const", "name": "DF_SYMBOLIC", "type": ""}, {"class": "const", "name": "DF_TEXTREL", "type": ""}, {"class": "const", "name": "DT_BIND_NOW", "type": ""}, {"class": "const", "name": "DT_DEBUG", "type": ""}, {"class": "const", "name": "DT_ENCODING", "type": ""}, {"class": "const", "name": "DT_FINI", "type": ""}, {"class": "const", "name": "DT_FINI_ARRAY", "type": ""}, {"class": "const", "name": "DT_FINI_ARRAYSZ", "type": ""}, {"class": "const", "name": "DT_FLAGS", "type": ""}, {"class": "const", "name": "DT_HASH", "type": ""}, {"class": "const", "name": "DT_HIOS", "type": ""}, {"class": "const", "name": "DT_HIPROC", "type": ""}, {"class": "const", "name": "DT_INIT", "type": ""}, {"class": "const", "name": "DT_INIT_ARRAY", "type": ""}, {"class": "const", "name": "DT_INIT_ARRAYSZ", "type": ""}, {"class": "const", "name": "DT_JMPREL", "type": ""}, {"class": "const", "name": "DT_LOOS", "type": ""}, {"class": "const", "name": "DT_LOPROC", "type": ""}, {"class": "const", "name": "DT_NEEDED", "type": ""}, {"class": "const", "name": "DT_NULL", "type": ""}, {"class": "const", "name": "DT_PLTGOT", "type": ""}, {"class": "const", "name": "DT_PLTREL", "type": ""}, {"class": "const", "name": "DT_PLTRELSZ", "type": ""}, {"class": "const", "name": "DT_PREINIT_ARRAY", "type": ""}, {"class": "const", "name": "DT_PREINIT_ARRAYSZ", "type": ""}, {"class": "const", "name": "DT_REL", "type": ""}, {"class": "const", "name": "DT_RELA", "type": ""}, {"class": "const", "name": "DT_RELAENT", "type": ""}, {"class": "const", "name": "DT_RELASZ", "type": ""}, {"class": "const", "name": "DT_RELENT", "type": ""}, {"class": "const", "name": "DT_RELSZ", "type": ""}, {"class": "const", "name": "DT_RPATH", "type": ""}, {"class": "const", "name": "DT_RUNPATH", "type": ""}, {"class": "const", "name": "DT_SONAME", "type": ""}, {"class": "const", "name": "DT_STRSZ", "type": ""}, {"class": "const", "name": "DT_STRTAB", "type": ""}, {"class": "const", "name": "DT_SYMBOLIC", "type": ""}, {"class": "const", "name": "DT_SYMENT", "type": ""}, {"class": "const", "name": "DT_SYMTAB", "type": ""}, {"class": "const", "name": "DT_TEXTREL", "type": ""}, {"class": "const", "name": "DT_VERNEED", "type": ""}, {"class": "const", "name": "DT_VERNEEDNUM", "type": ""}, {"class": "const", "name": "DT_VERSYM", "type": ""}, {"class": "const", "name": "EI_ABIVERSION", "type": ""}, {"class": "const", "name": "EI_CLASS", "type": ""}, {"class": "const", "name": "EI_DATA", "type": ""}, {"class": "const", "name": "EI_NIDENT", "type": ""}, {"class": "const", "name": "EI_OSABI", "type": ""}, {"class": "const", "name": "EI_PAD", "type": ""}, {"class": "const", "name": "EI_VERSION", "type": ""}, {"class": "const", "name": "ELFCLASS32", "type": ""}, {"class": "const", "name": "ELFCLASS64", "type": ""}, {"class": "const", "name": "ELFCLASSNONE", "type": ""}, {"class": "const", "name": "ELFDATA2LSB", "type": ""}, {"class": "const", "name": "ELFDATA2MSB", "type": ""}, {"class": "const", "name": "ELFDATANONE", "type": ""}, {"class": "const", "name": "ELFMAG", "type": ""}, {"class": "const", "name": "ELFOSABI_86OPEN", "type": ""}, {"class": "const", "name": "ELFOSABI_AIX", "type": ""}, {"class": "const", "name": "ELFOSABI_ARM", "type": ""}, {"class": "const", "name": "ELFOSABI_FREEBSD", "type": ""}, {"class": "const", "name": "ELFOSABI_HPUX", "type": ""}, {"class": "const", "name": "ELFOSABI_HURD", "type": ""}, {"class": "const", "name": "ELFOSABI_IRIX", "type": ""}, {"class": "const", "name": "ELFOSABI_LINUX", "type": ""}, {"class": "const", "name": "ELFOSABI_MODESTO", "type": ""}, {"class": "const", "name": "ELFOSABI_NETBSD", "type": ""}, {"class": "const", "name": "ELFOSABI_NONE", "type": ""}, {"class": "const", "name": "ELFOSABI_NSK", "type": ""}, {"class": "const", "name": "ELFOSABI_OPENBSD", "type": ""}, {"class": "const", "name": "ELFOSABI_OPENVMS", "type": ""}, {"class": "const", "name": "ELFOSABI_SOLARIS", "type": ""}, {"class": "const", "name": "ELFOSABI_STANDALONE", "type": ""}, {"class": "const", "name": "ELFOSABI_TRU64", "type": ""}, {"class": "const", "name": "EM_386", "type": ""}, {"class": "const", "name": "EM_486", "type": ""}, {"class": "const", "name": "EM_68HC12", "type": ""}, {"class": "const", "name": "EM_68K", "type": ""}, {"class": "const", "name": "EM_860", "type": ""}, {"class": "const", "name": "EM_88K", "type": ""}, {"class": "const", "name": "EM_960", "type": ""}, {"class": "const", "name": "EM_AARCH64", "type": ""}, {"class": "const", "name": "EM_ALPHA", "type": ""}, {"class": "const", "name": "EM_ALPHA_STD", "type": ""}, {"class": "const", "name": "EM_ARC", "type": ""}, {"class": "const", "name": "EM_ARM", "type": ""}, {"class": "const", "name": "EM_COLDFIRE", "type": ""}, {"class": "const", "name": "EM_FR20", "type": ""}, {"class": "const", "name": "EM_H8S", "type": ""}, {"class": "const", "name": "EM_H8_300", "type": ""}, {"class": "const", "name": "EM_H8_300H", "type": ""}, {"class": "const", "name": "EM_H8_500", "type": ""}, {"class": "const", "name": "EM_IA_64", "type": ""}, {"class": "const", "name": "EM_M32", "type": ""}, {"class": "const", "name": "EM_ME16", "type": ""}, {"class": "const", "name": "EM_MIPS", "type": ""}, {"class": "const", "name": "EM_MIPS_RS3_LE", "type": ""}, {"class": "const", "name": "EM_MIPS_RS4_BE", "type": ""}, {"class": "const", "name": "EM_MIPS_X", "type": ""}, {"class": "const", "name": "EM_MMA", "type": ""}, {"class": "const", "name": "EM_NCPU", "type": ""}, {"class": "const", "name": "EM_NDR1", "type": ""}, {"class": "const", "name": "EM_NONE", "type": ""}, {"class": "const", "name": "EM_PARISC", "type": ""}, {"class": "const", "name": "EM_PCP", "type": ""}, {"class": "const", "name": "EM_PPC", "type": ""}, {"class": "const", "name": "EM_PPC64", "type": ""}, {"class": "const", "name": "EM_RCE", "type": ""}, {"class": "const", "name": "EM_RH32", "type": ""}, {"class": "const", "name": "EM_S370", "type": ""}, {"class": "const", "name": "EM_S390", "type": ""}, {"class": "const", "name": "EM_SH", "type": ""}, {"class": "const", "name": "EM_SPARC", "type": ""}, {"class": "const", "name": "EM_SPARC32PLUS", "type": ""}, {"class": "const", "name": "EM_SPARCV9", "type": ""}, {"class": "const", "name": "EM_ST100", "type": ""}, {"class": "const", "name": "EM_STARCORE", "type": ""}, {"class": "const", "name": "EM_TINYJ", "type": ""}, {"class": "const", "name": "EM_TRICORE", "type": ""}, {"class": "const", "name": "EM_V800", "type": ""}, {"class": "const", "name": "EM_VPP500", "type": ""}, {"class": "const", "name": "EM_X86_64", "type": ""}, {"class": "const", "name": "ET_CORE", "type": ""}, {"class": "const", "name": "ET_DYN", "type": ""}, {"class": "const", "name": "ET_EXEC", "type": ""}, {"class": "const", "name": "ET_HIOS", "type": ""}, {"class": "const", "name": "ET_HIPROC", "type": ""}, {"class": "const", "name": "ET_LOOS", "type": ""}, {"class": "const", "name": "ET_LOPROC", "type": ""}, {"class": "const", "name": "ET_NONE", "type": ""}, {"class": "const", "name": "ET_REL", "type": ""}, {"class": "const", "name": "EV_CURRENT", "type": ""}, {"class": "const", "name": "EV_NONE", "type": ""}, {"class": "const", "name": "NT_FPREGSET", "type": ""}, {"class": "const", "name": "NT_PRPSINFO", "type": ""}, {"class": "const", "name": "NT_PRSTATUS", "type": ""}, {"class": "const", "name": "PF_MASKOS", "type": ""}, {"class": "const", "name": "PF_MASKPROC", "type": ""}, {"class": "const", "name": "PF_R", "type": ""}, {"class": "const", "name": "PF_W", "type": ""}, {"class": "const", "name": "PF_X", "type": ""}, {"class": "const", "name": "PT_DYNAMIC", "type": ""}, {"class": "const", "name": "PT_HIOS", "type": ""}, {"class": "const", "name": "PT_HIPROC", "type": ""}, {"class": "const", "name": "PT_INTERP", "type": ""}, {"class": "const", "name": "PT_LOAD", "type": ""}, {"class": "const", "name": "PT_LOOS", "type": ""}, {"class": "const", "name": "PT_LOPROC", "type": ""}, {"class": "const", "name": "PT_NOTE", "type": ""}, {"class": "const", "name": "PT_NULL", "type": ""}, {"class": "const", "name": "PT_PHDR", "type": ""}, {"class": "const", "name": "PT_SHLIB", "type": ""}, {"class": "const", "name": "PT_TLS", "type": ""}, {"class": "const", "name": "R_386_32", "type": ""}, {"class": "const", "name": "R_386_COPY", "type": ""}, {"class": "const", "name": "R_386_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_386_GOT32", "type": ""}, {"class": "const", "name": "R_386_GOTOFF", "type": ""}, {"class": "const", "name": "R_386_GOTPC", "type": ""}, {"class": "const", "name": "R_386_JMP_SLOT", "type": ""}, {"class": "const", "name": "R_386_NONE", "type": ""}, {"class": "const", "name": "R_386_PC32", "type": ""}, {"class": "const", "name": "R_386_PLT32", "type": ""}, {"class": "const", "name": "R_386_RELATIVE", "type": ""}, {"class": "const", "name": "R_386_TLS_DTPMOD32", "type": ""}, {"class": "const", "name": "R_386_TLS_DTPOFF32", "type": ""}, {"class": "const", "name": "R_386_TLS_GD", "type": ""}, {"class": "const", "name": "R_386_TLS_GD_32", "type": ""}, {"class": "const", "name": "R_386_TLS_GD_CALL", "type": ""}, {"class": "const", "name": "R_386_TLS_GD_POP", "type": ""}, {"class": "const", "name": "R_386_TLS_GD_PUSH", "type": ""}, {"class": "const", "name": "R_386_TLS_GOTIE", "type": ""}, {"class": "const", "name": "R_386_TLS_IE", "type": ""}, {"class": "const", "name": "R_386_TLS_IE_32", "type": ""}, {"class": "const", "name": "R_386_TLS_LDM", "type": ""}, {"class": "const", "name": "R_386_TLS_LDM_32", "type": ""}, {"class": "const", "name": "R_386_TLS_LDM_CALL", "type": ""}, {"class": "const", "name": "R_386_TLS_LDM_POP", "type": ""}, {"class": "const", "name": "R_386_TLS_LDM_PUSH", "type": ""}, {"class": "const", "name": "R_386_TLS_LDO_32", "type": ""}, {"class": "const", "name": "R_386_TLS_LE", "type": ""}, {"class": "const", "name": "R_386_TLS_LE_32", "type": ""}, {"class": "const", "name": "R_386_TLS_TPOFF", "type": ""}, {"class": "const", "name": "R_386_TLS_TPOFF32", "type": ""}, {"class": "const", "name": "R_390_12", "type": ""}, {"class": "const", "name": "R_390_16", "type": ""}, {"class": "const", "name": "R_390_20", "type": ""}, {"class": "const", "name": "R_390_32", "type": ""}, {"class": "const", "name": "R_390_64", "type": ""}, {"class": "const", "name": "R_390_8", "type": ""}, {"class": "const", "name": "R_390_COPY", "type": ""}, {"class": "const", "name": "R_390_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_390_GOT12", "type": ""}, {"class": "const", "name": "R_390_GOT16", "type": ""}, {"class": "const", "name": "R_390_GOT20", "type": ""}, {"class": "const", "name": "R_390_GOT32", "type": ""}, {"class": "const", "name": "R_390_GOT64", "type": ""}, {"class": "const", "name": "R_390_GOTENT", "type": ""}, {"class": "const", "name": "R_390_GOTOFF", "type": ""}, {"class": "const", "name": "R_390_GOTOFF16", "type": ""}, {"class": "const", "name": "R_390_GOTOFF64", "type": ""}, {"class": "const", "name": "R_390_GOTPC", "type": ""}, {"class": "const", "name": "R_390_GOTPCDBL", "type": ""}, {"class": "const", "name": "R_390_GOTPLT12", "type": ""}, {"class": "const", "name": "R_390_GOTPLT16", "type": ""}, {"class": "const", "name": "R_390_GOTPLT20", "type": ""}, {"class": "const", "name": "R_390_GOTPLT32", "type": ""}, {"class": "const", "name": "R_390_GOTPLT64", "type": ""}, {"class": "const", "name": "R_390_GOTPLTENT", "type": ""}, {"class": "const", "name": "R_390_GOTPLTOFF16", "type": ""}, {"class": "const", "name": "R_390_GOTPLTOFF32", "type": ""}, {"class": "const", "name": "R_390_GOTPLTOFF64", "type": ""}, {"class": "const", "name": "R_390_JMP_SLOT", "type": ""}, {"class": "const", "name": "R_390_NONE", "type": ""}, {"class": "const", "name": "R_390_PC16", "type": ""}, {"class": "const", "name": "R_390_PC16DBL", "type": ""}, {"class": "const", "name": "R_390_PC32", "type": ""}, {"class": "const", "name": "R_390_PC32DBL", "type": ""}, {"class": "const", "name": "R_390_PC64", "type": ""}, {"class": "const", "name": "R_390_PLT16DBL", "type": ""}, {"class": "const", "name": "R_390_PLT32", "type": ""}, {"class": "const", "name": "R_390_PLT32DBL", "type": ""}, {"class": "const", "name": "R_390_PLT64", "type": ""}, {"class": "const", "name": "R_390_RELATIVE", "type": ""}, {"class": "const", "name": "R_390_TLS_DTPMOD", "type": ""}, {"class": "const", "name": "R_390_TLS_DTPOFF", "type": ""}, {"class": "const", "name": "R_390_TLS_GD32", "type": ""}, {"class": "const", "name": "R_390_TLS_GD64", "type": ""}, {"class": "const", "name": "R_390_TLS_GDCALL", "type": ""}, {"class": "const", "name": "R_390_TLS_GOTIE12", "type": ""}, {"class": "const", "name": "R_390_TLS_GOTIE20", "type": ""}, {"class": "const", "name": "R_390_TLS_GOTIE32", "type": ""}, {"class": "const", "name": "R_390_TLS_GOTIE64", "type": ""}, {"class": "const", "name": "R_390_TLS_IE32", "type": ""}, {"class": "const", "name": "R_390_TLS_IE64", "type": ""}, {"class": "const", "name": "R_390_TLS_IEENT", "type": ""}, {"class": "const", "name": "R_390_TLS_LDCALL", "type": ""}, {"class": "const", "name": "R_390_TLS_LDM32", "type": ""}, {"class": "const", "name": "R_390_TLS_LDM64", "type": ""}, {"class": "const", "name": "R_390_TLS_LDO32", "type": ""}, {"class": "const", "name": "R_390_TLS_LDO64", "type": ""}, {"class": "const", "name": "R_390_TLS_LE32", "type": ""}, {"class": "const", "name": "R_390_TLS_LE64", "type": ""}, {"class": "const", "name": "R_390_TLS_LOAD", "type": ""}, {"class": "const", "name": "R_390_TLS_TPOFF", "type": ""}, {"class": "const", "name": "R_AARCH64_ABS16", "type": ""}, {"class": "const", "name": "R_AARCH64_ABS32", "type": ""}, {"class": "const", "name": "R_AARCH64_ABS64", "type": ""}, {"class": "const", "name": "R_AARCH64_ADD_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_ADR_GOT_PAGE", "type": ""}, {"class": "const", "name": "R_AARCH64_ADR_PREL_LO21", "type": ""}, {"class": "const", "name": "R_AARCH64_ADR_PREL_PG_HI21", "type": ""}, {"class": "const", "name": "R_AARCH64_ADR_PREL_PG_HI21_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_CALL26", "type": ""}, {"class": "const", "name": "R_AARCH64_CONDBR19", "type": ""}, {"class": "const", "name": "R_AARCH64_COPY", "type": ""}, {"class": "const", "name": "R_AARCH64_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_AARCH64_GOT_LD_PREL19", "type": ""}, {"class": "const", "name": "R_AARCH64_IRELATIVE", "type": ""}, {"class": "const", "name": "R_AARCH64_JUMP26", "type": ""}, {"class": "const", "name": "R_AARCH64_JUMP_SLOT", "type": ""}, {"class": "const", "name": "R_AARCH64_LD64_GOT_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_LDST128_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_LDST16_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_LDST32_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_LDST64_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_LDST8_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_LD_PREL_LO19", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_SABS_G0", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_SABS_G1", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_SABS_G2", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_UABS_G0", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_UABS_G0_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_UABS_G1", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_UABS_G1_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_UABS_G2", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_UABS_G2_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_UABS_G3", "type": ""}, {"class": "const", "name": "R_AARCH64_NONE", "type": ""}, {"class": "const", "name": "R_AARCH64_NULL", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_ABS16", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_ABS32", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_ADD_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_ADR_GOT_PAGE", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_ADR_PREL_LO21", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_ADR_PREL_PG_HI21", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_CALL26", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_CONDBR19", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_COPY", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_GOT_LD_PREL19", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_IRELATIVE", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_JUMP26", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_JUMP_SLOT", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_LD32_GOT_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_LDST128_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_LDST16_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_LDST32_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_LDST64_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_LDST8_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_LD_PREL_LO19", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_MOVW_SABS_G0", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_MOVW_UABS_G0", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_MOVW_UABS_G0_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_MOVW_UABS_G1", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_PREL16", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_PREL32", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_RELATIVE", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSDESC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSDESC_ADD_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSDESC_ADR_PAGE21", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSDESC_ADR_PREL21", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSDESC_CALL", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSDESC_LD32_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSDESC_LD_PREL19", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSGD_ADD_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSGD_ADR_PAGE21", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSLE_ADD_TPREL_HI12", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSLE_ADD_TPREL_LO12", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSLE_MOVW_TPREL_G0", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSLE_MOVW_TPREL_G1", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLS_DTPMOD", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLS_DTPREL", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLS_TPREL", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TSTBR14", "type": ""}, {"class": "const", "name": "R_AARCH64_PREL16", "type": ""}, {"class": "const", "name": "R_AARCH64_PREL32", "type": ""}, {"class": "const", "name": "R_AARCH64_PREL64", "type": ""}, {"class": "const", "name": "R_AARCH64_RELATIVE", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_ADD", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_ADD_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_ADR_PAGE21", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_ADR_PREL21", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_CALL", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_LD64_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_LDR", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_LD_PREL19", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_OFF_G0_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_OFF_G1", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSGD_ADD_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSGD_ADR_PAGE21", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSIE_LD_GOTTPREL_PREL19", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSIE_MOVW_GOTTPREL_G1", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_ADD_TPREL_HI12", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_ADD_TPREL_LO12", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_ADD_TPREL_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_MOVW_TPREL_G0", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_MOVW_TPREL_G0_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_MOVW_TPREL_G1", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_MOVW_TPREL_G1_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_MOVW_TPREL_G2", "type": ""}, {"class": "const", "name": "R_AARCH64_TLS_DTPMOD64", "type": ""}, {"class": "const", "name": "R_AARCH64_TLS_DTPREL64", "type": ""}, {"class": "const", "name": "R_AARCH64_TLS_TPREL64", "type": ""}, {"class": "const", "name": "R_AARCH64_TSTBR14", "type": ""}, {"class": "const", "name": "R_ALPHA_BRADDR", "type": ""}, {"class": "const", "name": "R_ALPHA_COPY", "type": ""}, {"class": "const", "name": "R_ALPHA_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_ALPHA_GPDISP", "type": ""}, {"class": "const", "name": "R_ALPHA_GPREL32", "type": ""}, {"class": "const", "name": "R_ALPHA_GPRELHIGH", "type": ""}, {"class": "const", "name": "R_ALPHA_GPRELLOW", "type": ""}, {"class": "const", "name": "R_ALPHA_GPVALUE", "type": ""}, {"class": "const", "name": "R_ALPHA_HINT", "type": ""}, {"class": "const", "name": "R_ALPHA_IMMED_BR_HI32", "type": ""}, {"class": "const", "name": "R_ALPHA_IMMED_GP_16", "type": ""}, {"class": "const", "name": "R_ALPHA_IMMED_GP_HI32", "type": ""}, {"class": "const", "name": "R_ALPHA_IMMED_LO32", "type": ""}, {"class": "const", "name": "R_ALPHA_IMMED_SCN_HI32", "type": ""}, {"class": "const", "name": "R_ALPHA_JMP_SLOT", "type": ""}, {"class": "const", "name": "R_ALPHA_LITERAL", "type": ""}, {"class": "const", "name": "R_ALPHA_LITUSE", "type": ""}, {"class": "const", "name": "R_ALPHA_NONE", "type": ""}, {"class": "const", "name": "R_ALPHA_OP_PRSHIFT", "type": ""}, {"class": "const", "name": "R_ALPHA_OP_PSUB", "type": ""}, {"class": "const", "name": "R_ALPHA_OP_PUSH", "type": ""}, {"class": "const", "name": "R_ALPHA_OP_STORE", "type": ""}, {"class": "const", "name": "R_ALPHA_REFLONG", "type": ""}, {"class": "const", "name": "R_ALPHA_REFQUAD", "type": ""}, {"class": "const", "name": "R_ALPHA_RELATIVE", "type": ""}, {"class": "const", "name": "R_ALPHA_SREL16", "type": ""}, {"class": "const", "name": "R_ALPHA_SREL32", "type": ""}, {"class": "const", "name": "R_ALPHA_SREL64", "type": ""}, {"class": "const", "name": "R_ARM_ABS12", "type": ""}, {"class": "const", "name": "R_ARM_ABS16", "type": ""}, {"class": "const", "name": "R_ARM_ABS32", "type": ""}, {"class": "const", "name": "R_ARM_ABS8", "type": ""}, {"class": "const", "name": "R_ARM_AMP_VCALL9", "type": ""}, {"class": "const", "name": "R_ARM_COPY", "type": ""}, {"class": "const", "name": "R_ARM_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_ARM_GNU_VTENTRY", "type": ""}, {"class": "const", "name": "R_ARM_GNU_VTINHERIT", "type": ""}, {"class": "const", "name": "R_ARM_GOT32", "type": ""}, {"class": "const", "name": "R_ARM_GOTOFF", "type": ""}, {"class": "const", "name": "R_ARM_GOTPC", "type": ""}, {"class": "const", "name": "R_ARM_JUMP_SLOT", "type": ""}, {"class": "const", "name": "R_ARM_NONE", "type": ""}, {"class": "const", "name": "R_ARM_PC13", "type": ""}, {"class": "const", "name": "R_ARM_PC24", "type": ""}, {"class": "const", "name": "R_ARM_PLT32", "type": ""}, {"class": "const", "name": "R_ARM_RABS32", "type": ""}, {"class": "const", "name": "R_ARM_RBASE", "type": ""}, {"class": "const", "name": "R_ARM_REL32", "type": ""}, {"class": "const", "name": "R_ARM_RELATIVE", "type": ""}, {"class": "const", "name": "R_ARM_RPC24", "type": ""}, {"class": "const", "name": "R_ARM_RREL32", "type": ""}, {"class": "const", "name": "R_ARM_RSBREL32", "type": ""}, {"class": "const", "name": "R_ARM_SBREL32", "type": ""}, {"class": "const", "name": "R_ARM_SWI24", "type": ""}, {"class": "const", "name": "R_ARM_THM_ABS5", "type": ""}, {"class": "const", "name": "R_ARM_THM_PC22", "type": ""}, {"class": "const", "name": "R_ARM_THM_PC8", "type": ""}, {"class": "const", "name": "R_ARM_THM_RPC22", "type": ""}, {"class": "const", "name": "R_ARM_THM_SWI8", "type": ""}, {"class": "const", "name": "R_ARM_THM_XPC22", "type": ""}, {"class": "const", "name": "R_ARM_XPC25", "type": ""}, {"class": "const", "name": "R_MIPS_16", "type": ""}, {"class": "const", "name": "R_MIPS_26", "type": ""}, {"class": "const", "name": "R_MIPS_32", "type": ""}, {"class": "const", "name": "R_MIPS_64", "type": ""}, {"class": "const", "name": "R_MIPS_ADD_IMMEDIATE", "type": ""}, {"class": "const", "name": "R_MIPS_CALL16", "type": ""}, {"class": "const", "name": "R_MIPS_CALL_HI16", "type": ""}, {"class": "const", "name": "R_MIPS_CALL_LO16", "type": ""}, {"class": "const", "name": "R_MIPS_DELETE", "type": ""}, {"class": "const", "name": "R_MIPS_GOT16", "type": ""}, {"class": "const", "name": "R_MIPS_GOT_DISP", "type": ""}, {"class": "const", "name": "R_MIPS_GOT_HI16", "type": ""}, {"class": "const", "name": "R_MIPS_GOT_LO16", "type": ""}, {"class": "const", "name": "R_MIPS_GOT_OFST", "type": ""}, {"class": "const", "name": "R_MIPS_GOT_PAGE", "type": ""}, {"class": "const", "name": "R_MIPS_GPREL16", "type": ""}, {"class": "const", "name": "R_MIPS_GPREL32", "type": ""}, {"class": "const", "name": "R_MIPS_HI16", "type": ""}, {"class": "const", "name": "R_MIPS_HIGHER", "type": ""}, {"class": "const", "name": "R_MIPS_HIGHEST", "type": ""}, {"class": "const", "name": "R_MIPS_INSERT_A", "type": ""}, {"class": "const", "name": "R_MIPS_INSERT_B", "type": ""}, {"class": "const", "name": "R_MIPS_JALR", "type": ""}, {"class": "const", "name": "R_MIPS_LITERAL", "type": ""}, {"class": "const", "name": "R_MIPS_LO16", "type": ""}, {"class": "const", "name": "R_MIPS_NONE", "type": ""}, {"class": "const", "name": "R_MIPS_PC16", "type": ""}, {"class": "const", "name": "R_MIPS_PJUMP", "type": ""}, {"class": "const", "name": "R_MIPS_REL16", "type": ""}, {"class": "const", "name": "R_MIPS_REL32", "type": ""}, {"class": "const", "name": "R_MIPS_RELGOT", "type": ""}, {"class": "const", "name": "R_MIPS_SCN_DISP", "type": ""}, {"class": "const", "name": "R_MIPS_SHIFT5", "type": ""}, {"class": "const", "name": "R_MIPS_SHIFT6", "type": ""}, {"class": "const", "name": "R_MIPS_SUB", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_DTPMOD32", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_DTPMOD64", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_DTPREL32", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_DTPREL64", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_DTPREL_HI16", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_DTPREL_LO16", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_GD", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_GOTTPREL", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_LDM", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_TPREL32", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_TPREL64", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_TPREL_HI16", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_TPREL_LO16", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR14", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR14_BRNTAKEN", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR14_BRTAKEN", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_DS", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_HIGHER", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_HIGHERA", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_HIGHEST", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_HIGHESTA", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_LO_DS", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR24", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR32", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR64", "type": ""}, {"class": "const", "name": "R_PPC64_DTPMOD64", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_DS", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_HIGHER", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_HIGHERA", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_HIGHEST", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_HIGHESTA", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_LO_DS", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL64", "type": ""}, {"class": "const", "name": "R_PPC64_GOT16", "type": ""}, {"class": "const", "name": "R_PPC64_GOT16_DS", "type": ""}, {"class": "const", "name": "R_PPC64_GOT16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_GOT16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_GOT16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_GOT16_LO_DS", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_DTPREL16_DS", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_DTPREL16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_DTPREL16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_DTPREL16_LO_DS", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSGD16", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSGD16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSGD16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSGD16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSLD16", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSLD16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSLD16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSLD16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TPREL16_DS", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TPREL16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TPREL16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TPREL16_LO_DS", "type": ""}, {"class": "const", "name": "R_PPC64_JMP_SLOT", "type": ""}, {"class": "const", "name": "R_PPC64_NONE", "type": ""}, {"class": "const", "name": "R_PPC64_REL14", "type": ""}, {"class": "const", "name": "R_PPC64_REL14_BRNTAKEN", "type": ""}, {"class": "const", "name": "R_PPC64_REL14_BRTAKEN", "type": ""}, {"class": "const", "name": "R_PPC64_REL16", "type": ""}, {"class": "const", "name": "R_PPC64_REL16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_REL16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_REL16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_REL24", "type": ""}, {"class": "const", "name": "R_PPC64_REL32", "type": ""}, {"class": "const", "name": "R_PPC64_REL64", "type": ""}, {"class": "const", "name": "R_PPC64_TLS", "type": ""}, {"class": "const", "name": "R_PPC64_TLSGD", "type": ""}, {"class": "const", "name": "R_PPC64_TLSLD", "type": ""}, {"class": "const", "name": "R_PPC64_TOC", "type": ""}, {"class": "const", "name": "R_PPC64_TOC16", "type": ""}, {"class": "const", "name": "R_PPC64_TOC16_DS", "type": ""}, {"class": "const", "name": "R_PPC64_TOC16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_TOC16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_TOC16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_TOC16_LO_DS", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_DS", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_HIGHER", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_HIGHERA", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_HIGHEST", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_HIGHESTA", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_LO_DS", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL64", "type": ""}, {"class": "const", "name": "R_PPC_ADDR14", "type": ""}, {"class": "const", "name": "R_PPC_ADDR14_BRNTAKEN", "type": ""}, {"class": "const", "name": "R_PPC_ADDR14_BRTAKEN", "type": ""}, {"class": "const", "name": "R_PPC_ADDR16", "type": ""}, {"class": "const", "name": "R_PPC_ADDR16_HA", "type": ""}, {"class": "const", "name": "R_PPC_ADDR16_HI", "type": ""}, {"class": "const", "name": "R_PPC_ADDR16_LO", "type": ""}, {"class": "const", "name": "R_PPC_ADDR24", "type": ""}, {"class": "const", "name": "R_PPC_ADDR32", "type": ""}, {"class": "const", "name": "R_PPC_COPY", "type": ""}, {"class": "const", "name": "R_PPC_DTPMOD32", "type": ""}, {"class": "const", "name": "R_PPC_DTPREL16", "type": ""}, {"class": "const", "name": "R_PPC_DTPREL16_HA", "type": ""}, {"class": "const", "name": "R_PPC_DTPREL16_HI", "type": ""}, {"class": "const", "name": "R_PPC_DTPREL16_LO", "type": ""}, {"class": "const", "name": "R_PPC_DTPREL32", "type": ""}, {"class": "const", "name": "R_PPC_EMB_BIT_FLD", "type": ""}, {"class": "const", "name": "R_PPC_EMB_MRKREF", "type": ""}, {"class": "const", "name": "R_PPC_EMB_NADDR16", "type": ""}, {"class": "const", "name": "R_PPC_EMB_NADDR16_HA", "type": ""}, {"class": "const", "name": "R_PPC_EMB_NADDR16_HI", "type": ""}, {"class": "const", "name": "R_PPC_EMB_NADDR16_LO", "type": ""}, {"class": "const", "name": "R_PPC_EMB_NADDR32", "type": ""}, {"class": "const", "name": "R_PPC_EMB_RELSDA", "type": ""}, {"class": "const", "name": "R_PPC_EMB_RELSEC16", "type": ""}, {"class": "const", "name": "R_PPC_EMB_RELST_HA", "type": ""}, {"class": "const", "name": "R_PPC_EMB_RELST_HI", "type": ""}, {"class": "const", "name": "R_PPC_EMB_RELST_LO", "type": ""}, {"class": "const", "name": "R_PPC_EMB_SDA21", "type": ""}, {"class": "const", "name": "R_PPC_EMB_SDA2I16", "type": ""}, {"class": "const", "name": "R_PPC_EMB_SDA2REL", "type": ""}, {"class": "const", "name": "R_PPC_EMB_SDAI16", "type": ""}, {"class": "const", "name": "R_PPC_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_PPC_GOT16", "type": ""}, {"class": "const", "name": "R_PPC_GOT16_HA", "type": ""}, {"class": "const", "name": "R_PPC_GOT16_HI", "type": ""}, {"class": "const", "name": "R_PPC_GOT16_LO", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSGD16", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSGD16_HA", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSGD16_HI", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSGD16_LO", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSLD16", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSLD16_HA", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSLD16_HI", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSLD16_LO", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TPREL16", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TPREL16_HA", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TPREL16_HI", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TPREL16_LO", "type": ""}, {"class": "const", "name": "R_PPC_JMP_SLOT", "type": ""}, {"class": "const", "name": "R_PPC_LOCAL24PC", "type": ""}, {"class": "const", "name": "R_PPC_NONE", "type": ""}, {"class": "const", "name": "R_PPC_PLT16_HA", "type": ""}, {"class": "const", "name": "R_PPC_PLT16_HI", "type": ""}, {"class": "const", "name": "R_PPC_PLT16_LO", "type": ""}, {"class": "const", "name": "R_PPC_PLT32", "type": ""}, {"class": "const", "name": "R_PPC_PLTREL24", "type": ""}, {"class": "const", "name": "R_PPC_PLTREL32", "type": ""}, {"class": "const", "name": "R_PPC_REL14", "type": ""}, {"class": "const", "name": "R_PPC_REL14_BRNTAKEN", "type": ""}, {"class": "const", "name": "R_PPC_REL14_BRTAKEN", "type": ""}, {"class": "const", "name": "R_PPC_REL24", "type": ""}, {"class": "const", "name": "R_PPC_REL32", "type": ""}, {"class": "const", "name": "R_PPC_RELATIVE", "type": ""}, {"class": "const", "name": "R_PPC_SDAREL16", "type": ""}, {"class": "const", "name": "R_PPC_SECTOFF", "type": ""}, {"class": "const", "name": "R_PPC_SECTOFF_HA", "type": ""}, {"class": "const", "name": "R_PPC_SECTOFF_HI", "type": ""}, {"class": "const", "name": "R_PPC_SECTOFF_LO", "type": ""}, {"class": "const", "name": "R_PPC_TLS", "type": ""}, {"class": "const", "name": "R_PPC_TPREL16", "type": ""}, {"class": "const", "name": "R_PPC_TPREL16_HA", "type": ""}, {"class": "const", "name": "R_PPC_TPREL16_HI", "type": ""}, {"class": "const", "name": "R_PPC_TPREL16_LO", "type": ""}, {"class": "const", "name": "R_PPC_TPREL32", "type": ""}, {"class": "const", "name": "R_PPC_UADDR16", "type": ""}, {"class": "const", "name": "R_PPC_UADDR32", "type": ""}, {"class": "const", "name": "R_SPARC_10", "type": ""}, {"class": "const", "name": "R_SPARC_11", "type": ""}, {"class": "const", "name": "R_SPARC_13", "type": ""}, {"class": "const", "name": "R_SPARC_16", "type": ""}, {"class": "const", "name": "R_SPARC_22", "type": ""}, {"class": "const", "name": "R_SPARC_32", "type": ""}, {"class": "const", "name": "R_SPARC_5", "type": ""}, {"class": "const", "name": "R_SPARC_6", "type": ""}, {"class": "const", "name": "R_SPARC_64", "type": ""}, {"class": "const", "name": "R_SPARC_7", "type": ""}, {"class": "const", "name": "R_SPARC_8", "type": ""}, {"class": "const", "name": "R_SPARC_COPY", "type": ""}, {"class": "const", "name": "R_SPARC_DISP16", "type": ""}, {"class": "const", "name": "R_SPARC_DISP32", "type": ""}, {"class": "const", "name": "R_SPARC_DISP64", "type": ""}, {"class": "const", "name": "R_SPARC_DISP8", "type": ""}, {"class": "const", "name": "R_SPARC_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_SPARC_GLOB_JMP", "type": ""}, {"class": "const", "name": "R_SPARC_GOT10", "type": ""}, {"class": "const", "name": "R_SPARC_GOT13", "type": ""}, {"class": "const", "name": "R_SPARC_GOT22", "type": ""}, {"class": "const", "name": "R_SPARC_H44", "type": ""}, {"class": "const", "name": "R_SPARC_HH22", "type": ""}, {"class": "const", "name": "R_SPARC_HI22", "type": ""}, {"class": "const", "name": "R_SPARC_HIPLT22", "type": ""}, {"class": "const", "name": "R_SPARC_HIX22", "type": ""}, {"class": "const", "name": "R_SPARC_HM10", "type": ""}, {"class": "const", "name": "R_SPARC_JMP_SLOT", "type": ""}, {"class": "const", "name": "R_SPARC_L44", "type": ""}, {"class": "const", "name": "R_SPARC_LM22", "type": ""}, {"class": "const", "name": "R_SPARC_LO10", "type": ""}, {"class": "const", "name": "R_SPARC_LOPLT10", "type": ""}, {"class": "const", "name": "R_SPARC_LOX10", "type": ""}, {"class": "const", "name": "R_SPARC_M44", "type": ""}, {"class": "const", "name": "R_SPARC_NONE", "type": ""}, {"class": "const", "name": "R_SPARC_OLO10", "type": ""}, {"class": "const", "name": "R_SPARC_PC10", "type": ""}, {"class": "const", "name": "R_SPARC_PC22", "type": ""}, {"class": "const", "name": "R_SPARC_PCPLT10", "type": ""}, {"class": "const", "name": "R_SPARC_PCPLT22", "type": ""}, {"class": "const", "name": "R_SPARC_PCPLT32", "type": ""}, {"class": "const", "name": "R_SPARC_PC_HH22", "type": ""}, {"class": "const", "name": "R_SPARC_PC_HM10", "type": ""}, {"class": "const", "name": "R_SPARC_PC_LM22", "type": ""}, {"class": "const", "name": "R_SPARC_PLT32", "type": ""}, {"class": "const", "name": "R_SPARC_PLT64", "type": ""}, {"class": "const", "name": "R_SPARC_REGISTER", "type": ""}, {"class": "const", "name": "R_SPARC_RELATIVE", "type": ""}, {"class": "const", "name": "R_SPARC_UA16", "type": ""}, {"class": "const", "name": "R_SPARC_UA32", "type": ""}, {"class": "const", "name": "R_SPARC_UA64", "type": ""}, {"class": "const", "name": "R_SPARC_WDISP16", "type": ""}, {"class": "const", "name": "R_SPARC_WDISP19", "type": ""}, {"class": "const", "name": "R_SPARC_WDISP22", "type": ""}, {"class": "const", "name": "R_SPARC_WDISP30", "type": ""}, {"class": "const", "name": "R_SPARC_WPLT30", "type": ""}, {"class": "const", "name": "R_X86_64_16", "type": ""}, {"class": "const", "name": "R_X86_64_32", "type": ""}, {"class": "const", "name": "R_X86_64_32S", "type": ""}, {"class": "const", "name": "R_X86_64_64", "type": ""}, {"class": "const", "name": "R_X86_64_8", "type": ""}, {"class": "const", "name": "R_X86_64_COPY", "type": ""}, {"class": "const", "name": "R_X86_64_DTPMOD64", "type": ""}, {"class": "const", "name": "R_X86_64_DTPOFF32", "type": ""}, {"class": "const", "name": "R_X86_64_DTPOFF64", "type": ""}, {"class": "const", "name": "R_X86_64_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_X86_64_GOT32", "type": ""}, {"class": "const", "name": "R_X86_64_GOTPCREL", "type": ""}, {"class": "const", "name": "R_X86_64_GOTTPOFF", "type": ""}, {"class": "const", "name": "R_X86_64_JMP_SLOT", "type": ""}, {"class": "const", "name": "R_X86_64_NONE", "type": ""}, {"class": "const", "name": "R_X86_64_PC16", "type": ""}, {"class": "const", "name": "R_X86_64_PC32", "type": ""}, {"class": "const", "name": "R_X86_64_PC8", "type": ""}, {"class": "const", "name": "R_X86_64_PLT32", "type": ""}, {"class": "const", "name": "R_X86_64_RELATIVE", "type": ""}, {"class": "const", "name": "R_X86_64_TLSGD", "type": ""}, {"class": "const", "name": "R_X86_64_TLSLD", "type": ""}, {"class": "const", "name": "R_X86_64_TPOFF32", "type": ""}, {"class": "const", "name": "R_X86_64_TPOFF64", "type": ""}, {"class": "const", "name": "SHF_ALLOC", "type": ""}, {"class": "const", "name": "SHF_COMPRESSED", "type": ""}, {"class": "const", "name": "SHF_EXECINSTR", "type": ""}, {"class": "const", "name": "SHF_GROUP", "type": ""}, {"class": "const", "name": "SHF_INFO_LINK", "type": ""}, {"class": "const", "name": "SHF_LINK_ORDER", "type": ""}, {"class": "const", "name": "SHF_MASKOS", "type": ""}, {"class": "const", "name": "SHF_MASKPROC", "type": ""}, {"class": "const", "name": "SHF_MERGE", "type": ""}, {"class": "const", "name": "SHF_OS_NONCONFORMING", "type": ""}, {"class": "const", "name": "SHF_STRINGS", "type": ""}, {"class": "const", "name": "SHF_TLS", "type": ""}, {"class": "const", "name": "SHF_WRITE", "type": ""}, {"class": "const", "name": "SHN_ABS", "type": ""}, {"class": "const", "name": "SHN_COMMON", "type": ""}, {"class": "const", "name": "SHN_HIOS", "type": ""}, {"class": "const", "name": "SHN_HIPROC", "type": ""}, {"class": "const", "name": "SHN_HIRESERVE", "type": ""}, {"class": "const", "name": "SHN_LOOS", "type": ""}, {"class": "const", "name": "SHN_LOPROC", "type": ""}, {"class": "const", "name": "SHN_LORESERVE", "type": ""}, {"class": "const", "name": "SHN_UNDEF", "type": ""}, {"class": "const", "name": "SHN_XINDEX", "type": ""}, {"class": "const", "name": "SHT_DYNAMIC", "type": ""}, {"class": "const", "name": "SHT_DYNSYM", "type": ""}, {"class": "const", "name": "SHT_FINI_ARRAY", "type": ""}, {"class": "const", "name": "SHT_GNU_ATTRIBUTES", "type": ""}, {"class": "const", "name": "SHT_GNU_HASH", "type": ""}, {"class": "const", "name": "SHT_GNU_LIBLIST", "type": ""}, {"class": "const", "name": "SHT_GNU_VERDEF", "type": ""}, {"class": "const", "name": "SHT_GNU_VERNEED", "type": ""}, {"class": "const", "name": "SHT_GNU_VERSYM", "type": ""}, {"class": "const", "name": "SHT_GROUP", "type": ""}, {"class": "const", "name": "SHT_HASH", "type": ""}, {"class": "const", "name": "SHT_HIOS", "type": ""}, {"class": "const", "name": "SHT_HIPROC", "type": ""}, {"class": "const", "name": "SHT_HIUSER", "type": ""}, {"class": "const", "name": "SHT_INIT_ARRAY", "type": ""}, {"class": "const", "name": "SHT_LOOS", "type": ""}, {"class": "const", "name": "SHT_LOPROC", "type": ""}, {"class": "const", "name": "SHT_LOUSER", "type": ""}, {"class": "const", "name": "SHT_NOBITS", "type": ""}, {"class": "const", "name": "SHT_NOTE", "type": ""}, {"class": "const", "name": "SHT_NULL", "type": ""}, {"class": "const", "name": "SHT_PREINIT_ARRAY", "type": ""}, {"class": "const", "name": "SHT_PROGBITS", "type": ""}, {"class": "const", "name": "SHT_REL", "type": ""}, {"class": "const", "name": "SHT_RELA", "type": ""}, {"class": "const", "name": "SHT_SHLIB", "type": ""}, {"class": "const", "name": "SHT_STRTAB", "type": ""}, {"class": "const", "name": "SHT_SYMTAB", "type": ""}, {"class": "const", "name": "SHT_SYMTAB_SHNDX", "type": ""}, {"class": "const", "name": "STB_GLOBAL", "type": ""}, {"class": "const", "name": "STB_HIOS", "type": ""}, {"class": "const", "name": "STB_HIPROC", "type": ""}, {"class": "const", "name": "STB_LOCAL", "type": ""}, {"class": "const", "name": "STB_LOOS", "type": ""}, {"class": "const", "name": "STB_LOPROC", "type": ""}, {"class": "const", "name": "STB_WEAK", "type": ""}, {"class": "const", "name": "STT_COMMON", "type": ""}, {"class": "const", "name": "STT_FILE", "type": ""}, {"class": "const", "name": "STT_FUNC", "type": ""}, {"class": "const", "name": "STT_HIOS", "type": ""}, {"class": "const", "name": "STT_HIPROC", "type": ""}, {"class": "const", "name": "STT_LOOS", "type": ""}, {"class": "const", "name": "STT_LOPROC", "type": ""}, {"class": "const", "name": "STT_NOTYPE", "type": ""}, {"class": "const", "name": "STT_OBJECT", "type": ""}, {"class": "const", "name": "STT_SECTION", "type": ""}, {"class": "const", "name": "STT_TLS", "type": ""}, {"class": "const", "name": "STV_DEFAULT", "type": ""}, {"class": "const", "name": "STV_HIDDEN", "type": ""}, {"class": "const", "name": "STV_INTERNAL", "type": ""}, {"class": "const", "name": "STV_PROTECTED", "type": ""}, {"class": "const", "name": "Sym32Size", "type": ""}, {"class": "const", "name": "Sym64Size", "type": ""}, {"class": "func", "name": "NewFile", "type": "func(r io.ReaderAt) (*elf.File, error)"}, {"class": "func", "name": "Open", "type": "func(name string) (*elf.File, error)"}, {"class": "func", "name": "R_INFO", "type": "func(sym uint32, typ uint32) uint64"}, {"class": "func", "name": "R_INFO32", "type": "func(sym uint32, typ uint32) uint32"}, {"class": "func", "name": "R_SYM32", "type": "func(info uint32) uint32"}, {"class": "func", "name": "R_SYM64", "type": "func(info uint64) uint32"}, {"class": "func", "name": "R_TYPE32", "type": "func(info uint32) uint32"}, {"class": "func", "name": "R_TYPE64", "type": "func(info uint64) uint32"}, {"class": "func", "name": "ST_BIND", "type": "func(info uint8) elf.SymBind"}, {"class": "func", "name": "ST_INFO", "type": "func(bind elf.SymBind, typ elf.SymType) uint8"}, {"class": "func", "name": "ST_TYPE", "type": "func(info uint8) elf.SymType"}, {"class": "func", "name": "ST_VISIBILITY", "type": "func(other uint8) elf.SymVis"}, {"class": "type", "name": "Chdr32", "type": "struct"}, {"class": "type", "name": "Chdr64", "type": "struct"}, {"class": "type", "name": "Class", "type": "byte"}, {"class": "type", "name": "CompressionType", "type": "int"}, {"class": "type", "name": "Data", "type": "byte"}, {"class": "type", "name": "Dyn32", "type": "struct"}, {"class": "type", "name": "Dyn64", "type": "struct"}, {"class": "type", "name": "DynFlag", "type": "int"}, {"class": "type", "name": "DynTag", "type": "int"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileHeader", "type": "struct"}, {"class": "type", "name": "FormatError", "type": "struct"}, {"class": "type", "name": "Header32", "type": "struct"}, {"class": "type", "name": "Header64", "type": "struct"}, {"class": "type", "name": "ImportedSymbol", "type": "struct"}, {"class": "type", "name": "Machine", "type": "uint16"}, {"class": "type", "name": "NType", "type": "int"}, {"class": "type", "name": "OSABI", "type": "byte"}, {"class": "type", "name": "Prog", "type": "struct"}, {"class": "type", "name": "Prog32", "type": "struct"}, {"class": "type", "name": "Prog64", "type": "struct"}, {"class": "type", "name": "ProgFlag", "type": "uint32"}, {"class": "type", "name": "ProgHeader", "type": "struct"}, {"class": "type", "name": "ProgType", "type": "int"}, {"class": "type", "name": "R_386", "type": "int"}, {"class": "type", "name": "R_390", "type": "int"}, {"class": "type", "name": "R_AARCH64", "type": "int"}, {"class": "type", "name": "R_ALPHA", "type": "int"}, {"class": "type", "name": "R_ARM", "type": "int"}, {"class": "type", "name": "R_MIPS", "type": "int"}, {"class": "type", "name": "R_PPC", "type": "int"}, {"class": "type", "name": "R_PPC64", "type": "int"}, {"class": "type", "name": "R_SPARC", "type": "int"}, {"class": "type", "name": "R_X86_64", "type": "int"}, {"class": "type", "name": "Rel32", "type": "struct"}, {"class": "type", "name": "Rel64", "type": "struct"}, {"class": "type", "name": "Rela32", "type": "struct"}, {"class": "type", "name": "Rela64", "type": "struct"}, {"class": "type", "name": "Section", "type": "struct"}, {"class": "type", "name": "Section32", "type": "struct"}, {"class": "type", "name": "Section64", "type": "struct"}, {"class": "type", "name": "SectionFlag", "type": "uint32"}, {"class": "type", "name": "SectionHeader", "type": "struct"}, {"class": "type", "name": "SectionIndex", "type": "int"}, {"class": "type", "name": "SectionType", "type": "uint32"}, {"class": "type", "name": "Sym32", "type": "struct"}, {"class": "type", "name": "Sym64", "type": "struct"}, {"class": "type", "name": "SymBind", "type": "int"}, {"class": "type", "name": "SymType", "type": "int"}, {"class": "type", "name": "SymVis", "type": "int"}, {"class": "type", "name": "Symbol", "type": "struct"}, {"class": "type", "name": "Type", "type": "uint16"}, {"class": "type", "name": "Version", "type": "byte"}, {"class": "var", "name": "ErrNoSymbols", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/gosym.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/gosym.json new file mode 100644 index 0000000..f71086c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/gosym.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewLineTable", "type": "func(data []byte, text uint64) *gosym.LineTable"}, {"class": "func", "name": "NewTable", "type": "func(symtab []byte, pcln *gosym.LineTable) (*gosym.Table, error)"}, {"class": "func", "name": "PCValue", "type": "func(tab []byte, target uint64, quantum int) int"}, {"class": "type", "name": "DecodingError", "type": "struct"}, {"class": "type", "name": "Func", "type": "struct"}, {"class": "type", "name": "LineTable", "type": "struct"}, {"class": "type", "name": "Obj", "type": "struct"}, {"class": "type", "name": "Sym", "type": "struct"}, {"class": "type", "name": "Table", "type": "struct"}, {"class": "type", "name": "UnknownFileError", "type": "string"}, {"class": "type", "name": "UnknownLineError", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/macho.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/macho.json new file mode 100644 index 0000000..52d21ad --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/macho.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Cpu386", "type": ""}, {"class": "const", "name": "CpuAmd64", "type": ""}, {"class": "const", "name": "CpuArm", "type": ""}, {"class": "const", "name": "CpuPpc", "type": ""}, {"class": "const", "name": "CpuPpc64", "type": ""}, {"class": "const", "name": "LoadCmdDylib", "type": ""}, {"class": "const", "name": "LoadCmdDylinker", "type": ""}, {"class": "const", "name": "LoadCmdDysymtab", "type": ""}, {"class": "const", "name": "LoadCmdSegment", "type": ""}, {"class": "const", "name": "LoadCmdSegment64", "type": ""}, {"class": "const", "name": "LoadCmdSymtab", "type": ""}, {"class": "const", "name": "LoadCmdThread", "type": ""}, {"class": "const", "name": "LoadCmdUnixThread", "type": ""}, {"class": "const", "name": "Magic32", "type": ""}, {"class": "const", "name": "Magic64", "type": ""}, {"class": "const", "name": "MagicFat", "type": ""}, {"class": "const", "name": "TypeBundle", "type": ""}, {"class": "const", "name": "TypeDylib", "type": ""}, {"class": "const", "name": "TypeExec", "type": ""}, {"class": "const", "name": "TypeObj", "type": ""}, {"class": "func", "name": "NewFatFile", "type": "func(r io.ReaderAt) (*macho.FatFile, error)"}, {"class": "func", "name": "NewFile", "type": "func(r io.ReaderAt) (*macho.File, error)"}, {"class": "func", "name": "Open", "type": "func(name string) (*macho.File, error)"}, {"class": "func", "name": "OpenFat", "type": "func(name string) (*macho.FatFile, error)"}, {"class": "type", "name": "Cpu", "type": "uint32"}, {"class": "type", "name": "Dylib", "type": "struct"}, {"class": "type", "name": "DylibCmd", "type": "struct"}, {"class": "type", "name": "Dysymtab", "type": "struct"}, {"class": "type", "name": "DysymtabCmd", "type": "struct"}, {"class": "type", "name": "FatArch", "type": "struct"}, {"class": "type", "name": "FatArchHeader", "type": "struct"}, {"class": "type", "name": "FatFile", "type": "struct"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileHeader", "type": "struct"}, {"class": "type", "name": "FormatError", "type": "struct"}, {"class": "type", "name": "Load", "type": "interface"}, {"class": "type", "name": "LoadBytes", "type": "[]byte"}, {"class": "type", "name": "LoadCmd", "type": "uint32"}, {"class": "type", "name": "Nlist32", "type": "struct"}, {"class": "type", "name": "Nlist64", "type": "struct"}, {"class": "type", "name": "Regs386", "type": "struct"}, {"class": "type", "name": "RegsAMD64", "type": "struct"}, {"class": "type", "name": "Section", "type": "struct"}, {"class": "type", "name": "Section32", "type": "struct"}, {"class": "type", "name": "Section64", "type": "struct"}, {"class": "type", "name": "SectionHeader", "type": "struct"}, {"class": "type", "name": "Segment", "type": "struct"}, {"class": "type", "name": "Segment32", "type": "struct"}, {"class": "type", "name": "Segment64", "type": "struct"}, {"class": "type", "name": "SegmentHeader", "type": "struct"}, {"class": "type", "name": "Symbol", "type": "struct"}, {"class": "type", "name": "Symtab", "type": "struct"}, {"class": "type", "name": "SymtabCmd", "type": "struct"}, {"class": "type", "name": "Thread", "type": "struct"}, {"class": "type", "name": "Type", "type": "uint32"}, {"class": "var", "name": "ErrNotFat", "type": "*macho.FormatError"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/pe.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/pe.json new file mode 100644 index 0000000..ff4a9be --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/pe.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "COFFSymbolSize", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_AM33", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_AMD64", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_ARM", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_EBC", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_I386", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_IA64", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_M32R", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_MIPS16", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_MIPSFPU", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_MIPSFPU16", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_POWERPC", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_POWERPCFP", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_R4000", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_SH3", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_SH3DSP", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_SH4", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_SH5", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_THUMB", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_UNKNOWN", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_WCEMIPSV2", "type": ""}, {"class": "func", "name": "NewFile", "type": "func(r io.ReaderAt) (*pe.File, error)"}, {"class": "func", "name": "Open", "type": "func(name string) (*pe.File, error)"}, {"class": "type", "name": "COFFSymbol", "type": "struct"}, {"class": "type", "name": "DataDirectory", "type": "struct"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileHeader", "type": "struct"}, {"class": "type", "name": "FormatError", "type": "struct"}, {"class": "type", "name": "ImportDirectory", "type": "struct"}, {"class": "type", "name": "OptionalHeader32", "type": "struct"}, {"class": "type", "name": "OptionalHeader64", "type": "struct"}, {"class": "type", "name": "Reloc", "type": "struct"}, {"class": "type", "name": "Section", "type": "struct"}, {"class": "type", "name": "SectionHeader", "type": "struct"}, {"class": "type", "name": "SectionHeader32", "type": "struct"}, {"class": "type", "name": "StringTable", "type": "[]byte"}, {"class": "type", "name": "Symbol", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/plan9obj.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/plan9obj.json new file mode 100644 index 0000000..741dfb9 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/debug/plan9obj.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Magic386", "type": ""}, {"class": "const", "name": "Magic64", "type": ""}, {"class": "const", "name": "MagicAMD64", "type": ""}, {"class": "const", "name": "MagicARM", "type": ""}, {"class": "func", "name": "NewFile", "type": "func(r io.ReaderAt) (*plan9obj.File, error)"}, {"class": "func", "name": "Open", "type": "func(name string) (*plan9obj.File, error)"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileHeader", "type": "struct"}, {"class": "type", "name": "Section", "type": "struct"}, {"class": "type", "name": "SectionHeader", "type": "struct"}, {"class": "type", "name": "Sym", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/ascii85.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/ascii85.json new file mode 100644 index 0000000..78b7ce2 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/ascii85.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Decode", "type": "func(dst []byte, src []byte, flush bool) (ndst int, nsrc int, err error)"}, {"class": "func", "name": "Encode", "type": "func(dst []byte, src []byte) int"}, {"class": "func", "name": "MaxEncodedLen", "type": "func(n int) int"}, {"class": "func", "name": "NewDecoder", "type": "func(r io.Reader) io.Reader"}, {"class": "func", "name": "NewEncoder", "type": "func(w io.Writer) io.WriteCloser"}, {"class": "type", "name": "CorruptInputError", "type": "int64"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/asn1.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/asn1.json new file mode 100644 index 0000000..c79664c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/asn1.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ClassApplication", "type": ""}, {"class": "const", "name": "ClassContextSpecific", "type": ""}, {"class": "const", "name": "ClassPrivate", "type": ""}, {"class": "const", "name": "ClassUniversal", "type": ""}, {"class": "const", "name": "TagBitString", "type": ""}, {"class": "const", "name": "TagBoolean", "type": ""}, {"class": "const", "name": "TagEnum", "type": ""}, {"class": "const", "name": "TagGeneralString", "type": ""}, {"class": "const", "name": "TagGeneralizedTime", "type": ""}, {"class": "const", "name": "TagIA5String", "type": ""}, {"class": "const", "name": "TagInteger", "type": ""}, {"class": "const", "name": "TagOID", "type": ""}, {"class": "const", "name": "TagOctetString", "type": ""}, {"class": "const", "name": "TagPrintableString", "type": ""}, {"class": "const", "name": "TagSequence", "type": ""}, {"class": "const", "name": "TagSet", "type": ""}, {"class": "const", "name": "TagT61String", "type": ""}, {"class": "const", "name": "TagUTCTime", "type": ""}, {"class": "const", "name": "TagUTF8String", "type": ""}, {"class": "func", "name": "Marshal", "type": "func(val interface{}) ([]byte, error)"}, {"class": "func", "name": "Unmarshal", "type": "func(b []byte, val interface{}) (rest []byte, err error)"}, {"class": "func", "name": "UnmarshalWithParams", "type": "func(b []byte, val interface{}, params string) (rest []byte, err error)"}, {"class": "type", "name": "BitString", "type": "struct"}, {"class": "type", "name": "Enumerated", "type": "int"}, {"class": "type", "name": "Flag", "type": "bool"}, {"class": "type", "name": "ObjectIdentifier", "type": "[]int"}, {"class": "type", "name": "RawContent", "type": "[]byte"}, {"class": "type", "name": "RawValue", "type": "struct"}, {"class": "type", "name": "StructuralError", "type": "struct"}, {"class": "type", "name": "SyntaxError", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/base32.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/base32.json new file mode 100644 index 0000000..59b07d3 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/base32.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewDecoder", "type": "func(enc *base32.Encoding, r io.Reader) io.Reader"}, {"class": "func", "name": "NewEncoder", "type": "func(enc *base32.Encoding, w io.Writer) io.WriteCloser"}, {"class": "func", "name": "NewEncoding", "type": "func(encoder string) *base32.Encoding"}, {"class": "type", "name": "CorruptInputError", "type": "int64"}, {"class": "type", "name": "Encoding", "type": "struct"}, {"class": "var", "name": "HexEncoding", "type": "*base32.Encoding"}, {"class": "var", "name": "StdEncoding", "type": "*base32.Encoding"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/base64.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/base64.json new file mode 100644 index 0000000..ba17d84 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/base64.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "NoPadding", "type": ""}, {"class": "const", "name": "StdPadding", "type": ""}, {"class": "func", "name": "NewDecoder", "type": "func(enc *base64.Encoding, r io.Reader) io.Reader"}, {"class": "func", "name": "NewEncoder", "type": "func(enc *base64.Encoding, w io.Writer) io.WriteCloser"}, {"class": "func", "name": "NewEncoding", "type": "func(encoder string) *base64.Encoding"}, {"class": "type", "name": "CorruptInputError", "type": "int64"}, {"class": "type", "name": "Encoding", "type": "struct"}, {"class": "var", "name": "RawStdEncoding", "type": "*base64.Encoding"}, {"class": "var", "name": "RawURLEncoding", "type": "*base64.Encoding"}, {"class": "var", "name": "StdEncoding", "type": "*base64.Encoding"}, {"class": "var", "name": "URLEncoding", "type": "*base64.Encoding"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/binary.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/binary.json new file mode 100644 index 0000000..076ecf8 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/binary.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "MaxVarintLen16", "type": ""}, {"class": "const", "name": "MaxVarintLen32", "type": ""}, {"class": "const", "name": "MaxVarintLen64", "type": ""}, {"class": "func", "name": "PutUvarint", "type": "func(buf []byte, x uint64) int"}, {"class": "func", "name": "PutVarint", "type": "func(buf []byte, x int64) int"}, {"class": "func", "name": "Read", "type": "func(r io.Reader, order binary.ByteOrder, data interface{}) error"}, {"class": "func", "name": "ReadUvarint", "type": "func(r io.ByteReader) (uint64, error)"}, {"class": "func", "name": "ReadVarint", "type": "func(r io.ByteReader) (int64, error)"}, {"class": "func", "name": "Size", "type": "func(v interface{}) int"}, {"class": "func", "name": "Uvarint", "type": "func(buf []byte) (uint64, int)"}, {"class": "func", "name": "Varint", "type": "func(buf []byte) (int64, int)"}, {"class": "func", "name": "Write", "type": "func(w io.Writer, order binary.ByteOrder, data interface{}) error"}, {"class": "type", "name": "ByteOrder", "type": "interface"}, {"class": "var", "name": "BigEndian", "type": "binary.bigEndian"}, {"class": "var", "name": "LittleEndian", "type": "binary.littleEndian"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/csv.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/csv.json new file mode 100644 index 0000000..36f68b8 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/csv.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewReader", "type": "func(r io.Reader) *csv.Reader"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *csv.Writer"}, {"class": "type", "name": "ParseError", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}, {"class": "var", "name": "ErrBareQuote", "type": "error"}, {"class": "var", "name": "ErrFieldCount", "type": "error"}, {"class": "var", "name": "ErrQuote", "type": "error"}, {"class": "var", "name": "ErrTrailingComma", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/encoding.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/encoding.json new file mode 100644 index 0000000..ab107f4 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/encoding.json @@ -0,0 +1 @@ +[0, [{"class": "type", "name": "BinaryMarshaler", "type": "interface"}, {"class": "type", "name": "BinaryUnmarshaler", "type": "interface"}, {"class": "type", "name": "TextMarshaler", "type": "interface"}, {"class": "type", "name": "TextUnmarshaler", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/gob.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/gob.json new file mode 100644 index 0000000..93a3730 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/gob.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewDecoder", "type": "func(r io.Reader) *gob.Decoder"}, {"class": "func", "name": "NewEncoder", "type": "func(w io.Writer) *gob.Encoder"}, {"class": "func", "name": "Register", "type": "func(value interface{})"}, {"class": "func", "name": "RegisterName", "type": "func(name string, value interface{})"}, {"class": "type", "name": "CommonType", "type": "struct"}, {"class": "type", "name": "Decoder", "type": "struct"}, {"class": "type", "name": "Encoder", "type": "struct"}, {"class": "type", "name": "GobDecoder", "type": "interface"}, {"class": "type", "name": "GobEncoder", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/hex.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/hex.json new file mode 100644 index 0000000..a883580 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/hex.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Decode", "type": "func(dst []byte, src []byte) (int, error)"}, {"class": "func", "name": "DecodeString", "type": "func(s string) ([]byte, error)"}, {"class": "func", "name": "DecodedLen", "type": "func(x int) int"}, {"class": "func", "name": "Dump", "type": "func(data []byte) string"}, {"class": "func", "name": "Dumper", "type": "func(w io.Writer) io.WriteCloser"}, {"class": "func", "name": "Encode", "type": "func(dst []byte, src []byte) int"}, {"class": "func", "name": "EncodeToString", "type": "func(src []byte) string"}, {"class": "func", "name": "EncodedLen", "type": "func(n int) int"}, {"class": "type", "name": "InvalidByteError", "type": "byte"}, {"class": "var", "name": "ErrLength", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/json.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/json.json new file mode 100644 index 0000000..7ba6884 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/json.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Compact", "type": "func(dst *bytes.Buffer, src []byte) error"}, {"class": "func", "name": "HTMLEscape", "type": "func(dst *bytes.Buffer, src []byte)"}, {"class": "func", "name": "Indent", "type": "func(dst *bytes.Buffer, src []byte, prefix string, indent string) error"}, {"class": "func", "name": "Marshal", "type": "func(v interface{}) ([]byte, error)"}, {"class": "func", "name": "MarshalIndent", "type": "func(v interface{}, prefix string, indent string) ([]byte, error)"}, {"class": "func", "name": "NewDecoder", "type": "func(r io.Reader) *json.Decoder"}, {"class": "func", "name": "NewEncoder", "type": "func(w io.Writer) *json.Encoder"}, {"class": "func", "name": "Unmarshal", "type": "func(data []byte, v interface{}) error"}, {"class": "type", "name": "Decoder", "type": "struct"}, {"class": "type", "name": "Delim", "type": "rune"}, {"class": "type", "name": "Encoder", "type": "struct"}, {"class": "type", "name": "InvalidUTF8Error", "type": "struct"}, {"class": "type", "name": "InvalidUnmarshalError", "type": "struct"}, {"class": "type", "name": "Marshaler", "type": "interface"}, {"class": "type", "name": "MarshalerError", "type": "struct"}, {"class": "type", "name": "Number", "type": "string"}, {"class": "type", "name": "RawMessage", "type": "[]byte"}, {"class": "type", "name": "SyntaxError", "type": "struct"}, {"class": "type", "name": "Token", "type": "interface"}, {"class": "type", "name": "UnmarshalFieldError", "type": "struct"}, {"class": "type", "name": "UnmarshalTypeError", "type": "struct"}, {"class": "type", "name": "Unmarshaler", "type": "interface"}, {"class": "type", "name": "UnsupportedTypeError", "type": "struct"}, {"class": "type", "name": "UnsupportedValueError", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/pem.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/pem.json new file mode 100644 index 0000000..181806c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/pem.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Decode", "type": "func(data []byte) (p *pem.Block, rest []byte)"}, {"class": "func", "name": "Encode", "type": "func(out io.Writer, b *pem.Block) error"}, {"class": "func", "name": "EncodeToMemory", "type": "func(b *pem.Block) []byte"}, {"class": "type", "name": "Block", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/xml.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/xml.json new file mode 100644 index 0000000..c75e513 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/xml.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Header", "type": ""}, {"class": "func", "name": "CopyToken", "type": "func(t xml.Token) xml.Token"}, {"class": "func", "name": "Escape", "type": "func(w io.Writer, s []byte)"}, {"class": "func", "name": "EscapeText", "type": "func(w io.Writer, s []byte) error"}, {"class": "func", "name": "Marshal", "type": "func(v interface{}) ([]byte, error)"}, {"class": "func", "name": "MarshalIndent", "type": "func(v interface{}, prefix string, indent string) ([]byte, error)"}, {"class": "func", "name": "NewDecoder", "type": "func(r io.Reader) *xml.Decoder"}, {"class": "func", "name": "NewEncoder", "type": "func(w io.Writer) *xml.Encoder"}, {"class": "func", "name": "Unmarshal", "type": "func(data []byte, v interface{}) error"}, {"class": "type", "name": "Attr", "type": "struct"}, {"class": "type", "name": "CharData", "type": "[]byte"}, {"class": "type", "name": "Comment", "type": "[]byte"}, {"class": "type", "name": "Decoder", "type": "struct"}, {"class": "type", "name": "Directive", "type": "[]byte"}, {"class": "type", "name": "Encoder", "type": "struct"}, {"class": "type", "name": "EndElement", "type": "struct"}, {"class": "type", "name": "Marshaler", "type": "interface"}, {"class": "type", "name": "MarshalerAttr", "type": "interface"}, {"class": "type", "name": "Name", "type": "struct"}, {"class": "type", "name": "ProcInst", "type": "struct"}, {"class": "type", "name": "StartElement", "type": "struct"}, {"class": "type", "name": "SyntaxError", "type": "struct"}, {"class": "type", "name": "TagPathError", "type": "struct"}, {"class": "type", "name": "Token", "type": "interface"}, {"class": "type", "name": "UnmarshalError", "type": "string"}, {"class": "type", "name": "Unmarshaler", "type": "interface"}, {"class": "type", "name": "UnmarshalerAttr", "type": "interface"}, {"class": "type", "name": "UnsupportedTypeError", "type": "struct"}, {"class": "var", "name": "HTMLAutoClose", "type": "[]string"}, {"class": "var", "name": "HTMLEntity", "type": "map[string]string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/errors/errors.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/errors/errors.json new file mode 100644 index 0000000..762eb30 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/errors/errors.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "New", "type": "func(text string) error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/expvar/expvar.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/expvar/expvar.json new file mode 100644 index 0000000..9a93fe1 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/expvar/expvar.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Do", "type": "func(f func(expvar.KeyValue))"}, {"class": "func", "name": "Get", "type": "func(name string) expvar.Var"}, {"class": "func", "name": "Handler", "type": "func() http.Handler"}, {"class": "func", "name": "NewFloat", "type": "func(name string) *expvar.Float"}, {"class": "func", "name": "NewInt", "type": "func(name string) *expvar.Int"}, {"class": "func", "name": "NewMap", "type": "func(name string) *expvar.Map"}, {"class": "func", "name": "NewString", "type": "func(name string) *expvar.String"}, {"class": "func", "name": "Publish", "type": "func(name string, v expvar.Var)"}, {"class": "type", "name": "Float", "type": "struct"}, {"class": "type", "name": "Func", "type": "func() interface{}"}, {"class": "type", "name": "Int", "type": "struct"}, {"class": "type", "name": "KeyValue", "type": "struct"}, {"class": "type", "name": "Map", "type": "struct"}, {"class": "type", "name": "String", "type": "struct"}, {"class": "type", "name": "Var", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/flag/flag.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/flag/flag.json new file mode 100644 index 0000000..a11b37c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/flag/flag.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ContinueOnError", "type": ""}, {"class": "const", "name": "ExitOnError", "type": ""}, {"class": "const", "name": "PanicOnError", "type": ""}, {"class": "func", "name": "Arg", "type": "func(i int) string"}, {"class": "func", "name": "Args", "type": "func() []string"}, {"class": "func", "name": "Bool", "type": "func(name string, value bool, usage string) *bool"}, {"class": "func", "name": "BoolVar", "type": "func(p *bool, name string, value bool, usage string)"}, {"class": "func", "name": "Duration", "type": "func(name string, value time.Duration, usage string) *time.Duration"}, {"class": "func", "name": "DurationVar", "type": "func(p *time.Duration, name string, value time.Duration, usage string)"}, {"class": "func", "name": "Float64", "type": "func(name string, value float64, usage string) *float64"}, {"class": "func", "name": "Float64Var", "type": "func(p *float64, name string, value float64, usage string)"}, {"class": "func", "name": "Int", "type": "func(name string, value int, usage string) *int"}, {"class": "func", "name": "Int64", "type": "func(name string, value int64, usage string) *int64"}, {"class": "func", "name": "Int64Var", "type": "func(p *int64, name string, value int64, usage string)"}, {"class": "func", "name": "IntVar", "type": "func(p *int, name string, value int, usage string)"}, {"class": "func", "name": "Lookup", "type": "func(name string) *flag.Flag"}, {"class": "func", "name": "NArg", "type": "func() int"}, {"class": "func", "name": "NFlag", "type": "func() int"}, {"class": "func", "name": "NewFlagSet", "type": "func(name string, errorHandling flag.ErrorHandling) *flag.FlagSet"}, {"class": "func", "name": "Parse", "type": "func()"}, {"class": "func", "name": "Parsed", "type": "func() bool"}, {"class": "func", "name": "PrintDefaults", "type": "func()"}, {"class": "func", "name": "Set", "type": "func(name string, value string) error"}, {"class": "func", "name": "String", "type": "func(name string, value string, usage string) *string"}, {"class": "func", "name": "StringVar", "type": "func(p *string, name string, value string, usage string)"}, {"class": "func", "name": "Uint", "type": "func(name string, value uint, usage string) *uint"}, {"class": "func", "name": "Uint64", "type": "func(name string, value uint64, usage string) *uint64"}, {"class": "func", "name": "Uint64Var", "type": "func(p *uint64, name string, value uint64, usage string)"}, {"class": "func", "name": "UintVar", "type": "func(p *uint, name string, value uint, usage string)"}, {"class": "func", "name": "UnquoteUsage", "type": "func(flag *flag.Flag) (name string, usage string)"}, {"class": "func", "name": "Var", "type": "func(value flag.Value, name string, usage string)"}, {"class": "func", "name": "Visit", "type": "func(fn func(*flag.Flag))"}, {"class": "func", "name": "VisitAll", "type": "func(fn func(*flag.Flag))"}, {"class": "type", "name": "ErrorHandling", "type": "int"}, {"class": "type", "name": "Flag", "type": "struct"}, {"class": "type", "name": "FlagSet", "type": "struct"}, {"class": "type", "name": "Getter", "type": "interface"}, {"class": "type", "name": "Value", "type": "interface"}, {"class": "var", "name": "CommandLine", "type": "*flag.FlagSet"}, {"class": "var", "name": "ErrHelp", "type": "error"}, {"class": "var", "name": "Usage", "type": "func()"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/fmt/fmt.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/fmt/fmt.json new file mode 100644 index 0000000..0898aaa --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/fmt/fmt.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Errorf", "type": "func(format string, a ...interface{}) error"}, {"class": "func", "name": "Fprint", "type": "func(w io.Writer, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fprintf", "type": "func(w io.Writer, format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fprintln", "type": "func(w io.Writer, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fscan", "type": "func(r io.Reader, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fscanf", "type": "func(r io.Reader, format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fscanln", "type": "func(r io.Reader, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Print", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Printf", "type": "func(format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Println", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Scan", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Scanf", "type": "func(format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Scanln", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Sprint", "type": "func(a ...interface{}) string"}, {"class": "func", "name": "Sprintf", "type": "func(format string, a ...interface{}) string"}, {"class": "func", "name": "Sprintln", "type": "func(a ...interface{}) string"}, {"class": "func", "name": "Sscan", "type": "func(str string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Sscanf", "type": "func(str string, format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Sscanln", "type": "func(str string, a ...interface{}) (n int, err error)"}, {"class": "type", "name": "Formatter", "type": "interface"}, {"class": "type", "name": "GoStringer", "type": "interface"}, {"class": "type", "name": "ScanState", "type": "interface"}, {"class": "type", "name": "Scanner", "type": "interface"}, {"class": "type", "name": "State", "type": "interface"}, {"class": "type", "name": "Stringer", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/ast.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/ast.json new file mode 100644 index 0000000..6ad6081 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/ast.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Bad", "type": ""}, {"class": "const", "name": "Con", "type": ""}, {"class": "const", "name": "FilterFuncDuplicates", "type": ""}, {"class": "const", "name": "FilterImportDuplicates", "type": ""}, {"class": "const", "name": "FilterUnassociatedComments", "type": ""}, {"class": "const", "name": "Fun", "type": ""}, {"class": "const", "name": "Lbl", "type": ""}, {"class": "const", "name": "Pkg", "type": ""}, {"class": "const", "name": "RECV", "type": ""}, {"class": "const", "name": "SEND", "type": ""}, {"class": "const", "name": "Typ", "type": ""}, {"class": "const", "name": "Var", "type": ""}, {"class": "func", "name": "FileExports", "type": "func(src *ast.File) bool"}, {"class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool"}, {"class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool"}, {"class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool"}, {"class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) error"}, {"class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)"}, {"class": "func", "name": "IsExported", "type": "func(name string) bool"}, {"class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File"}, {"class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap"}, {"class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident"}, {"class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object"}, {"class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)"}, {"class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope"}, {"class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool"}, {"class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool"}, {"class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error"}, {"class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)"}, {"class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)"}, {"class": "type", "name": "ArrayType", "type": "struct"}, {"class": "type", "name": "AssignStmt", "type": "struct"}, {"class": "type", "name": "BadDecl", "type": "struct"}, {"class": "type", "name": "BadExpr", "type": "struct"}, {"class": "type", "name": "BadStmt", "type": "struct"}, {"class": "type", "name": "BasicLit", "type": "struct"}, {"class": "type", "name": "BinaryExpr", "type": "struct"}, {"class": "type", "name": "BlockStmt", "type": "struct"}, {"class": "type", "name": "BranchStmt", "type": "struct"}, {"class": "type", "name": "CallExpr", "type": "struct"}, {"class": "type", "name": "CaseClause", "type": "struct"}, {"class": "type", "name": "ChanDir", "type": "int"}, {"class": "type", "name": "ChanType", "type": "struct"}, {"class": "type", "name": "CommClause", "type": "struct"}, {"class": "type", "name": "Comment", "type": "struct"}, {"class": "type", "name": "CommentGroup", "type": "struct"}, {"class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup"}, {"class": "type", "name": "CompositeLit", "type": "struct"}, {"class": "type", "name": "Decl", "type": "interface"}, {"class": "type", "name": "DeclStmt", "type": "struct"}, {"class": "type", "name": "DeferStmt", "type": "struct"}, {"class": "type", "name": "Ellipsis", "type": "struct"}, {"class": "type", "name": "EmptyStmt", "type": "struct"}, {"class": "type", "name": "Expr", "type": "interface"}, {"class": "type", "name": "ExprStmt", "type": "struct"}, {"class": "type", "name": "Field", "type": "struct"}, {"class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool"}, {"class": "type", "name": "FieldList", "type": "struct"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "Filter", "type": "func(string) bool"}, {"class": "type", "name": "ForStmt", "type": "struct"}, {"class": "type", "name": "FuncDecl", "type": "struct"}, {"class": "type", "name": "FuncLit", "type": "struct"}, {"class": "type", "name": "FuncType", "type": "struct"}, {"class": "type", "name": "GenDecl", "type": "struct"}, {"class": "type", "name": "GoStmt", "type": "struct"}, {"class": "type", "name": "Ident", "type": "struct"}, {"class": "type", "name": "IfStmt", "type": "struct"}, {"class": "type", "name": "ImportSpec", "type": "struct"}, {"class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)"}, {"class": "type", "name": "IncDecStmt", "type": "struct"}, {"class": "type", "name": "IndexExpr", "type": "struct"}, {"class": "type", "name": "InterfaceType", "type": "struct"}, {"class": "type", "name": "KeyValueExpr", "type": "struct"}, {"class": "type", "name": "LabeledStmt", "type": "struct"}, {"class": "type", "name": "MapType", "type": "struct"}, {"class": "type", "name": "MergeMode", "type": "uint"}, {"class": "type", "name": "Node", "type": "interface"}, {"class": "type", "name": "ObjKind", "type": "int"}, {"class": "type", "name": "Object", "type": "struct"}, {"class": "type", "name": "Package", "type": "struct"}, {"class": "type", "name": "ParenExpr", "type": "struct"}, {"class": "type", "name": "RangeStmt", "type": "struct"}, {"class": "type", "name": "ReturnStmt", "type": "struct"}, {"class": "type", "name": "Scope", "type": "struct"}, {"class": "type", "name": "SelectStmt", "type": "struct"}, {"class": "type", "name": "SelectorExpr", "type": "struct"}, {"class": "type", "name": "SendStmt", "type": "struct"}, {"class": "type", "name": "SliceExpr", "type": "struct"}, {"class": "type", "name": "Spec", "type": "interface"}, {"class": "type", "name": "StarExpr", "type": "struct"}, {"class": "type", "name": "Stmt", "type": "interface"}, {"class": "type", "name": "StructType", "type": "struct"}, {"class": "type", "name": "SwitchStmt", "type": "struct"}, {"class": "type", "name": "TypeAssertExpr", "type": "struct"}, {"class": "type", "name": "TypeSpec", "type": "struct"}, {"class": "type", "name": "TypeSwitchStmt", "type": "struct"}, {"class": "type", "name": "UnaryExpr", "type": "struct"}, {"class": "type", "name": "ValueSpec", "type": "struct"}, {"class": "type", "name": "Visitor", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/build.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/build.json new file mode 100644 index 0000000..55d36d5 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/build.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "AllowBinary", "type": ""}, {"class": "const", "name": "FindOnly", "type": ""}, {"class": "const", "name": "IgnoreVendor", "type": ""}, {"class": "const", "name": "ImportComment", "type": ""}, {"class": "func", "name": "ArchChar", "type": "func(goarch string) (string, error)"}, {"class": "func", "name": "Import", "type": "func(path string, srcDir string, mode build.ImportMode) (*build.Package, error)"}, {"class": "func", "name": "ImportDir", "type": "func(dir string, mode build.ImportMode) (*build.Package, error)"}, {"class": "func", "name": "IsLocalImport", "type": "func(path string) bool"}, {"class": "type", "name": "Context", "type": "struct"}, {"class": "type", "name": "ImportMode", "type": "uint"}, {"class": "type", "name": "MultiplePackageError", "type": "struct"}, {"class": "type", "name": "NoGoError", "type": "struct"}, {"class": "type", "name": "Package", "type": "struct"}, {"class": "var", "name": "Default", "type": "build.Context"}, {"class": "var", "name": "ToolDir", "type": "string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/constant.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/constant.json new file mode 100644 index 0000000..c1950d2 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/constant.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Bool", "type": ""}, {"class": "const", "name": "Complex", "type": ""}, {"class": "const", "name": "Float", "type": ""}, {"class": "const", "name": "Int", "type": ""}, {"class": "const", "name": "String", "type": ""}, {"class": "const", "name": "Unknown", "type": ""}, {"class": "func", "name": "BinaryOp", "type": "func(x_ constant.Value, op token.Token, y_ constant.Value) constant.Value"}, {"class": "func", "name": "BitLen", "type": "func(x constant.Value) int"}, {"class": "func", "name": "BoolVal", "type": "func(x constant.Value) bool"}, {"class": "func", "name": "Bytes", "type": "func(x constant.Value) []byte"}, {"class": "func", "name": "Compare", "type": "func(x_ constant.Value, op token.Token, y_ constant.Value) bool"}, {"class": "func", "name": "Denom", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "Float32Val", "type": "func(x constant.Value) (float32, bool)"}, {"class": "func", "name": "Float64Val", "type": "func(x constant.Value) (float64, bool)"}, {"class": "func", "name": "Imag", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "Int64Val", "type": "func(x constant.Value) (int64, bool)"}, {"class": "func", "name": "MakeBool", "type": "func(b bool) constant.Value"}, {"class": "func", "name": "MakeFloat64", "type": "func(x float64) constant.Value"}, {"class": "func", "name": "MakeFromBytes", "type": "func(bytes []byte) constant.Value"}, {"class": "func", "name": "MakeFromLiteral", "type": "func(lit string, tok token.Token, zero uint) constant.Value"}, {"class": "func", "name": "MakeImag", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "MakeInt64", "type": "func(x int64) constant.Value"}, {"class": "func", "name": "MakeString", "type": "func(s string) constant.Value"}, {"class": "func", "name": "MakeUint64", "type": "func(x uint64) constant.Value"}, {"class": "func", "name": "MakeUnknown", "type": "func() constant.Value"}, {"class": "func", "name": "Num", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "Real", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "Shift", "type": "func(x constant.Value, op token.Token, s uint) constant.Value"}, {"class": "func", "name": "Sign", "type": "func(x constant.Value) int"}, {"class": "func", "name": "StringVal", "type": "func(x constant.Value) string"}, {"class": "func", "name": "ToComplex", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "ToFloat", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "ToInt", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "Uint64Val", "type": "func(x constant.Value) (uint64, bool)"}, {"class": "func", "name": "UnaryOp", "type": "func(op token.Token, y constant.Value, prec uint) constant.Value"}, {"class": "type", "name": "Kind", "type": "int"}, {"class": "type", "name": "Value", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/doc.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/doc.json new file mode 100644 index 0000000..d21e9aa --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/doc.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "AllDecls", "type": ""}, {"class": "const", "name": "AllMethods", "type": ""}, {"class": "func", "name": "Examples", "type": "func(files ...*ast.File) []*doc.Example"}, {"class": "func", "name": "IsPredeclared", "type": "func(s string) bool"}, {"class": "func", "name": "New", "type": "func(pkg *ast.Package, importPath string, mode doc.Mode) *doc.Package"}, {"class": "func", "name": "Synopsis", "type": "func(s string) string"}, {"class": "func", "name": "ToHTML", "type": "func(w io.Writer, text string, words map[string]string)"}, {"class": "func", "name": "ToText", "type": "func(w io.Writer, text string, indent string, preIndent string, width int)"}, {"class": "type", "name": "Example", "type": "struct"}, {"class": "type", "name": "Filter", "type": "func(string) bool"}, {"class": "type", "name": "Func", "type": "struct"}, {"class": "type", "name": "Mode", "type": "int"}, {"class": "type", "name": "Note", "type": "struct"}, {"class": "type", "name": "Package", "type": "struct"}, {"class": "type", "name": "Type", "type": "struct"}, {"class": "type", "name": "Value", "type": "struct"}, {"class": "var", "name": "IllegalPrefixes", "type": "[]string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/format.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/format.json new file mode 100644 index 0000000..01a95d3 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/format.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Node", "type": "func(dst io.Writer, fset *token.FileSet, node interface{}) error"}, {"class": "func", "name": "Source", "type": "func(src []byte) ([]byte, error)"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/importer.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/importer.json new file mode 100644 index 0000000..0339851 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/importer.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Default", "type": "func() types.Importer"}, {"class": "func", "name": "For", "type": "func(compiler string, lookup importer.Lookup) types.Importer"}, {"class": "type", "name": "Lookup", "type": "func(path string) (io.ReadCloser, error)"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/parser.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/parser.json new file mode 100644 index 0000000..0540942 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/parser.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "AllErrors", "type": ""}, {"class": "const", "name": "DeclarationErrors", "type": ""}, {"class": "const", "name": "ImportsOnly", "type": ""}, {"class": "const", "name": "PackageClauseOnly", "type": ""}, {"class": "const", "name": "ParseComments", "type": ""}, {"class": "const", "name": "SpuriousErrors", "type": ""}, {"class": "const", "name": "Trace", "type": ""}, {"class": "func", "name": "ParseDir", "type": "func(fset *token.FileSet, path string, filter func(os.FileInfo) bool, mode parser.Mode) (pkgs map[string]*ast.Package, first error)"}, {"class": "func", "name": "ParseExpr", "type": "func(x string) (ast.Expr, error)"}, {"class": "func", "name": "ParseExprFrom", "type": "func(fset *token.FileSet, filename string, src interface{}, mode parser.Mode) (ast.Expr, error)"}, {"class": "func", "name": "ParseFile", "type": "func(fset *token.FileSet, filename string, src interface{}, mode parser.Mode) (f *ast.File, err error)"}, {"class": "type", "name": "Mode", "type": "uint"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/printer.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/printer.json new file mode 100644 index 0000000..bd08cd6 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/printer.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "RawFormat", "type": ""}, {"class": "const", "name": "SourcePos", "type": ""}, {"class": "const", "name": "TabIndent", "type": ""}, {"class": "const", "name": "UseSpaces", "type": ""}, {"class": "func", "name": "Fprint", "type": "func(output io.Writer, fset *token.FileSet, node interface{}) error"}, {"class": "type", "name": "CommentedNode", "type": "struct"}, {"class": "type", "name": "Config", "type": "struct"}, {"class": "type", "name": "Mode", "type": "uint"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/scanner.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/scanner.json new file mode 100644 index 0000000..2e401ef --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/scanner.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ScanComments", "type": ""}, {"class": "func", "name": "PrintError", "type": "func(w io.Writer, err error)"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "ErrorHandler", "type": "func(pos token.Position, msg string)"}, {"class": "type", "name": "ErrorList", "type": "[]*scanner.Error"}, {"class": "type", "name": "Mode", "type": "uint"}, {"class": "type", "name": "Scanner", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/token.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/token.json new file mode 100644 index 0000000..5d51f82 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/token.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ADD", "type": ""}, {"class": "const", "name": "ADD_ASSIGN", "type": ""}, {"class": "const", "name": "AND", "type": ""}, {"class": "const", "name": "AND_ASSIGN", "type": ""}, {"class": "const", "name": "AND_NOT", "type": ""}, {"class": "const", "name": "AND_NOT_ASSIGN", "type": ""}, {"class": "const", "name": "ARROW", "type": ""}, {"class": "const", "name": "ASSIGN", "type": ""}, {"class": "const", "name": "BREAK", "type": ""}, {"class": "const", "name": "CASE", "type": ""}, {"class": "const", "name": "CHAN", "type": ""}, {"class": "const", "name": "CHAR", "type": ""}, {"class": "const", "name": "COLON", "type": ""}, {"class": "const", "name": "COMMA", "type": ""}, {"class": "const", "name": "COMMENT", "type": ""}, {"class": "const", "name": "CONST", "type": ""}, {"class": "const", "name": "CONTINUE", "type": ""}, {"class": "const", "name": "DEC", "type": ""}, {"class": "const", "name": "DEFAULT", "type": ""}, {"class": "const", "name": "DEFER", "type": ""}, {"class": "const", "name": "DEFINE", "type": ""}, {"class": "const", "name": "ELLIPSIS", "type": ""}, {"class": "const", "name": "ELSE", "type": ""}, {"class": "const", "name": "EOF", "type": ""}, {"class": "const", "name": "EQL", "type": ""}, {"class": "const", "name": "FALLTHROUGH", "type": ""}, {"class": "const", "name": "FLOAT", "type": ""}, {"class": "const", "name": "FOR", "type": ""}, {"class": "const", "name": "FUNC", "type": ""}, {"class": "const", "name": "GEQ", "type": ""}, {"class": "const", "name": "GO", "type": ""}, {"class": "const", "name": "GOTO", "type": ""}, {"class": "const", "name": "GTR", "type": ""}, {"class": "const", "name": "HighestPrec", "type": ""}, {"class": "const", "name": "IDENT", "type": ""}, {"class": "const", "name": "IF", "type": ""}, {"class": "const", "name": "ILLEGAL", "type": ""}, {"class": "const", "name": "IMAG", "type": ""}, {"class": "const", "name": "IMPORT", "type": ""}, {"class": "const", "name": "INC", "type": ""}, {"class": "const", "name": "INT", "type": ""}, {"class": "const", "name": "INTERFACE", "type": ""}, {"class": "const", "name": "LAND", "type": ""}, {"class": "const", "name": "LBRACE", "type": ""}, {"class": "const", "name": "LBRACK", "type": ""}, {"class": "const", "name": "LEQ", "type": ""}, {"class": "const", "name": "LOR", "type": ""}, {"class": "const", "name": "LPAREN", "type": ""}, {"class": "const", "name": "LSS", "type": ""}, {"class": "const", "name": "LowestPrec", "type": ""}, {"class": "const", "name": "MAP", "type": ""}, {"class": "const", "name": "MUL", "type": ""}, {"class": "const", "name": "MUL_ASSIGN", "type": ""}, {"class": "const", "name": "NEQ", "type": ""}, {"class": "const", "name": "NOT", "type": ""}, {"class": "const", "name": "NoPos", "type": ""}, {"class": "const", "name": "OR", "type": ""}, {"class": "const", "name": "OR_ASSIGN", "type": ""}, {"class": "const", "name": "PACKAGE", "type": ""}, {"class": "const", "name": "PERIOD", "type": ""}, {"class": "const", "name": "QUO", "type": ""}, {"class": "const", "name": "QUO_ASSIGN", "type": ""}, {"class": "const", "name": "RANGE", "type": ""}, {"class": "const", "name": "RBRACE", "type": ""}, {"class": "const", "name": "RBRACK", "type": ""}, {"class": "const", "name": "REM", "type": ""}, {"class": "const", "name": "REM_ASSIGN", "type": ""}, {"class": "const", "name": "RETURN", "type": ""}, {"class": "const", "name": "RPAREN", "type": ""}, {"class": "const", "name": "SELECT", "type": ""}, {"class": "const", "name": "SEMICOLON", "type": ""}, {"class": "const", "name": "SHL", "type": ""}, {"class": "const", "name": "SHL_ASSIGN", "type": ""}, {"class": "const", "name": "SHR", "type": ""}, {"class": "const", "name": "SHR_ASSIGN", "type": ""}, {"class": "const", "name": "STRING", "type": ""}, {"class": "const", "name": "STRUCT", "type": ""}, {"class": "const", "name": "SUB", "type": ""}, {"class": "const", "name": "SUB_ASSIGN", "type": ""}, {"class": "const", "name": "SWITCH", "type": ""}, {"class": "const", "name": "TYPE", "type": ""}, {"class": "const", "name": "UnaryPrec", "type": ""}, {"class": "const", "name": "VAR", "type": ""}, {"class": "const", "name": "XOR", "type": ""}, {"class": "const", "name": "XOR_ASSIGN", "type": ""}, {"class": "func", "name": "Lookup", "type": "func(ident string) token.Token"}, {"class": "func", "name": "NewFileSet", "type": "func() *token.FileSet"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileSet", "type": "struct"}, {"class": "type", "name": "Pos", "type": "int"}, {"class": "type", "name": "Position", "type": "struct"}, {"class": "type", "name": "Token", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/types.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/types.json new file mode 100644 index 0000000..05bdc94 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/types.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Bool", "type": ""}, {"class": "const", "name": "Byte", "type": ""}, {"class": "const", "name": "Complex128", "type": ""}, {"class": "const", "name": "Complex64", "type": ""}, {"class": "const", "name": "FieldVal", "type": ""}, {"class": "const", "name": "Float32", "type": ""}, {"class": "const", "name": "Float64", "type": ""}, {"class": "const", "name": "Int", "type": ""}, {"class": "const", "name": "Int16", "type": ""}, {"class": "const", "name": "Int32", "type": ""}, {"class": "const", "name": "Int64", "type": ""}, {"class": "const", "name": "Int8", "type": ""}, {"class": "const", "name": "Invalid", "type": ""}, {"class": "const", "name": "IsBoolean", "type": ""}, {"class": "const", "name": "IsComplex", "type": ""}, {"class": "const", "name": "IsConstType", "type": ""}, {"class": "const", "name": "IsFloat", "type": ""}, {"class": "const", "name": "IsInteger", "type": ""}, {"class": "const", "name": "IsNumeric", "type": ""}, {"class": "const", "name": "IsOrdered", "type": ""}, {"class": "const", "name": "IsString", "type": ""}, {"class": "const", "name": "IsUnsigned", "type": ""}, {"class": "const", "name": "IsUntyped", "type": ""}, {"class": "const", "name": "MethodExpr", "type": ""}, {"class": "const", "name": "MethodVal", "type": ""}, {"class": "const", "name": "RecvOnly", "type": ""}, {"class": "const", "name": "Rune", "type": ""}, {"class": "const", "name": "SendOnly", "type": ""}, {"class": "const", "name": "SendRecv", "type": ""}, {"class": "const", "name": "String", "type": ""}, {"class": "const", "name": "Uint", "type": ""}, {"class": "const", "name": "Uint16", "type": ""}, {"class": "const", "name": "Uint32", "type": ""}, {"class": "const", "name": "Uint64", "type": ""}, {"class": "const", "name": "Uint8", "type": ""}, {"class": "const", "name": "Uintptr", "type": ""}, {"class": "const", "name": "UnsafePointer", "type": ""}, {"class": "const", "name": "UntypedBool", "type": ""}, {"class": "const", "name": "UntypedComplex", "type": ""}, {"class": "const", "name": "UntypedFloat", "type": ""}, {"class": "const", "name": "UntypedInt", "type": ""}, {"class": "const", "name": "UntypedNil", "type": ""}, {"class": "const", "name": "UntypedRune", "type": ""}, {"class": "const", "name": "UntypedString", "type": ""}, {"class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool"}, {"class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool"}, {"class": "func", "name": "Comparable", "type": "func(T types.Type) bool"}, {"class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool"}, {"class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()"}, {"class": "func", "name": "Default", "type": "func(typ types.Type) types.Type"}, {"class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (types.TypeAndValue, error)"}, {"class": "func", "name": "ExprString", "type": "func(x ast.Expr) string"}, {"class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string"}, {"class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool"}, {"class": "func", "name": "IdenticalIgnoreTags", "type": "func(x types.Type, y types.Type) bool"}, {"class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool"}, {"class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool"}, {"class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)"}, {"class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)"}, {"class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array"}, {"class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan"}, {"class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker"}, {"class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const"}, {"class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var"}, {"class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func"}, {"class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface"}, {"class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label"}, {"class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map"}, {"class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet"}, {"class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named"}, {"class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package"}, {"class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var"}, {"class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName"}, {"class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer"}, {"class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope"}, {"class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature"}, {"class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice"}, {"class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct"}, {"class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple"}, {"class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName"}, {"class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var"}, {"class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string"}, {"class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier"}, {"class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string"}, {"class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string"}, {"class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)"}, {"class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)"}, {"class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)"}, {"class": "type", "name": "Array", "type": "struct"}, {"class": "type", "name": "Basic", "type": "struct"}, {"class": "type", "name": "BasicInfo", "type": "int"}, {"class": "type", "name": "BasicKind", "type": "int"}, {"class": "type", "name": "Builtin", "type": "struct"}, {"class": "type", "name": "Chan", "type": "struct"}, {"class": "type", "name": "ChanDir", "type": "int"}, {"class": "type", "name": "Checker", "type": "struct"}, {"class": "type", "name": "Config", "type": "struct"}, {"class": "type", "name": "Const", "type": "struct"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "Func", "type": "struct"}, {"class": "type", "name": "ImportMode", "type": "int"}, {"class": "type", "name": "Importer", "type": "interface"}, {"class": "type", "name": "ImporterFrom", "type": "interface"}, {"class": "type", "name": "Info", "type": "struct"}, {"class": "type", "name": "Initializer", "type": "struct"}, {"class": "type", "name": "Interface", "type": "struct"}, {"class": "type", "name": "Label", "type": "struct"}, {"class": "type", "name": "Map", "type": "struct"}, {"class": "type", "name": "MethodSet", "type": "struct"}, {"class": "type", "name": "Named", "type": "struct"}, {"class": "type", "name": "Nil", "type": "struct"}, {"class": "type", "name": "Object", "type": "interface"}, {"class": "type", "name": "Package", "type": "struct"}, {"class": "type", "name": "PkgName", "type": "struct"}, {"class": "type", "name": "Pointer", "type": "struct"}, {"class": "type", "name": "Qualifier", "type": "func(*types.Package) string"}, {"class": "type", "name": "Scope", "type": "struct"}, {"class": "type", "name": "Selection", "type": "struct"}, {"class": "type", "name": "SelectionKind", "type": "int"}, {"class": "type", "name": "Signature", "type": "struct"}, {"class": "type", "name": "Sizes", "type": "interface"}, {"class": "type", "name": "Slice", "type": "struct"}, {"class": "type", "name": "StdSizes", "type": "struct"}, {"class": "type", "name": "Struct", "type": "struct"}, {"class": "type", "name": "Tuple", "type": "struct"}, {"class": "type", "name": "Type", "type": "interface"}, {"class": "type", "name": "TypeAndValue", "type": "struct"}, {"class": "type", "name": "TypeName", "type": "struct"}, {"class": "type", "name": "Var", "type": "struct"}, {"class": "var", "name": "Typ", "type": "[]*types.Basic"}, {"class": "var", "name": "Universe", "type": "*types.Scope"}, {"class": "var", "name": "Unsafe", "type": "*types.Package"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/adler32.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/adler32.json new file mode 100644 index 0000000..6c27341 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/adler32.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Size", "type": ""}, {"class": "func", "name": "Checksum", "type": "func(data []byte) uint32"}, {"class": "func", "name": "New", "type": "func() hash.Hash32"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/crc32.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/crc32.json new file mode 100644 index 0000000..5260b92 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/crc32.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Castagnoli", "type": ""}, {"class": "const", "name": "IEEE", "type": ""}, {"class": "const", "name": "Koopman", "type": ""}, {"class": "const", "name": "Size", "type": ""}, {"class": "func", "name": "Checksum", "type": "func(data []byte, tab *crc32.Table) uint32"}, {"class": "func", "name": "ChecksumIEEE", "type": "func(data []byte) uint32"}, {"class": "func", "name": "MakeTable", "type": "func(poly uint32) *crc32.Table"}, {"class": "func", "name": "New", "type": "func(tab *crc32.Table) hash.Hash32"}, {"class": "func", "name": "NewIEEE", "type": "func() hash.Hash32"}, {"class": "func", "name": "Update", "type": "func(crc uint32, tab *crc32.Table, p []byte) uint32"}, {"class": "type", "name": "Table", "type": "[256]uint32"}, {"class": "var", "name": "IEEETable", "type": "*crc32.Table"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/crc64.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/crc64.json new file mode 100644 index 0000000..c03896f --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/crc64.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ECMA", "type": ""}, {"class": "const", "name": "ISO", "type": ""}, {"class": "const", "name": "Size", "type": ""}, {"class": "func", "name": "Checksum", "type": "func(data []byte, tab *crc64.Table) uint64"}, {"class": "func", "name": "MakeTable", "type": "func(poly uint64) *crc64.Table"}, {"class": "func", "name": "New", "type": "func(tab *crc64.Table) hash.Hash64"}, {"class": "func", "name": "Update", "type": "func(crc uint64, tab *crc64.Table, p []byte) uint64"}, {"class": "type", "name": "Table", "type": "[256]uint64"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/fnv.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/fnv.json new file mode 100644 index 0000000..c4e8c10 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/fnv.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "New32", "type": "func() hash.Hash32"}, {"class": "func", "name": "New32a", "type": "func() hash.Hash32"}, {"class": "func", "name": "New64", "type": "func() hash.Hash64"}, {"class": "func", "name": "New64a", "type": "func() hash.Hash64"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/hash.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/hash.json new file mode 100644 index 0000000..241bb8d --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/hash/hash.json @@ -0,0 +1 @@ +[0, [{"class": "type", "name": "Hash", "type": "interface"}, {"class": "type", "name": "Hash32", "type": "interface"}, {"class": "type", "name": "Hash64", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/html/html.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/html/html.json new file mode 100644 index 0000000..3e95474 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/html/html.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "EscapeString", "type": "func(s string) string"}, {"class": "func", "name": "UnescapeString", "type": "func(s string) string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/html/template.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/html/template.json new file mode 100644 index 0000000..a67f41a --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/html/template.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ErrAmbigContext", "type": ""}, {"class": "const", "name": "ErrBadHTML", "type": ""}, {"class": "const", "name": "ErrBranchEnd", "type": ""}, {"class": "const", "name": "ErrEndContext", "type": ""}, {"class": "const", "name": "ErrNoSuchTemplate", "type": ""}, {"class": "const", "name": "ErrOutputContext", "type": ""}, {"class": "const", "name": "ErrPartialCharset", "type": ""}, {"class": "const", "name": "ErrPartialEscape", "type": ""}, {"class": "const", "name": "ErrRangeLoopReentry", "type": ""}, {"class": "const", "name": "ErrSlashAmbig", "type": ""}, {"class": "const", "name": "OK", "type": ""}, {"class": "func", "name": "HTMLEscape", "type": "func(w io.Writer, b []byte)"}, {"class": "func", "name": "HTMLEscapeString", "type": "func(s string) string"}, {"class": "func", "name": "HTMLEscaper", "type": "func(args ...interface{}) string"}, {"class": "func", "name": "IsTrue", "type": "func(val interface{}) (truth bool, ok bool)"}, {"class": "func", "name": "JSEscape", "type": "func(w io.Writer, b []byte)"}, {"class": "func", "name": "JSEscapeString", "type": "func(s string) string"}, {"class": "func", "name": "JSEscaper", "type": "func(args ...interface{}) string"}, {"class": "func", "name": "Must", "type": "func(t *template.Template, err error) *template.Template"}, {"class": "func", "name": "New", "type": "func(name string) *template.Template"}, {"class": "func", "name": "ParseFiles", "type": "func(filenames ...string) (*template.Template, error)"}, {"class": "func", "name": "ParseGlob", "type": "func(pattern string) (*template.Template, error)"}, {"class": "func", "name": "URLQueryEscaper", "type": "func(args ...interface{}) string"}, {"class": "type", "name": "CSS", "type": "string"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "ErrorCode", "type": "int"}, {"class": "type", "name": "FuncMap", "type": "map[string]interface{}"}, {"class": "type", "name": "HTML", "type": "string"}, {"class": "type", "name": "HTMLAttr", "type": "string"}, {"class": "type", "name": "JS", "type": "string"}, {"class": "type", "name": "JSStr", "type": "string"}, {"class": "type", "name": "Template", "type": "struct"}, {"class": "type", "name": "URL", "type": "string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/color.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/color.json new file mode 100644 index 0000000..a932866 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/color.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "CMYKToRGB", "type": "func(c uint8, m uint8, y uint8, k uint8) (uint8, uint8, uint8)"}, {"class": "func", "name": "ModelFunc", "type": "func(f func(color.Color) color.Color) color.Model"}, {"class": "func", "name": "RGBToCMYK", "type": "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8, uint8)"}, {"class": "func", "name": "RGBToYCbCr", "type": "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8)"}, {"class": "func", "name": "YCbCrToRGB", "type": "func(y uint8, cb uint8, cr uint8) (uint8, uint8, uint8)"}, {"class": "type", "name": "Alpha", "type": "struct"}, {"class": "type", "name": "Alpha16", "type": "struct"}, {"class": "type", "name": "CMYK", "type": "struct"}, {"class": "type", "name": "Color", "type": "interface"}, {"class": "type", "name": "Gray", "type": "struct"}, {"class": "type", "name": "Gray16", "type": "struct"}, {"class": "type", "name": "Model", "type": "interface"}, {"class": "type", "name": "NRGBA", "type": "struct"}, {"class": "type", "name": "NRGBA64", "type": "struct"}, {"class": "type", "name": "NYCbCrA", "type": "struct"}, {"class": "type", "name": "Palette", "type": "[]color.Color"}, {"class": "type", "name": "RGBA", "type": "struct"}, {"class": "type", "name": "RGBA64", "type": "struct"}, {"class": "type", "name": "YCbCr", "type": "struct"}, {"class": "var", "name": "Alpha16Model", "type": "color.Model"}, {"class": "var", "name": "AlphaModel", "type": "color.Model"}, {"class": "var", "name": "Black", "type": "color.Gray16"}, {"class": "var", "name": "CMYKModel", "type": "color.Model"}, {"class": "var", "name": "Gray16Model", "type": "color.Model"}, {"class": "var", "name": "GrayModel", "type": "color.Model"}, {"class": "var", "name": "NRGBA64Model", "type": "color.Model"}, {"class": "var", "name": "NRGBAModel", "type": "color.Model"}, {"class": "var", "name": "NYCbCrAModel", "type": "color.Model"}, {"class": "var", "name": "Opaque", "type": "color.Alpha16"}, {"class": "var", "name": "RGBA64Model", "type": "color.Model"}, {"class": "var", "name": "RGBAModel", "type": "color.Model"}, {"class": "var", "name": "Transparent", "type": "color.Alpha16"}, {"class": "var", "name": "White", "type": "color.Gray16"}, {"class": "var", "name": "YCbCrModel", "type": "color.Model"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/color/palette.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/color/palette.json new file mode 100644 index 0000000..dc0436d --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/color/palette.json @@ -0,0 +1 @@ +[0, [{"class": "var", "name": "Plan9", "type": "[]color.Color"}, {"class": "var", "name": "WebSafe", "type": "[]color.Color"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/draw.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/draw.json new file mode 100644 index 0000000..6b0dbc5 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/draw.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Over", "type": ""}, {"class": "const", "name": "Src", "type": ""}, {"class": "func", "name": "Draw", "type": "func(dst draw.Image, r image.Rectangle, src image.Image, sp image.Point, op draw.Op)"}, {"class": "func", "name": "DrawMask", "type": "func(dst draw.Image, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp image.Point, op draw.Op)"}, {"class": "type", "name": "Drawer", "type": "interface"}, {"class": "type", "name": "Image", "type": "interface"}, {"class": "type", "name": "Op", "type": "int"}, {"class": "type", "name": "Quantizer", "type": "interface"}, {"class": "var", "name": "FloydSteinberg", "type": "draw.Drawer"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/gif.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/gif.json new file mode 100644 index 0000000..faff5a4 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/gif.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "DisposalBackground", "type": ""}, {"class": "const", "name": "DisposalNone", "type": ""}, {"class": "const", "name": "DisposalPrevious", "type": ""}, {"class": "func", "name": "Decode", "type": "func(r io.Reader) (image.Image, error)"}, {"class": "func", "name": "DecodeAll", "type": "func(r io.Reader) (*gif.GIF, error)"}, {"class": "func", "name": "DecodeConfig", "type": "func(r io.Reader) (image.Config, error)"}, {"class": "func", "name": "Encode", "type": "func(w io.Writer, m image.Image, o *gif.Options) error"}, {"class": "func", "name": "EncodeAll", "type": "func(w io.Writer, g *gif.GIF) error"}, {"class": "type", "name": "GIF", "type": "struct"}, {"class": "type", "name": "Options", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/image.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/image.json new file mode 100644 index 0000000..86f71e2 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/image.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "YCbCrSubsampleRatio410", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio411", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio420", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio422", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio440", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio444", "type": ""}, {"class": "func", "name": "Decode", "type": "func(r io.Reader) (image.Image, string, error)"}, {"class": "func", "name": "DecodeConfig", "type": "func(r io.Reader) (image.Config, string, error)"}, {"class": "func", "name": "NewAlpha", "type": "func(r image.Rectangle) *image.Alpha"}, {"class": "func", "name": "NewAlpha16", "type": "func(r image.Rectangle) *image.Alpha16"}, {"class": "func", "name": "NewCMYK", "type": "func(r image.Rectangle) *image.CMYK"}, {"class": "func", "name": "NewGray", "type": "func(r image.Rectangle) *image.Gray"}, {"class": "func", "name": "NewGray16", "type": "func(r image.Rectangle) *image.Gray16"}, {"class": "func", "name": "NewNRGBA", "type": "func(r image.Rectangle) *image.NRGBA"}, {"class": "func", "name": "NewNRGBA64", "type": "func(r image.Rectangle) *image.NRGBA64"}, {"class": "func", "name": "NewNYCbCrA", "type": "func(r image.Rectangle, subsampleRatio image.YCbCrSubsampleRatio) *image.NYCbCrA"}, {"class": "func", "name": "NewPaletted", "type": "func(r image.Rectangle, p color.Palette) *image.Paletted"}, {"class": "func", "name": "NewRGBA", "type": "func(r image.Rectangle) *image.RGBA"}, {"class": "func", "name": "NewRGBA64", "type": "func(r image.Rectangle) *image.RGBA64"}, {"class": "func", "name": "NewUniform", "type": "func(c color.Color) *image.Uniform"}, {"class": "func", "name": "NewYCbCr", "type": "func(r image.Rectangle, subsampleRatio image.YCbCrSubsampleRatio) *image.YCbCr"}, {"class": "func", "name": "Pt", "type": "func(X int, Y int) image.Point"}, {"class": "func", "name": "Rect", "type": "func(x0 int, y0 int, x1 int, y1 int) image.Rectangle"}, {"class": "func", "name": "RegisterFormat", "type": "func(name string, magic string, decode func(io.Reader) (image.Image, error), decodeConfig func(io.Reader) (image.Config, error))"}, {"class": "type", "name": "Alpha", "type": "struct"}, {"class": "type", "name": "Alpha16", "type": "struct"}, {"class": "type", "name": "CMYK", "type": "struct"}, {"class": "type", "name": "Config", "type": "struct"}, {"class": "type", "name": "Gray", "type": "struct"}, {"class": "type", "name": "Gray16", "type": "struct"}, {"class": "type", "name": "Image", "type": "interface"}, {"class": "type", "name": "NRGBA", "type": "struct"}, {"class": "type", "name": "NRGBA64", "type": "struct"}, {"class": "type", "name": "NYCbCrA", "type": "struct"}, {"class": "type", "name": "Paletted", "type": "struct"}, {"class": "type", "name": "PalettedImage", "type": "interface"}, {"class": "type", "name": "Point", "type": "struct"}, {"class": "type", "name": "RGBA", "type": "struct"}, {"class": "type", "name": "RGBA64", "type": "struct"}, {"class": "type", "name": "Rectangle", "type": "struct"}, {"class": "type", "name": "Uniform", "type": "struct"}, {"class": "type", "name": "YCbCr", "type": "struct"}, {"class": "type", "name": "YCbCrSubsampleRatio", "type": "int"}, {"class": "var", "name": "Black", "type": "*image.Uniform"}, {"class": "var", "name": "ErrFormat", "type": "error"}, {"class": "var", "name": "Opaque", "type": "*image.Uniform"}, {"class": "var", "name": "Transparent", "type": "*image.Uniform"}, {"class": "var", "name": "White", "type": "*image.Uniform"}, {"class": "var", "name": "ZP", "type": "image.Point"}, {"class": "var", "name": "ZR", "type": "image.Rectangle"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/jpeg.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/jpeg.json new file mode 100644 index 0000000..a875afb --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/jpeg.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "DefaultQuality", "type": ""}, {"class": "func", "name": "Decode", "type": "func(r io.Reader) (image.Image, error)"}, {"class": "func", "name": "DecodeConfig", "type": "func(r io.Reader) (image.Config, error)"}, {"class": "func", "name": "Encode", "type": "func(w io.Writer, m image.Image, o *jpeg.Options) error"}, {"class": "type", "name": "FormatError", "type": "string"}, {"class": "type", "name": "Options", "type": "struct"}, {"class": "type", "name": "Reader", "type": "interface"}, {"class": "type", "name": "UnsupportedError", "type": "string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/png.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/png.json new file mode 100644 index 0000000..244f987 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/png.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BestCompression", "type": ""}, {"class": "const", "name": "BestSpeed", "type": ""}, {"class": "const", "name": "DefaultCompression", "type": ""}, {"class": "const", "name": "NoCompression", "type": ""}, {"class": "func", "name": "Decode", "type": "func(r io.Reader) (image.Image, error)"}, {"class": "func", "name": "DecodeConfig", "type": "func(r io.Reader) (image.Config, error)"}, {"class": "func", "name": "Encode", "type": "func(w io.Writer, m image.Image) error"}, {"class": "type", "name": "CompressionLevel", "type": "int"}, {"class": "type", "name": "Encoder", "type": "struct"}, {"class": "type", "name": "FormatError", "type": "string"}, {"class": "type", "name": "UnsupportedError", "type": "string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/index/suffixarray.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/index/suffixarray.json new file mode 100644 index 0000000..863a52c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/index/suffixarray.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "New", "type": "func(data []byte) *suffixarray.Index"}, {"class": "type", "name": "Index", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/io/io.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/io/io.json new file mode 100644 index 0000000..0e1faa4 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/io/io.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "SeekCurrent", "type": ""}, {"class": "const", "name": "SeekEnd", "type": ""}, {"class": "const", "name": "SeekStart", "type": ""}, {"class": "func", "name": "Copy", "type": "func(dst io.Writer, src io.Reader) (written int64, err error)"}, {"class": "func", "name": "CopyBuffer", "type": "func(dst io.Writer, src io.Reader, buf []byte) (written int64, err error)"}, {"class": "func", "name": "CopyN", "type": "func(dst io.Writer, src io.Reader, n int64) (written int64, err error)"}, {"class": "func", "name": "LimitReader", "type": "func(r io.Reader, n int64) io.Reader"}, {"class": "func", "name": "MultiReader", "type": "func(readers ...io.Reader) io.Reader"}, {"class": "func", "name": "MultiWriter", "type": "func(writers ...io.Writer) io.Writer"}, {"class": "func", "name": "NewSectionReader", "type": "func(r io.ReaderAt, off int64, n int64) *io.SectionReader"}, {"class": "func", "name": "Pipe", "type": "func() (*io.PipeReader, *io.PipeWriter)"}, {"class": "func", "name": "ReadAtLeast", "type": "func(r io.Reader, buf []byte, min int) (n int, err error)"}, {"class": "func", "name": "ReadFull", "type": "func(r io.Reader, buf []byte) (n int, err error)"}, {"class": "func", "name": "TeeReader", "type": "func(r io.Reader, w io.Writer) io.Reader"}, {"class": "func", "name": "WriteString", "type": "func(w io.Writer, s string) (n int, err error)"}, {"class": "type", "name": "ByteReader", "type": "interface"}, {"class": "type", "name": "ByteScanner", "type": "interface"}, {"class": "type", "name": "ByteWriter", "type": "interface"}, {"class": "type", "name": "Closer", "type": "interface"}, {"class": "type", "name": "LimitedReader", "type": "struct"}, {"class": "type", "name": "PipeReader", "type": "struct"}, {"class": "type", "name": "PipeWriter", "type": "struct"}, {"class": "type", "name": "ReadCloser", "type": "interface"}, {"class": "type", "name": "ReadSeeker", "type": "interface"}, {"class": "type", "name": "ReadWriteCloser", "type": "interface"}, {"class": "type", "name": "ReadWriteSeeker", "type": "interface"}, {"class": "type", "name": "ReadWriter", "type": "interface"}, {"class": "type", "name": "Reader", "type": "interface"}, {"class": "type", "name": "ReaderAt", "type": "interface"}, {"class": "type", "name": "ReaderFrom", "type": "interface"}, {"class": "type", "name": "RuneReader", "type": "interface"}, {"class": "type", "name": "RuneScanner", "type": "interface"}, {"class": "type", "name": "SectionReader", "type": "struct"}, {"class": "type", "name": "Seeker", "type": "interface"}, {"class": "type", "name": "WriteCloser", "type": "interface"}, {"class": "type", "name": "WriteSeeker", "type": "interface"}, {"class": "type", "name": "Writer", "type": "interface"}, {"class": "type", "name": "WriterAt", "type": "interface"}, {"class": "type", "name": "WriterTo", "type": "interface"}, {"class": "var", "name": "EOF", "type": "error"}, {"class": "var", "name": "ErrClosedPipe", "type": "error"}, {"class": "var", "name": "ErrNoProgress", "type": "error"}, {"class": "var", "name": "ErrShortBuffer", "type": "error"}, {"class": "var", "name": "ErrShortWrite", "type": "error"}, {"class": "var", "name": "ErrUnexpectedEOF", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/io/ioutil.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/io/ioutil.json new file mode 100644 index 0000000..06697b1 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/io/ioutil.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NopCloser", "type": "func(r io.Reader) io.ReadCloser"}, {"class": "func", "name": "ReadAll", "type": "func(r io.Reader) ([]byte, error)"}, {"class": "func", "name": "ReadDir", "type": "func(dirname string) ([]os.FileInfo, error)"}, {"class": "func", "name": "ReadFile", "type": "func(filename string) ([]byte, error)"}, {"class": "func", "name": "TempDir", "type": "func(dir string, prefix string) (name string, err error)"}, {"class": "func", "name": "TempFile", "type": "func(dir string, prefix string) (f *os.File, err error)"}, {"class": "func", "name": "WriteFile", "type": "func(filename string, data []byte, perm os.FileMode) error"}, {"class": "var", "name": "Discard", "type": "io.Writer"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/log/log.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/log/log.json new file mode 100644 index 0000000..4a40af4 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/log/log.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "LUTC", "type": ""}, {"class": "const", "name": "Ldate", "type": ""}, {"class": "const", "name": "Llongfile", "type": ""}, {"class": "const", "name": "Lmicroseconds", "type": ""}, {"class": "const", "name": "Lshortfile", "type": ""}, {"class": "const", "name": "LstdFlags", "type": ""}, {"class": "const", "name": "Ltime", "type": ""}, {"class": "func", "name": "Fatal", "type": "func(v ...interface{})"}, {"class": "func", "name": "Fatalf", "type": "func(format string, v ...interface{})"}, {"class": "func", "name": "Fatalln", "type": "func(v ...interface{})"}, {"class": "func", "name": "Flags", "type": "func() int"}, {"class": "func", "name": "New", "type": "func(out io.Writer, prefix string, flag int) *log.Logger"}, {"class": "func", "name": "Output", "type": "func(calldepth int, s string) error"}, {"class": "func", "name": "Panic", "type": "func(v ...interface{})"}, {"class": "func", "name": "Panicf", "type": "func(format string, v ...interface{})"}, {"class": "func", "name": "Panicln", "type": "func(v ...interface{})"}, {"class": "func", "name": "Prefix", "type": "func() string"}, {"class": "func", "name": "Print", "type": "func(v ...interface{})"}, {"class": "func", "name": "Printf", "type": "func(format string, v ...interface{})"}, {"class": "func", "name": "Println", "type": "func(v ...interface{})"}, {"class": "func", "name": "SetFlags", "type": "func(flag int)"}, {"class": "func", "name": "SetOutput", "type": "func(w io.Writer)"}, {"class": "func", "name": "SetPrefix", "type": "func(prefix string)"}, {"class": "type", "name": "Logger", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/log/syslog.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/log/syslog.json new file mode 100644 index 0000000..7536b4c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/log/syslog.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "LOG_ALERT", "type": ""}, {"class": "const", "name": "LOG_AUTH", "type": ""}, {"class": "const", "name": "LOG_AUTHPRIV", "type": ""}, {"class": "const", "name": "LOG_CRIT", "type": ""}, {"class": "const", "name": "LOG_CRON", "type": ""}, {"class": "const", "name": "LOG_DAEMON", "type": ""}, {"class": "const", "name": "LOG_DEBUG", "type": ""}, {"class": "const", "name": "LOG_EMERG", "type": ""}, {"class": "const", "name": "LOG_ERR", "type": ""}, {"class": "const", "name": "LOG_FTP", "type": ""}, {"class": "const", "name": "LOG_INFO", "type": ""}, {"class": "const", "name": "LOG_KERN", "type": ""}, {"class": "const", "name": "LOG_LOCAL0", "type": ""}, {"class": "const", "name": "LOG_LOCAL1", "type": ""}, {"class": "const", "name": "LOG_LOCAL2", "type": ""}, {"class": "const", "name": "LOG_LOCAL3", "type": ""}, {"class": "const", "name": "LOG_LOCAL4", "type": ""}, {"class": "const", "name": "LOG_LOCAL5", "type": ""}, {"class": "const", "name": "LOG_LOCAL6", "type": ""}, {"class": "const", "name": "LOG_LOCAL7", "type": ""}, {"class": "const", "name": "LOG_LPR", "type": ""}, {"class": "const", "name": "LOG_MAIL", "type": ""}, {"class": "const", "name": "LOG_NEWS", "type": ""}, {"class": "const", "name": "LOG_NOTICE", "type": ""}, {"class": "const", "name": "LOG_SYSLOG", "type": ""}, {"class": "const", "name": "LOG_USER", "type": ""}, {"class": "const", "name": "LOG_UUCP", "type": ""}, {"class": "const", "name": "LOG_WARNING", "type": ""}, {"class": "func", "name": "Dial", "type": "func(network string, raddr string, priority syslog.Priority, tag string) (*syslog.Writer, error)"}, {"class": "func", "name": "New", "type": "func(priority syslog.Priority, tag string) (*syslog.Writer, error)"}, {"class": "func", "name": "NewLogger", "type": "func(p syslog.Priority, logFlag int) (*log.Logger, error)"}, {"class": "type", "name": "Priority", "type": "int"}, {"class": "type", "name": "Writer", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/big.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/big.json new file mode 100644 index 0000000..b7bb617 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/big.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Above", "type": ""}, {"class": "const", "name": "AwayFromZero", "type": ""}, {"class": "const", "name": "Below", "type": ""}, {"class": "const", "name": "Exact", "type": ""}, {"class": "const", "name": "MaxBase", "type": ""}, {"class": "const", "name": "MaxExp", "type": ""}, {"class": "const", "name": "MaxPrec", "type": ""}, {"class": "const", "name": "MinExp", "type": ""}, {"class": "const", "name": "ToNearestAway", "type": ""}, {"class": "const", "name": "ToNearestEven", "type": ""}, {"class": "const", "name": "ToNegativeInf", "type": ""}, {"class": "const", "name": "ToPositiveInf", "type": ""}, {"class": "const", "name": "ToZero", "type": ""}, {"class": "func", "name": "Jacobi", "type": "func(x *big.Int, y *big.Int) int"}, {"class": "func", "name": "NewFloat", "type": "func(x float64) *big.Float"}, {"class": "func", "name": "NewInt", "type": "func(x int64) *big.Int"}, {"class": "func", "name": "NewRat", "type": "func(a int64, b int64) *big.Rat"}, {"class": "func", "name": "ParseFloat", "type": "func(s string, base int, prec uint, mode big.RoundingMode) (f *big.Float, b int, err error)"}, {"class": "type", "name": "Accuracy", "type": "int8"}, {"class": "type", "name": "ErrNaN", "type": "struct"}, {"class": "type", "name": "Float", "type": "struct"}, {"class": "type", "name": "Int", "type": "struct"}, {"class": "type", "name": "Rat", "type": "struct"}, {"class": "type", "name": "RoundingMode", "type": "byte"}, {"class": "type", "name": "Word", "type": "uintptr"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/cmplx.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/cmplx.json new file mode 100644 index 0000000..8d528fb --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/cmplx.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Abs", "type": "func(x complex128) float64"}, {"class": "func", "name": "Acos", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Acosh", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Asin", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Asinh", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Atan", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Atanh", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Conj", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Cos", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Cosh", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Cot", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Exp", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Inf", "type": "func() complex128"}, {"class": "func", "name": "IsInf", "type": "func(x complex128) bool"}, {"class": "func", "name": "IsNaN", "type": "func(x complex128) bool"}, {"class": "func", "name": "Log", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Log10", "type": "func(x complex128) complex128"}, {"class": "func", "name": "NaN", "type": "func() complex128"}, {"class": "func", "name": "Phase", "type": "func(x complex128) float64"}, {"class": "func", "name": "Polar", "type": "func(x complex128) (r float64, \u03b8 float64)"}, {"class": "func", "name": "Pow", "type": "func(x complex128, y complex128) complex128"}, {"class": "func", "name": "Rect", "type": "func(r float64, \u03b8 float64) complex128"}, {"class": "func", "name": "Sin", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Sinh", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Sqrt", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Tan", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Tanh", "type": "func(x complex128) complex128"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/math.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/math.json new file mode 100644 index 0000000..1960039 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/math.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "E", "type": ""}, {"class": "const", "name": "Ln10", "type": ""}, {"class": "const", "name": "Ln2", "type": ""}, {"class": "const", "name": "Log10E", "type": ""}, {"class": "const", "name": "Log2E", "type": ""}, {"class": "const", "name": "MaxFloat32", "type": ""}, {"class": "const", "name": "MaxFloat64", "type": ""}, {"class": "const", "name": "MaxInt16", "type": ""}, {"class": "const", "name": "MaxInt32", "type": ""}, {"class": "const", "name": "MaxInt64", "type": ""}, {"class": "const", "name": "MaxInt8", "type": ""}, {"class": "const", "name": "MaxUint16", "type": ""}, {"class": "const", "name": "MaxUint32", "type": ""}, {"class": "const", "name": "MaxUint64", "type": ""}, {"class": "const", "name": "MaxUint8", "type": ""}, {"class": "const", "name": "MinInt16", "type": ""}, {"class": "const", "name": "MinInt32", "type": ""}, {"class": "const", "name": "MinInt64", "type": ""}, {"class": "const", "name": "MinInt8", "type": ""}, {"class": "const", "name": "Phi", "type": ""}, {"class": "const", "name": "Pi", "type": ""}, {"class": "const", "name": "SmallestNonzeroFloat32", "type": ""}, {"class": "const", "name": "SmallestNonzeroFloat64", "type": ""}, {"class": "const", "name": "Sqrt2", "type": ""}, {"class": "const", "name": "SqrtE", "type": ""}, {"class": "const", "name": "SqrtPhi", "type": ""}, {"class": "const", "name": "SqrtPi", "type": ""}, {"class": "func", "name": "Abs", "type": "func(x float64) float64"}, {"class": "func", "name": "Acos", "type": "func(x float64) float64"}, {"class": "func", "name": "Acosh", "type": "func(x float64) float64"}, {"class": "func", "name": "Asin", "type": "func(x float64) float64"}, {"class": "func", "name": "Asinh", "type": "func(x float64) float64"}, {"class": "func", "name": "Atan", "type": "func(x float64) float64"}, {"class": "func", "name": "Atan2", "type": "func(y float64, x float64) float64"}, {"class": "func", "name": "Atanh", "type": "func(x float64) float64"}, {"class": "func", "name": "Cbrt", "type": "func(x float64) float64"}, {"class": "func", "name": "Ceil", "type": "func(x float64) float64"}, {"class": "func", "name": "Copysign", "type": "func(x float64, y float64) float64"}, {"class": "func", "name": "Cos", "type": "func(x float64) float64"}, {"class": "func", "name": "Cosh", "type": "func(x float64) float64"}, {"class": "func", "name": "Dim", "type": "func(x float64, y float64) float64"}, {"class": "func", "name": "Erf", "type": "func(x float64) float64"}, {"class": "func", "name": "Erfc", "type": "func(x float64) float64"}, {"class": "func", "name": "Exp", "type": "func(x float64) float64"}, {"class": "func", "name": "Exp2", "type": "func(x float64) float64"}, {"class": "func", "name": "Expm1", "type": "func(x float64) float64"}, {"class": "func", "name": "Float32bits", "type": "func(f float32) uint32"}, {"class": "func", "name": "Float32frombits", "type": "func(b uint32) float32"}, {"class": "func", "name": "Float64bits", "type": "func(f float64) uint64"}, {"class": "func", "name": "Float64frombits", "type": "func(b uint64) float64"}, {"class": "func", "name": "Floor", "type": "func(x float64) float64"}, {"class": "func", "name": "Frexp", "type": "func(f float64) (frac float64, exp int)"}, {"class": "func", "name": "Gamma", "type": "func(x float64) float64"}, {"class": "func", "name": "Hypot", "type": "func(p float64, q float64) float64"}, {"class": "func", "name": "Ilogb", "type": "func(x float64) int"}, {"class": "func", "name": "Inf", "type": "func(sign int) float64"}, {"class": "func", "name": "IsInf", "type": "func(f float64, sign int) bool"}, {"class": "func", "name": "IsNaN", "type": "func(f float64) (is bool)"}, {"class": "func", "name": "J0", "type": "func(x float64) float64"}, {"class": "func", "name": "J1", "type": "func(x float64) float64"}, {"class": "func", "name": "Jn", "type": "func(n int, x float64) float64"}, {"class": "func", "name": "Ldexp", "type": "func(frac float64, exp int) float64"}, {"class": "func", "name": "Lgamma", "type": "func(x float64) (lgamma float64, sign int)"}, {"class": "func", "name": "Log", "type": "func(x float64) float64"}, {"class": "func", "name": "Log10", "type": "func(x float64) float64"}, {"class": "func", "name": "Log1p", "type": "func(x float64) float64"}, {"class": "func", "name": "Log2", "type": "func(x float64) float64"}, {"class": "func", "name": "Logb", "type": "func(x float64) float64"}, {"class": "func", "name": "Max", "type": "func(x float64, y float64) float64"}, {"class": "func", "name": "Min", "type": "func(x float64, y float64) float64"}, {"class": "func", "name": "Mod", "type": "func(x float64, y float64) float64"}, {"class": "func", "name": "Modf", "type": "func(f float64) (int float64, frac float64)"}, {"class": "func", "name": "NaN", "type": "func() float64"}, {"class": "func", "name": "Nextafter", "type": "func(x float64, y float64) (r float64)"}, {"class": "func", "name": "Nextafter32", "type": "func(x float32, y float32) (r float32)"}, {"class": "func", "name": "Pow", "type": "func(x float64, y float64) float64"}, {"class": "func", "name": "Pow10", "type": "func(e int) float64"}, {"class": "func", "name": "Remainder", "type": "func(x float64, y float64) float64"}, {"class": "func", "name": "Signbit", "type": "func(x float64) bool"}, {"class": "func", "name": "Sin", "type": "func(x float64) float64"}, {"class": "func", "name": "Sincos", "type": "func(x float64) (sin float64, cos float64)"}, {"class": "func", "name": "Sinh", "type": "func(x float64) float64"}, {"class": "func", "name": "Sqrt", "type": "func(x float64) float64"}, {"class": "func", "name": "Tan", "type": "func(x float64) float64"}, {"class": "func", "name": "Tanh", "type": "func(x float64) float64"}, {"class": "func", "name": "Trunc", "type": "func(x float64) float64"}, {"class": "func", "name": "Y0", "type": "func(x float64) float64"}, {"class": "func", "name": "Y1", "type": "func(x float64) float64"}, {"class": "func", "name": "Yn", "type": "func(n int, x float64) float64"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/rand.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/rand.json new file mode 100644 index 0000000..f1c6b65 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/math/rand.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "ExpFloat64", "type": "func() float64"}, {"class": "func", "name": "Float32", "type": "func() float32"}, {"class": "func", "name": "Float64", "type": "func() float64"}, {"class": "func", "name": "Int", "type": "func() int"}, {"class": "func", "name": "Int31", "type": "func() int32"}, {"class": "func", "name": "Int31n", "type": "func(n int32) int32"}, {"class": "func", "name": "Int63", "type": "func() int64"}, {"class": "func", "name": "Int63n", "type": "func(n int64) int64"}, {"class": "func", "name": "Intn", "type": "func(n int) int"}, {"class": "func", "name": "New", "type": "func(src rand.Source) *rand.Rand"}, {"class": "func", "name": "NewSource", "type": "func(seed int64) rand.Source"}, {"class": "func", "name": "NewZipf", "type": "func(r *rand.Rand, s float64, v float64, imax uint64) *rand.Zipf"}, {"class": "func", "name": "NormFloat64", "type": "func() float64"}, {"class": "func", "name": "Perm", "type": "func(n int) []int"}, {"class": "func", "name": "Read", "type": "func(p []byte) (n int, err error)"}, {"class": "func", "name": "Seed", "type": "func(seed int64)"}, {"class": "func", "name": "Uint32", "type": "func() uint32"}, {"class": "func", "name": "Uint64", "type": "func() uint64"}, {"class": "type", "name": "Rand", "type": "struct"}, {"class": "type", "name": "Source", "type": "interface"}, {"class": "type", "name": "Zipf", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/mime/mime.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/mime/mime.json new file mode 100644 index 0000000..6868e61 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/mime/mime.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BEncoding", "type": ""}, {"class": "const", "name": "QEncoding", "type": ""}, {"class": "func", "name": "AddExtensionType", "type": "func(ext string, typ string) error"}, {"class": "func", "name": "ExtensionsByType", "type": "func(typ string) ([]string, error)"}, {"class": "func", "name": "FormatMediaType", "type": "func(t string, param map[string]string) string"}, {"class": "func", "name": "ParseMediaType", "type": "func(v string) (mediatype string, params map[string]string, err error)"}, {"class": "func", "name": "TypeByExtension", "type": "func(ext string) string"}, {"class": "type", "name": "WordDecoder", "type": "struct"}, {"class": "type", "name": "WordEncoder", "type": "byte"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/mime/multipart.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/mime/multipart.json new file mode 100644 index 0000000..cc8c81e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/mime/multipart.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewReader", "type": "func(r io.Reader, boundary string) *multipart.Reader"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *multipart.Writer"}, {"class": "type", "name": "File", "type": "interface"}, {"class": "type", "name": "FileHeader", "type": "struct"}, {"class": "type", "name": "Form", "type": "struct"}, {"class": "type", "name": "Part", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/mime/quotedprintable.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/mime/quotedprintable.json new file mode 100644 index 0000000..b187be2 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/mime/quotedprintable.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewReader", "type": "func(r io.Reader) *quotedprintable.Reader"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *quotedprintable.Writer"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http.json new file mode 100644 index 0000000..3b45e97 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "DefaultMaxHeaderBytes", "type": ""}, {"class": "const", "name": "DefaultMaxIdleConnsPerHost", "type": ""}, {"class": "const", "name": "MethodConnect", "type": ""}, {"class": "const", "name": "MethodDelete", "type": ""}, {"class": "const", "name": "MethodGet", "type": ""}, {"class": "const", "name": "MethodHead", "type": ""}, {"class": "const", "name": "MethodOptions", "type": ""}, {"class": "const", "name": "MethodPatch", "type": ""}, {"class": "const", "name": "MethodPost", "type": ""}, {"class": "const", "name": "MethodPut", "type": ""}, {"class": "const", "name": "MethodTrace", "type": ""}, {"class": "const", "name": "StateActive", "type": ""}, {"class": "const", "name": "StateClosed", "type": ""}, {"class": "const", "name": "StateHijacked", "type": ""}, {"class": "const", "name": "StateIdle", "type": ""}, {"class": "const", "name": "StateNew", "type": ""}, {"class": "const", "name": "StatusAccepted", "type": ""}, {"class": "const", "name": "StatusAlreadyReported", "type": ""}, {"class": "const", "name": "StatusBadGateway", "type": ""}, {"class": "const", "name": "StatusBadRequest", "type": ""}, {"class": "const", "name": "StatusConflict", "type": ""}, {"class": "const", "name": "StatusContinue", "type": ""}, {"class": "const", "name": "StatusCreated", "type": ""}, {"class": "const", "name": "StatusExpectationFailed", "type": ""}, {"class": "const", "name": "StatusFailedDependency", "type": ""}, {"class": "const", "name": "StatusForbidden", "type": ""}, {"class": "const", "name": "StatusFound", "type": ""}, {"class": "const", "name": "StatusGatewayTimeout", "type": ""}, {"class": "const", "name": "StatusGone", "type": ""}, {"class": "const", "name": "StatusHTTPVersionNotSupported", "type": ""}, {"class": "const", "name": "StatusIMUsed", "type": ""}, {"class": "const", "name": "StatusInsufficientStorage", "type": ""}, {"class": "const", "name": "StatusInternalServerError", "type": ""}, {"class": "const", "name": "StatusLengthRequired", "type": ""}, {"class": "const", "name": "StatusLocked", "type": ""}, {"class": "const", "name": "StatusLoopDetected", "type": ""}, {"class": "const", "name": "StatusMethodNotAllowed", "type": ""}, {"class": "const", "name": "StatusMovedPermanently", "type": ""}, {"class": "const", "name": "StatusMultiStatus", "type": ""}, {"class": "const", "name": "StatusMultipleChoices", "type": ""}, {"class": "const", "name": "StatusNetworkAuthenticationRequired", "type": ""}, {"class": "const", "name": "StatusNoContent", "type": ""}, {"class": "const", "name": "StatusNonAuthoritativeInfo", "type": ""}, {"class": "const", "name": "StatusNotAcceptable", "type": ""}, {"class": "const", "name": "StatusNotExtended", "type": ""}, {"class": "const", "name": "StatusNotFound", "type": ""}, {"class": "const", "name": "StatusNotImplemented", "type": ""}, {"class": "const", "name": "StatusNotModified", "type": ""}, {"class": "const", "name": "StatusOK", "type": ""}, {"class": "const", "name": "StatusPartialContent", "type": ""}, {"class": "const", "name": "StatusPaymentRequired", "type": ""}, {"class": "const", "name": "StatusPermanentRedirect", "type": ""}, {"class": "const", "name": "StatusPreconditionFailed", "type": ""}, {"class": "const", "name": "StatusPreconditionRequired", "type": ""}, {"class": "const", "name": "StatusProcessing", "type": ""}, {"class": "const", "name": "StatusProxyAuthRequired", "type": ""}, {"class": "const", "name": "StatusRequestEntityTooLarge", "type": ""}, {"class": "const", "name": "StatusRequestHeaderFieldsTooLarge", "type": ""}, {"class": "const", "name": "StatusRequestTimeout", "type": ""}, {"class": "const", "name": "StatusRequestURITooLong", "type": ""}, {"class": "const", "name": "StatusRequestedRangeNotSatisfiable", "type": ""}, {"class": "const", "name": "StatusResetContent", "type": ""}, {"class": "const", "name": "StatusSeeOther", "type": ""}, {"class": "const", "name": "StatusServiceUnavailable", "type": ""}, {"class": "const", "name": "StatusSwitchingProtocols", "type": ""}, {"class": "const", "name": "StatusTeapot", "type": ""}, {"class": "const", "name": "StatusTemporaryRedirect", "type": ""}, {"class": "const", "name": "StatusTooManyRequests", "type": ""}, {"class": "const", "name": "StatusUnauthorized", "type": ""}, {"class": "const", "name": "StatusUnavailableForLegalReasons", "type": ""}, {"class": "const", "name": "StatusUnprocessableEntity", "type": ""}, {"class": "const", "name": "StatusUnsupportedMediaType", "type": ""}, {"class": "const", "name": "StatusUpgradeRequired", "type": ""}, {"class": "const", "name": "StatusUseProxy", "type": ""}, {"class": "const", "name": "StatusVariantAlsoNegotiates", "type": ""}, {"class": "const", "name": "TimeFormat", "type": ""}, {"class": "const", "name": "TrailerPrefix", "type": ""}, {"class": "func", "name": "CanonicalHeaderKey", "type": "func(s string) string"}, {"class": "func", "name": "DetectContentType", "type": "func(data []byte) string"}, {"class": "func", "name": "Error", "type": "func(w http.ResponseWriter, error string, code int)"}, {"class": "func", "name": "FileServer", "type": "func(root http.FileSystem) http.Handler"}, {"class": "func", "name": "Get", "type": "func(url string) (resp *http.Response, err error)"}, {"class": "func", "name": "Handle", "type": "func(pattern string, handler http.Handler)"}, {"class": "func", "name": "HandleFunc", "type": "func(pattern string, handler func(http.ResponseWriter, *http.Request))"}, {"class": "func", "name": "Head", "type": "func(url string) (resp *http.Response, err error)"}, {"class": "func", "name": "ListenAndServe", "type": "func(addr string, handler http.Handler) error"}, {"class": "func", "name": "ListenAndServeTLS", "type": "func(addr string, certFile string, keyFile string, handler http.Handler) error"}, {"class": "func", "name": "MaxBytesReader", "type": "func(w http.ResponseWriter, r io.ReadCloser, n int64) io.ReadCloser"}, {"class": "func", "name": "NewFileTransport", "type": "func(fs http.FileSystem) http.RoundTripper"}, {"class": "func", "name": "NewRequest", "type": "func(method string, urlStr string, body io.Reader) (*http.Request, error)"}, {"class": "func", "name": "NewServeMux", "type": "func() *http.ServeMux"}, {"class": "func", "name": "NotFound", "type": "func(w http.ResponseWriter, r *http.Request)"}, {"class": "func", "name": "NotFoundHandler", "type": "func() http.Handler"}, {"class": "func", "name": "ParseHTTPVersion", "type": "func(vers string) (major int, minor int, ok bool)"}, {"class": "func", "name": "ParseTime", "type": "func(text string) (t time.Time, err error)"}, {"class": "func", "name": "Post", "type": "func(url string, contentType string, body io.Reader) (resp *http.Response, err error)"}, {"class": "func", "name": "PostForm", "type": "func(url string, data url.Values) (resp *http.Response, err error)"}, {"class": "func", "name": "ProxyFromEnvironment", "type": "func(req *http.Request) (*url.URL, error)"}, {"class": "func", "name": "ProxyURL", "type": "func(fixedURL *url.URL) (func(*http.Request) (*url.URL, error))"}, {"class": "func", "name": "ReadRequest", "type": "func(b *bufio.Reader) (*http.Request, error)"}, {"class": "func", "name": "ReadResponse", "type": "func(r *bufio.Reader, req *http.Request) (*http.Response, error)"}, {"class": "func", "name": "Redirect", "type": "func(w http.ResponseWriter, r *http.Request, urlStr string, code int)"}, {"class": "func", "name": "RedirectHandler", "type": "func(url string, code int) http.Handler"}, {"class": "func", "name": "Serve", "type": "func(l net.Listener, handler http.Handler) error"}, {"class": "func", "name": "ServeContent", "type": "func(w http.ResponseWriter, req *http.Request, name string, modtime time.Time, content io.ReadSeeker)"}, {"class": "func", "name": "ServeFile", "type": "func(w http.ResponseWriter, r *http.Request, name string)"}, {"class": "func", "name": "SetCookie", "type": "func(w http.ResponseWriter, cookie *http.Cookie)"}, {"class": "func", "name": "StatusText", "type": "func(code int) string"}, {"class": "func", "name": "StripPrefix", "type": "func(prefix string, h http.Handler) http.Handler"}, {"class": "func", "name": "TimeoutHandler", "type": "func(h http.Handler, dt time.Duration, msg string) http.Handler"}, {"class": "type", "name": "Client", "type": "struct"}, {"class": "type", "name": "CloseNotifier", "type": "interface"}, {"class": "type", "name": "ConnState", "type": "int"}, {"class": "type", "name": "Cookie", "type": "struct"}, {"class": "type", "name": "CookieJar", "type": "interface"}, {"class": "type", "name": "Dir", "type": "string"}, {"class": "type", "name": "File", "type": "interface"}, {"class": "type", "name": "FileSystem", "type": "interface"}, {"class": "type", "name": "Flusher", "type": "interface"}, {"class": "type", "name": "Handler", "type": "interface"}, {"class": "type", "name": "HandlerFunc", "type": "func(http.ResponseWriter, *http.Request)"}, {"class": "type", "name": "Header", "type": "map[string][]string"}, {"class": "type", "name": "Hijacker", "type": "interface"}, {"class": "type", "name": "ProtocolError", "type": "struct"}, {"class": "type", "name": "PushOptions", "type": "struct"}, {"class": "type", "name": "Pusher", "type": "interface"}, {"class": "type", "name": "Request", "type": "struct"}, {"class": "type", "name": "Response", "type": "struct"}, {"class": "type", "name": "ResponseWriter", "type": "interface"}, {"class": "type", "name": "RoundTripper", "type": "interface"}, {"class": "type", "name": "ServeMux", "type": "struct"}, {"class": "type", "name": "Server", "type": "struct"}, {"class": "type", "name": "Transport", "type": "struct"}, {"class": "var", "name": "DefaultClient", "type": "*http.Client"}, {"class": "var", "name": "DefaultServeMux", "type": "*http.ServeMux"}, {"class": "var", "name": "DefaultTransport", "type": "http.RoundTripper"}, {"class": "var", "name": "ErrBodyNotAllowed", "type": "error"}, {"class": "var", "name": "ErrBodyReadAfterClose", "type": "error"}, {"class": "var", "name": "ErrContentLength", "type": "error"}, {"class": "var", "name": "ErrHandlerTimeout", "type": "error"}, {"class": "var", "name": "ErrHeaderTooLong", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrHijacked", "type": "error"}, {"class": "var", "name": "ErrLineTooLong", "type": "error"}, {"class": "var", "name": "ErrMissingBoundary", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrMissingContentLength", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrMissingFile", "type": "error"}, {"class": "var", "name": "ErrNoCookie", "type": "error"}, {"class": "var", "name": "ErrNoLocation", "type": "error"}, {"class": "var", "name": "ErrNotMultipart", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrNotSupported", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrServerClosed", "type": "error"}, {"class": "var", "name": "ErrShortBody", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrSkipAltProtocol", "type": "error"}, {"class": "var", "name": "ErrUnexpectedTrailer", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrUseLastResponse", "type": "error"}, {"class": "var", "name": "ErrWriteAfterFlush", "type": "error"}, {"class": "var", "name": "LocalAddrContextKey", "type": "*http.contextKey"}, {"class": "var", "name": "NoBody", "type": "http.noBody"}, {"class": "var", "name": "ServerContextKey", "type": "*http.contextKey"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/cgi.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/cgi.json new file mode 100644 index 0000000..47c7aac --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/cgi.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Request", "type": "func() (*http.Request, error)"}, {"class": "func", "name": "RequestFromMap", "type": "func(params map[string]string) (*http.Request, error)"}, {"class": "func", "name": "Serve", "type": "func(handler http.Handler) error"}, {"class": "type", "name": "Handler", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/cookiejar.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/cookiejar.json new file mode 100644 index 0000000..e2aecc1 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/cookiejar.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "New", "type": "func(o *cookiejar.Options) (*cookiejar.Jar, error)"}, {"class": "type", "name": "Jar", "type": "struct"}, {"class": "type", "name": "Options", "type": "struct"}, {"class": "type", "name": "PublicSuffixList", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/fcgi.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/fcgi.json new file mode 100644 index 0000000..aefa8a7 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/fcgi.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Serve", "type": "func(l net.Listener, handler http.Handler) error"}, {"class": "var", "name": "ErrConnClosed", "type": "error"}, {"class": "var", "name": "ErrRequestAborted", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/httptest.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/httptest.json new file mode 100644 index 0000000..76d4191 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/httptest.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "DefaultRemoteAddr", "type": ""}, {"class": "func", "name": "NewRecorder", "type": "func() *httptest.ResponseRecorder"}, {"class": "func", "name": "NewRequest", "type": "func(method string, target string, body io.Reader) *http.Request"}, {"class": "func", "name": "NewServer", "type": "func(handler http.Handler) *httptest.Server"}, {"class": "func", "name": "NewTLSServer", "type": "func(handler http.Handler) *httptest.Server"}, {"class": "func", "name": "NewUnstartedServer", "type": "func(handler http.Handler) *httptest.Server"}, {"class": "type", "name": "ResponseRecorder", "type": "struct"}, {"class": "type", "name": "Server", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/httptrace.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/httptrace.json new file mode 100644 index 0000000..6926012 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/httptrace.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "ContextClientTrace", "type": "func(ctx context.Context) *httptrace.ClientTrace"}, {"class": "func", "name": "WithClientTrace", "type": "func(ctx context.Context, trace *httptrace.ClientTrace) context.Context"}, {"class": "type", "name": "ClientTrace", "type": "struct"}, {"class": "type", "name": "DNSDoneInfo", "type": "struct"}, {"class": "type", "name": "DNSStartInfo", "type": "struct"}, {"class": "type", "name": "GotConnInfo", "type": "struct"}, {"class": "type", "name": "WroteRequestInfo", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/httputil.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/httputil.json new file mode 100644 index 0000000..764574e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/httputil.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "DumpRequest", "type": "func(req *http.Request, body bool) ([]byte, error)"}, {"class": "func", "name": "DumpRequestOut", "type": "func(req *http.Request, body bool) ([]byte, error)"}, {"class": "func", "name": "DumpResponse", "type": "func(resp *http.Response, body bool) ([]byte, error)"}, {"class": "func", "name": "NewChunkedReader", "type": "func(r io.Reader) io.Reader"}, {"class": "func", "name": "NewChunkedWriter", "type": "func(w io.Writer) io.WriteCloser"}, {"class": "func", "name": "NewClientConn", "type": "func(c net.Conn, r *bufio.Reader) *httputil.ClientConn"}, {"class": "func", "name": "NewProxyClientConn", "type": "func(c net.Conn, r *bufio.Reader) *httputil.ClientConn"}, {"class": "func", "name": "NewServerConn", "type": "func(c net.Conn, r *bufio.Reader) *httputil.ServerConn"}, {"class": "func", "name": "NewSingleHostReverseProxy", "type": "func(target *url.URL) *httputil.ReverseProxy"}, {"class": "type", "name": "BufferPool", "type": "interface"}, {"class": "type", "name": "ClientConn", "type": "struct"}, {"class": "type", "name": "ReverseProxy", "type": "struct"}, {"class": "type", "name": "ServerConn", "type": "struct"}, {"class": "var", "name": "ErrClosed", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrLineTooLong", "type": "error"}, {"class": "var", "name": "ErrPersistEOF", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrPipeline", "type": "*http.ProtocolError"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/pprof.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/pprof.json new file mode 100644 index 0000000..9517baa --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http/pprof.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Cmdline", "type": "func(w http.ResponseWriter, r *http.Request)"}, {"class": "func", "name": "Handler", "type": "func(name string) http.Handler"}, {"class": "func", "name": "Index", "type": "func(w http.ResponseWriter, r *http.Request)"}, {"class": "func", "name": "Profile", "type": "func(w http.ResponseWriter, r *http.Request)"}, {"class": "func", "name": "Symbol", "type": "func(w http.ResponseWriter, r *http.Request)"}, {"class": "func", "name": "Trace", "type": "func(w http.ResponseWriter, r *http.Request)"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/mail.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/mail.json new file mode 100644 index 0000000..1651cd8 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/mail.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "ParseAddress", "type": "func(address string) (*mail.Address, error)"}, {"class": "func", "name": "ParseAddressList", "type": "func(list string) ([]*mail.Address, error)"}, {"class": "func", "name": "ParseDate", "type": "func(date string) (time.Time, error)"}, {"class": "func", "name": "ReadMessage", "type": "func(r io.Reader) (msg *mail.Message, err error)"}, {"class": "type", "name": "Address", "type": "struct"}, {"class": "type", "name": "AddressParser", "type": "struct"}, {"class": "type", "name": "Header", "type": "map[string][]string"}, {"class": "type", "name": "Message", "type": "struct"}, {"class": "var", "name": "ErrHeaderNotPresent", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/net.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/net.json new file mode 100644 index 0000000..45fbf5e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/net.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "FlagBroadcast", "type": ""}, {"class": "const", "name": "FlagLoopback", "type": ""}, {"class": "const", "name": "FlagMulticast", "type": ""}, {"class": "const", "name": "FlagPointToPoint", "type": ""}, {"class": "const", "name": "FlagUp", "type": ""}, {"class": "const", "name": "IPv4len", "type": ""}, {"class": "const", "name": "IPv6len", "type": ""}, {"class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask"}, {"class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)"}, {"class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)"}, {"class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)"}, {"class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)"}, {"class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)"}, {"class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)"}, {"class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)"}, {"class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)"}, {"class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)"}, {"class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP"}, {"class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask"}, {"class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)"}, {"class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)"}, {"class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)"}, {"class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)"}, {"class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string"}, {"class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)"}, {"class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)"}, {"class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)"}, {"class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)"}, {"class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)"}, {"class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)"}, {"class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)"}, {"class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)"}, {"class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)"}, {"class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)"}, {"class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)"}, {"class": "func", "name": "LookupIP", "type": "func(host string) ([]net.IP, error)"}, {"class": "func", "name": "LookupMX", "type": "func(name string) ([]*net.MX, error)"}, {"class": "func", "name": "LookupNS", "type": "func(name string) ([]*net.NS, error)"}, {"class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)"}, {"class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)"}, {"class": "func", "name": "LookupTXT", "type": "func(name string) ([]string, error)"}, {"class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)"}, {"class": "func", "name": "ParseIP", "type": "func(s string) net.IP"}, {"class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)"}, {"class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)"}, {"class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)"}, {"class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)"}, {"class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)"}, {"class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)"}, {"class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)"}, {"class": "type", "name": "Addr", "type": "interface"}, {"class": "type", "name": "AddrError", "type": "struct"}, {"class": "type", "name": "Buffers", "type": "[][]byte"}, {"class": "type", "name": "Conn", "type": "interface"}, {"class": "type", "name": "DNSConfigError", "type": "struct"}, {"class": "type", "name": "DNSError", "type": "struct"}, {"class": "type", "name": "Dialer", "type": "struct"}, {"class": "type", "name": "Error", "type": "interface"}, {"class": "type", "name": "Flags", "type": "uint"}, {"class": "type", "name": "HardwareAddr", "type": "[]byte"}, {"class": "type", "name": "IP", "type": "[]byte"}, {"class": "type", "name": "IPAddr", "type": "struct"}, {"class": "type", "name": "IPConn", "type": "struct"}, {"class": "type", "name": "IPMask", "type": "[]byte"}, {"class": "type", "name": "IPNet", "type": "struct"}, {"class": "type", "name": "Interface", "type": "struct"}, {"class": "type", "name": "InvalidAddrError", "type": "string"}, {"class": "type", "name": "Listener", "type": "interface"}, {"class": "type", "name": "MX", "type": "struct"}, {"class": "type", "name": "NS", "type": "struct"}, {"class": "type", "name": "OpError", "type": "struct"}, {"class": "type", "name": "PacketConn", "type": "interface"}, {"class": "type", "name": "ParseError", "type": "struct"}, {"class": "type", "name": "Resolver", "type": "struct"}, {"class": "type", "name": "SRV", "type": "struct"}, {"class": "type", "name": "TCPAddr", "type": "struct"}, {"class": "type", "name": "TCPConn", "type": "struct"}, {"class": "type", "name": "TCPListener", "type": "struct"}, {"class": "type", "name": "UDPAddr", "type": "struct"}, {"class": "type", "name": "UDPConn", "type": "struct"}, {"class": "type", "name": "UnixAddr", "type": "struct"}, {"class": "type", "name": "UnixConn", "type": "struct"}, {"class": "type", "name": "UnixListener", "type": "struct"}, {"class": "type", "name": "UnknownNetworkError", "type": "string"}, {"class": "var", "name": "DefaultResolver", "type": "*net.Resolver"}, {"class": "var", "name": "ErrWriteToConnected", "type": "error"}, {"class": "var", "name": "IPv4allrouter", "type": "net.IP"}, {"class": "var", "name": "IPv4allsys", "type": "net.IP"}, {"class": "var", "name": "IPv4bcast", "type": "net.IP"}, {"class": "var", "name": "IPv4zero", "type": "net.IP"}, {"class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP"}, {"class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP"}, {"class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP"}, {"class": "var", "name": "IPv6loopback", "type": "net.IP"}, {"class": "var", "name": "IPv6unspecified", "type": "net.IP"}, {"class": "var", "name": "IPv6zero", "type": "net.IP"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/rpc.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/rpc.json new file mode 100644 index 0000000..06226ad --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/rpc.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "DefaultDebugPath", "type": ""}, {"class": "const", "name": "DefaultRPCPath", "type": ""}, {"class": "func", "name": "Accept", "type": "func(lis net.Listener)"}, {"class": "func", "name": "Dial", "type": "func(network string, address string) (*rpc.Client, error)"}, {"class": "func", "name": "DialHTTP", "type": "func(network string, address string) (*rpc.Client, error)"}, {"class": "func", "name": "DialHTTPPath", "type": "func(network string, address string, path string) (*rpc.Client, error)"}, {"class": "func", "name": "HandleHTTP", "type": "func()"}, {"class": "func", "name": "NewClient", "type": "func(conn io.ReadWriteCloser) *rpc.Client"}, {"class": "func", "name": "NewClientWithCodec", "type": "func(codec rpc.ClientCodec) *rpc.Client"}, {"class": "func", "name": "NewServer", "type": "func() *rpc.Server"}, {"class": "func", "name": "Register", "type": "func(rcvr interface{}) error"}, {"class": "func", "name": "RegisterName", "type": "func(name string, rcvr interface{}) error"}, {"class": "func", "name": "ServeCodec", "type": "func(codec rpc.ServerCodec)"}, {"class": "func", "name": "ServeConn", "type": "func(conn io.ReadWriteCloser)"}, {"class": "func", "name": "ServeRequest", "type": "func(codec rpc.ServerCodec) error"}, {"class": "type", "name": "Call", "type": "struct"}, {"class": "type", "name": "Client", "type": "struct"}, {"class": "type", "name": "ClientCodec", "type": "interface"}, {"class": "type", "name": "Request", "type": "struct"}, {"class": "type", "name": "Response", "type": "struct"}, {"class": "type", "name": "Server", "type": "struct"}, {"class": "type", "name": "ServerCodec", "type": "interface"}, {"class": "type", "name": "ServerError", "type": "string"}, {"class": "var", "name": "DefaultServer", "type": "*rpc.Server"}, {"class": "var", "name": "ErrShutdown", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/rpc/jsonrpc.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/rpc/jsonrpc.json new file mode 100644 index 0000000..966cc90 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/rpc/jsonrpc.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Dial", "type": "func(network string, address string) (*rpc.Client, error)"}, {"class": "func", "name": "NewClient", "type": "func(conn io.ReadWriteCloser) *rpc.Client"}, {"class": "func", "name": "NewClientCodec", "type": "func(conn io.ReadWriteCloser) rpc.ClientCodec"}, {"class": "func", "name": "NewServerCodec", "type": "func(conn io.ReadWriteCloser) rpc.ServerCodec"}, {"class": "func", "name": "ServeConn", "type": "func(conn io.ReadWriteCloser)"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/smtp.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/smtp.json new file mode 100644 index 0000000..a4466e8 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/smtp.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "CRAMMD5Auth", "type": "func(username string, secret string) smtp.Auth"}, {"class": "func", "name": "Dial", "type": "func(addr string) (*smtp.Client, error)"}, {"class": "func", "name": "NewClient", "type": "func(conn net.Conn, host string) (*smtp.Client, error)"}, {"class": "func", "name": "PlainAuth", "type": "func(identity string, username string, password string, host string) smtp.Auth"}, {"class": "func", "name": "SendMail", "type": "func(addr string, a smtp.Auth, from string, to []string, msg []byte) error"}, {"class": "type", "name": "Auth", "type": "interface"}, {"class": "type", "name": "Client", "type": "struct"}, {"class": "type", "name": "ServerInfo", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/textproto.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/textproto.json new file mode 100644 index 0000000..6a8fe07 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/textproto.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "CanonicalMIMEHeaderKey", "type": "func(s string) string"}, {"class": "func", "name": "Dial", "type": "func(network string, addr string) (*textproto.Conn, error)"}, {"class": "func", "name": "NewConn", "type": "func(conn io.ReadWriteCloser) *textproto.Conn"}, {"class": "func", "name": "NewReader", "type": "func(r *bufio.Reader) *textproto.Reader"}, {"class": "func", "name": "NewWriter", "type": "func(w *bufio.Writer) *textproto.Writer"}, {"class": "func", "name": "TrimBytes", "type": "func(b []byte) []byte"}, {"class": "func", "name": "TrimString", "type": "func(s string) string"}, {"class": "type", "name": "Conn", "type": "struct"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "MIMEHeader", "type": "map[string][]string"}, {"class": "type", "name": "Pipeline", "type": "struct"}, {"class": "type", "name": "ProtocolError", "type": "string"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/url.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/url.json new file mode 100644 index 0000000..65dbb3e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/url.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Parse", "type": "func(rawurl string) (*url.URL, error)"}, {"class": "func", "name": "ParseQuery", "type": "func(query string) (url.Values, error)"}, {"class": "func", "name": "ParseRequestURI", "type": "func(rawurl string) (*url.URL, error)"}, {"class": "func", "name": "PathEscape", "type": "func(s string) string"}, {"class": "func", "name": "PathUnescape", "type": "func(s string) (string, error)"}, {"class": "func", "name": "QueryEscape", "type": "func(s string) string"}, {"class": "func", "name": "QueryUnescape", "type": "func(s string) (string, error)"}, {"class": "func", "name": "User", "type": "func(username string) *url.Userinfo"}, {"class": "func", "name": "UserPassword", "type": "func(username string, password string) *url.Userinfo"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "EscapeError", "type": "string"}, {"class": "type", "name": "InvalidHostError", "type": "string"}, {"class": "type", "name": "URL", "type": "struct"}, {"class": "type", "name": "Userinfo", "type": "struct"}, {"class": "type", "name": "Values", "type": "map[string][]string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/exec.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/exec.json new file mode 100644 index 0000000..81f5648 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/exec.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Command", "type": "func(name string, arg ...string) *exec.Cmd"}, {"class": "func", "name": "CommandContext", "type": "func(ctx context.Context, name string, arg ...string) *exec.Cmd"}, {"class": "func", "name": "LookPath", "type": "func(file string) (string, error)"}, {"class": "type", "name": "Cmd", "type": "struct"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "ExitError", "type": "struct"}, {"class": "var", "name": "ErrNotFound", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/os.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/os.json new file mode 100644 index 0000000..878c817 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/os.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "DevNull", "type": ""}, {"class": "const", "name": "ModeAppend", "type": ""}, {"class": "const", "name": "ModeCharDevice", "type": ""}, {"class": "const", "name": "ModeDevice", "type": ""}, {"class": "const", "name": "ModeDir", "type": ""}, {"class": "const", "name": "ModeExclusive", "type": ""}, {"class": "const", "name": "ModeNamedPipe", "type": ""}, {"class": "const", "name": "ModePerm", "type": ""}, {"class": "const", "name": "ModeSetgid", "type": ""}, {"class": "const", "name": "ModeSetuid", "type": ""}, {"class": "const", "name": "ModeSocket", "type": ""}, {"class": "const", "name": "ModeSticky", "type": ""}, {"class": "const", "name": "ModeSymlink", "type": ""}, {"class": "const", "name": "ModeTemporary", "type": ""}, {"class": "const", "name": "ModeType", "type": ""}, {"class": "const", "name": "O_APPEND", "type": ""}, {"class": "const", "name": "O_CREATE", "type": ""}, {"class": "const", "name": "O_EXCL", "type": ""}, {"class": "const", "name": "O_RDONLY", "type": ""}, {"class": "const", "name": "O_RDWR", "type": ""}, {"class": "const", "name": "O_SYNC", "type": ""}, {"class": "const", "name": "O_TRUNC", "type": ""}, {"class": "const", "name": "O_WRONLY", "type": ""}, {"class": "const", "name": "PathListSeparator", "type": ""}, {"class": "const", "name": "PathSeparator", "type": ""}, {"class": "const", "name": "SEEK_CUR", "type": ""}, {"class": "const", "name": "SEEK_END", "type": ""}, {"class": "const", "name": "SEEK_SET", "type": ""}, {"class": "func", "name": "Chdir", "type": "func(dir string) error"}, {"class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error"}, {"class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error"}, {"class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error"}, {"class": "func", "name": "Clearenv", "type": "func()"}, {"class": "func", "name": "Create", "type": "func(name string) (*os.File, error)"}, {"class": "func", "name": "Environ", "type": "func() []string"}, {"class": "func", "name": "Executable", "type": "func() (string, error)"}, {"class": "func", "name": "Exit", "type": "func(code int)"}, {"class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string"}, {"class": "func", "name": "ExpandEnv", "type": "func(s string) string"}, {"class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)"}, {"class": "func", "name": "Getegid", "type": "func() int"}, {"class": "func", "name": "Getenv", "type": "func(key string) string"}, {"class": "func", "name": "Geteuid", "type": "func() int"}, {"class": "func", "name": "Getgid", "type": "func() int"}, {"class": "func", "name": "Getgroups", "type": "func() ([]int, error)"}, {"class": "func", "name": "Getpagesize", "type": "func() int"}, {"class": "func", "name": "Getpid", "type": "func() int"}, {"class": "func", "name": "Getppid", "type": "func() int"}, {"class": "func", "name": "Getuid", "type": "func() int"}, {"class": "func", "name": "Getwd", "type": "func() (dir string, err error)"}, {"class": "func", "name": "Hostname", "type": "func() (name string, err error)"}, {"class": "func", "name": "IsExist", "type": "func(err error) bool"}, {"class": "func", "name": "IsNotExist", "type": "func(err error) bool"}, {"class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool"}, {"class": "func", "name": "IsPermission", "type": "func(err error) bool"}, {"class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error"}, {"class": "func", "name": "Link", "type": "func(oldname string, newname string) error"}, {"class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)"}, {"class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)"}, {"class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error"}, {"class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error"}, {"class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File"}, {"class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error"}, {"class": "func", "name": "Open", "type": "func(name string) (*os.File, error)"}, {"class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)"}, {"class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)"}, {"class": "func", "name": "Readlink", "type": "func(name string) (string, error)"}, {"class": "func", "name": "Remove", "type": "func(name string) error"}, {"class": "func", "name": "RemoveAll", "type": "func(path string) error"}, {"class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error"}, {"class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool"}, {"class": "func", "name": "Setenv", "type": "func(key string, value string) error"}, {"class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)"}, {"class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)"}, {"class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error"}, {"class": "func", "name": "TempDir", "type": "func() string"}, {"class": "func", "name": "Truncate", "type": "func(name string, size int64) error"}, {"class": "func", "name": "Unsetenv", "type": "func(key string) error"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileInfo", "type": "interface"}, {"class": "type", "name": "FileMode", "type": "uint32"}, {"class": "type", "name": "LinkError", "type": "struct"}, {"class": "type", "name": "PathError", "type": "struct"}, {"class": "type", "name": "ProcAttr", "type": "struct"}, {"class": "type", "name": "Process", "type": "struct"}, {"class": "type", "name": "ProcessState", "type": "struct"}, {"class": "type", "name": "Signal", "type": "interface"}, {"class": "type", "name": "SyscallError", "type": "struct"}, {"class": "var", "name": "Args", "type": "[]string"}, {"class": "var", "name": "ErrClosed", "type": "error"}, {"class": "var", "name": "ErrExist", "type": "error"}, {"class": "var", "name": "ErrInvalid", "type": "error"}, {"class": "var", "name": "ErrNotExist", "type": "error"}, {"class": "var", "name": "ErrPermission", "type": "error"}, {"class": "var", "name": "Interrupt", "type": "os.Signal"}, {"class": "var", "name": "Kill", "type": "os.Signal"}, {"class": "var", "name": "Stderr", "type": "*os.File"}, {"class": "var", "name": "Stdin", "type": "*os.File"}, {"class": "var", "name": "Stdout", "type": "*os.File"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/signal.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/signal.json new file mode 100644 index 0000000..b8bb908 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/signal.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Ignore", "type": "func(sig ...os.Signal)"}, {"class": "func", "name": "Notify", "type": "func(c chan<- os.Signal, sig ...os.Signal)"}, {"class": "func", "name": "Reset", "type": "func(sig ...os.Signal)"}, {"class": "func", "name": "Stop", "type": "func(c chan<- os.Signal)"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/user.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/user.json new file mode 100644 index 0000000..2fd02b4 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/os/user.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Current", "type": "func() (*user.User, error)"}, {"class": "func", "name": "Lookup", "type": "func(username string) (*user.User, error)"}, {"class": "func", "name": "LookupGroup", "type": "func(name string) (*user.Group, error)"}, {"class": "func", "name": "LookupGroupId", "type": "func(gid string) (*user.Group, error)"}, {"class": "func", "name": "LookupId", "type": "func(uid string) (*user.User, error)"}, {"class": "type", "name": "Group", "type": "struct"}, {"class": "type", "name": "UnknownGroupError", "type": "string"}, {"class": "type", "name": "UnknownGroupIdError", "type": "string"}, {"class": "type", "name": "UnknownUserError", "type": "string"}, {"class": "type", "name": "UnknownUserIdError", "type": "int"}, {"class": "type", "name": "User", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/path/filepath.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/path/filepath.json new file mode 100644 index 0000000..8f45d4b --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/path/filepath.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ListSeparator", "type": ""}, {"class": "const", "name": "Separator", "type": ""}, {"class": "func", "name": "Abs", "type": "func(path string) (string, error)"}, {"class": "func", "name": "Base", "type": "func(path string) string"}, {"class": "func", "name": "Clean", "type": "func(path string) string"}, {"class": "func", "name": "Dir", "type": "func(path string) string"}, {"class": "func", "name": "EvalSymlinks", "type": "func(path string) (string, error)"}, {"class": "func", "name": "Ext", "type": "func(path string) string"}, {"class": "func", "name": "FromSlash", "type": "func(path string) string"}, {"class": "func", "name": "Glob", "type": "func(pattern string) (matches []string, err error)"}, {"class": "func", "name": "HasPrefix", "type": "func(p string, prefix string) bool"}, {"class": "func", "name": "IsAbs", "type": "func(path string) bool"}, {"class": "func", "name": "Join", "type": "func(elem ...string) string"}, {"class": "func", "name": "Match", "type": "func(pattern string, name string) (matched bool, err error)"}, {"class": "func", "name": "Rel", "type": "func(basepath string, targpath string) (string, error)"}, {"class": "func", "name": "Split", "type": "func(path string) (dir string, file string)"}, {"class": "func", "name": "SplitList", "type": "func(path string) []string"}, {"class": "func", "name": "ToSlash", "type": "func(path string) string"}, {"class": "func", "name": "VolumeName", "type": "func(path string) string"}, {"class": "func", "name": "Walk", "type": "func(root string, walkFn filepath.WalkFunc) error"}, {"class": "type", "name": "WalkFunc", "type": "func(path string, info os.FileInfo, err error) error"}, {"class": "var", "name": "ErrBadPattern", "type": "error"}, {"class": "var", "name": "SkipDir", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/path/path.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/path/path.json new file mode 100644 index 0000000..54d30de --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/path/path.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Base", "type": "func(path string) string"}, {"class": "func", "name": "Clean", "type": "func(path string) string"}, {"class": "func", "name": "Dir", "type": "func(path string) string"}, {"class": "func", "name": "Ext", "type": "func(path string) string"}, {"class": "func", "name": "IsAbs", "type": "func(path string) bool"}, {"class": "func", "name": "Join", "type": "func(elem ...string) string"}, {"class": "func", "name": "Match", "type": "func(pattern string, name string) (matched bool, err error)"}, {"class": "func", "name": "Split", "type": "func(path string) (dir string, file string)"}, {"class": "var", "name": "ErrBadPattern", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/reflect/reflect.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/reflect/reflect.json new file mode 100644 index 0000000..8d5d18b --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/reflect/reflect.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Array", "type": ""}, {"class": "const", "name": "Bool", "type": ""}, {"class": "const", "name": "BothDir", "type": ""}, {"class": "const", "name": "Chan", "type": ""}, {"class": "const", "name": "Complex128", "type": ""}, {"class": "const", "name": "Complex64", "type": ""}, {"class": "const", "name": "Float32", "type": ""}, {"class": "const", "name": "Float64", "type": ""}, {"class": "const", "name": "Func", "type": ""}, {"class": "const", "name": "Int", "type": ""}, {"class": "const", "name": "Int16", "type": ""}, {"class": "const", "name": "Int32", "type": ""}, {"class": "const", "name": "Int64", "type": ""}, {"class": "const", "name": "Int8", "type": ""}, {"class": "const", "name": "Interface", "type": ""}, {"class": "const", "name": "Invalid", "type": ""}, {"class": "const", "name": "Map", "type": ""}, {"class": "const", "name": "Ptr", "type": ""}, {"class": "const", "name": "RecvDir", "type": ""}, {"class": "const", "name": "SelectDefault", "type": ""}, {"class": "const", "name": "SelectRecv", "type": ""}, {"class": "const", "name": "SelectSend", "type": ""}, {"class": "const", "name": "SendDir", "type": ""}, {"class": "const", "name": "Slice", "type": ""}, {"class": "const", "name": "String", "type": ""}, {"class": "const", "name": "Struct", "type": ""}, {"class": "const", "name": "Uint", "type": ""}, {"class": "const", "name": "Uint16", "type": ""}, {"class": "const", "name": "Uint32", "type": ""}, {"class": "const", "name": "Uint64", "type": ""}, {"class": "const", "name": "Uint8", "type": ""}, {"class": "const", "name": "Uintptr", "type": ""}, {"class": "const", "name": "UnsafePointer", "type": ""}, {"class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value"}, {"class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value"}, {"class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type"}, {"class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type"}, {"class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int"}, {"class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool"}, {"class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type"}, {"class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value"}, {"class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value"}, {"class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value"}, {"class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value"}, {"class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value"}, {"class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type"}, {"class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value"}, {"class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value"}, {"class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type"}, {"class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)"}, {"class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type"}, {"class": "func", "name": "StructOf", "type": "func(fields []reflect.StructField) reflect.Type"}, {"class": "func", "name": "Swapper", "type": "func(slice interface{}) (func(i int, j int))"}, {"class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type"}, {"class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value"}, {"class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value"}, {"class": "type", "name": "ChanDir", "type": "int"}, {"class": "type", "name": "Kind", "type": "uint"}, {"class": "type", "name": "Method", "type": "struct"}, {"class": "type", "name": "SelectCase", "type": "struct"}, {"class": "type", "name": "SelectDir", "type": "int"}, {"class": "type", "name": "SliceHeader", "type": "struct"}, {"class": "type", "name": "StringHeader", "type": "struct"}, {"class": "type", "name": "StructField", "type": "struct"}, {"class": "type", "name": "StructTag", "type": "string"}, {"class": "type", "name": "Type", "type": "interface"}, {"class": "type", "name": "Value", "type": "struct"}, {"class": "type", "name": "ValueError", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/regexp/regexp.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/regexp/regexp.json new file mode 100644 index 0000000..314cbeb --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/regexp/regexp.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Compile", "type": "func(expr string) (*regexp.Regexp, error)"}, {"class": "func", "name": "CompilePOSIX", "type": "func(expr string) (*regexp.Regexp, error)"}, {"class": "func", "name": "Match", "type": "func(pattern string, b []byte) (matched bool, err error)"}, {"class": "func", "name": "MatchReader", "type": "func(pattern string, r io.RuneReader) (matched bool, err error)"}, {"class": "func", "name": "MatchString", "type": "func(pattern string, s string) (matched bool, err error)"}, {"class": "func", "name": "MustCompile", "type": "func(str string) *regexp.Regexp"}, {"class": "func", "name": "MustCompilePOSIX", "type": "func(str string) *regexp.Regexp"}, {"class": "func", "name": "QuoteMeta", "type": "func(s string) string"}, {"class": "type", "name": "Regexp", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/regexp/syntax.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/regexp/syntax.json new file mode 100644 index 0000000..fa42718 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/regexp/syntax.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ClassNL", "type": ""}, {"class": "const", "name": "DotNL", "type": ""}, {"class": "const", "name": "EmptyBeginLine", "type": ""}, {"class": "const", "name": "EmptyBeginText", "type": ""}, {"class": "const", "name": "EmptyEndLine", "type": ""}, {"class": "const", "name": "EmptyEndText", "type": ""}, {"class": "const", "name": "EmptyNoWordBoundary", "type": ""}, {"class": "const", "name": "EmptyWordBoundary", "type": ""}, {"class": "const", "name": "ErrInternalError", "type": ""}, {"class": "const", "name": "ErrInvalidCharClass", "type": ""}, {"class": "const", "name": "ErrInvalidCharRange", "type": ""}, {"class": "const", "name": "ErrInvalidEscape", "type": ""}, {"class": "const", "name": "ErrInvalidNamedCapture", "type": ""}, {"class": "const", "name": "ErrInvalidPerlOp", "type": ""}, {"class": "const", "name": "ErrInvalidRepeatOp", "type": ""}, {"class": "const", "name": "ErrInvalidRepeatSize", "type": ""}, {"class": "const", "name": "ErrInvalidUTF8", "type": ""}, {"class": "const", "name": "ErrMissingBracket", "type": ""}, {"class": "const", "name": "ErrMissingParen", "type": ""}, {"class": "const", "name": "ErrMissingRepeatArgument", "type": ""}, {"class": "const", "name": "ErrTrailingBackslash", "type": ""}, {"class": "const", "name": "ErrUnexpectedParen", "type": ""}, {"class": "const", "name": "FoldCase", "type": ""}, {"class": "const", "name": "InstAlt", "type": ""}, {"class": "const", "name": "InstAltMatch", "type": ""}, {"class": "const", "name": "InstCapture", "type": ""}, {"class": "const", "name": "InstEmptyWidth", "type": ""}, {"class": "const", "name": "InstFail", "type": ""}, {"class": "const", "name": "InstMatch", "type": ""}, {"class": "const", "name": "InstNop", "type": ""}, {"class": "const", "name": "InstRune", "type": ""}, {"class": "const", "name": "InstRune1", "type": ""}, {"class": "const", "name": "InstRuneAny", "type": ""}, {"class": "const", "name": "InstRuneAnyNotNL", "type": ""}, {"class": "const", "name": "Literal", "type": ""}, {"class": "const", "name": "MatchNL", "type": ""}, {"class": "const", "name": "NonGreedy", "type": ""}, {"class": "const", "name": "OneLine", "type": ""}, {"class": "const", "name": "OpAlternate", "type": ""}, {"class": "const", "name": "OpAnyChar", "type": ""}, {"class": "const", "name": "OpAnyCharNotNL", "type": ""}, {"class": "const", "name": "OpBeginLine", "type": ""}, {"class": "const", "name": "OpBeginText", "type": ""}, {"class": "const", "name": "OpCapture", "type": ""}, {"class": "const", "name": "OpCharClass", "type": ""}, {"class": "const", "name": "OpConcat", "type": ""}, {"class": "const", "name": "OpEmptyMatch", "type": ""}, {"class": "const", "name": "OpEndLine", "type": ""}, {"class": "const", "name": "OpEndText", "type": ""}, {"class": "const", "name": "OpLiteral", "type": ""}, {"class": "const", "name": "OpNoMatch", "type": ""}, {"class": "const", "name": "OpNoWordBoundary", "type": ""}, {"class": "const", "name": "OpPlus", "type": ""}, {"class": "const", "name": "OpQuest", "type": ""}, {"class": "const", "name": "OpRepeat", "type": ""}, {"class": "const", "name": "OpStar", "type": ""}, {"class": "const", "name": "OpWordBoundary", "type": ""}, {"class": "const", "name": "POSIX", "type": ""}, {"class": "const", "name": "Perl", "type": ""}, {"class": "const", "name": "PerlX", "type": ""}, {"class": "const", "name": "Simple", "type": ""}, {"class": "const", "name": "UnicodeGroups", "type": ""}, {"class": "const", "name": "WasDollar", "type": ""}, {"class": "func", "name": "Compile", "type": "func(re *syntax.Regexp) (*syntax.Prog, error)"}, {"class": "func", "name": "EmptyOpContext", "type": "func(r1 rune, r2 rune) syntax.EmptyOp"}, {"class": "func", "name": "IsWordChar", "type": "func(r rune) bool"}, {"class": "func", "name": "Parse", "type": "func(s string, flags syntax.Flags) (*syntax.Regexp, error)"}, {"class": "type", "name": "EmptyOp", "type": "uint8"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "ErrorCode", "type": "string"}, {"class": "type", "name": "Flags", "type": "uint16"}, {"class": "type", "name": "Inst", "type": "struct"}, {"class": "type", "name": "InstOp", "type": "uint8"}, {"class": "type", "name": "Op", "type": "uint8"}, {"class": "type", "name": "Prog", "type": "struct"}, {"class": "type", "name": "Regexp", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/debug.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/debug.json new file mode 100644 index 0000000..ba3e947 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/debug.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "FreeOSMemory", "type": "func()"}, {"class": "func", "name": "PrintStack", "type": "func()"}, {"class": "func", "name": "ReadGCStats", "type": "func(stats *debug.GCStats)"}, {"class": "func", "name": "SetGCPercent", "type": "func(percent int) int"}, {"class": "func", "name": "SetMaxStack", "type": "func(bytes int) int"}, {"class": "func", "name": "SetMaxThreads", "type": "func(threads int) int"}, {"class": "func", "name": "SetPanicOnFault", "type": "func(enabled bool) bool"}, {"class": "func", "name": "SetTraceback", "type": "func(level string)"}, {"class": "func", "name": "Stack", "type": "func() []byte"}, {"class": "func", "name": "WriteHeapDump", "type": "func(fd uintptr)"}, {"class": "type", "name": "GCStats", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/pprof.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/pprof.json new file mode 100644 index 0000000..3c4793e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/pprof.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Lookup", "type": "func(name string) *pprof.Profile"}, {"class": "func", "name": "NewProfile", "type": "func(name string) *pprof.Profile"}, {"class": "func", "name": "Profiles", "type": "func() []*pprof.Profile"}, {"class": "func", "name": "StartCPUProfile", "type": "func(w io.Writer) error"}, {"class": "func", "name": "StopCPUProfile", "type": "func()"}, {"class": "func", "name": "WriteHeapProfile", "type": "func(w io.Writer) error"}, {"class": "type", "name": "Profile", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/runtime.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/runtime.json new file mode 100644 index 0000000..48ed065 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/runtime.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Compiler", "type": ""}, {"class": "const", "name": "GOARCH", "type": ""}, {"class": "const", "name": "GOOS", "type": ""}, {"class": "func", "name": "BlockProfile", "type": "func(p []runtime.BlockProfileRecord) (n int, ok bool)"}, {"class": "func", "name": "Breakpoint", "type": "func()"}, {"class": "func", "name": "CPUProfile", "type": "func() []byte"}, {"class": "func", "name": "Caller", "type": "func(skip int) (pc uintptr, file string, line int, ok bool)"}, {"class": "func", "name": "Callers", "type": "func(skip int, pc []uintptr) int"}, {"class": "func", "name": "CallersFrames", "type": "func(callers []uintptr) *runtime.Frames"}, {"class": "func", "name": "FuncForPC", "type": "func(pc uintptr) *runtime.Func"}, {"class": "func", "name": "GC", "type": "func()"}, {"class": "func", "name": "GOMAXPROCS", "type": "func(n int) int"}, {"class": "func", "name": "GOROOT", "type": "func() string"}, {"class": "func", "name": "Goexit", "type": "func()"}, {"class": "func", "name": "GoroutineProfile", "type": "func(p []runtime.StackRecord) (n int, ok bool)"}, {"class": "func", "name": "Gosched", "type": "func()"}, {"class": "func", "name": "KeepAlive", "type": "func(interface{})"}, {"class": "func", "name": "LockOSThread", "type": "func()"}, {"class": "func", "name": "MemProfile", "type": "func(p []runtime.MemProfileRecord, inuseZero bool) (n int, ok bool)"}, {"class": "func", "name": "MutexProfile", "type": "func(p []runtime.BlockProfileRecord) (n int, ok bool)"}, {"class": "func", "name": "NumCPU", "type": "func() int"}, {"class": "func", "name": "NumCgoCall", "type": "func() int64"}, {"class": "func", "name": "NumGoroutine", "type": "func() int"}, {"class": "func", "name": "ReadMemStats", "type": "func(m *runtime.MemStats)"}, {"class": "func", "name": "ReadTrace", "type": "func() []byte"}, {"class": "func", "name": "SetBlockProfileRate", "type": "func(rate int)"}, {"class": "func", "name": "SetCPUProfileRate", "type": "func(hz int)"}, {"class": "func", "name": "SetCgoTraceback", "type": "func(version int, traceback unsafe.Pointer, context unsafe.Pointer, symbolizer unsafe.Pointer)"}, {"class": "func", "name": "SetFinalizer", "type": "func(obj interface{}, finalizer interface{})"}, {"class": "func", "name": "SetMutexProfileFraction", "type": "func(rate int) int"}, {"class": "func", "name": "Stack", "type": "func(buf []byte, all bool) int"}, {"class": "func", "name": "StartTrace", "type": "func() error"}, {"class": "func", "name": "StopTrace", "type": "func()"}, {"class": "func", "name": "ThreadCreateProfile", "type": "func(p []runtime.StackRecord) (n int, ok bool)"}, {"class": "func", "name": "UnlockOSThread", "type": "func()"}, {"class": "func", "name": "Version", "type": "func() string"}, {"class": "type", "name": "BlockProfileRecord", "type": "struct"}, {"class": "type", "name": "Error", "type": "interface"}, {"class": "type", "name": "Frame", "type": "struct"}, {"class": "type", "name": "Frames", "type": "struct"}, {"class": "type", "name": "Func", "type": "struct"}, {"class": "type", "name": "MemProfileRecord", "type": "struct"}, {"class": "type", "name": "MemStats", "type": "struct"}, {"class": "type", "name": "StackRecord", "type": "struct"}, {"class": "type", "name": "TypeAssertionError", "type": "struct"}, {"class": "var", "name": "MemProfileRate", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/trace.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/trace.json new file mode 100644 index 0000000..10ad8df --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/runtime/trace.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Start", "type": "func(w io.Writer) error"}, {"class": "func", "name": "Stop", "type": "func()"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/sort/sort.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/sort/sort.json new file mode 100644 index 0000000..e579f8d --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/sort/sort.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Float64s", "type": "func(a []float64)"}, {"class": "func", "name": "Float64sAreSorted", "type": "func(a []float64) bool"}, {"class": "func", "name": "Ints", "type": "func(a []int)"}, {"class": "func", "name": "IntsAreSorted", "type": "func(a []int) bool"}, {"class": "func", "name": "IsSorted", "type": "func(data sort.Interface) bool"}, {"class": "func", "name": "Reverse", "type": "func(data sort.Interface) sort.Interface"}, {"class": "func", "name": "Search", "type": "func(n int, f func(int) bool) int"}, {"class": "func", "name": "SearchFloat64s", "type": "func(a []float64, x float64) int"}, {"class": "func", "name": "SearchInts", "type": "func(a []int, x int) int"}, {"class": "func", "name": "SearchStrings", "type": "func(a []string, x string) int"}, {"class": "func", "name": "Slice", "type": "func(slice interface{}, less func(i int, j int) bool)"}, {"class": "func", "name": "SliceIsSorted", "type": "func(slice interface{}, less func(i int, j int) bool) bool"}, {"class": "func", "name": "SliceStable", "type": "func(slice interface{}, less func(i int, j int) bool)"}, {"class": "func", "name": "Sort", "type": "func(data sort.Interface)"}, {"class": "func", "name": "Stable", "type": "func(data sort.Interface)"}, {"class": "func", "name": "Strings", "type": "func(a []string)"}, {"class": "func", "name": "StringsAreSorted", "type": "func(a []string) bool"}, {"class": "type", "name": "Float64Slice", "type": "[]float64"}, {"class": "type", "name": "IntSlice", "type": "[]int"}, {"class": "type", "name": "Interface", "type": "interface"}, {"class": "type", "name": "StringSlice", "type": "[]string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/strconv/strconv.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/strconv/strconv.json new file mode 100644 index 0000000..04426ca --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/strconv/strconv.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "IntSize", "type": ""}, {"class": "func", "name": "AppendBool", "type": "func(dst []byte, b bool) []byte"}, {"class": "func", "name": "AppendFloat", "type": "func(dst []byte, f float64, fmt byte, prec int, bitSize int) []byte"}, {"class": "func", "name": "AppendInt", "type": "func(dst []byte, i int64, base int) []byte"}, {"class": "func", "name": "AppendQuote", "type": "func(dst []byte, s string) []byte"}, {"class": "func", "name": "AppendQuoteRune", "type": "func(dst []byte, r rune) []byte"}, {"class": "func", "name": "AppendQuoteRuneToASCII", "type": "func(dst []byte, r rune) []byte"}, {"class": "func", "name": "AppendQuoteRuneToGraphic", "type": "func(dst []byte, r rune) []byte"}, {"class": "func", "name": "AppendQuoteToASCII", "type": "func(dst []byte, s string) []byte"}, {"class": "func", "name": "AppendQuoteToGraphic", "type": "func(dst []byte, s string) []byte"}, {"class": "func", "name": "AppendUint", "type": "func(dst []byte, i uint64, base int) []byte"}, {"class": "func", "name": "Atoi", "type": "func(s string) (int, error)"}, {"class": "func", "name": "CanBackquote", "type": "func(s string) bool"}, {"class": "func", "name": "FormatBool", "type": "func(b bool) string"}, {"class": "func", "name": "FormatFloat", "type": "func(f float64, fmt byte, prec int, bitSize int) string"}, {"class": "func", "name": "FormatInt", "type": "func(i int64, base int) string"}, {"class": "func", "name": "FormatUint", "type": "func(i uint64, base int) string"}, {"class": "func", "name": "IsGraphic", "type": "func(r rune) bool"}, {"class": "func", "name": "IsPrint", "type": "func(r rune) bool"}, {"class": "func", "name": "Itoa", "type": "func(i int) string"}, {"class": "func", "name": "ParseBool", "type": "func(str string) (bool, error)"}, {"class": "func", "name": "ParseFloat", "type": "func(s string, bitSize int) (float64, error)"}, {"class": "func", "name": "ParseInt", "type": "func(s string, base int, bitSize int) (i int64, err error)"}, {"class": "func", "name": "ParseUint", "type": "func(s string, base int, bitSize int) (uint64, error)"}, {"class": "func", "name": "Quote", "type": "func(s string) string"}, {"class": "func", "name": "QuoteRune", "type": "func(r rune) string"}, {"class": "func", "name": "QuoteRuneToASCII", "type": "func(r rune) string"}, {"class": "func", "name": "QuoteRuneToGraphic", "type": "func(r rune) string"}, {"class": "func", "name": "QuoteToASCII", "type": "func(s string) string"}, {"class": "func", "name": "QuoteToGraphic", "type": "func(s string) string"}, {"class": "func", "name": "Unquote", "type": "func(s string) (string, error)"}, {"class": "func", "name": "UnquoteChar", "type": "func(s string, quote byte) (value rune, multibyte bool, tail string, err error)"}, {"class": "type", "name": "NumError", "type": "struct"}, {"class": "var", "name": "ErrRange", "type": "error"}, {"class": "var", "name": "ErrSyntax", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/strings/strings.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/strings/strings.json new file mode 100644 index 0000000..494f08b --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/strings/strings.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Compare", "type": "func(a string, b string) int"}, {"class": "func", "name": "Contains", "type": "func(s string, substr string) bool"}, {"class": "func", "name": "ContainsAny", "type": "func(s string, chars string) bool"}, {"class": "func", "name": "ContainsRune", "type": "func(s string, r rune) bool"}, {"class": "func", "name": "Count", "type": "func(s string, sep string) int"}, {"class": "func", "name": "EqualFold", "type": "func(s string, t string) bool"}, {"class": "func", "name": "Fields", "type": "func(s string) []string"}, {"class": "func", "name": "FieldsFunc", "type": "func(s string, f func(rune) bool) []string"}, {"class": "func", "name": "HasPrefix", "type": "func(s string, prefix string) bool"}, {"class": "func", "name": "HasSuffix", "type": "func(s string, suffix string) bool"}, {"class": "func", "name": "Index", "type": "func(s string, sep string) int"}, {"class": "func", "name": "IndexAny", "type": "func(s string, chars string) int"}, {"class": "func", "name": "IndexByte", "type": "func(s string, c byte) int"}, {"class": "func", "name": "IndexFunc", "type": "func(s string, f func(rune) bool) int"}, {"class": "func", "name": "IndexRune", "type": "func(s string, r rune) int"}, {"class": "func", "name": "Join", "type": "func(a []string, sep string) string"}, {"class": "func", "name": "LastIndex", "type": "func(s string, sep string) int"}, {"class": "func", "name": "LastIndexAny", "type": "func(s string, chars string) int"}, {"class": "func", "name": "LastIndexByte", "type": "func(s string, c byte) int"}, {"class": "func", "name": "LastIndexFunc", "type": "func(s string, f func(rune) bool) int"}, {"class": "func", "name": "Map", "type": "func(mapping func(rune) rune, s string) string"}, {"class": "func", "name": "NewReader", "type": "func(s string) *strings.Reader"}, {"class": "func", "name": "NewReplacer", "type": "func(oldnew ...string) *strings.Replacer"}, {"class": "func", "name": "Repeat", "type": "func(s string, count int) string"}, {"class": "func", "name": "Replace", "type": "func(s string, old string, new string, n int) string"}, {"class": "func", "name": "Split", "type": "func(s string, sep string) []string"}, {"class": "func", "name": "SplitAfter", "type": "func(s string, sep string) []string"}, {"class": "func", "name": "SplitAfterN", "type": "func(s string, sep string, n int) []string"}, {"class": "func", "name": "SplitN", "type": "func(s string, sep string, n int) []string"}, {"class": "func", "name": "Title", "type": "func(s string) string"}, {"class": "func", "name": "ToLower", "type": "func(s string) string"}, {"class": "func", "name": "ToLowerSpecial", "type": "func(c unicode.SpecialCase, s string) string"}, {"class": "func", "name": "ToTitle", "type": "func(s string) string"}, {"class": "func", "name": "ToTitleSpecial", "type": "func(c unicode.SpecialCase, s string) string"}, {"class": "func", "name": "ToUpper", "type": "func(s string) string"}, {"class": "func", "name": "ToUpperSpecial", "type": "func(c unicode.SpecialCase, s string) string"}, {"class": "func", "name": "Trim", "type": "func(s string, cutset string) string"}, {"class": "func", "name": "TrimFunc", "type": "func(s string, f func(rune) bool) string"}, {"class": "func", "name": "TrimLeft", "type": "func(s string, cutset string) string"}, {"class": "func", "name": "TrimLeftFunc", "type": "func(s string, f func(rune) bool) string"}, {"class": "func", "name": "TrimPrefix", "type": "func(s string, prefix string) string"}, {"class": "func", "name": "TrimRight", "type": "func(s string, cutset string) string"}, {"class": "func", "name": "TrimRightFunc", "type": "func(s string, f func(rune) bool) string"}, {"class": "func", "name": "TrimSpace", "type": "func(s string) string"}, {"class": "func", "name": "TrimSuffix", "type": "func(s string, suffix string) string"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Replacer", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/sync/atomic.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/sync/atomic.json new file mode 100644 index 0000000..685e968 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/sync/atomic.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "AddInt32", "type": "func(addr *int32, delta int32) (new int32)"}, {"class": "func", "name": "AddInt64", "type": "func(addr *int64, delta int64) (new int64)"}, {"class": "func", "name": "AddUint32", "type": "func(addr *uint32, delta uint32) (new uint32)"}, {"class": "func", "name": "AddUint64", "type": "func(addr *uint64, delta uint64) (new uint64)"}, {"class": "func", "name": "AddUintptr", "type": "func(addr *uintptr, delta uintptr) (new uintptr)"}, {"class": "func", "name": "CompareAndSwapInt32", "type": "func(addr *int32, old int32, new int32) (swapped bool)"}, {"class": "func", "name": "CompareAndSwapInt64", "type": "func(addr *int64, old int64, new int64) (swapped bool)"}, {"class": "func", "name": "CompareAndSwapPointer", "type": "func(addr *unsafe.Pointer, old unsafe.Pointer, new unsafe.Pointer) (swapped bool)"}, {"class": "func", "name": "CompareAndSwapUint32", "type": "func(addr *uint32, old uint32, new uint32) (swapped bool)"}, {"class": "func", "name": "CompareAndSwapUint64", "type": "func(addr *uint64, old uint64, new uint64) (swapped bool)"}, {"class": "func", "name": "CompareAndSwapUintptr", "type": "func(addr *uintptr, old uintptr, new uintptr) (swapped bool)"}, {"class": "func", "name": "LoadInt32", "type": "func(addr *int32) (val int32)"}, {"class": "func", "name": "LoadInt64", "type": "func(addr *int64) (val int64)"}, {"class": "func", "name": "LoadPointer", "type": "func(addr *unsafe.Pointer) (val unsafe.Pointer)"}, {"class": "func", "name": "LoadUint32", "type": "func(addr *uint32) (val uint32)"}, {"class": "func", "name": "LoadUint64", "type": "func(addr *uint64) (val uint64)"}, {"class": "func", "name": "LoadUintptr", "type": "func(addr *uintptr) (val uintptr)"}, {"class": "func", "name": "StoreInt32", "type": "func(addr *int32, val int32)"}, {"class": "func", "name": "StoreInt64", "type": "func(addr *int64, val int64)"}, {"class": "func", "name": "StorePointer", "type": "func(addr *unsafe.Pointer, val unsafe.Pointer)"}, {"class": "func", "name": "StoreUint32", "type": "func(addr *uint32, val uint32)"}, {"class": "func", "name": "StoreUint64", "type": "func(addr *uint64, val uint64)"}, {"class": "func", "name": "StoreUintptr", "type": "func(addr *uintptr, val uintptr)"}, {"class": "func", "name": "SwapInt32", "type": "func(addr *int32, new int32) (old int32)"}, {"class": "func", "name": "SwapInt64", "type": "func(addr *int64, new int64) (old int64)"}, {"class": "func", "name": "SwapPointer", "type": "func(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer)"}, {"class": "func", "name": "SwapUint32", "type": "func(addr *uint32, new uint32) (old uint32)"}, {"class": "func", "name": "SwapUint64", "type": "func(addr *uint64, new uint64) (old uint64)"}, {"class": "func", "name": "SwapUintptr", "type": "func(addr *uintptr, new uintptr) (old uintptr)"}, {"class": "type", "name": "Value", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/sync/sync.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/sync/sync.json new file mode 100644 index 0000000..9a60594 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/sync/sync.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewCond", "type": "func(l sync.Locker) *sync.Cond"}, {"class": "type", "name": "Cond", "type": "struct"}, {"class": "type", "name": "Locker", "type": "interface"}, {"class": "type", "name": "Mutex", "type": "struct"}, {"class": "type", "name": "Once", "type": "struct"}, {"class": "type", "name": "Pool", "type": "struct"}, {"class": "type", "name": "RWMutex", "type": "struct"}, {"class": "type", "name": "WaitGroup", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/syscall/syscall.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/syscall/syscall.json new file mode 100644 index 0000000..515ab10 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/syscall/syscall.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "AF_APPLETALK", "type": ""}, {"class": "const", "name": "AF_CCITT", "type": ""}, {"class": "const", "name": "AF_CHAOS", "type": ""}, {"class": "const", "name": "AF_CNT", "type": ""}, {"class": "const", "name": "AF_COIP", "type": ""}, {"class": "const", "name": "AF_DATAKIT", "type": ""}, {"class": "const", "name": "AF_DECnet", "type": ""}, {"class": "const", "name": "AF_DLI", "type": ""}, {"class": "const", "name": "AF_E164", "type": ""}, {"class": "const", "name": "AF_ECMA", "type": ""}, {"class": "const", "name": "AF_HYLINK", "type": ""}, {"class": "const", "name": "AF_IEEE80211", "type": ""}, {"class": "const", "name": "AF_IMPLINK", "type": ""}, {"class": "const", "name": "AF_INET", "type": ""}, {"class": "const", "name": "AF_INET6", "type": ""}, {"class": "const", "name": "AF_IPX", "type": ""}, {"class": "const", "name": "AF_ISDN", "type": ""}, {"class": "const", "name": "AF_ISO", "type": ""}, {"class": "const", "name": "AF_LAT", "type": ""}, {"class": "const", "name": "AF_LINK", "type": ""}, {"class": "const", "name": "AF_LOCAL", "type": ""}, {"class": "const", "name": "AF_MAX", "type": ""}, {"class": "const", "name": "AF_NATM", "type": ""}, {"class": "const", "name": "AF_NDRV", "type": ""}, {"class": "const", "name": "AF_NETBIOS", "type": ""}, {"class": "const", "name": "AF_NS", "type": ""}, {"class": "const", "name": "AF_OSI", "type": ""}, {"class": "const", "name": "AF_PPP", "type": ""}, {"class": "const", "name": "AF_PUP", "type": ""}, {"class": "const", "name": "AF_RESERVED_36", "type": ""}, {"class": "const", "name": "AF_ROUTE", "type": ""}, {"class": "const", "name": "AF_SIP", "type": ""}, {"class": "const", "name": "AF_SNA", "type": ""}, {"class": "const", "name": "AF_SYSTEM", "type": ""}, {"class": "const", "name": "AF_UNIX", "type": ""}, {"class": "const", "name": "AF_UNSPEC", "type": ""}, {"class": "const", "name": "B0", "type": ""}, {"class": "const", "name": "B110", "type": ""}, {"class": "const", "name": "B115200", "type": ""}, {"class": "const", "name": "B1200", "type": ""}, {"class": "const", "name": "B134", "type": ""}, {"class": "const", "name": "B14400", "type": ""}, {"class": "const", "name": "B150", "type": ""}, {"class": "const", "name": "B1800", "type": ""}, {"class": "const", "name": "B19200", "type": ""}, {"class": "const", "name": "B200", "type": ""}, {"class": "const", "name": "B230400", "type": ""}, {"class": "const", "name": "B2400", "type": ""}, {"class": "const", "name": "B28800", "type": ""}, {"class": "const", "name": "B300", "type": ""}, {"class": "const", "name": "B38400", "type": ""}, {"class": "const", "name": "B4800", "type": ""}, {"class": "const", "name": "B50", "type": ""}, {"class": "const", "name": "B57600", "type": ""}, {"class": "const", "name": "B600", "type": ""}, {"class": "const", "name": "B7200", "type": ""}, {"class": "const", "name": "B75", "type": ""}, {"class": "const", "name": "B76800", "type": ""}, {"class": "const", "name": "B9600", "type": ""}, {"class": "const", "name": "BIOCFLUSH", "type": ""}, {"class": "const", "name": "BIOCGBLEN", "type": ""}, {"class": "const", "name": "BIOCGDLT", "type": ""}, {"class": "const", "name": "BIOCGDLTLIST", "type": ""}, {"class": "const", "name": "BIOCGETIF", "type": ""}, {"class": "const", "name": "BIOCGHDRCMPLT", "type": ""}, {"class": "const", "name": "BIOCGRSIG", "type": ""}, {"class": "const", "name": "BIOCGRTIMEOUT", "type": ""}, {"class": "const", "name": "BIOCGSEESENT", "type": ""}, {"class": "const", "name": "BIOCGSTATS", "type": ""}, {"class": "const", "name": "BIOCIMMEDIATE", "type": ""}, {"class": "const", "name": "BIOCPROMISC", "type": ""}, {"class": "const", "name": "BIOCSBLEN", "type": ""}, {"class": "const", "name": "BIOCSDLT", "type": ""}, {"class": "const", "name": "BIOCSETF", "type": ""}, {"class": "const", "name": "BIOCSETIF", "type": ""}, {"class": "const", "name": "BIOCSHDRCMPLT", "type": ""}, {"class": "const", "name": "BIOCSRSIG", "type": ""}, {"class": "const", "name": "BIOCSRTIMEOUT", "type": ""}, {"class": "const", "name": "BIOCSSEESENT", "type": ""}, {"class": "const", "name": "BIOCVERSION", "type": ""}, {"class": "const", "name": "BPF_A", "type": ""}, {"class": "const", "name": "BPF_ABS", "type": ""}, {"class": "const", "name": "BPF_ADD", "type": ""}, {"class": "const", "name": "BPF_ALIGNMENT", "type": ""}, {"class": "const", "name": "BPF_ALU", "type": ""}, {"class": "const", "name": "BPF_AND", "type": ""}, {"class": "const", "name": "BPF_B", "type": ""}, {"class": "const", "name": "BPF_DIV", "type": ""}, {"class": "const", "name": "BPF_H", "type": ""}, {"class": "const", "name": "BPF_IMM", "type": ""}, {"class": "const", "name": "BPF_IND", "type": ""}, {"class": "const", "name": "BPF_JA", "type": ""}, {"class": "const", "name": "BPF_JEQ", "type": ""}, {"class": "const", "name": "BPF_JGE", "type": ""}, {"class": "const", "name": "BPF_JGT", "type": ""}, {"class": "const", "name": "BPF_JMP", "type": ""}, {"class": "const", "name": "BPF_JSET", "type": ""}, {"class": "const", "name": "BPF_K", "type": ""}, {"class": "const", "name": "BPF_LD", "type": ""}, {"class": "const", "name": "BPF_LDX", "type": ""}, {"class": "const", "name": "BPF_LEN", "type": ""}, {"class": "const", "name": "BPF_LSH", "type": ""}, {"class": "const", "name": "BPF_MAJOR_VERSION", "type": ""}, {"class": "const", "name": "BPF_MAXBUFSIZE", "type": ""}, {"class": "const", "name": "BPF_MAXINSNS", "type": ""}, {"class": "const", "name": "BPF_MEM", "type": ""}, {"class": "const", "name": "BPF_MEMWORDS", "type": ""}, {"class": "const", "name": "BPF_MINBUFSIZE", "type": ""}, {"class": "const", "name": "BPF_MINOR_VERSION", "type": ""}, {"class": "const", "name": "BPF_MISC", "type": ""}, {"class": "const", "name": "BPF_MSH", "type": ""}, {"class": "const", "name": "BPF_MUL", "type": ""}, {"class": "const", "name": "BPF_NEG", "type": ""}, {"class": "const", "name": "BPF_OR", "type": ""}, {"class": "const", "name": "BPF_RELEASE", "type": ""}, {"class": "const", "name": "BPF_RET", "type": ""}, {"class": "const", "name": "BPF_RSH", "type": ""}, {"class": "const", "name": "BPF_ST", "type": ""}, {"class": "const", "name": "BPF_STX", "type": ""}, {"class": "const", "name": "BPF_SUB", "type": ""}, {"class": "const", "name": "BPF_TAX", "type": ""}, {"class": "const", "name": "BPF_TXA", "type": ""}, {"class": "const", "name": "BPF_W", "type": ""}, {"class": "const", "name": "BPF_X", "type": ""}, {"class": "const", "name": "BRKINT", "type": ""}, {"class": "const", "name": "CFLUSH", "type": ""}, {"class": "const", "name": "CLOCAL", "type": ""}, {"class": "const", "name": "CREAD", "type": ""}, {"class": "const", "name": "CS5", "type": ""}, {"class": "const", "name": "CS6", "type": ""}, {"class": "const", "name": "CS7", "type": ""}, {"class": "const", "name": "CS8", "type": ""}, {"class": "const", "name": "CSIZE", "type": ""}, {"class": "const", "name": "CSTART", "type": ""}, {"class": "const", "name": "CSTATUS", "type": ""}, {"class": "const", "name": "CSTOP", "type": ""}, {"class": "const", "name": "CSTOPB", "type": ""}, {"class": "const", "name": "CSUSP", "type": ""}, {"class": "const", "name": "CTL_MAXNAME", "type": ""}, {"class": "const", "name": "CTL_NET", "type": ""}, {"class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": ""}, {"class": "const", "name": "DLT_ARCNET", "type": ""}, {"class": "const", "name": "DLT_ATM_CLIP", "type": ""}, {"class": "const", "name": "DLT_ATM_RFC1483", "type": ""}, {"class": "const", "name": "DLT_AX25", "type": ""}, {"class": "const", "name": "DLT_CHAOS", "type": ""}, {"class": "const", "name": "DLT_CHDLC", "type": ""}, {"class": "const", "name": "DLT_C_HDLC", "type": ""}, {"class": "const", "name": "DLT_EN10MB", "type": ""}, {"class": "const", "name": "DLT_EN3MB", "type": ""}, {"class": "const", "name": "DLT_FDDI", "type": ""}, {"class": "const", "name": "DLT_IEEE802", "type": ""}, {"class": "const", "name": "DLT_IEEE802_11", "type": ""}, {"class": "const", "name": "DLT_IEEE802_11_RADIO", "type": ""}, {"class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": ""}, {"class": "const", "name": "DLT_LINUX_SLL", "type": ""}, {"class": "const", "name": "DLT_LOOP", "type": ""}, {"class": "const", "name": "DLT_NULL", "type": ""}, {"class": "const", "name": "DLT_PFLOG", "type": ""}, {"class": "const", "name": "DLT_PFSYNC", "type": ""}, {"class": "const", "name": "DLT_PPP", "type": ""}, {"class": "const", "name": "DLT_PPP_BSDOS", "type": ""}, {"class": "const", "name": "DLT_PPP_SERIAL", "type": ""}, {"class": "const", "name": "DLT_PRONET", "type": ""}, {"class": "const", "name": "DLT_RAW", "type": ""}, {"class": "const", "name": "DLT_SLIP", "type": ""}, {"class": "const", "name": "DLT_SLIP_BSDOS", "type": ""}, {"class": "const", "name": "DT_BLK", "type": ""}, {"class": "const", "name": "DT_CHR", "type": ""}, {"class": "const", "name": "DT_DIR", "type": ""}, {"class": "const", "name": "DT_FIFO", "type": ""}, {"class": "const", "name": "DT_LNK", "type": ""}, {"class": "const", "name": "DT_REG", "type": ""}, {"class": "const", "name": "DT_SOCK", "type": ""}, {"class": "const", "name": "DT_UNKNOWN", "type": ""}, {"class": "const", "name": "DT_WHT", "type": ""}, {"class": "const", "name": "E2BIG", "type": ""}, {"class": "const", "name": "EACCES", "type": ""}, {"class": "const", "name": "EADDRINUSE", "type": ""}, {"class": "const", "name": "EADDRNOTAVAIL", "type": ""}, {"class": "const", "name": "EAFNOSUPPORT", "type": ""}, {"class": "const", "name": "EAGAIN", "type": ""}, {"class": "const", "name": "EALREADY", "type": ""}, {"class": "const", "name": "EAUTH", "type": ""}, {"class": "const", "name": "EBADARCH", "type": ""}, {"class": "const", "name": "EBADEXEC", "type": ""}, {"class": "const", "name": "EBADF", "type": ""}, {"class": "const", "name": "EBADMACHO", "type": ""}, {"class": "const", "name": "EBADMSG", "type": ""}, {"class": "const", "name": "EBADRPC", "type": ""}, {"class": "const", "name": "EBUSY", "type": ""}, {"class": "const", "name": "ECANCELED", "type": ""}, {"class": "const", "name": "ECHILD", "type": ""}, {"class": "const", "name": "ECHO", "type": ""}, {"class": "const", "name": "ECHOCTL", "type": ""}, {"class": "const", "name": "ECHOE", "type": ""}, {"class": "const", "name": "ECHOK", "type": ""}, {"class": "const", "name": "ECHOKE", "type": ""}, {"class": "const", "name": "ECHONL", "type": ""}, {"class": "const", "name": "ECHOPRT", "type": ""}, {"class": "const", "name": "ECONNABORTED", "type": ""}, {"class": "const", "name": "ECONNREFUSED", "type": ""}, {"class": "const", "name": "ECONNRESET", "type": ""}, {"class": "const", "name": "EDEADLK", "type": ""}, {"class": "const", "name": "EDESTADDRREQ", "type": ""}, {"class": "const", "name": "EDEVERR", "type": ""}, {"class": "const", "name": "EDOM", "type": ""}, {"class": "const", "name": "EDQUOT", "type": ""}, {"class": "const", "name": "EEXIST", "type": ""}, {"class": "const", "name": "EFAULT", "type": ""}, {"class": "const", "name": "EFBIG", "type": ""}, {"class": "const", "name": "EFTYPE", "type": ""}, {"class": "const", "name": "EHOSTDOWN", "type": ""}, {"class": "const", "name": "EHOSTUNREACH", "type": ""}, {"class": "const", "name": "EIDRM", "type": ""}, {"class": "const", "name": "EILSEQ", "type": ""}, {"class": "const", "name": "EINPROGRESS", "type": ""}, {"class": "const", "name": "EINTR", "type": ""}, {"class": "const", "name": "EINVAL", "type": ""}, {"class": "const", "name": "EIO", "type": ""}, {"class": "const", "name": "EISCONN", "type": ""}, {"class": "const", "name": "EISDIR", "type": ""}, {"class": "const", "name": "ELAST", "type": ""}, {"class": "const", "name": "ELOOP", "type": ""}, {"class": "const", "name": "EMFILE", "type": ""}, {"class": "const", "name": "EMLINK", "type": ""}, {"class": "const", "name": "EMSGSIZE", "type": ""}, {"class": "const", "name": "EMULTIHOP", "type": ""}, {"class": "const", "name": "ENAMETOOLONG", "type": ""}, {"class": "const", "name": "ENEEDAUTH", "type": ""}, {"class": "const", "name": "ENETDOWN", "type": ""}, {"class": "const", "name": "ENETRESET", "type": ""}, {"class": "const", "name": "ENETUNREACH", "type": ""}, {"class": "const", "name": "ENFILE", "type": ""}, {"class": "const", "name": "ENOATTR", "type": ""}, {"class": "const", "name": "ENOBUFS", "type": ""}, {"class": "const", "name": "ENODATA", "type": ""}, {"class": "const", "name": "ENODEV", "type": ""}, {"class": "const", "name": "ENOENT", "type": ""}, {"class": "const", "name": "ENOEXEC", "type": ""}, {"class": "const", "name": "ENOLCK", "type": ""}, {"class": "const", "name": "ENOLINK", "type": ""}, {"class": "const", "name": "ENOMEM", "type": ""}, {"class": "const", "name": "ENOMSG", "type": ""}, {"class": "const", "name": "ENOPOLICY", "type": ""}, {"class": "const", "name": "ENOPROTOOPT", "type": ""}, {"class": "const", "name": "ENOSPC", "type": ""}, {"class": "const", "name": "ENOSR", "type": ""}, {"class": "const", "name": "ENOSTR", "type": ""}, {"class": "const", "name": "ENOSYS", "type": ""}, {"class": "const", "name": "ENOTBLK", "type": ""}, {"class": "const", "name": "ENOTCONN", "type": ""}, {"class": "const", "name": "ENOTDIR", "type": ""}, {"class": "const", "name": "ENOTEMPTY", "type": ""}, {"class": "const", "name": "ENOTRECOVERABLE", "type": ""}, {"class": "const", "name": "ENOTSOCK", "type": ""}, {"class": "const", "name": "ENOTSUP", "type": ""}, {"class": "const", "name": "ENOTTY", "type": ""}, {"class": "const", "name": "ENXIO", "type": ""}, {"class": "const", "name": "EOPNOTSUPP", "type": ""}, {"class": "const", "name": "EOVERFLOW", "type": ""}, {"class": "const", "name": "EOWNERDEAD", "type": ""}, {"class": "const", "name": "EPERM", "type": ""}, {"class": "const", "name": "EPFNOSUPPORT", "type": ""}, {"class": "const", "name": "EPIPE", "type": ""}, {"class": "const", "name": "EPROCLIM", "type": ""}, {"class": "const", "name": "EPROCUNAVAIL", "type": ""}, {"class": "const", "name": "EPROGMISMATCH", "type": ""}, {"class": "const", "name": "EPROGUNAVAIL", "type": ""}, {"class": "const", "name": "EPROTO", "type": ""}, {"class": "const", "name": "EPROTONOSUPPORT", "type": ""}, {"class": "const", "name": "EPROTOTYPE", "type": ""}, {"class": "const", "name": "EPWROFF", "type": ""}, {"class": "const", "name": "ERANGE", "type": ""}, {"class": "const", "name": "EREMOTE", "type": ""}, {"class": "const", "name": "EROFS", "type": ""}, {"class": "const", "name": "ERPCMISMATCH", "type": ""}, {"class": "const", "name": "ESHLIBVERS", "type": ""}, {"class": "const", "name": "ESHUTDOWN", "type": ""}, {"class": "const", "name": "ESOCKTNOSUPPORT", "type": ""}, {"class": "const", "name": "ESPIPE", "type": ""}, {"class": "const", "name": "ESRCH", "type": ""}, {"class": "const", "name": "ESTALE", "type": ""}, {"class": "const", "name": "ETIME", "type": ""}, {"class": "const", "name": "ETIMEDOUT", "type": ""}, {"class": "const", "name": "ETOOMANYREFS", "type": ""}, {"class": "const", "name": "ETXTBSY", "type": ""}, {"class": "const", "name": "EUSERS", "type": ""}, {"class": "const", "name": "EVFILT_AIO", "type": ""}, {"class": "const", "name": "EVFILT_FS", "type": ""}, {"class": "const", "name": "EVFILT_MACHPORT", "type": ""}, {"class": "const", "name": "EVFILT_PROC", "type": ""}, {"class": "const", "name": "EVFILT_READ", "type": ""}, {"class": "const", "name": "EVFILT_SIGNAL", "type": ""}, {"class": "const", "name": "EVFILT_SYSCOUNT", "type": ""}, {"class": "const", "name": "EVFILT_THREADMARKER", "type": ""}, {"class": "const", "name": "EVFILT_TIMER", "type": ""}, {"class": "const", "name": "EVFILT_USER", "type": ""}, {"class": "const", "name": "EVFILT_VM", "type": ""}, {"class": "const", "name": "EVFILT_VNODE", "type": ""}, {"class": "const", "name": "EVFILT_WRITE", "type": ""}, {"class": "const", "name": "EV_ADD", "type": ""}, {"class": "const", "name": "EV_CLEAR", "type": ""}, {"class": "const", "name": "EV_DELETE", "type": ""}, {"class": "const", "name": "EV_DISABLE", "type": ""}, {"class": "const", "name": "EV_DISPATCH", "type": ""}, {"class": "const", "name": "EV_ENABLE", "type": ""}, {"class": "const", "name": "EV_EOF", "type": ""}, {"class": "const", "name": "EV_ERROR", "type": ""}, {"class": "const", "name": "EV_FLAG0", "type": ""}, {"class": "const", "name": "EV_FLAG1", "type": ""}, {"class": "const", "name": "EV_ONESHOT", "type": ""}, {"class": "const", "name": "EV_OOBAND", "type": ""}, {"class": "const", "name": "EV_POLL", "type": ""}, {"class": "const", "name": "EV_RECEIPT", "type": ""}, {"class": "const", "name": "EV_SYSFLAGS", "type": ""}, {"class": "const", "name": "EWOULDBLOCK", "type": ""}, {"class": "const", "name": "EXDEV", "type": ""}, {"class": "const", "name": "EXTA", "type": ""}, {"class": "const", "name": "EXTB", "type": ""}, {"class": "const", "name": "EXTPROC", "type": ""}, {"class": "const", "name": "FD_CLOEXEC", "type": ""}, {"class": "const", "name": "FD_SETSIZE", "type": ""}, {"class": "const", "name": "FLUSHO", "type": ""}, {"class": "const", "name": "F_ADDFILESIGS", "type": ""}, {"class": "const", "name": "F_ADDSIGS", "type": ""}, {"class": "const", "name": "F_ALLOCATEALL", "type": ""}, {"class": "const", "name": "F_ALLOCATECONTIG", "type": ""}, {"class": "const", "name": "F_CHKCLEAN", "type": ""}, {"class": "const", "name": "F_DUPFD", "type": ""}, {"class": "const", "name": "F_DUPFD_CLOEXEC", "type": ""}, {"class": "const", "name": "F_FLUSH_DATA", "type": ""}, {"class": "const", "name": "F_FREEZE_FS", "type": ""}, {"class": "const", "name": "F_FULLFSYNC", "type": ""}, {"class": "const", "name": "F_GETFD", "type": ""}, {"class": "const", "name": "F_GETFL", "type": ""}, {"class": "const", "name": "F_GETLK", "type": ""}, {"class": "const", "name": "F_GETLKPID", "type": ""}, {"class": "const", "name": "F_GETNOSIGPIPE", "type": ""}, {"class": "const", "name": "F_GETOWN", "type": ""}, {"class": "const", "name": "F_GETPATH", "type": ""}, {"class": "const", "name": "F_GETPATH_MTMINFO", "type": ""}, {"class": "const", "name": "F_GETPROTECTIONCLASS", "type": ""}, {"class": "const", "name": "F_GLOBAL_NOCACHE", "type": ""}, {"class": "const", "name": "F_LOG2PHYS", "type": ""}, {"class": "const", "name": "F_LOG2PHYS_EXT", "type": ""}, {"class": "const", "name": "F_MARKDEPENDENCY", "type": ""}, {"class": "const", "name": "F_NOCACHE", "type": ""}, {"class": "const", "name": "F_NODIRECT", "type": ""}, {"class": "const", "name": "F_OK", "type": ""}, {"class": "const", "name": "F_PATHPKG_CHECK", "type": ""}, {"class": "const", "name": "F_PEOFPOSMODE", "type": ""}, {"class": "const", "name": "F_PREALLOCATE", "type": ""}, {"class": "const", "name": "F_RDADVISE", "type": ""}, {"class": "const", "name": "F_RDAHEAD", "type": ""}, {"class": "const", "name": "F_RDLCK", "type": ""}, {"class": "const", "name": "F_READBOOTSTRAP", "type": ""}, {"class": "const", "name": "F_SETBACKINGSTORE", "type": ""}, {"class": "const", "name": "F_SETFD", "type": ""}, {"class": "const", "name": "F_SETFL", "type": ""}, {"class": "const", "name": "F_SETLK", "type": ""}, {"class": "const", "name": "F_SETLKW", "type": ""}, {"class": "const", "name": "F_SETNOSIGPIPE", "type": ""}, {"class": "const", "name": "F_SETOWN", "type": ""}, {"class": "const", "name": "F_SETPROTECTIONCLASS", "type": ""}, {"class": "const", "name": "F_SETSIZE", "type": ""}, {"class": "const", "name": "F_THAW_FS", "type": ""}, {"class": "const", "name": "F_UNLCK", "type": ""}, {"class": "const", "name": "F_VOLPOSMODE", "type": ""}, {"class": "const", "name": "F_WRITEBOOTSTRAP", "type": ""}, {"class": "const", "name": "F_WRLCK", "type": ""}, {"class": "const", "name": "HUPCL", "type": ""}, {"class": "const", "name": "ICANON", "type": ""}, {"class": "const", "name": "ICMP6_FILTER", "type": ""}, {"class": "const", "name": "ICRNL", "type": ""}, {"class": "const", "name": "IEXTEN", "type": ""}, {"class": "const", "name": "IFF_ALLMULTI", "type": ""}, {"class": "const", "name": "IFF_ALTPHYS", "type": ""}, {"class": "const", "name": "IFF_BROADCAST", "type": ""}, {"class": "const", "name": "IFF_DEBUG", "type": ""}, {"class": "const", "name": "IFF_LINK0", "type": ""}, {"class": "const", "name": "IFF_LINK1", "type": ""}, {"class": "const", "name": "IFF_LINK2", "type": ""}, {"class": "const", "name": "IFF_LOOPBACK", "type": ""}, {"class": "const", "name": "IFF_MULTICAST", "type": ""}, {"class": "const", "name": "IFF_NOARP", "type": ""}, {"class": "const", "name": "IFF_NOTRAILERS", "type": ""}, {"class": "const", "name": "IFF_OACTIVE", "type": ""}, {"class": "const", "name": "IFF_POINTOPOINT", "type": ""}, {"class": "const", "name": "IFF_PROMISC", "type": ""}, {"class": "const", "name": "IFF_RUNNING", "type": ""}, {"class": "const", "name": "IFF_SIMPLEX", "type": ""}, {"class": "const", "name": "IFF_UP", "type": ""}, {"class": "const", "name": "IFNAMSIZ", "type": ""}, {"class": "const", "name": "IFT_1822", "type": ""}, {"class": "const", "name": "IFT_AAL5", "type": ""}, {"class": "const", "name": "IFT_ARCNET", "type": ""}, {"class": "const", "name": "IFT_ARCNETPLUS", "type": ""}, {"class": "const", "name": "IFT_ATM", "type": ""}, {"class": "const", "name": "IFT_BRIDGE", "type": ""}, {"class": "const", "name": "IFT_CARP", "type": ""}, {"class": "const", "name": "IFT_CELLULAR", "type": ""}, {"class": "const", "name": "IFT_CEPT", "type": ""}, {"class": "const", "name": "IFT_DS3", "type": ""}, {"class": "const", "name": "IFT_ENC", "type": ""}, {"class": "const", "name": "IFT_EON", "type": ""}, {"class": "const", "name": "IFT_ETHER", "type": ""}, {"class": "const", "name": "IFT_FAITH", "type": ""}, {"class": "const", "name": "IFT_FDDI", "type": ""}, {"class": "const", "name": "IFT_FRELAY", "type": ""}, {"class": "const", "name": "IFT_FRELAYDCE", "type": ""}, {"class": "const", "name": "IFT_GIF", "type": ""}, {"class": "const", "name": "IFT_HDH1822", "type": ""}, {"class": "const", "name": "IFT_HIPPI", "type": ""}, {"class": "const", "name": "IFT_HSSI", "type": ""}, {"class": "const", "name": "IFT_HY", "type": ""}, {"class": "const", "name": "IFT_IEEE1394", "type": ""}, {"class": "const", "name": "IFT_IEEE8023ADLAG", "type": ""}, {"class": "const", "name": "IFT_ISDNBASIC", "type": ""}, {"class": "const", "name": "IFT_ISDNPRIMARY", "type": ""}, {"class": "const", "name": "IFT_ISO88022LLC", "type": ""}, {"class": "const", "name": "IFT_ISO88023", "type": ""}, {"class": "const", "name": "IFT_ISO88024", "type": ""}, {"class": "const", "name": "IFT_ISO88025", "type": ""}, {"class": "const", "name": "IFT_ISO88026", "type": ""}, {"class": "const", "name": "IFT_L2VLAN", "type": ""}, {"class": "const", "name": "IFT_LAPB", "type": ""}, {"class": "const", "name": "IFT_LOCALTALK", "type": ""}, {"class": "const", "name": "IFT_LOOP", "type": ""}, {"class": "const", "name": "IFT_MIOX25", "type": ""}, {"class": "const", "name": "IFT_MODEM", "type": ""}, {"class": "const", "name": "IFT_NSIP", "type": ""}, {"class": "const", "name": "IFT_OTHER", "type": ""}, {"class": "const", "name": "IFT_P10", "type": ""}, {"class": "const", "name": "IFT_P80", "type": ""}, {"class": "const", "name": "IFT_PARA", "type": ""}, {"class": "const", "name": "IFT_PDP", "type": ""}, {"class": "const", "name": "IFT_PFLOG", "type": ""}, {"class": "const", "name": "IFT_PFSYNC", "type": ""}, {"class": "const", "name": "IFT_PPP", "type": ""}, {"class": "const", "name": "IFT_PROPMUX", "type": ""}, {"class": "const", "name": "IFT_PROPVIRTUAL", "type": ""}, {"class": "const", "name": "IFT_PTPSERIAL", "type": ""}, {"class": "const", "name": "IFT_RS232", "type": ""}, {"class": "const", "name": "IFT_SDLC", "type": ""}, {"class": "const", "name": "IFT_SIP", "type": ""}, {"class": "const", "name": "IFT_SLIP", "type": ""}, {"class": "const", "name": "IFT_SMDSDXI", "type": ""}, {"class": "const", "name": "IFT_SMDSICIP", "type": ""}, {"class": "const", "name": "IFT_SONET", "type": ""}, {"class": "const", "name": "IFT_SONETPATH", "type": ""}, {"class": "const", "name": "IFT_SONETVT", "type": ""}, {"class": "const", "name": "IFT_STARLAN", "type": ""}, {"class": "const", "name": "IFT_STF", "type": ""}, {"class": "const", "name": "IFT_T1", "type": ""}, {"class": "const", "name": "IFT_ULTRA", "type": ""}, {"class": "const", "name": "IFT_V35", "type": ""}, {"class": "const", "name": "IFT_X25", "type": ""}, {"class": "const", "name": "IFT_X25DDN", "type": ""}, {"class": "const", "name": "IFT_X25PLE", "type": ""}, {"class": "const", "name": "IFT_XETHER", "type": ""}, {"class": "const", "name": "IGNBRK", "type": ""}, {"class": "const", "name": "IGNCR", "type": ""}, {"class": "const", "name": "IGNPAR", "type": ""}, {"class": "const", "name": "IMAXBEL", "type": ""}, {"class": "const", "name": "INLCR", "type": ""}, {"class": "const", "name": "INPCK", "type": ""}, {"class": "const", "name": "IN_CLASSA_HOST", "type": ""}, {"class": "const", "name": "IN_CLASSA_MAX", "type": ""}, {"class": "const", "name": "IN_CLASSA_NET", "type": ""}, {"class": "const", "name": "IN_CLASSA_NSHIFT", "type": ""}, {"class": "const", "name": "IN_CLASSB_HOST", "type": ""}, {"class": "const", "name": "IN_CLASSB_MAX", "type": ""}, {"class": "const", "name": "IN_CLASSB_NET", "type": ""}, {"class": "const", "name": "IN_CLASSB_NSHIFT", "type": ""}, {"class": "const", "name": "IN_CLASSC_HOST", "type": ""}, {"class": "const", "name": "IN_CLASSC_NET", "type": ""}, {"class": "const", "name": "IN_CLASSC_NSHIFT", "type": ""}, {"class": "const", "name": "IN_CLASSD_HOST", "type": ""}, {"class": "const", "name": "IN_CLASSD_NET", "type": ""}, {"class": "const", "name": "IN_CLASSD_NSHIFT", "type": ""}, {"class": "const", "name": "IN_LINKLOCALNETNUM", "type": ""}, {"class": "const", "name": "IN_LOOPBACKNET", "type": ""}, {"class": "const", "name": "IPPROTO_3PC", "type": ""}, {"class": "const", "name": "IPPROTO_ADFS", "type": ""}, {"class": "const", "name": "IPPROTO_AH", "type": ""}, {"class": "const", "name": "IPPROTO_AHIP", "type": ""}, {"class": "const", "name": "IPPROTO_APES", "type": ""}, {"class": "const", "name": "IPPROTO_ARGUS", "type": ""}, {"class": "const", "name": "IPPROTO_AX25", "type": ""}, {"class": "const", "name": "IPPROTO_BHA", "type": ""}, {"class": "const", "name": "IPPROTO_BLT", "type": ""}, {"class": "const", "name": "IPPROTO_BRSATMON", "type": ""}, {"class": "const", "name": "IPPROTO_CFTP", "type": ""}, {"class": "const", "name": "IPPROTO_CHAOS", "type": ""}, {"class": "const", "name": "IPPROTO_CMTP", "type": ""}, {"class": "const", "name": "IPPROTO_CPHB", "type": ""}, {"class": "const", "name": "IPPROTO_CPNX", "type": ""}, {"class": "const", "name": "IPPROTO_DDP", "type": ""}, {"class": "const", "name": "IPPROTO_DGP", "type": ""}, {"class": "const", "name": "IPPROTO_DIVERT", "type": ""}, {"class": "const", "name": "IPPROTO_DONE", "type": ""}, {"class": "const", "name": "IPPROTO_DSTOPTS", "type": ""}, {"class": "const", "name": "IPPROTO_EGP", "type": ""}, {"class": "const", "name": "IPPROTO_EMCON", "type": ""}, {"class": "const", "name": "IPPROTO_ENCAP", "type": ""}, {"class": "const", "name": "IPPROTO_EON", "type": ""}, {"class": "const", "name": "IPPROTO_ESP", "type": ""}, {"class": "const", "name": "IPPROTO_ETHERIP", "type": ""}, {"class": "const", "name": "IPPROTO_FRAGMENT", "type": ""}, {"class": "const", "name": "IPPROTO_GGP", "type": ""}, {"class": "const", "name": "IPPROTO_GMTP", "type": ""}, {"class": "const", "name": "IPPROTO_GRE", "type": ""}, {"class": "const", "name": "IPPROTO_HELLO", "type": ""}, {"class": "const", "name": "IPPROTO_HMP", "type": ""}, {"class": "const", "name": "IPPROTO_HOPOPTS", "type": ""}, {"class": "const", "name": "IPPROTO_ICMP", "type": ""}, {"class": "const", "name": "IPPROTO_ICMPV6", "type": ""}, {"class": "const", "name": "IPPROTO_IDP", "type": ""}, {"class": "const", "name": "IPPROTO_IDPR", "type": ""}, {"class": "const", "name": "IPPROTO_IDRP", "type": ""}, {"class": "const", "name": "IPPROTO_IGMP", "type": ""}, {"class": "const", "name": "IPPROTO_IGP", "type": ""}, {"class": "const", "name": "IPPROTO_IGRP", "type": ""}, {"class": "const", "name": "IPPROTO_IL", "type": ""}, {"class": "const", "name": "IPPROTO_INLSP", "type": ""}, {"class": "const", "name": "IPPROTO_INP", "type": ""}, {"class": "const", "name": "IPPROTO_IP", "type": ""}, {"class": "const", "name": "IPPROTO_IPCOMP", "type": ""}, {"class": "const", "name": "IPPROTO_IPCV", "type": ""}, {"class": "const", "name": "IPPROTO_IPEIP", "type": ""}, {"class": "const", "name": "IPPROTO_IPIP", "type": ""}, {"class": "const", "name": "IPPROTO_IPPC", "type": ""}, {"class": "const", "name": "IPPROTO_IPV4", "type": ""}, {"class": "const", "name": "IPPROTO_IPV6", "type": ""}, {"class": "const", "name": "IPPROTO_IRTP", "type": ""}, {"class": "const", "name": "IPPROTO_KRYPTOLAN", "type": ""}, {"class": "const", "name": "IPPROTO_LARP", "type": ""}, {"class": "const", "name": "IPPROTO_LEAF1", "type": ""}, {"class": "const", "name": "IPPROTO_LEAF2", "type": ""}, {"class": "const", "name": "IPPROTO_MAX", "type": ""}, {"class": "const", "name": "IPPROTO_MAXID", "type": ""}, {"class": "const", "name": "IPPROTO_MEAS", "type": ""}, {"class": "const", "name": "IPPROTO_MHRP", "type": ""}, {"class": "const", "name": "IPPROTO_MICP", "type": ""}, {"class": "const", "name": "IPPROTO_MTP", "type": ""}, {"class": "const", "name": "IPPROTO_MUX", "type": ""}, {"class": "const", "name": "IPPROTO_ND", "type": ""}, {"class": "const", "name": "IPPROTO_NHRP", "type": ""}, {"class": "const", "name": "IPPROTO_NONE", "type": ""}, {"class": "const", "name": "IPPROTO_NSP", "type": ""}, {"class": "const", "name": "IPPROTO_NVPII", "type": ""}, {"class": "const", "name": "IPPROTO_OSPFIGP", "type": ""}, {"class": "const", "name": "IPPROTO_PGM", "type": ""}, {"class": "const", "name": "IPPROTO_PIGP", "type": ""}, {"class": "const", "name": "IPPROTO_PIM", "type": ""}, {"class": "const", "name": "IPPROTO_PRM", "type": ""}, {"class": "const", "name": "IPPROTO_PUP", "type": ""}, {"class": "const", "name": "IPPROTO_PVP", "type": ""}, {"class": "const", "name": "IPPROTO_RAW", "type": ""}, {"class": "const", "name": "IPPROTO_RCCMON", "type": ""}, {"class": "const", "name": "IPPROTO_RDP", "type": ""}, {"class": "const", "name": "IPPROTO_ROUTING", "type": ""}, {"class": "const", "name": "IPPROTO_RSVP", "type": ""}, {"class": "const", "name": "IPPROTO_RVD", "type": ""}, {"class": "const", "name": "IPPROTO_SATEXPAK", "type": ""}, {"class": "const", "name": "IPPROTO_SATMON", "type": ""}, {"class": "const", "name": "IPPROTO_SCCSP", "type": ""}, {"class": "const", "name": "IPPROTO_SCTP", "type": ""}, {"class": "const", "name": "IPPROTO_SDRP", "type": ""}, {"class": "const", "name": "IPPROTO_SEP", "type": ""}, {"class": "const", "name": "IPPROTO_SRPC", "type": ""}, {"class": "const", "name": "IPPROTO_ST", "type": ""}, {"class": "const", "name": "IPPROTO_SVMTP", "type": ""}, {"class": "const", "name": "IPPROTO_SWIPE", "type": ""}, {"class": "const", "name": "IPPROTO_TCF", "type": ""}, {"class": "const", "name": "IPPROTO_TCP", "type": ""}, {"class": "const", "name": "IPPROTO_TP", "type": ""}, {"class": "const", "name": "IPPROTO_TPXX", "type": ""}, {"class": "const", "name": "IPPROTO_TRUNK1", "type": ""}, {"class": "const", "name": "IPPROTO_TRUNK2", "type": ""}, {"class": "const", "name": "IPPROTO_TTP", "type": ""}, {"class": "const", "name": "IPPROTO_UDP", "type": ""}, {"class": "const", "name": "IPPROTO_VINES", "type": ""}, {"class": "const", "name": "IPPROTO_VISA", "type": ""}, {"class": "const", "name": "IPPROTO_VMTP", "type": ""}, {"class": "const", "name": "IPPROTO_WBEXPAK", "type": ""}, {"class": "const", "name": "IPPROTO_WBMON", "type": ""}, {"class": "const", "name": "IPPROTO_WSN", "type": ""}, {"class": "const", "name": "IPPROTO_XNET", "type": ""}, {"class": "const", "name": "IPPROTO_XTP", "type": ""}, {"class": "const", "name": "IPV6_2292DSTOPTS", "type": ""}, {"class": "const", "name": "IPV6_2292HOPLIMIT", "type": ""}, {"class": "const", "name": "IPV6_2292HOPOPTS", "type": ""}, {"class": "const", "name": "IPV6_2292NEXTHOP", "type": ""}, {"class": "const", "name": "IPV6_2292PKTINFO", "type": ""}, {"class": "const", "name": "IPV6_2292PKTOPTIONS", "type": ""}, {"class": "const", "name": "IPV6_2292RTHDR", "type": ""}, {"class": "const", "name": "IPV6_BINDV6ONLY", "type": ""}, {"class": "const", "name": "IPV6_BOUND_IF", "type": ""}, {"class": "const", "name": "IPV6_CHECKSUM", "type": ""}, {"class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": ""}, {"class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": ""}, {"class": "const", "name": "IPV6_DEFHLIM", "type": ""}, {"class": "const", "name": "IPV6_FAITH", "type": ""}, {"class": "const", "name": "IPV6_FLOWINFO_MASK", "type": ""}, {"class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": ""}, {"class": "const", "name": "IPV6_FRAGTTL", "type": ""}, {"class": "const", "name": "IPV6_FW_ADD", "type": ""}, {"class": "const", "name": "IPV6_FW_DEL", "type": ""}, {"class": "const", "name": "IPV6_FW_FLUSH", "type": ""}, {"class": "const", "name": "IPV6_FW_GET", "type": ""}, {"class": "const", "name": "IPV6_FW_ZERO", "type": ""}, {"class": "const", "name": "IPV6_HLIMDEC", "type": ""}, {"class": "const", "name": "IPV6_IPSEC_POLICY", "type": ""}, {"class": "const", "name": "IPV6_JOIN_GROUP", "type": ""}, {"class": "const", "name": "IPV6_LEAVE_GROUP", "type": ""}, {"class": "const", "name": "IPV6_MAXHLIM", "type": ""}, {"class": "const", "name": "IPV6_MAXOPTHDR", "type": ""}, {"class": "const", "name": "IPV6_MAXPACKET", "type": ""}, {"class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": ""}, {"class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": ""}, {"class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": ""}, {"class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": ""}, {"class": "const", "name": "IPV6_MMTU", "type": ""}, {"class": "const", "name": "IPV6_MULTICAST_HOPS", "type": ""}, {"class": "const", "name": "IPV6_MULTICAST_IF", "type": ""}, {"class": "const", "name": "IPV6_MULTICAST_LOOP", "type": ""}, {"class": "const", "name": "IPV6_PORTRANGE", "type": ""}, {"class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": ""}, {"class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": ""}, {"class": "const", "name": "IPV6_PORTRANGE_LOW", "type": ""}, {"class": "const", "name": "IPV6_RECVTCLASS", "type": ""}, {"class": "const", "name": "IPV6_RTHDR_LOOSE", "type": ""}, {"class": "const", "name": "IPV6_RTHDR_STRICT", "type": ""}, {"class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": ""}, {"class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": ""}, {"class": "const", "name": "IPV6_TCLASS", "type": ""}, {"class": "const", "name": "IPV6_UNICAST_HOPS", "type": ""}, {"class": "const", "name": "IPV6_V6ONLY", "type": ""}, {"class": "const", "name": "IPV6_VERSION", "type": ""}, {"class": "const", "name": "IPV6_VERSION_MASK", "type": ""}, {"class": "const", "name": "IP_ADD_MEMBERSHIP", "type": ""}, {"class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": ""}, {"class": "const", "name": "IP_BLOCK_SOURCE", "type": ""}, {"class": "const", "name": "IP_BOUND_IF", "type": ""}, {"class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": ""}, {"class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": ""}, {"class": "const", "name": "IP_DF", "type": ""}, {"class": "const", "name": "IP_DROP_MEMBERSHIP", "type": ""}, {"class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": ""}, {"class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": ""}, {"class": "const", "name": "IP_DUMMYNET_DEL", "type": ""}, {"class": "const", "name": "IP_DUMMYNET_FLUSH", "type": ""}, {"class": "const", "name": "IP_DUMMYNET_GET", "type": ""}, {"class": "const", "name": "IP_FAITH", "type": ""}, {"class": "const", "name": "IP_FW_ADD", "type": ""}, {"class": "const", "name": "IP_FW_DEL", "type": ""}, {"class": "const", "name": "IP_FW_FLUSH", "type": ""}, {"class": "const", "name": "IP_FW_GET", "type": ""}, {"class": "const", "name": "IP_FW_RESETLOG", "type": ""}, {"class": "const", "name": "IP_FW_ZERO", "type": ""}, {"class": "const", "name": "IP_HDRINCL", "type": ""}, {"class": "const", "name": "IP_IPSEC_POLICY", "type": ""}, {"class": "const", "name": "IP_MAXPACKET", "type": ""}, {"class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": ""}, {"class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": ""}, {"class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": ""}, {"class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": ""}, {"class": "const", "name": "IP_MF", "type": ""}, {"class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": ""}, {"class": "const", "name": "IP_MSFILTER", "type": ""}, {"class": "const", "name": "IP_MSS", "type": ""}, {"class": "const", "name": "IP_MULTICAST_IF", "type": ""}, {"class": "const", "name": "IP_MULTICAST_IFINDEX", "type": ""}, {"class": "const", "name": "IP_MULTICAST_LOOP", "type": ""}, {"class": "const", "name": "IP_MULTICAST_TTL", "type": ""}, {"class": "const", "name": "IP_MULTICAST_VIF", "type": ""}, {"class": "const", "name": "IP_NAT__XXX", "type": ""}, {"class": "const", "name": "IP_OFFMASK", "type": ""}, {"class": "const", "name": "IP_OLD_FW_ADD", "type": ""}, {"class": "const", "name": "IP_OLD_FW_DEL", "type": ""}, {"class": "const", "name": "IP_OLD_FW_FLUSH", "type": ""}, {"class": "const", "name": "IP_OLD_FW_GET", "type": ""}, {"class": "const", "name": "IP_OLD_FW_RESETLOG", "type": ""}, {"class": "const", "name": "IP_OLD_FW_ZERO", "type": ""}, {"class": "const", "name": "IP_OPTIONS", "type": ""}, {"class": "const", "name": "IP_PKTINFO", "type": ""}, {"class": "const", "name": "IP_PORTRANGE", "type": ""}, {"class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": ""}, {"class": "const", "name": "IP_PORTRANGE_HIGH", "type": ""}, {"class": "const", "name": "IP_PORTRANGE_LOW", "type": ""}, {"class": "const", "name": "IP_RECVDSTADDR", "type": ""}, {"class": "const", "name": "IP_RECVIF", "type": ""}, {"class": "const", "name": "IP_RECVOPTS", "type": ""}, {"class": "const", "name": "IP_RECVPKTINFO", "type": ""}, {"class": "const", "name": "IP_RECVRETOPTS", "type": ""}, {"class": "const", "name": "IP_RECVTTL", "type": ""}, {"class": "const", "name": "IP_RETOPTS", "type": ""}, {"class": "const", "name": "IP_RF", "type": ""}, {"class": "const", "name": "IP_RSVP_OFF", "type": ""}, {"class": "const", "name": "IP_RSVP_ON", "type": ""}, {"class": "const", "name": "IP_RSVP_VIF_OFF", "type": ""}, {"class": "const", "name": "IP_RSVP_VIF_ON", "type": ""}, {"class": "const", "name": "IP_STRIPHDR", "type": ""}, {"class": "const", "name": "IP_TOS", "type": ""}, {"class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": ""}, {"class": "const", "name": "IP_TTL", "type": ""}, {"class": "const", "name": "IP_UNBLOCK_SOURCE", "type": ""}, {"class": "const", "name": "ISIG", "type": ""}, {"class": "const", "name": "ISTRIP", "type": ""}, {"class": "const", "name": "IUTF8", "type": ""}, {"class": "const", "name": "IXANY", "type": ""}, {"class": "const", "name": "IXOFF", "type": ""}, {"class": "const", "name": "IXON", "type": ""}, {"class": "const", "name": "ImplementsGetwd", "type": ""}, {"class": "const", "name": "LOCK_EX", "type": ""}, {"class": "const", "name": "LOCK_NB", "type": ""}, {"class": "const", "name": "LOCK_SH", "type": ""}, {"class": "const", "name": "LOCK_UN", "type": ""}, {"class": "const", "name": "MADV_CAN_REUSE", "type": ""}, {"class": "const", "name": "MADV_DONTNEED", "type": ""}, {"class": "const", "name": "MADV_FREE", "type": ""}, {"class": "const", "name": "MADV_FREE_REUSABLE", "type": ""}, {"class": "const", "name": "MADV_FREE_REUSE", "type": ""}, {"class": "const", "name": "MADV_NORMAL", "type": ""}, {"class": "const", "name": "MADV_RANDOM", "type": ""}, {"class": "const", "name": "MADV_SEQUENTIAL", "type": ""}, {"class": "const", "name": "MADV_WILLNEED", "type": ""}, {"class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": ""}, {"class": "const", "name": "MAP_ANON", "type": ""}, {"class": "const", "name": "MAP_COPY", "type": ""}, {"class": "const", "name": "MAP_FILE", "type": ""}, {"class": "const", "name": "MAP_FIXED", "type": ""}, {"class": "const", "name": "MAP_HASSEMAPHORE", "type": ""}, {"class": "const", "name": "MAP_JIT", "type": ""}, {"class": "const", "name": "MAP_NOCACHE", "type": ""}, {"class": "const", "name": "MAP_NOEXTEND", "type": ""}, {"class": "const", "name": "MAP_NORESERVE", "type": ""}, {"class": "const", "name": "MAP_PRIVATE", "type": ""}, {"class": "const", "name": "MAP_RENAME", "type": ""}, {"class": "const", "name": "MAP_RESERVED0080", "type": ""}, {"class": "const", "name": "MAP_SHARED", "type": ""}, {"class": "const", "name": "MCL_CURRENT", "type": ""}, {"class": "const", "name": "MCL_FUTURE", "type": ""}, {"class": "const", "name": "MSG_CTRUNC", "type": ""}, {"class": "const", "name": "MSG_DONTROUTE", "type": ""}, {"class": "const", "name": "MSG_DONTWAIT", "type": ""}, {"class": "const", "name": "MSG_EOF", "type": ""}, {"class": "const", "name": "MSG_EOR", "type": ""}, {"class": "const", "name": "MSG_FLUSH", "type": ""}, {"class": "const", "name": "MSG_HAVEMORE", "type": ""}, {"class": "const", "name": "MSG_HOLD", "type": ""}, {"class": "const", "name": "MSG_NEEDSA", "type": ""}, {"class": "const", "name": "MSG_OOB", "type": ""}, {"class": "const", "name": "MSG_PEEK", "type": ""}, {"class": "const", "name": "MSG_RCVMORE", "type": ""}, {"class": "const", "name": "MSG_SEND", "type": ""}, {"class": "const", "name": "MSG_TRUNC", "type": ""}, {"class": "const", "name": "MSG_WAITALL", "type": ""}, {"class": "const", "name": "MSG_WAITSTREAM", "type": ""}, {"class": "const", "name": "MS_ASYNC", "type": ""}, {"class": "const", "name": "MS_DEACTIVATE", "type": ""}, {"class": "const", "name": "MS_INVALIDATE", "type": ""}, {"class": "const", "name": "MS_KILLPAGES", "type": ""}, {"class": "const", "name": "MS_SYNC", "type": ""}, {"class": "const", "name": "NAME_MAX", "type": ""}, {"class": "const", "name": "NET_RT_DUMP", "type": ""}, {"class": "const", "name": "NET_RT_DUMP2", "type": ""}, {"class": "const", "name": "NET_RT_FLAGS", "type": ""}, {"class": "const", "name": "NET_RT_IFLIST", "type": ""}, {"class": "const", "name": "NET_RT_IFLIST2", "type": ""}, {"class": "const", "name": "NET_RT_MAXID", "type": ""}, {"class": "const", "name": "NET_RT_STAT", "type": ""}, {"class": "const", "name": "NET_RT_TRASH", "type": ""}, {"class": "const", "name": "NOFLSH", "type": ""}, {"class": "const", "name": "NOTE_ABSOLUTE", "type": ""}, {"class": "const", "name": "NOTE_ATTRIB", "type": ""}, {"class": "const", "name": "NOTE_CHILD", "type": ""}, {"class": "const", "name": "NOTE_DELETE", "type": ""}, {"class": "const", "name": "NOTE_EXEC", "type": ""}, {"class": "const", "name": "NOTE_EXIT", "type": ""}, {"class": "const", "name": "NOTE_EXITSTATUS", "type": ""}, {"class": "const", "name": "NOTE_EXTEND", "type": ""}, {"class": "const", "name": "NOTE_FFAND", "type": ""}, {"class": "const", "name": "NOTE_FFCOPY", "type": ""}, {"class": "const", "name": "NOTE_FFCTRLMASK", "type": ""}, {"class": "const", "name": "NOTE_FFLAGSMASK", "type": ""}, {"class": "const", "name": "NOTE_FFNOP", "type": ""}, {"class": "const", "name": "NOTE_FFOR", "type": ""}, {"class": "const", "name": "NOTE_FORK", "type": ""}, {"class": "const", "name": "NOTE_LINK", "type": ""}, {"class": "const", "name": "NOTE_LOWAT", "type": ""}, {"class": "const", "name": "NOTE_NONE", "type": ""}, {"class": "const", "name": "NOTE_NSECONDS", "type": ""}, {"class": "const", "name": "NOTE_PCTRLMASK", "type": ""}, {"class": "const", "name": "NOTE_PDATAMASK", "type": ""}, {"class": "const", "name": "NOTE_REAP", "type": ""}, {"class": "const", "name": "NOTE_RENAME", "type": ""}, {"class": "const", "name": "NOTE_RESOURCEEND", "type": ""}, {"class": "const", "name": "NOTE_REVOKE", "type": ""}, {"class": "const", "name": "NOTE_SECONDS", "type": ""}, {"class": "const", "name": "NOTE_SIGNAL", "type": ""}, {"class": "const", "name": "NOTE_TRACK", "type": ""}, {"class": "const", "name": "NOTE_TRACKERR", "type": ""}, {"class": "const", "name": "NOTE_TRIGGER", "type": ""}, {"class": "const", "name": "NOTE_USECONDS", "type": ""}, {"class": "const", "name": "NOTE_VM_ERROR", "type": ""}, {"class": "const", "name": "NOTE_VM_PRESSURE", "type": ""}, {"class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": ""}, {"class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": ""}, {"class": "const", "name": "NOTE_WRITE", "type": ""}, {"class": "const", "name": "OCRNL", "type": ""}, {"class": "const", "name": "OFDEL", "type": ""}, {"class": "const", "name": "OFILL", "type": ""}, {"class": "const", "name": "ONLCR", "type": ""}, {"class": "const", "name": "ONLRET", "type": ""}, {"class": "const", "name": "ONOCR", "type": ""}, {"class": "const", "name": "ONOEOT", "type": ""}, {"class": "const", "name": "OPOST", "type": ""}, {"class": "const", "name": "O_ACCMODE", "type": ""}, {"class": "const", "name": "O_ALERT", "type": ""}, {"class": "const", "name": "O_APPEND", "type": ""}, {"class": "const", "name": "O_ASYNC", "type": ""}, {"class": "const", "name": "O_CLOEXEC", "type": ""}, {"class": "const", "name": "O_CREAT", "type": ""}, {"class": "const", "name": "O_DIRECTORY", "type": ""}, {"class": "const", "name": "O_DSYNC", "type": ""}, {"class": "const", "name": "O_EVTONLY", "type": ""}, {"class": "const", "name": "O_EXCL", "type": ""}, {"class": "const", "name": "O_EXLOCK", "type": ""}, {"class": "const", "name": "O_FSYNC", "type": ""}, {"class": "const", "name": "O_NDELAY", "type": ""}, {"class": "const", "name": "O_NOCTTY", "type": ""}, {"class": "const", "name": "O_NOFOLLOW", "type": ""}, {"class": "const", "name": "O_NONBLOCK", "type": ""}, {"class": "const", "name": "O_POPUP", "type": ""}, {"class": "const", "name": "O_RDONLY", "type": ""}, {"class": "const", "name": "O_RDWR", "type": ""}, {"class": "const", "name": "O_SHLOCK", "type": ""}, {"class": "const", "name": "O_SYMLINK", "type": ""}, {"class": "const", "name": "O_SYNC", "type": ""}, {"class": "const", "name": "O_TRUNC", "type": ""}, {"class": "const", "name": "O_WRONLY", "type": ""}, {"class": "const", "name": "PARENB", "type": ""}, {"class": "const", "name": "PARMRK", "type": ""}, {"class": "const", "name": "PARODD", "type": ""}, {"class": "const", "name": "PENDIN", "type": ""}, {"class": "const", "name": "PRIO_PGRP", "type": ""}, {"class": "const", "name": "PRIO_PROCESS", "type": ""}, {"class": "const", "name": "PRIO_USER", "type": ""}, {"class": "const", "name": "PROT_EXEC", "type": ""}, {"class": "const", "name": "PROT_NONE", "type": ""}, {"class": "const", "name": "PROT_READ", "type": ""}, {"class": "const", "name": "PROT_WRITE", "type": ""}, {"class": "const", "name": "PTRACE_CONT", "type": ""}, {"class": "const", "name": "PTRACE_KILL", "type": ""}, {"class": "const", "name": "PTRACE_TRACEME", "type": ""}, {"class": "const", "name": "PT_ATTACH", "type": ""}, {"class": "const", "name": "PT_ATTACHEXC", "type": ""}, {"class": "const", "name": "PT_CONTINUE", "type": ""}, {"class": "const", "name": "PT_DENY_ATTACH", "type": ""}, {"class": "const", "name": "PT_DETACH", "type": ""}, {"class": "const", "name": "PT_FIRSTMACH", "type": ""}, {"class": "const", "name": "PT_FORCEQUOTA", "type": ""}, {"class": "const", "name": "PT_KILL", "type": ""}, {"class": "const", "name": "PT_READ_D", "type": ""}, {"class": "const", "name": "PT_READ_I", "type": ""}, {"class": "const", "name": "PT_READ_U", "type": ""}, {"class": "const", "name": "PT_SIGEXC", "type": ""}, {"class": "const", "name": "PT_STEP", "type": ""}, {"class": "const", "name": "PT_THUPDATE", "type": ""}, {"class": "const", "name": "PT_TRACE_ME", "type": ""}, {"class": "const", "name": "PT_WRITE_D", "type": ""}, {"class": "const", "name": "PT_WRITE_I", "type": ""}, {"class": "const", "name": "PT_WRITE_U", "type": ""}, {"class": "const", "name": "RLIMIT_AS", "type": ""}, {"class": "const", "name": "RLIMIT_CORE", "type": ""}, {"class": "const", "name": "RLIMIT_CPU", "type": ""}, {"class": "const", "name": "RLIMIT_DATA", "type": ""}, {"class": "const", "name": "RLIMIT_FSIZE", "type": ""}, {"class": "const", "name": "RLIMIT_NOFILE", "type": ""}, {"class": "const", "name": "RLIMIT_STACK", "type": ""}, {"class": "const", "name": "RLIM_INFINITY", "type": ""}, {"class": "const", "name": "RTAX_AUTHOR", "type": ""}, {"class": "const", "name": "RTAX_BRD", "type": ""}, {"class": "const", "name": "RTAX_DST", "type": ""}, {"class": "const", "name": "RTAX_GATEWAY", "type": ""}, {"class": "const", "name": "RTAX_GENMASK", "type": ""}, {"class": "const", "name": "RTAX_IFA", "type": ""}, {"class": "const", "name": "RTAX_IFP", "type": ""}, {"class": "const", "name": "RTAX_MAX", "type": ""}, {"class": "const", "name": "RTAX_NETMASK", "type": ""}, {"class": "const", "name": "RTA_AUTHOR", "type": ""}, {"class": "const", "name": "RTA_BRD", "type": ""}, {"class": "const", "name": "RTA_DST", "type": ""}, {"class": "const", "name": "RTA_GATEWAY", "type": ""}, {"class": "const", "name": "RTA_GENMASK", "type": ""}, {"class": "const", "name": "RTA_IFA", "type": ""}, {"class": "const", "name": "RTA_IFP", "type": ""}, {"class": "const", "name": "RTA_NETMASK", "type": ""}, {"class": "const", "name": "RTF_BLACKHOLE", "type": ""}, {"class": "const", "name": "RTF_BROADCAST", "type": ""}, {"class": "const", "name": "RTF_CLONING", "type": ""}, {"class": "const", "name": "RTF_CONDEMNED", "type": ""}, {"class": "const", "name": "RTF_DELCLONE", "type": ""}, {"class": "const", "name": "RTF_DONE", "type": ""}, {"class": "const", "name": "RTF_DYNAMIC", "type": ""}, {"class": "const", "name": "RTF_GATEWAY", "type": ""}, {"class": "const", "name": "RTF_HOST", "type": ""}, {"class": "const", "name": "RTF_IFREF", "type": ""}, {"class": "const", "name": "RTF_IFSCOPE", "type": ""}, {"class": "const", "name": "RTF_LLINFO", "type": ""}, {"class": "const", "name": "RTF_LOCAL", "type": ""}, {"class": "const", "name": "RTF_MODIFIED", "type": ""}, {"class": "const", "name": "RTF_MULTICAST", "type": ""}, {"class": "const", "name": "RTF_PINNED", "type": ""}, {"class": "const", "name": "RTF_PRCLONING", "type": ""}, {"class": "const", "name": "RTF_PROTO1", "type": ""}, {"class": "const", "name": "RTF_PROTO2", "type": ""}, {"class": "const", "name": "RTF_PROTO3", "type": ""}, {"class": "const", "name": "RTF_REJECT", "type": ""}, {"class": "const", "name": "RTF_STATIC", "type": ""}, {"class": "const", "name": "RTF_UP", "type": ""}, {"class": "const", "name": "RTF_WASCLONED", "type": ""}, {"class": "const", "name": "RTF_XRESOLVE", "type": ""}, {"class": "const", "name": "RTM_ADD", "type": ""}, {"class": "const", "name": "RTM_CHANGE", "type": ""}, {"class": "const", "name": "RTM_DELADDR", "type": ""}, {"class": "const", "name": "RTM_DELETE", "type": ""}, {"class": "const", "name": "RTM_DELMADDR", "type": ""}, {"class": "const", "name": "RTM_GET", "type": ""}, {"class": "const", "name": "RTM_GET2", "type": ""}, {"class": "const", "name": "RTM_IFINFO", "type": ""}, {"class": "const", "name": "RTM_IFINFO2", "type": ""}, {"class": "const", "name": "RTM_LOCK", "type": ""}, {"class": "const", "name": "RTM_LOSING", "type": ""}, {"class": "const", "name": "RTM_MISS", "type": ""}, {"class": "const", "name": "RTM_NEWADDR", "type": ""}, {"class": "const", "name": "RTM_NEWMADDR", "type": ""}, {"class": "const", "name": "RTM_NEWMADDR2", "type": ""}, {"class": "const", "name": "RTM_OLDADD", "type": ""}, {"class": "const", "name": "RTM_OLDDEL", "type": ""}, {"class": "const", "name": "RTM_REDIRECT", "type": ""}, {"class": "const", "name": "RTM_RESOLVE", "type": ""}, {"class": "const", "name": "RTM_RTTUNIT", "type": ""}, {"class": "const", "name": "RTM_VERSION", "type": ""}, {"class": "const", "name": "RTV_EXPIRE", "type": ""}, {"class": "const", "name": "RTV_HOPCOUNT", "type": ""}, {"class": "const", "name": "RTV_MTU", "type": ""}, {"class": "const", "name": "RTV_RPIPE", "type": ""}, {"class": "const", "name": "RTV_RTT", "type": ""}, {"class": "const", "name": "RTV_RTTVAR", "type": ""}, {"class": "const", "name": "RTV_SPIPE", "type": ""}, {"class": "const", "name": "RTV_SSTHRESH", "type": ""}, {"class": "const", "name": "RUSAGE_CHILDREN", "type": ""}, {"class": "const", "name": "RUSAGE_SELF", "type": ""}, {"class": "const", "name": "SCM_CREDS", "type": ""}, {"class": "const", "name": "SCM_RIGHTS", "type": ""}, {"class": "const", "name": "SCM_TIMESTAMP", "type": ""}, {"class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": ""}, {"class": "const", "name": "SHUT_RD", "type": ""}, {"class": "const", "name": "SHUT_RDWR", "type": ""}, {"class": "const", "name": "SHUT_WR", "type": ""}, {"class": "const", "name": "SIGABRT", "type": ""}, {"class": "const", "name": "SIGALRM", "type": ""}, {"class": "const", "name": "SIGBUS", "type": ""}, {"class": "const", "name": "SIGCHLD", "type": ""}, {"class": "const", "name": "SIGCONT", "type": ""}, {"class": "const", "name": "SIGEMT", "type": ""}, {"class": "const", "name": "SIGFPE", "type": ""}, {"class": "const", "name": "SIGHUP", "type": ""}, {"class": "const", "name": "SIGILL", "type": ""}, {"class": "const", "name": "SIGINFO", "type": ""}, {"class": "const", "name": "SIGINT", "type": ""}, {"class": "const", "name": "SIGIO", "type": ""}, {"class": "const", "name": "SIGIOT", "type": ""}, {"class": "const", "name": "SIGKILL", "type": ""}, {"class": "const", "name": "SIGPIPE", "type": ""}, {"class": "const", "name": "SIGPROF", "type": ""}, {"class": "const", "name": "SIGQUIT", "type": ""}, {"class": "const", "name": "SIGSEGV", "type": ""}, {"class": "const", "name": "SIGSTOP", "type": ""}, {"class": "const", "name": "SIGSYS", "type": ""}, {"class": "const", "name": "SIGTERM", "type": ""}, {"class": "const", "name": "SIGTRAP", "type": ""}, {"class": "const", "name": "SIGTSTP", "type": ""}, {"class": "const", "name": "SIGTTIN", "type": ""}, {"class": "const", "name": "SIGTTOU", "type": ""}, {"class": "const", "name": "SIGURG", "type": ""}, {"class": "const", "name": "SIGUSR1", "type": ""}, {"class": "const", "name": "SIGUSR2", "type": ""}, {"class": "const", "name": "SIGVTALRM", "type": ""}, {"class": "const", "name": "SIGWINCH", "type": ""}, {"class": "const", "name": "SIGXCPU", "type": ""}, {"class": "const", "name": "SIGXFSZ", "type": ""}, {"class": "const", "name": "SIOCADDMULTI", "type": ""}, {"class": "const", "name": "SIOCAIFADDR", "type": ""}, {"class": "const", "name": "SIOCALIFADDR", "type": ""}, {"class": "const", "name": "SIOCARPIPLL", "type": ""}, {"class": "const", "name": "SIOCATMARK", "type": ""}, {"class": "const", "name": "SIOCAUTOADDR", "type": ""}, {"class": "const", "name": "SIOCAUTONETMASK", "type": ""}, {"class": "const", "name": "SIOCDELMULTI", "type": ""}, {"class": "const", "name": "SIOCDIFADDR", "type": ""}, {"class": "const", "name": "SIOCDIFPHYADDR", "type": ""}, {"class": "const", "name": "SIOCDLIFADDR", "type": ""}, {"class": "const", "name": "SIOCGDRVSPEC", "type": ""}, {"class": "const", "name": "SIOCGETSGCNT", "type": ""}, {"class": "const", "name": "SIOCGETVIFCNT", "type": ""}, {"class": "const", "name": "SIOCGETVLAN", "type": ""}, {"class": "const", "name": "SIOCGHIWAT", "type": ""}, {"class": "const", "name": "SIOCGIFADDR", "type": ""}, {"class": "const", "name": "SIOCGIFALTMTU", "type": ""}, {"class": "const", "name": "SIOCGIFASYNCMAP", "type": ""}, {"class": "const", "name": "SIOCGIFBOND", "type": ""}, {"class": "const", "name": "SIOCGIFBRDADDR", "type": ""}, {"class": "const", "name": "SIOCGIFCAP", "type": ""}, {"class": "const", "name": "SIOCGIFCONF", "type": ""}, {"class": "const", "name": "SIOCGIFDEVMTU", "type": ""}, {"class": "const", "name": "SIOCGIFDSTADDR", "type": ""}, {"class": "const", "name": "SIOCGIFFLAGS", "type": ""}, {"class": "const", "name": "SIOCGIFGENERIC", "type": ""}, {"class": "const", "name": "SIOCGIFKPI", "type": ""}, {"class": "const", "name": "SIOCGIFMAC", "type": ""}, {"class": "const", "name": "SIOCGIFMEDIA", "type": ""}, {"class": "const", "name": "SIOCGIFMETRIC", "type": ""}, {"class": "const", "name": "SIOCGIFMTU", "type": ""}, {"class": "const", "name": "SIOCGIFNETMASK", "type": ""}, {"class": "const", "name": "SIOCGIFPDSTADDR", "type": ""}, {"class": "const", "name": "SIOCGIFPHYS", "type": ""}, {"class": "const", "name": "SIOCGIFPSRCADDR", "type": ""}, {"class": "const", "name": "SIOCGIFSTATUS", "type": ""}, {"class": "const", "name": "SIOCGIFVLAN", "type": ""}, {"class": "const", "name": "SIOCGIFWAKEFLAGS", "type": ""}, {"class": "const", "name": "SIOCGLIFADDR", "type": ""}, {"class": "const", "name": "SIOCGLIFPHYADDR", "type": ""}, {"class": "const", "name": "SIOCGLOWAT", "type": ""}, {"class": "const", "name": "SIOCGPGRP", "type": ""}, {"class": "const", "name": "SIOCIFCREATE", "type": ""}, {"class": "const", "name": "SIOCIFCREATE2", "type": ""}, {"class": "const", "name": "SIOCIFDESTROY", "type": ""}, {"class": "const", "name": "SIOCRSLVMULTI", "type": ""}, {"class": "const", "name": "SIOCSDRVSPEC", "type": ""}, {"class": "const", "name": "SIOCSETVLAN", "type": ""}, {"class": "const", "name": "SIOCSHIWAT", "type": ""}, {"class": "const", "name": "SIOCSIFADDR", "type": ""}, {"class": "const", "name": "SIOCSIFALTMTU", "type": ""}, {"class": "const", "name": "SIOCSIFASYNCMAP", "type": ""}, {"class": "const", "name": "SIOCSIFBOND", "type": ""}, {"class": "const", "name": "SIOCSIFBRDADDR", "type": ""}, {"class": "const", "name": "SIOCSIFCAP", "type": ""}, {"class": "const", "name": "SIOCSIFDSTADDR", "type": ""}, {"class": "const", "name": "SIOCSIFFLAGS", "type": ""}, {"class": "const", "name": "SIOCSIFGENERIC", "type": ""}, {"class": "const", "name": "SIOCSIFKPI", "type": ""}, {"class": "const", "name": "SIOCSIFLLADDR", "type": ""}, {"class": "const", "name": "SIOCSIFMAC", "type": ""}, {"class": "const", "name": "SIOCSIFMEDIA", "type": ""}, {"class": "const", "name": "SIOCSIFMETRIC", "type": ""}, {"class": "const", "name": "SIOCSIFMTU", "type": ""}, {"class": "const", "name": "SIOCSIFNETMASK", "type": ""}, {"class": "const", "name": "SIOCSIFPHYADDR", "type": ""}, {"class": "const", "name": "SIOCSIFPHYS", "type": ""}, {"class": "const", "name": "SIOCSIFVLAN", "type": ""}, {"class": "const", "name": "SIOCSLIFPHYADDR", "type": ""}, {"class": "const", "name": "SIOCSLOWAT", "type": ""}, {"class": "const", "name": "SIOCSPGRP", "type": ""}, {"class": "const", "name": "SOCK_DGRAM", "type": ""}, {"class": "const", "name": "SOCK_MAXADDRLEN", "type": ""}, {"class": "const", "name": "SOCK_RAW", "type": ""}, {"class": "const", "name": "SOCK_RDM", "type": ""}, {"class": "const", "name": "SOCK_SEQPACKET", "type": ""}, {"class": "const", "name": "SOCK_STREAM", "type": ""}, {"class": "const", "name": "SOL_SOCKET", "type": ""}, {"class": "const", "name": "SOMAXCONN", "type": ""}, {"class": "const", "name": "SO_ACCEPTCONN", "type": ""}, {"class": "const", "name": "SO_BROADCAST", "type": ""}, {"class": "const", "name": "SO_DEBUG", "type": ""}, {"class": "const", "name": "SO_DONTROUTE", "type": ""}, {"class": "const", "name": "SO_DONTTRUNC", "type": ""}, {"class": "const", "name": "SO_ERROR", "type": ""}, {"class": "const", "name": "SO_KEEPALIVE", "type": ""}, {"class": "const", "name": "SO_LABEL", "type": ""}, {"class": "const", "name": "SO_LINGER", "type": ""}, {"class": "const", "name": "SO_LINGER_SEC", "type": ""}, {"class": "const", "name": "SO_NKE", "type": ""}, {"class": "const", "name": "SO_NOADDRERR", "type": ""}, {"class": "const", "name": "SO_NOSIGPIPE", "type": ""}, {"class": "const", "name": "SO_NOTIFYCONFLICT", "type": ""}, {"class": "const", "name": "SO_NP_EXTENSIONS", "type": ""}, {"class": "const", "name": "SO_NREAD", "type": ""}, {"class": "const", "name": "SO_NWRITE", "type": ""}, {"class": "const", "name": "SO_OOBINLINE", "type": ""}, {"class": "const", "name": "SO_PEERLABEL", "type": ""}, {"class": "const", "name": "SO_RANDOMPORT", "type": ""}, {"class": "const", "name": "SO_RCVBUF", "type": ""}, {"class": "const", "name": "SO_RCVLOWAT", "type": ""}, {"class": "const", "name": "SO_RCVTIMEO", "type": ""}, {"class": "const", "name": "SO_RESTRICTIONS", "type": ""}, {"class": "const", "name": "SO_RESTRICT_DENYIN", "type": ""}, {"class": "const", "name": "SO_RESTRICT_DENYOUT", "type": ""}, {"class": "const", "name": "SO_RESTRICT_DENYSET", "type": ""}, {"class": "const", "name": "SO_REUSEADDR", "type": ""}, {"class": "const", "name": "SO_REUSEPORT", "type": ""}, {"class": "const", "name": "SO_REUSESHAREUID", "type": ""}, {"class": "const", "name": "SO_SNDBUF", "type": ""}, {"class": "const", "name": "SO_SNDLOWAT", "type": ""}, {"class": "const", "name": "SO_SNDTIMEO", "type": ""}, {"class": "const", "name": "SO_TIMESTAMP", "type": ""}, {"class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": ""}, {"class": "const", "name": "SO_TYPE", "type": ""}, {"class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": ""}, {"class": "const", "name": "SO_USELOOPBACK", "type": ""}, {"class": "const", "name": "SO_WANTMORE", "type": ""}, {"class": "const", "name": "SO_WANTOOBFLAG", "type": ""}, {"class": "const", "name": "SYS_ACCEPT", "type": ""}, {"class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_ACCESS", "type": ""}, {"class": "const", "name": "SYS_ACCESS_EXTENDED", "type": ""}, {"class": "const", "name": "SYS_ACCT", "type": ""}, {"class": "const", "name": "SYS_ADD_PROFIL", "type": ""}, {"class": "const", "name": "SYS_ADJTIME", "type": ""}, {"class": "const", "name": "SYS_AIO_CANCEL", "type": ""}, {"class": "const", "name": "SYS_AIO_ERROR", "type": ""}, {"class": "const", "name": "SYS_AIO_FSYNC", "type": ""}, {"class": "const", "name": "SYS_AIO_READ", "type": ""}, {"class": "const", "name": "SYS_AIO_RETURN", "type": ""}, {"class": "const", "name": "SYS_AIO_SUSPEND", "type": ""}, {"class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_AIO_WRITE", "type": ""}, {"class": "const", "name": "SYS_ATGETMSG", "type": ""}, {"class": "const", "name": "SYS_ATPGETREQ", "type": ""}, {"class": "const", "name": "SYS_ATPGETRSP", "type": ""}, {"class": "const", "name": "SYS_ATPSNDREQ", "type": ""}, {"class": "const", "name": "SYS_ATPSNDRSP", "type": ""}, {"class": "const", "name": "SYS_ATPUTMSG", "type": ""}, {"class": "const", "name": "SYS_ATSOCKET", "type": ""}, {"class": "const", "name": "SYS_AUDIT", "type": ""}, {"class": "const", "name": "SYS_AUDITCTL", "type": ""}, {"class": "const", "name": "SYS_AUDITON", "type": ""}, {"class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": ""}, {"class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": ""}, {"class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": ""}, {"class": "const", "name": "SYS_BIND", "type": ""}, {"class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": ""}, {"class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": ""}, {"class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": ""}, {"class": "const", "name": "SYS_CHDIR", "type": ""}, {"class": "const", "name": "SYS_CHFLAGS", "type": ""}, {"class": "const", "name": "SYS_CHMOD", "type": ""}, {"class": "const", "name": "SYS_CHMOD_EXTENDED", "type": ""}, {"class": "const", "name": "SYS_CHOWN", "type": ""}, {"class": "const", "name": "SYS_CHROOT", "type": ""}, {"class": "const", "name": "SYS_CHUD", "type": ""}, {"class": "const", "name": "SYS_CLOSE", "type": ""}, {"class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_CONNECT", "type": ""}, {"class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_COPYFILE", "type": ""}, {"class": "const", "name": "SYS_CSOPS", "type": ""}, {"class": "const", "name": "SYS_DELETE", "type": ""}, {"class": "const", "name": "SYS_DUP", "type": ""}, {"class": "const", "name": "SYS_DUP2", "type": ""}, {"class": "const", "name": "SYS_EXCHANGEDATA", "type": ""}, {"class": "const", "name": "SYS_EXECVE", "type": ""}, {"class": "const", "name": "SYS_EXIT", "type": ""}, {"class": "const", "name": "SYS_FCHDIR", "type": ""}, {"class": "const", "name": "SYS_FCHFLAGS", "type": ""}, {"class": "const", "name": "SYS_FCHMOD", "type": ""}, {"class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": ""}, {"class": "const", "name": "SYS_FCHOWN", "type": ""}, {"class": "const", "name": "SYS_FCNTL", "type": ""}, {"class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_FDATASYNC", "type": ""}, {"class": "const", "name": "SYS_FFSCTL", "type": ""}, {"class": "const", "name": "SYS_FGETATTRLIST", "type": ""}, {"class": "const", "name": "SYS_FGETXATTR", "type": ""}, {"class": "const", "name": "SYS_FHOPEN", "type": ""}, {"class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": ""}, {"class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": ""}, {"class": "const", "name": "SYS_FLISTXATTR", "type": ""}, {"class": "const", "name": "SYS_FLOCK", "type": ""}, {"class": "const", "name": "SYS_FORK", "type": ""}, {"class": "const", "name": "SYS_FPATHCONF", "type": ""}, {"class": "const", "name": "SYS_FREMOVEXATTR", "type": ""}, {"class": "const", "name": "SYS_FSCTL", "type": ""}, {"class": "const", "name": "SYS_FSETATTRLIST", "type": ""}, {"class": "const", "name": "SYS_FSETXATTR", "type": ""}, {"class": "const", "name": "SYS_FSGETPATH", "type": ""}, {"class": "const", "name": "SYS_FSTAT", "type": ""}, {"class": "const", "name": "SYS_FSTAT64", "type": ""}, {"class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": ""}, {"class": "const", "name": "SYS_FSTATFS", "type": ""}, {"class": "const", "name": "SYS_FSTATFS64", "type": ""}, {"class": "const", "name": "SYS_FSTATV", "type": ""}, {"class": "const", "name": "SYS_FSTAT_EXTENDED", "type": ""}, {"class": "const", "name": "SYS_FSYNC", "type": ""}, {"class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_FTRUNCATE", "type": ""}, {"class": "const", "name": "SYS_FUTIMES", "type": ""}, {"class": "const", "name": "SYS_GETATTRLIST", "type": ""}, {"class": "const", "name": "SYS_GETAUDIT", "type": ""}, {"class": "const", "name": "SYS_GETAUDIT_ADDR", "type": ""}, {"class": "const", "name": "SYS_GETAUID", "type": ""}, {"class": "const", "name": "SYS_GETDIRENTRIES", "type": ""}, {"class": "const", "name": "SYS_GETDIRENTRIES64", "type": ""}, {"class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": ""}, {"class": "const", "name": "SYS_GETDTABLESIZE", "type": ""}, {"class": "const", "name": "SYS_GETEGID", "type": ""}, {"class": "const", "name": "SYS_GETEUID", "type": ""}, {"class": "const", "name": "SYS_GETFH", "type": ""}, {"class": "const", "name": "SYS_GETFSSTAT", "type": ""}, {"class": "const", "name": "SYS_GETFSSTAT64", "type": ""}, {"class": "const", "name": "SYS_GETGID", "type": ""}, {"class": "const", "name": "SYS_GETGROUPS", "type": ""}, {"class": "const", "name": "SYS_GETHOSTUUID", "type": ""}, {"class": "const", "name": "SYS_GETITIMER", "type": ""}, {"class": "const", "name": "SYS_GETLCID", "type": ""}, {"class": "const", "name": "SYS_GETLOGIN", "type": ""}, {"class": "const", "name": "SYS_GETPEERNAME", "type": ""}, {"class": "const", "name": "SYS_GETPGID", "type": ""}, {"class": "const", "name": "SYS_GETPGRP", "type": ""}, {"class": "const", "name": "SYS_GETPID", "type": ""}, {"class": "const", "name": "SYS_GETPPID", "type": ""}, {"class": "const", "name": "SYS_GETPRIORITY", "type": ""}, {"class": "const", "name": "SYS_GETRLIMIT", "type": ""}, {"class": "const", "name": "SYS_GETRUSAGE", "type": ""}, {"class": "const", "name": "SYS_GETSGROUPS", "type": ""}, {"class": "const", "name": "SYS_GETSID", "type": ""}, {"class": "const", "name": "SYS_GETSOCKNAME", "type": ""}, {"class": "const", "name": "SYS_GETSOCKOPT", "type": ""}, {"class": "const", "name": "SYS_GETTID", "type": ""}, {"class": "const", "name": "SYS_GETTIMEOFDAY", "type": ""}, {"class": "const", "name": "SYS_GETUID", "type": ""}, {"class": "const", "name": "SYS_GETWGROUPS", "type": ""}, {"class": "const", "name": "SYS_GETXATTR", "type": ""}, {"class": "const", "name": "SYS_IDENTITYSVC", "type": ""}, {"class": "const", "name": "SYS_INITGROUPS", "type": ""}, {"class": "const", "name": "SYS_IOCTL", "type": ""}, {"class": "const", "name": "SYS_IOPOLICYSYS", "type": ""}, {"class": "const", "name": "SYS_ISSETUGID", "type": ""}, {"class": "const", "name": "SYS_KDEBUG_TRACE", "type": ""}, {"class": "const", "name": "SYS_KEVENT", "type": ""}, {"class": "const", "name": "SYS_KEVENT64", "type": ""}, {"class": "const", "name": "SYS_KILL", "type": ""}, {"class": "const", "name": "SYS_KQUEUE", "type": ""}, {"class": "const", "name": "SYS_LCHOWN", "type": ""}, {"class": "const", "name": "SYS_LINK", "type": ""}, {"class": "const", "name": "SYS_LIO_LISTIO", "type": ""}, {"class": "const", "name": "SYS_LISTEN", "type": ""}, {"class": "const", "name": "SYS_LISTXATTR", "type": ""}, {"class": "const", "name": "SYS_LSEEK", "type": ""}, {"class": "const", "name": "SYS_LSTAT", "type": ""}, {"class": "const", "name": "SYS_LSTAT64", "type": ""}, {"class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": ""}, {"class": "const", "name": "SYS_LSTATV", "type": ""}, {"class": "const", "name": "SYS_LSTAT_EXTENDED", "type": ""}, {"class": "const", "name": "SYS_MADVISE", "type": ""}, {"class": "const", "name": "SYS_MAXSYSCALL", "type": ""}, {"class": "const", "name": "SYS_MINCORE", "type": ""}, {"class": "const", "name": "SYS_MINHERIT", "type": ""}, {"class": "const", "name": "SYS_MKCOMPLEX", "type": ""}, {"class": "const", "name": "SYS_MKDIR", "type": ""}, {"class": "const", "name": "SYS_MKDIR_EXTENDED", "type": ""}, {"class": "const", "name": "SYS_MKFIFO", "type": ""}, {"class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": ""}, {"class": "const", "name": "SYS_MKNOD", "type": ""}, {"class": "const", "name": "SYS_MLOCK", "type": ""}, {"class": "const", "name": "SYS_MLOCKALL", "type": ""}, {"class": "const", "name": "SYS_MMAP", "type": ""}, {"class": "const", "name": "SYS_MODWATCH", "type": ""}, {"class": "const", "name": "SYS_MOUNT", "type": ""}, {"class": "const", "name": "SYS_MPROTECT", "type": ""}, {"class": "const", "name": "SYS_MSGCTL", "type": ""}, {"class": "const", "name": "SYS_MSGGET", "type": ""}, {"class": "const", "name": "SYS_MSGRCV", "type": ""}, {"class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_MSGSND", "type": ""}, {"class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_MSGSYS", "type": ""}, {"class": "const", "name": "SYS_MSYNC", "type": ""}, {"class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_MUNLOCK", "type": ""}, {"class": "const", "name": "SYS_MUNLOCKALL", "type": ""}, {"class": "const", "name": "SYS_MUNMAP", "type": ""}, {"class": "const", "name": "SYS_NFSCLNT", "type": ""}, {"class": "const", "name": "SYS_NFSSVC", "type": ""}, {"class": "const", "name": "SYS_OPEN", "type": ""}, {"class": "const", "name": "SYS_OPEN_EXTENDED", "type": ""}, {"class": "const", "name": "SYS_OPEN_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_PATHCONF", "type": ""}, {"class": "const", "name": "SYS_PID_HIBERNATE", "type": ""}, {"class": "const", "name": "SYS_PID_RESUME", "type": ""}, {"class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": ""}, {"class": "const", "name": "SYS_PID_SUSPEND", "type": ""}, {"class": "const", "name": "SYS_PIPE", "type": ""}, {"class": "const", "name": "SYS_POLL", "type": ""}, {"class": "const", "name": "SYS_POLL_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_POSIX_SPAWN", "type": ""}, {"class": "const", "name": "SYS_PREAD", "type": ""}, {"class": "const", "name": "SYS_PREAD_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_PROCESS_POLICY", "type": ""}, {"class": "const", "name": "SYS_PROC_INFO", "type": ""}, {"class": "const", "name": "SYS_PROFIL", "type": ""}, {"class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": ""}, {"class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": ""}, {"class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": ""}, {"class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": ""}, {"class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": ""}, {"class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": ""}, {"class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": ""}, {"class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": ""}, {"class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": ""}, {"class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": ""}, {"class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": ""}, {"class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": ""}, {"class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": ""}, {"class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": ""}, {"class": "const", "name": "SYS_PTRACE", "type": ""}, {"class": "const", "name": "SYS_PWRITE", "type": ""}, {"class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_QUOTACTL", "type": ""}, {"class": "const", "name": "SYS_READ", "type": ""}, {"class": "const", "name": "SYS_READLINK", "type": ""}, {"class": "const", "name": "SYS_READV", "type": ""}, {"class": "const", "name": "SYS_READV_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_READ_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_REBOOT", "type": ""}, {"class": "const", "name": "SYS_RECVFROM", "type": ""}, {"class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_RECVMSG", "type": ""}, {"class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_REMOVEXATTR", "type": ""}, {"class": "const", "name": "SYS_RENAME", "type": ""}, {"class": "const", "name": "SYS_REVOKE", "type": ""}, {"class": "const", "name": "SYS_RMDIR", "type": ""}, {"class": "const", "name": "SYS_SEARCHFS", "type": ""}, {"class": "const", "name": "SYS_SELECT", "type": ""}, {"class": "const", "name": "SYS_SELECT_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_SEMCTL", "type": ""}, {"class": "const", "name": "SYS_SEMGET", "type": ""}, {"class": "const", "name": "SYS_SEMOP", "type": ""}, {"class": "const", "name": "SYS_SEMSYS", "type": ""}, {"class": "const", "name": "SYS_SEM_CLOSE", "type": ""}, {"class": "const", "name": "SYS_SEM_DESTROY", "type": ""}, {"class": "const", "name": "SYS_SEM_GETVALUE", "type": ""}, {"class": "const", "name": "SYS_SEM_INIT", "type": ""}, {"class": "const", "name": "SYS_SEM_OPEN", "type": ""}, {"class": "const", "name": "SYS_SEM_POST", "type": ""}, {"class": "const", "name": "SYS_SEM_TRYWAIT", "type": ""}, {"class": "const", "name": "SYS_SEM_UNLINK", "type": ""}, {"class": "const", "name": "SYS_SEM_WAIT", "type": ""}, {"class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_SENDFILE", "type": ""}, {"class": "const", "name": "SYS_SENDMSG", "type": ""}, {"class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_SENDTO", "type": ""}, {"class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_SETATTRLIST", "type": ""}, {"class": "const", "name": "SYS_SETAUDIT", "type": ""}, {"class": "const", "name": "SYS_SETAUDIT_ADDR", "type": ""}, {"class": "const", "name": "SYS_SETAUID", "type": ""}, {"class": "const", "name": "SYS_SETEGID", "type": ""}, {"class": "const", "name": "SYS_SETEUID", "type": ""}, {"class": "const", "name": "SYS_SETGID", "type": ""}, {"class": "const", "name": "SYS_SETGROUPS", "type": ""}, {"class": "const", "name": "SYS_SETITIMER", "type": ""}, {"class": "const", "name": "SYS_SETLCID", "type": ""}, {"class": "const", "name": "SYS_SETLOGIN", "type": ""}, {"class": "const", "name": "SYS_SETPGID", "type": ""}, {"class": "const", "name": "SYS_SETPRIORITY", "type": ""}, {"class": "const", "name": "SYS_SETPRIVEXEC", "type": ""}, {"class": "const", "name": "SYS_SETREGID", "type": ""}, {"class": "const", "name": "SYS_SETREUID", "type": ""}, {"class": "const", "name": "SYS_SETRLIMIT", "type": ""}, {"class": "const", "name": "SYS_SETSGROUPS", "type": ""}, {"class": "const", "name": "SYS_SETSID", "type": ""}, {"class": "const", "name": "SYS_SETSOCKOPT", "type": ""}, {"class": "const", "name": "SYS_SETTID", "type": ""}, {"class": "const", "name": "SYS_SETTID_WITH_PID", "type": ""}, {"class": "const", "name": "SYS_SETTIMEOFDAY", "type": ""}, {"class": "const", "name": "SYS_SETUID", "type": ""}, {"class": "const", "name": "SYS_SETWGROUPS", "type": ""}, {"class": "const", "name": "SYS_SETXATTR", "type": ""}, {"class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": ""}, {"class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": ""}, {"class": "const", "name": "SYS_SHMAT", "type": ""}, {"class": "const", "name": "SYS_SHMCTL", "type": ""}, {"class": "const", "name": "SYS_SHMDT", "type": ""}, {"class": "const", "name": "SYS_SHMGET", "type": ""}, {"class": "const", "name": "SYS_SHMSYS", "type": ""}, {"class": "const", "name": "SYS_SHM_OPEN", "type": ""}, {"class": "const", "name": "SYS_SHM_UNLINK", "type": ""}, {"class": "const", "name": "SYS_SHUTDOWN", "type": ""}, {"class": "const", "name": "SYS_SIGACTION", "type": ""}, {"class": "const", "name": "SYS_SIGALTSTACK", "type": ""}, {"class": "const", "name": "SYS_SIGPENDING", "type": ""}, {"class": "const", "name": "SYS_SIGPROCMASK", "type": ""}, {"class": "const", "name": "SYS_SIGRETURN", "type": ""}, {"class": "const", "name": "SYS_SIGSUSPEND", "type": ""}, {"class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_SOCKET", "type": ""}, {"class": "const", "name": "SYS_SOCKETPAIR", "type": ""}, {"class": "const", "name": "SYS_STACK_SNAPSHOT", "type": ""}, {"class": "const", "name": "SYS_STAT", "type": ""}, {"class": "const", "name": "SYS_STAT64", "type": ""}, {"class": "const", "name": "SYS_STAT64_EXTENDED", "type": ""}, {"class": "const", "name": "SYS_STATFS", "type": ""}, {"class": "const", "name": "SYS_STATFS64", "type": ""}, {"class": "const", "name": "SYS_STATV", "type": ""}, {"class": "const", "name": "SYS_STAT_EXTENDED", "type": ""}, {"class": "const", "name": "SYS_SWAPON", "type": ""}, {"class": "const", "name": "SYS_SYMLINK", "type": ""}, {"class": "const", "name": "SYS_SYNC", "type": ""}, {"class": "const", "name": "SYS_SYSCALL", "type": ""}, {"class": "const", "name": "SYS_THREAD_SELFID", "type": ""}, {"class": "const", "name": "SYS_TRUNCATE", "type": ""}, {"class": "const", "name": "SYS_UMASK", "type": ""}, {"class": "const", "name": "SYS_UMASK_EXTENDED", "type": ""}, {"class": "const", "name": "SYS_UNDELETE", "type": ""}, {"class": "const", "name": "SYS_UNLINK", "type": ""}, {"class": "const", "name": "SYS_UNMOUNT", "type": ""}, {"class": "const", "name": "SYS_UTIMES", "type": ""}, {"class": "const", "name": "SYS_VFORK", "type": ""}, {"class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": ""}, {"class": "const", "name": "SYS_WAIT4", "type": ""}, {"class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_WAITEVENT", "type": ""}, {"class": "const", "name": "SYS_WAITID", "type": ""}, {"class": "const", "name": "SYS_WAITID_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_WATCHEVENT", "type": ""}, {"class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": ""}, {"class": "const", "name": "SYS_WORKQ_OPEN", "type": ""}, {"class": "const", "name": "SYS_WRITE", "type": ""}, {"class": "const", "name": "SYS_WRITEV", "type": ""}, {"class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS_WRITE_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": ""}, {"class": "const", "name": "SYS___MAC_EXECVE", "type": ""}, {"class": "const", "name": "SYS___MAC_GETFSSTAT", "type": ""}, {"class": "const", "name": "SYS___MAC_GET_FD", "type": ""}, {"class": "const", "name": "SYS___MAC_GET_FILE", "type": ""}, {"class": "const", "name": "SYS___MAC_GET_LCID", "type": ""}, {"class": "const", "name": "SYS___MAC_GET_LCTX", "type": ""}, {"class": "const", "name": "SYS___MAC_GET_LINK", "type": ""}, {"class": "const", "name": "SYS___MAC_GET_MOUNT", "type": ""}, {"class": "const", "name": "SYS___MAC_GET_PID", "type": ""}, {"class": "const", "name": "SYS___MAC_GET_PROC", "type": ""}, {"class": "const", "name": "SYS___MAC_MOUNT", "type": ""}, {"class": "const", "name": "SYS___MAC_SET_FD", "type": ""}, {"class": "const", "name": "SYS___MAC_SET_FILE", "type": ""}, {"class": "const", "name": "SYS___MAC_SET_LCTX", "type": ""}, {"class": "const", "name": "SYS___MAC_SET_LINK", "type": ""}, {"class": "const", "name": "SYS___MAC_SET_PROC", "type": ""}, {"class": "const", "name": "SYS___MAC_SYSCALL", "type": ""}, {"class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": ""}, {"class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS___PTHREAD_CANCELED", "type": ""}, {"class": "const", "name": "SYS___PTHREAD_CHDIR", "type": ""}, {"class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": ""}, {"class": "const", "name": "SYS___PTHREAD_KILL", "type": ""}, {"class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": ""}, {"class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": ""}, {"class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": ""}, {"class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS___SIGWAIT", "type": ""}, {"class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": ""}, {"class": "const", "name": "SYS___SYSCTL", "type": ""}, {"class": "const", "name": "S_IEXEC", "type": ""}, {"class": "const", "name": "S_IFBLK", "type": ""}, {"class": "const", "name": "S_IFCHR", "type": ""}, {"class": "const", "name": "S_IFDIR", "type": ""}, {"class": "const", "name": "S_IFIFO", "type": ""}, {"class": "const", "name": "S_IFLNK", "type": ""}, {"class": "const", "name": "S_IFMT", "type": ""}, {"class": "const", "name": "S_IFREG", "type": ""}, {"class": "const", "name": "S_IFSOCK", "type": ""}, {"class": "const", "name": "S_IFWHT", "type": ""}, {"class": "const", "name": "S_IREAD", "type": ""}, {"class": "const", "name": "S_IRGRP", "type": ""}, {"class": "const", "name": "S_IROTH", "type": ""}, {"class": "const", "name": "S_IRUSR", "type": ""}, {"class": "const", "name": "S_IRWXG", "type": ""}, {"class": "const", "name": "S_IRWXO", "type": ""}, {"class": "const", "name": "S_IRWXU", "type": ""}, {"class": "const", "name": "S_ISGID", "type": ""}, {"class": "const", "name": "S_ISTXT", "type": ""}, {"class": "const", "name": "S_ISUID", "type": ""}, {"class": "const", "name": "S_ISVTX", "type": ""}, {"class": "const", "name": "S_IWGRP", "type": ""}, {"class": "const", "name": "S_IWOTH", "type": ""}, {"class": "const", "name": "S_IWRITE", "type": ""}, {"class": "const", "name": "S_IWUSR", "type": ""}, {"class": "const", "name": "S_IXGRP", "type": ""}, {"class": "const", "name": "S_IXOTH", "type": ""}, {"class": "const", "name": "S_IXUSR", "type": ""}, {"class": "const", "name": "SizeofBpfHdr", "type": ""}, {"class": "const", "name": "SizeofBpfInsn", "type": ""}, {"class": "const", "name": "SizeofBpfProgram", "type": ""}, {"class": "const", "name": "SizeofBpfStat", "type": ""}, {"class": "const", "name": "SizeofBpfVersion", "type": ""}, {"class": "const", "name": "SizeofCmsghdr", "type": ""}, {"class": "const", "name": "SizeofICMPv6Filter", "type": ""}, {"class": "const", "name": "SizeofIPMreq", "type": ""}, {"class": "const", "name": "SizeofIPv6MTUInfo", "type": ""}, {"class": "const", "name": "SizeofIPv6Mreq", "type": ""}, {"class": "const", "name": "SizeofIfData", "type": ""}, {"class": "const", "name": "SizeofIfMsghdr", "type": ""}, {"class": "const", "name": "SizeofIfaMsghdr", "type": ""}, {"class": "const", "name": "SizeofIfmaMsghdr", "type": ""}, {"class": "const", "name": "SizeofIfmaMsghdr2", "type": ""}, {"class": "const", "name": "SizeofInet4Pktinfo", "type": ""}, {"class": "const", "name": "SizeofInet6Pktinfo", "type": ""}, {"class": "const", "name": "SizeofLinger", "type": ""}, {"class": "const", "name": "SizeofMsghdr", "type": ""}, {"class": "const", "name": "SizeofRtMetrics", "type": ""}, {"class": "const", "name": "SizeofRtMsghdr", "type": ""}, {"class": "const", "name": "SizeofSockaddrAny", "type": ""}, {"class": "const", "name": "SizeofSockaddrDatalink", "type": ""}, {"class": "const", "name": "SizeofSockaddrInet4", "type": ""}, {"class": "const", "name": "SizeofSockaddrInet6", "type": ""}, {"class": "const", "name": "SizeofSockaddrUnix", "type": ""}, {"class": "const", "name": "TCIFLUSH", "type": ""}, {"class": "const", "name": "TCIOFLUSH", "type": ""}, {"class": "const", "name": "TCOFLUSH", "type": ""}, {"class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": ""}, {"class": "const", "name": "TCP_KEEPALIVE", "type": ""}, {"class": "const", "name": "TCP_MAXHLEN", "type": ""}, {"class": "const", "name": "TCP_MAXOLEN", "type": ""}, {"class": "const", "name": "TCP_MAXSEG", "type": ""}, {"class": "const", "name": "TCP_MAXWIN", "type": ""}, {"class": "const", "name": "TCP_MAX_SACK", "type": ""}, {"class": "const", "name": "TCP_MAX_WINSHIFT", "type": ""}, {"class": "const", "name": "TCP_MINMSS", "type": ""}, {"class": "const", "name": "TCP_MINMSSOVERLOAD", "type": ""}, {"class": "const", "name": "TCP_MSS", "type": ""}, {"class": "const", "name": "TCP_NODELAY", "type": ""}, {"class": "const", "name": "TCP_NOOPT", "type": ""}, {"class": "const", "name": "TCP_NOPUSH", "type": ""}, {"class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": ""}, {"class": "const", "name": "TCP_RXT_FINDROP", "type": ""}, {"class": "const", "name": "TCSAFLUSH", "type": ""}, {"class": "const", "name": "TIOCCBRK", "type": ""}, {"class": "const", "name": "TIOCCDTR", "type": ""}, {"class": "const", "name": "TIOCCONS", "type": ""}, {"class": "const", "name": "TIOCDCDTIMESTAMP", "type": ""}, {"class": "const", "name": "TIOCDRAIN", "type": ""}, {"class": "const", "name": "TIOCDSIMICROCODE", "type": ""}, {"class": "const", "name": "TIOCEXCL", "type": ""}, {"class": "const", "name": "TIOCEXT", "type": ""}, {"class": "const", "name": "TIOCFLUSH", "type": ""}, {"class": "const", "name": "TIOCGDRAINWAIT", "type": ""}, {"class": "const", "name": "TIOCGETA", "type": ""}, {"class": "const", "name": "TIOCGETD", "type": ""}, {"class": "const", "name": "TIOCGPGRP", "type": ""}, {"class": "const", "name": "TIOCGWINSZ", "type": ""}, {"class": "const", "name": "TIOCIXOFF", "type": ""}, {"class": "const", "name": "TIOCIXON", "type": ""}, {"class": "const", "name": "TIOCMBIC", "type": ""}, {"class": "const", "name": "TIOCMBIS", "type": ""}, {"class": "const", "name": "TIOCMGDTRWAIT", "type": ""}, {"class": "const", "name": "TIOCMGET", "type": ""}, {"class": "const", "name": "TIOCMODG", "type": ""}, {"class": "const", "name": "TIOCMODS", "type": ""}, {"class": "const", "name": "TIOCMSDTRWAIT", "type": ""}, {"class": "const", "name": "TIOCMSET", "type": ""}, {"class": "const", "name": "TIOCM_CAR", "type": ""}, {"class": "const", "name": "TIOCM_CD", "type": ""}, {"class": "const", "name": "TIOCM_CTS", "type": ""}, {"class": "const", "name": "TIOCM_DSR", "type": ""}, {"class": "const", "name": "TIOCM_DTR", "type": ""}, {"class": "const", "name": "TIOCM_LE", "type": ""}, {"class": "const", "name": "TIOCM_RI", "type": ""}, {"class": "const", "name": "TIOCM_RNG", "type": ""}, {"class": "const", "name": "TIOCM_RTS", "type": ""}, {"class": "const", "name": "TIOCM_SR", "type": ""}, {"class": "const", "name": "TIOCM_ST", "type": ""}, {"class": "const", "name": "TIOCNOTTY", "type": ""}, {"class": "const", "name": "TIOCNXCL", "type": ""}, {"class": "const", "name": "TIOCOUTQ", "type": ""}, {"class": "const", "name": "TIOCPKT", "type": ""}, {"class": "const", "name": "TIOCPKT_DATA", "type": ""}, {"class": "const", "name": "TIOCPKT_DOSTOP", "type": ""}, {"class": "const", "name": "TIOCPKT_FLUSHREAD", "type": ""}, {"class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": ""}, {"class": "const", "name": "TIOCPKT_IOCTL", "type": ""}, {"class": "const", "name": "TIOCPKT_NOSTOP", "type": ""}, {"class": "const", "name": "TIOCPKT_START", "type": ""}, {"class": "const", "name": "TIOCPKT_STOP", "type": ""}, {"class": "const", "name": "TIOCPTYGNAME", "type": ""}, {"class": "const", "name": "TIOCPTYGRANT", "type": ""}, {"class": "const", "name": "TIOCPTYUNLK", "type": ""}, {"class": "const", "name": "TIOCREMOTE", "type": ""}, {"class": "const", "name": "TIOCSBRK", "type": ""}, {"class": "const", "name": "TIOCSCONS", "type": ""}, {"class": "const", "name": "TIOCSCTTY", "type": ""}, {"class": "const", "name": "TIOCSDRAINWAIT", "type": ""}, {"class": "const", "name": "TIOCSDTR", "type": ""}, {"class": "const", "name": "TIOCSETA", "type": ""}, {"class": "const", "name": "TIOCSETAF", "type": ""}, {"class": "const", "name": "TIOCSETAW", "type": ""}, {"class": "const", "name": "TIOCSETD", "type": ""}, {"class": "const", "name": "TIOCSIG", "type": ""}, {"class": "const", "name": "TIOCSPGRP", "type": ""}, {"class": "const", "name": "TIOCSTART", "type": ""}, {"class": "const", "name": "TIOCSTAT", "type": ""}, {"class": "const", "name": "TIOCSTI", "type": ""}, {"class": "const", "name": "TIOCSTOP", "type": ""}, {"class": "const", "name": "TIOCSWINSZ", "type": ""}, {"class": "const", "name": "TIOCTIMESTAMP", "type": ""}, {"class": "const", "name": "TIOCUCNTL", "type": ""}, {"class": "const", "name": "TOSTOP", "type": ""}, {"class": "const", "name": "VDISCARD", "type": ""}, {"class": "const", "name": "VDSUSP", "type": ""}, {"class": "const", "name": "VEOF", "type": ""}, {"class": "const", "name": "VEOL", "type": ""}, {"class": "const", "name": "VEOL2", "type": ""}, {"class": "const", "name": "VERASE", "type": ""}, {"class": "const", "name": "VINTR", "type": ""}, {"class": "const", "name": "VKILL", "type": ""}, {"class": "const", "name": "VLNEXT", "type": ""}, {"class": "const", "name": "VMIN", "type": ""}, {"class": "const", "name": "VQUIT", "type": ""}, {"class": "const", "name": "VREPRINT", "type": ""}, {"class": "const", "name": "VSTART", "type": ""}, {"class": "const", "name": "VSTATUS", "type": ""}, {"class": "const", "name": "VSTOP", "type": ""}, {"class": "const", "name": "VSUSP", "type": ""}, {"class": "const", "name": "VT0", "type": ""}, {"class": "const", "name": "VT1", "type": ""}, {"class": "const", "name": "VTDLY", "type": ""}, {"class": "const", "name": "VTIME", "type": ""}, {"class": "const", "name": "VWERASE", "type": ""}, {"class": "const", "name": "WCONTINUED", "type": ""}, {"class": "const", "name": "WCOREFLAG", "type": ""}, {"class": "const", "name": "WEXITED", "type": ""}, {"class": "const", "name": "WNOHANG", "type": ""}, {"class": "const", "name": "WNOWAIT", "type": ""}, {"class": "const", "name": "WORDSIZE", "type": ""}, {"class": "const", "name": "WSTOPPED", "type": ""}, {"class": "const", "name": "WUNTRACED", "type": ""}, {"class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)"}, {"class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)"}, {"class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)"}, {"class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)"}, {"class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)"}, {"class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)"}, {"class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)"}, {"class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)"}, {"class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn"}, {"class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)"}, {"class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn"}, {"class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)"}, {"class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)"}, {"class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)"}, {"class": "func", "name": "Chdir", "type": "func(path string) (err error)"}, {"class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error"}, {"class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)"}, {"class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)"}, {"class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)"}, {"class": "func", "name": "Chroot", "type": "func(path string) (err error)"}, {"class": "func", "name": "Clearenv", "type": "func()"}, {"class": "func", "name": "Close", "type": "func(fd int) (err error)"}, {"class": "func", "name": "CloseOnExec", "type": "func(fd int)"}, {"class": "func", "name": "CmsgLen", "type": "func(datalen int) int"}, {"class": "func", "name": "CmsgSpace", "type": "func(datalen int) int"}, {"class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)"}, {"class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)"}, {"class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)"}, {"class": "func", "name": "Environ", "type": "func() []string"}, {"class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)"}, {"class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)"}, {"class": "func", "name": "Exit", "type": "func(code int)"}, {"class": "func", "name": "Fchdir", "type": "func(fd int) (err error)"}, {"class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)"}, {"class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)"}, {"class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)"}, {"class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error"}, {"class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)"}, {"class": "func", "name": "FlushBpf", "type": "func(fd int) error"}, {"class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)"}, {"class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)"}, {"class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)"}, {"class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)"}, {"class": "func", "name": "Fsync", "type": "func(fd int) (err error)"}, {"class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)"}, {"class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)"}, {"class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)"}, {"class": "func", "name": "Getdtablesize", "type": "func() (size int)"}, {"class": "func", "name": "Getegid", "type": "func() (egid int)"}, {"class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)"}, {"class": "func", "name": "Geteuid", "type": "func() (uid int)"}, {"class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)"}, {"class": "func", "name": "Getgid", "type": "func() (gid int)"}, {"class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)"}, {"class": "func", "name": "Getpagesize", "type": "func() int"}, {"class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)"}, {"class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)"}, {"class": "func", "name": "Getpgrp", "type": "func() (pgrp int)"}, {"class": "func", "name": "Getpid", "type": "func() (pid int)"}, {"class": "func", "name": "Getppid", "type": "func() (ppid int)"}, {"class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)"}, {"class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)"}, {"class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)"}, {"class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)"}, {"class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)"}, {"class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)"}, {"class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)"}, {"class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)"}, {"class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)"}, {"class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)"}, {"class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)"}, {"class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)"}, {"class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) error"}, {"class": "func", "name": "Getuid", "type": "func() (uid int)"}, {"class": "func", "name": "Getwd", "type": "func() (string, error)"}, {"class": "func", "name": "Issetugid", "type": "func() (tainted bool)"}, {"class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)"}, {"class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)"}, {"class": "func", "name": "Kqueue", "type": "func() (fd int, err error)"}, {"class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)"}, {"class": "func", "name": "Link", "type": "func(path string, link string) (err error)"}, {"class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)"}, {"class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)"}, {"class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)"}, {"class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)"}, {"class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)"}, {"class": "func", "name": "Mlock", "type": "func(b []byte) (err error)"}, {"class": "func", "name": "Mlockall", "type": "func(flags int) (err error)"}, {"class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)"}, {"class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)"}, {"class": "func", "name": "Munlock", "type": "func(b []byte) (err error)"}, {"class": "func", "name": "Munlockall", "type": "func() (err error)"}, {"class": "func", "name": "Munmap", "type": "func(b []byte) (err error)"}, {"class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) syscall.Timespec"}, {"class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) syscall.Timeval"}, {"class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)"}, {"class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)"}, {"class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)"}, {"class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)"}, {"class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)"}, {"class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)"}, {"class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)"}, {"class": "func", "name": "Pipe", "type": "func(p []int) (err error)"}, {"class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)"}, {"class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)"}, {"class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)"}, {"class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)"}, {"class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)"}, {"class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)"}, {"class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)"}, {"class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)"}, {"class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)"}, {"class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)"}, {"class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)"}, {"class": "func", "name": "Rename", "type": "func(from string, to string) (err error)"}, {"class": "func", "name": "Revoke", "type": "func(path string) (err error)"}, {"class": "func", "name": "Rmdir", "type": "func(path string) (err error)"}, {"class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)"}, {"class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)"}, {"class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)"}, {"class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)"}, {"class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)"}, {"class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)"}, {"class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)"}, {"class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error"}, {"class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)"}, {"class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)"}, {"class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error"}, {"class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error"}, {"class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error"}, {"class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error"}, {"class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error"}, {"class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)"}, {"class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)"}, {"class": "func", "name": "Setegid", "type": "func(egid int) (err error)"}, {"class": "func", "name": "Setenv", "type": "func(key string, value string) error"}, {"class": "func", "name": "Seteuid", "type": "func(euid int) (err error)"}, {"class": "func", "name": "Setgid", "type": "func(gid int) (err error)"}, {"class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)"}, {"class": "func", "name": "Setlogin", "type": "func(name string) (err error)"}, {"class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)"}, {"class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)"}, {"class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)"}, {"class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)"}, {"class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)"}, {"class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)"}, {"class": "func", "name": "Setsid", "type": "func() (pid int, err error)"}, {"class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)"}, {"class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error"}, {"class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)"}, {"class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)"}, {"class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)"}, {"class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)"}, {"class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)"}, {"class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)"}, {"class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)"}, {"class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)"}, {"class": "func", "name": "Setuid", "type": "func(uid int) (err error)"}, {"class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)"}, {"class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)"}, {"class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)"}, {"class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)"}, {"class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)"}, {"class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)"}, {"class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)"}, {"class": "func", "name": "StringBytePtr", "type": "func(s string) *byte"}, {"class": "func", "name": "StringByteSlice", "type": "func(s string) []byte"}, {"class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte"}, {"class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)"}, {"class": "func", "name": "Sync", "type": "func() (err error)"}, {"class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)"}, {"class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)"}, {"class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)"}, {"class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)"}, {"class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)"}, {"class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64"}, {"class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64"}, {"class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)"}, {"class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)"}, {"class": "func", "name": "Undelete", "type": "func(path string) (err error)"}, {"class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte"}, {"class": "func", "name": "Unlink", "type": "func(path string) (err error)"}, {"class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)"}, {"class": "func", "name": "Unsetenv", "type": "func(key string) error"}, {"class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)"}, {"class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error"}, {"class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)"}, {"class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)"}, {"class": "type", "name": "BpfHdr", "type": "struct"}, {"class": "type", "name": "BpfInsn", "type": "struct"}, {"class": "type", "name": "BpfProgram", "type": "struct"}, {"class": "type", "name": "BpfStat", "type": "struct"}, {"class": "type", "name": "BpfVersion", "type": "struct"}, {"class": "type", "name": "Cmsghdr", "type": "struct"}, {"class": "type", "name": "Credential", "type": "struct"}, {"class": "type", "name": "Dirent", "type": "struct"}, {"class": "type", "name": "Errno", "type": "uintptr"}, {"class": "type", "name": "Fbootstraptransfer_t", "type": "struct"}, {"class": "type", "name": "FdSet", "type": "struct"}, {"class": "type", "name": "Flock_t", "type": "struct"}, {"class": "type", "name": "Fsid", "type": "struct"}, {"class": "type", "name": "Fstore_t", "type": "struct"}, {"class": "type", "name": "ICMPv6Filter", "type": "struct"}, {"class": "type", "name": "IPMreq", "type": "struct"}, {"class": "type", "name": "IPv6MTUInfo", "type": "struct"}, {"class": "type", "name": "IPv6Mreq", "type": "struct"}, {"class": "type", "name": "IfData", "type": "struct"}, {"class": "type", "name": "IfMsghdr", "type": "struct"}, {"class": "type", "name": "IfaMsghdr", "type": "struct"}, {"class": "type", "name": "IfmaMsghdr", "type": "struct"}, {"class": "type", "name": "IfmaMsghdr2", "type": "struct"}, {"class": "type", "name": "Inet4Pktinfo", "type": "struct"}, {"class": "type", "name": "Inet6Pktinfo", "type": "struct"}, {"class": "type", "name": "InterfaceAddrMessage", "type": "struct"}, {"class": "type", "name": "InterfaceMessage", "type": "struct"}, {"class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct"}, {"class": "type", "name": "Iovec", "type": "struct"}, {"class": "type", "name": "Kevent_t", "type": "struct"}, {"class": "type", "name": "Linger", "type": "struct"}, {"class": "type", "name": "Log2phys_t", "type": "struct"}, {"class": "type", "name": "Msghdr", "type": "struct"}, {"class": "type", "name": "ProcAttr", "type": "struct"}, {"class": "type", "name": "Radvisory_t", "type": "struct"}, {"class": "type", "name": "RawSockaddr", "type": "struct"}, {"class": "type", "name": "RawSockaddrAny", "type": "struct"}, {"class": "type", "name": "RawSockaddrDatalink", "type": "struct"}, {"class": "type", "name": "RawSockaddrInet4", "type": "struct"}, {"class": "type", "name": "RawSockaddrInet6", "type": "struct"}, {"class": "type", "name": "RawSockaddrUnix", "type": "struct"}, {"class": "type", "name": "Rlimit", "type": "struct"}, {"class": "type", "name": "RouteMessage", "type": "struct"}, {"class": "type", "name": "RoutingMessage", "type": "interface"}, {"class": "type", "name": "RtMetrics", "type": "struct"}, {"class": "type", "name": "RtMsghdr", "type": "struct"}, {"class": "type", "name": "Rusage", "type": "struct"}, {"class": "type", "name": "Signal", "type": "int"}, {"class": "type", "name": "Sockaddr", "type": "interface"}, {"class": "type", "name": "SockaddrDatalink", "type": "struct"}, {"class": "type", "name": "SockaddrInet4", "type": "struct"}, {"class": "type", "name": "SockaddrInet6", "type": "struct"}, {"class": "type", "name": "SockaddrUnix", "type": "struct"}, {"class": "type", "name": "SocketControlMessage", "type": "struct"}, {"class": "type", "name": "Stat_t", "type": "struct"}, {"class": "type", "name": "Statfs_t", "type": "struct"}, {"class": "type", "name": "SysProcAttr", "type": "struct"}, {"class": "type", "name": "Termios", "type": "struct"}, {"class": "type", "name": "Timespec", "type": "struct"}, {"class": "type", "name": "Timeval", "type": "struct"}, {"class": "type", "name": "Timeval32", "type": "struct"}, {"class": "type", "name": "WaitStatus", "type": "uint32"}, {"class": "var", "name": "ForkLock", "type": "sync.RWMutex"}, {"class": "var", "name": "SocketDisableIPv6", "type": "bool"}, {"class": "var", "name": "Stderr", "type": "int"}, {"class": "var", "name": "Stdin", "type": "int"}, {"class": "var", "name": "Stdout", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/testing/iotest.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/testing/iotest.json new file mode 100644 index 0000000..01a36d1 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/testing/iotest.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "DataErrReader", "type": "func(r io.Reader) io.Reader"}, {"class": "func", "name": "HalfReader", "type": "func(r io.Reader) io.Reader"}, {"class": "func", "name": "NewReadLogger", "type": "func(prefix string, r io.Reader) io.Reader"}, {"class": "func", "name": "NewWriteLogger", "type": "func(prefix string, w io.Writer) io.Writer"}, {"class": "func", "name": "OneByteReader", "type": "func(r io.Reader) io.Reader"}, {"class": "func", "name": "TimeoutReader", "type": "func(r io.Reader) io.Reader"}, {"class": "func", "name": "TruncateWriter", "type": "func(w io.Writer, n int64) io.Writer"}, {"class": "var", "name": "ErrTimeout", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/testing/quick.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/testing/quick.json new file mode 100644 index 0000000..bd2ca40 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/testing/quick.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Check", "type": "func(f interface{}, config *quick.Config) error"}, {"class": "func", "name": "CheckEqual", "type": "func(f interface{}, g interface{}, config *quick.Config) error"}, {"class": "func", "name": "Value", "type": "func(t reflect.Type, rand *rand.Rand) (value reflect.Value, ok bool)"}, {"class": "type", "name": "CheckEqualError", "type": "struct"}, {"class": "type", "name": "CheckError", "type": "struct"}, {"class": "type", "name": "Config", "type": "struct"}, {"class": "type", "name": "Generator", "type": "interface"}, {"class": "type", "name": "SetupError", "type": "string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/testing/testing.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/testing/testing.json new file mode 100644 index 0000000..d605c26 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/testing/testing.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "AllocsPerRun", "type": "func(runs int, f func()) (avg float64)"}, {"class": "func", "name": "Benchmark", "type": "func(f func(b *testing.B)) testing.BenchmarkResult"}, {"class": "func", "name": "CoverMode", "type": "func() string"}, {"class": "func", "name": "Coverage", "type": "func() float64"}, {"class": "func", "name": "Main", "type": "func(matchString func(pat string, str string) (bool, error), tests []testing.InternalTest, benchmarks []testing.InternalBenchmark, examples []testing.InternalExample)"}, {"class": "func", "name": "MainStart", "type": "func(deps testing.testDeps, tests []testing.InternalTest, benchmarks []testing.InternalBenchmark, examples []testing.InternalExample) *testing.M"}, {"class": "func", "name": "RegisterCover", "type": "func(c testing.Cover)"}, {"class": "func", "name": "RunBenchmarks", "type": "func(matchString func(pat string, str string) (bool, error), benchmarks []testing.InternalBenchmark)"}, {"class": "func", "name": "RunExamples", "type": "func(matchString func(pat string, str string) (bool, error), examples []testing.InternalExample) (ok bool)"}, {"class": "func", "name": "RunTests", "type": "func(matchString func(pat string, str string) (bool, error), tests []testing.InternalTest) (ok bool)"}, {"class": "func", "name": "Short", "type": "func() bool"}, {"class": "func", "name": "Verbose", "type": "func() bool"}, {"class": "type", "name": "B", "type": "struct"}, {"class": "type", "name": "BenchmarkResult", "type": "struct"}, {"class": "type", "name": "Cover", "type": "struct"}, {"class": "type", "name": "CoverBlock", "type": "struct"}, {"class": "type", "name": "InternalBenchmark", "type": "struct"}, {"class": "type", "name": "InternalExample", "type": "struct"}, {"class": "type", "name": "InternalTest", "type": "struct"}, {"class": "type", "name": "M", "type": "struct"}, {"class": "type", "name": "PB", "type": "struct"}, {"class": "type", "name": "T", "type": "struct"}, {"class": "type", "name": "TB", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/scanner.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/scanner.json new file mode 100644 index 0000000..158a0b6 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/scanner.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Char", "type": ""}, {"class": "const", "name": "Comment", "type": ""}, {"class": "const", "name": "EOF", "type": ""}, {"class": "const", "name": "Float", "type": ""}, {"class": "const", "name": "GoTokens", "type": ""}, {"class": "const", "name": "GoWhitespace", "type": ""}, {"class": "const", "name": "Ident", "type": ""}, {"class": "const", "name": "Int", "type": ""}, {"class": "const", "name": "RawString", "type": ""}, {"class": "const", "name": "ScanChars", "type": ""}, {"class": "const", "name": "ScanComments", "type": ""}, {"class": "const", "name": "ScanFloats", "type": ""}, {"class": "const", "name": "ScanIdents", "type": ""}, {"class": "const", "name": "ScanInts", "type": ""}, {"class": "const", "name": "ScanRawStrings", "type": ""}, {"class": "const", "name": "ScanStrings", "type": ""}, {"class": "const", "name": "SkipComments", "type": ""}, {"class": "const", "name": "String", "type": ""}, {"class": "func", "name": "TokenString", "type": "func(tok rune) string"}, {"class": "type", "name": "Position", "type": "struct"}, {"class": "type", "name": "Scanner", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/tabwriter.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/tabwriter.json new file mode 100644 index 0000000..d73b66c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/tabwriter.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "AlignRight", "type": ""}, {"class": "const", "name": "Debug", "type": ""}, {"class": "const", "name": "DiscardEmptyColumns", "type": ""}, {"class": "const", "name": "Escape", "type": ""}, {"class": "const", "name": "FilterHTML", "type": ""}, {"class": "const", "name": "StripEscape", "type": ""}, {"class": "const", "name": "TabIndent", "type": ""}, {"class": "func", "name": "NewWriter", "type": "func(output io.Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) *tabwriter.Writer"}, {"class": "type", "name": "Writer", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/template.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/template.json new file mode 100644 index 0000000..3af5b01 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/template.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "HTMLEscape", "type": "func(w io.Writer, b []byte)"}, {"class": "func", "name": "HTMLEscapeString", "type": "func(s string) string"}, {"class": "func", "name": "HTMLEscaper", "type": "func(args ...interface{}) string"}, {"class": "func", "name": "IsTrue", "type": "func(val interface{}) (truth bool, ok bool)"}, {"class": "func", "name": "JSEscape", "type": "func(w io.Writer, b []byte)"}, {"class": "func", "name": "JSEscapeString", "type": "func(s string) string"}, {"class": "func", "name": "JSEscaper", "type": "func(args ...interface{}) string"}, {"class": "func", "name": "Must", "type": "func(t *template.Template, err error) *template.Template"}, {"class": "func", "name": "New", "type": "func(name string) *template.Template"}, {"class": "func", "name": "ParseFiles", "type": "func(filenames ...string) (*template.Template, error)"}, {"class": "func", "name": "ParseGlob", "type": "func(pattern string) (*template.Template, error)"}, {"class": "func", "name": "URLQueryEscaper", "type": "func(args ...interface{}) string"}, {"class": "type", "name": "ExecError", "type": "struct"}, {"class": "type", "name": "FuncMap", "type": "map[string]interface{}"}, {"class": "type", "name": "Template", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/template/parse.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/template/parse.json new file mode 100644 index 0000000..e27e1d1 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/text/template/parse.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "NodeAction", "type": ""}, {"class": "const", "name": "NodeBool", "type": ""}, {"class": "const", "name": "NodeChain", "type": ""}, {"class": "const", "name": "NodeCommand", "type": ""}, {"class": "const", "name": "NodeDot", "type": ""}, {"class": "const", "name": "NodeField", "type": ""}, {"class": "const", "name": "NodeIdentifier", "type": ""}, {"class": "const", "name": "NodeIf", "type": ""}, {"class": "const", "name": "NodeList", "type": ""}, {"class": "const", "name": "NodeNil", "type": ""}, {"class": "const", "name": "NodeNumber", "type": ""}, {"class": "const", "name": "NodePipe", "type": ""}, {"class": "const", "name": "NodeRange", "type": ""}, {"class": "const", "name": "NodeString", "type": ""}, {"class": "const", "name": "NodeTemplate", "type": ""}, {"class": "const", "name": "NodeText", "type": ""}, {"class": "const", "name": "NodeVariable", "type": ""}, {"class": "const", "name": "NodeWith", "type": ""}, {"class": "func", "name": "IsEmptyTree", "type": "func(n parse.Node) bool"}, {"class": "func", "name": "New", "type": "func(name string, funcs ...map[string]interface{}) *parse.Tree"}, {"class": "func", "name": "NewIdentifier", "type": "func(ident string) *parse.IdentifierNode"}, {"class": "func", "name": "Parse", "type": "func(name string, text string, leftDelim string, rightDelim string, funcs ...map[string]interface{}) (map[string]*parse.Tree, error)"}, {"class": "type", "name": "ActionNode", "type": "struct"}, {"class": "type", "name": "BoolNode", "type": "struct"}, {"class": "type", "name": "BranchNode", "type": "struct"}, {"class": "type", "name": "ChainNode", "type": "struct"}, {"class": "type", "name": "CommandNode", "type": "struct"}, {"class": "type", "name": "DotNode", "type": "struct"}, {"class": "type", "name": "FieldNode", "type": "struct"}, {"class": "type", "name": "IdentifierNode", "type": "struct"}, {"class": "type", "name": "IfNode", "type": "struct"}, {"class": "type", "name": "ListNode", "type": "struct"}, {"class": "type", "name": "NilNode", "type": "struct"}, {"class": "type", "name": "Node", "type": "interface"}, {"class": "type", "name": "NodeType", "type": "int"}, {"class": "type", "name": "NumberNode", "type": "struct"}, {"class": "type", "name": "PipeNode", "type": "struct"}, {"class": "type", "name": "Pos", "type": "int"}, {"class": "type", "name": "RangeNode", "type": "struct"}, {"class": "type", "name": "StringNode", "type": "struct"}, {"class": "type", "name": "TemplateNode", "type": "struct"}, {"class": "type", "name": "TextNode", "type": "struct"}, {"class": "type", "name": "Tree", "type": "struct"}, {"class": "type", "name": "VariableNode", "type": "struct"}, {"class": "type", "name": "WithNode", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/time/time.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/time/time.json new file mode 100644 index 0000000..54b48c2 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/time/time.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ANSIC", "type": ""}, {"class": "const", "name": "April", "type": ""}, {"class": "const", "name": "August", "type": ""}, {"class": "const", "name": "December", "type": ""}, {"class": "const", "name": "February", "type": ""}, {"class": "const", "name": "Friday", "type": ""}, {"class": "const", "name": "Hour", "type": ""}, {"class": "const", "name": "January", "type": ""}, {"class": "const", "name": "July", "type": ""}, {"class": "const", "name": "June", "type": ""}, {"class": "const", "name": "Kitchen", "type": ""}, {"class": "const", "name": "March", "type": ""}, {"class": "const", "name": "May", "type": ""}, {"class": "const", "name": "Microsecond", "type": ""}, {"class": "const", "name": "Millisecond", "type": ""}, {"class": "const", "name": "Minute", "type": ""}, {"class": "const", "name": "Monday", "type": ""}, {"class": "const", "name": "Nanosecond", "type": ""}, {"class": "const", "name": "November", "type": ""}, {"class": "const", "name": "October", "type": ""}, {"class": "const", "name": "RFC1123", "type": ""}, {"class": "const", "name": "RFC1123Z", "type": ""}, {"class": "const", "name": "RFC3339", "type": ""}, {"class": "const", "name": "RFC3339Nano", "type": ""}, {"class": "const", "name": "RFC822", "type": ""}, {"class": "const", "name": "RFC822Z", "type": ""}, {"class": "const", "name": "RFC850", "type": ""}, {"class": "const", "name": "RubyDate", "type": ""}, {"class": "const", "name": "Saturday", "type": ""}, {"class": "const", "name": "Second", "type": ""}, {"class": "const", "name": "September", "type": ""}, {"class": "const", "name": "Stamp", "type": ""}, {"class": "const", "name": "StampMicro", "type": ""}, {"class": "const", "name": "StampMilli", "type": ""}, {"class": "const", "name": "StampNano", "type": ""}, {"class": "const", "name": "Sunday", "type": ""}, {"class": "const", "name": "Thursday", "type": ""}, {"class": "const", "name": "Tuesday", "type": ""}, {"class": "const", "name": "UnixDate", "type": ""}, {"class": "const", "name": "Wednesday", "type": ""}, {"class": "func", "name": "After", "type": "func(d time.Duration) (<-chan time.Time)"}, {"class": "func", "name": "AfterFunc", "type": "func(d time.Duration, f func()) *time.Timer"}, {"class": "func", "name": "Date", "type": "func(year int, month time.Month, day int, hour int, min int, sec int, nsec int, loc *time.Location) time.Time"}, {"class": "func", "name": "FixedZone", "type": "func(name string, offset int) *time.Location"}, {"class": "func", "name": "LoadLocation", "type": "func(name string) (*time.Location, error)"}, {"class": "func", "name": "NewTicker", "type": "func(d time.Duration) *time.Ticker"}, {"class": "func", "name": "NewTimer", "type": "func(d time.Duration) *time.Timer"}, {"class": "func", "name": "Now", "type": "func() time.Time"}, {"class": "func", "name": "Parse", "type": "func(layout string, value string) (time.Time, error)"}, {"class": "func", "name": "ParseDuration", "type": "func(s string) (time.Duration, error)"}, {"class": "func", "name": "ParseInLocation", "type": "func(layout string, value string, loc *time.Location) (time.Time, error)"}, {"class": "func", "name": "Since", "type": "func(t time.Time) time.Duration"}, {"class": "func", "name": "Sleep", "type": "func(d time.Duration)"}, {"class": "func", "name": "Tick", "type": "func(d time.Duration) (<-chan time.Time)"}, {"class": "func", "name": "Unix", "type": "func(sec int64, nsec int64) time.Time"}, {"class": "func", "name": "Until", "type": "func(t time.Time) time.Duration"}, {"class": "type", "name": "Duration", "type": "int64"}, {"class": "type", "name": "Location", "type": "struct"}, {"class": "type", "name": "Month", "type": "int"}, {"class": "type", "name": "ParseError", "type": "struct"}, {"class": "type", "name": "Ticker", "type": "struct"}, {"class": "type", "name": "Time", "type": "struct"}, {"class": "type", "name": "Timer", "type": "struct"}, {"class": "type", "name": "Weekday", "type": "int"}, {"class": "var", "name": "Local", "type": "*time.Location"}, {"class": "var", "name": "UTC", "type": "*time.Location"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unicode/unicode.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unicode/unicode.json new file mode 100644 index 0000000..1ece650 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unicode/unicode.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "LowerCase", "type": ""}, {"class": "const", "name": "MaxASCII", "type": ""}, {"class": "const", "name": "MaxCase", "type": ""}, {"class": "const", "name": "MaxLatin1", "type": ""}, {"class": "const", "name": "MaxRune", "type": ""}, {"class": "const", "name": "ReplacementChar", "type": ""}, {"class": "const", "name": "TitleCase", "type": ""}, {"class": "const", "name": "UpperCase", "type": ""}, {"class": "const", "name": "UpperLower", "type": ""}, {"class": "const", "name": "Version", "type": ""}, {"class": "func", "name": "In", "type": "func(r rune, ranges ...*unicode.RangeTable) bool"}, {"class": "func", "name": "Is", "type": "func(rangeTab *unicode.RangeTable, r rune) bool"}, {"class": "func", "name": "IsControl", "type": "func(r rune) bool"}, {"class": "func", "name": "IsDigit", "type": "func(r rune) bool"}, {"class": "func", "name": "IsGraphic", "type": "func(r rune) bool"}, {"class": "func", "name": "IsLetter", "type": "func(r rune) bool"}, {"class": "func", "name": "IsLower", "type": "func(r rune) bool"}, {"class": "func", "name": "IsMark", "type": "func(r rune) bool"}, {"class": "func", "name": "IsNumber", "type": "func(r rune) bool"}, {"class": "func", "name": "IsOneOf", "type": "func(ranges []*unicode.RangeTable, r rune) bool"}, {"class": "func", "name": "IsPrint", "type": "func(r rune) bool"}, {"class": "func", "name": "IsPunct", "type": "func(r rune) bool"}, {"class": "func", "name": "IsSpace", "type": "func(r rune) bool"}, {"class": "func", "name": "IsSymbol", "type": "func(r rune) bool"}, {"class": "func", "name": "IsTitle", "type": "func(r rune) bool"}, {"class": "func", "name": "IsUpper", "type": "func(r rune) bool"}, {"class": "func", "name": "SimpleFold", "type": "func(r rune) rune"}, {"class": "func", "name": "To", "type": "func(_case int, r rune) rune"}, {"class": "func", "name": "ToLower", "type": "func(r rune) rune"}, {"class": "func", "name": "ToTitle", "type": "func(r rune) rune"}, {"class": "func", "name": "ToUpper", "type": "func(r rune) rune"}, {"class": "type", "name": "CaseRange", "type": "struct"}, {"class": "type", "name": "Range16", "type": "struct"}, {"class": "type", "name": "Range32", "type": "struct"}, {"class": "type", "name": "RangeTable", "type": "struct"}, {"class": "type", "name": "SpecialCase", "type": "[]unicode.CaseRange"}, {"class": "var", "name": "ASCII_Hex_Digit", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Adlam", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Ahom", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Anatolian_Hieroglyphs", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Arabic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Armenian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Avestan", "type": "*unicode.RangeTable"}, {"class": "var", "name": "AzeriCase", "type": "unicode.SpecialCase"}, {"class": "var", "name": "Balinese", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bamum", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bassa_Vah", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Batak", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bengali", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bhaiksuki", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bidi_Control", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bopomofo", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Brahmi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Braille", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Buginese", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Buhid", "type": "*unicode.RangeTable"}, {"class": "var", "name": "C", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Canadian_Aboriginal", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Carian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "CaseRanges", "type": "[]unicode.CaseRange"}, {"class": "var", "name": "Categories", "type": "map[string]*unicode.RangeTable"}, {"class": "var", "name": "Caucasian_Albanian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cc", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cf", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Chakma", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cham", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cherokee", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Co", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Common", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Coptic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cs", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cuneiform", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cypriot", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cyrillic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Dash", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Deprecated", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Deseret", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Devanagari", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Diacritic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Digit", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Duployan", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Egyptian_Hieroglyphs", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Elbasan", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Ethiopic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Extender", "type": "*unicode.RangeTable"}, {"class": "var", "name": "FoldCategory", "type": "map[string]*unicode.RangeTable"}, {"class": "var", "name": "FoldScript", "type": "map[string]*unicode.RangeTable"}, {"class": "var", "name": "Georgian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Glagolitic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Gothic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Grantha", "type": "*unicode.RangeTable"}, {"class": "var", "name": "GraphicRanges", "type": "[]*unicode.RangeTable"}, {"class": "var", "name": "Greek", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Gujarati", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Gurmukhi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Han", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Hangul", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Hanunoo", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Hatran", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Hebrew", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Hex_Digit", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Hiragana", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Hyphen", "type": "*unicode.RangeTable"}, {"class": "var", "name": "IDS_Binary_Operator", "type": "*unicode.RangeTable"}, {"class": "var", "name": "IDS_Trinary_Operator", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Ideographic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Imperial_Aramaic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Inherited", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Inscriptional_Pahlavi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Inscriptional_Parthian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Javanese", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Join_Control", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Kaithi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Kannada", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Katakana", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Kayah_Li", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Kharoshthi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Khmer", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Khojki", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Khudawadi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "L", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lao", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Latin", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lepcha", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Letter", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Limbu", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Linear_A", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Linear_B", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lisu", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Ll", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lm", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lo", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Logical_Order_Exception", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lower", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lt", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lu", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lycian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lydian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "M", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mahajani", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Malayalam", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mandaic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Manichaean", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Marchen", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mark", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mc", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Me", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Meetei_Mayek", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mende_Kikakui", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Meroitic_Cursive", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Meroitic_Hieroglyphs", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Miao", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mn", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Modi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mongolian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mro", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Multani", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Myanmar", "type": "*unicode.RangeTable"}, {"class": "var", "name": "N", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Nabataean", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Nd", "type": "*unicode.RangeTable"}, {"class": "var", "name": "New_Tai_Lue", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Newa", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Nko", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Nl", "type": "*unicode.RangeTable"}, {"class": "var", "name": "No", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Noncharacter_Code_Point", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Number", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Ogham", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Ol_Chiki", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Old_Hungarian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Old_Italic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Old_North_Arabian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Old_Permic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Old_Persian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Old_South_Arabian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Old_Turkic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Oriya", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Osage", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Osmanya", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_Alphabetic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_Default_Ignorable_Code_Point", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_Grapheme_Extend", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_ID_Continue", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_ID_Start", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_Lowercase", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_Math", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_Uppercase", "type": "*unicode.RangeTable"}, {"class": "var", "name": "P", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pahawh_Hmong", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Palmyrene", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pattern_Syntax", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pattern_White_Space", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pau_Cin_Hau", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pc", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pd", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pe", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pf", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Phags_Pa", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Phoenician", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Po", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Prepended_Concatenation_Mark", "type": "*unicode.RangeTable"}, {"class": "var", "name": "PrintRanges", "type": "[]*unicode.RangeTable"}, {"class": "var", "name": "Properties", "type": "map[string]*unicode.RangeTable"}, {"class": "var", "name": "Ps", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Psalter_Pahlavi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Punct", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Quotation_Mark", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Radical", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Rejang", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Runic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "S", "type": "*unicode.RangeTable"}, {"class": "var", "name": "STerm", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Samaritan", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Saurashtra", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Sc", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Scripts", "type": "map[string]*unicode.RangeTable"}, {"class": "var", "name": "Sentence_Terminal", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Sharada", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Shavian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Siddham", "type": "*unicode.RangeTable"}, {"class": "var", "name": "SignWriting", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Sinhala", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Sk", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Sm", "type": "*unicode.RangeTable"}, {"class": "var", "name": "So", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Soft_Dotted", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Sora_Sompeng", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Space", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Sundanese", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Syloti_Nagri", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Symbol", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Syriac", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tagalog", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tagbanwa", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tai_Le", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tai_Tham", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tai_Viet", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Takri", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tamil", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tangut", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Telugu", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Terminal_Punctuation", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Thaana", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Thai", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tibetan", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tifinagh", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tirhuta", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Title", "type": "*unicode.RangeTable"}, {"class": "var", "name": "TurkishCase", "type": "unicode.SpecialCase"}, {"class": "var", "name": "Ugaritic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Unified_Ideograph", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Upper", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Vai", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Variation_Selector", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Warang_Citi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "White_Space", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Yi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Z", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Zl", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Zp", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Zs", "type": "*unicode.RangeTable"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unicode/utf16.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unicode/utf16.json new file mode 100644 index 0000000..9485ee6 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unicode/utf16.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Decode", "type": "func(s []uint16) []rune"}, {"class": "func", "name": "DecodeRune", "type": "func(r1 rune, r2 rune) rune"}, {"class": "func", "name": "Encode", "type": "func(s []rune) []uint16"}, {"class": "func", "name": "EncodeRune", "type": "func(r rune) (r1 rune, r2 rune)"}, {"class": "func", "name": "IsSurrogate", "type": "func(r rune) bool"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unicode/utf8.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unicode/utf8.json new file mode 100644 index 0000000..8c0e7c3 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unicode/utf8.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "MaxRune", "type": ""}, {"class": "const", "name": "RuneError", "type": ""}, {"class": "const", "name": "RuneSelf", "type": ""}, {"class": "const", "name": "UTFMax", "type": ""}, {"class": "func", "name": "DecodeLastRune", "type": "func(p []byte) (r rune, size int)"}, {"class": "func", "name": "DecodeLastRuneInString", "type": "func(s string) (r rune, size int)"}, {"class": "func", "name": "DecodeRune", "type": "func(p []byte) (r rune, size int)"}, {"class": "func", "name": "DecodeRuneInString", "type": "func(s string) (r rune, size int)"}, {"class": "func", "name": "EncodeRune", "type": "func(p []byte, r rune) int"}, {"class": "func", "name": "FullRune", "type": "func(p []byte) bool"}, {"class": "func", "name": "FullRuneInString", "type": "func(s string) bool"}, {"class": "func", "name": "RuneCount", "type": "func(p []byte) int"}, {"class": "func", "name": "RuneCountInString", "type": "func(s string) (n int)"}, {"class": "func", "name": "RuneLen", "type": "func(r rune) int"}, {"class": "func", "name": "RuneStart", "type": "func(b byte) bool"}, {"class": "func", "name": "Valid", "type": "func(p []byte) bool"}, {"class": "func", "name": "ValidRune", "type": "func(r rune) bool"}, {"class": "func", "name": "ValidString", "type": "func(s string) bool"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unsafe/unsafe.json b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unsafe/unsafe.json new file mode 100644 index 0000000..a3e1622 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/unsafe/unsafe.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Alignof", "type": "func(any) uintptr"}, {"class": "func", "name": "New", "type": "func(typ interface{}) unsafe.Pointer"}, {"class": "func", "name": "NewArray", "type": "func(typ interface{}, n int) unsafe.Pointer"}, {"class": "func", "name": "Offsetof", "type": "func(any) uintptr"}, {"class": "func", "name": "Reflect", "type": "func(i interface{}) (typ interface{}, addr unsafe.Pointer)"}, {"class": "func", "name": "Sizeof", "type": "func(any) uintptr"}, {"class": "func", "name": "Typeof", "type": "func(i interface{}) interface{}"}, {"class": "func", "name": "Unreflect", "type": "func(typ interface{}, addr unsafe.Pointer) interface{}"}, {"class": "type", "name": "Pointer", "type": "uintptr"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/archive/tar.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/archive/tar.json new file mode 100644 index 0000000..4a49b7b --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/archive/tar.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "TypeBlock", "type": ""}, {"class": "const", "name": "TypeChar", "type": ""}, {"class": "const", "name": "TypeCont", "type": ""}, {"class": "const", "name": "TypeDir", "type": ""}, {"class": "const", "name": "TypeFifo", "type": ""}, {"class": "const", "name": "TypeGNULongLink", "type": ""}, {"class": "const", "name": "TypeGNULongName", "type": ""}, {"class": "const", "name": "TypeGNUSparse", "type": ""}, {"class": "const", "name": "TypeLink", "type": ""}, {"class": "const", "name": "TypeReg", "type": ""}, {"class": "const", "name": "TypeRegA", "type": ""}, {"class": "const", "name": "TypeSymlink", "type": ""}, {"class": "const", "name": "TypeXGlobalHeader", "type": ""}, {"class": "const", "name": "TypeXHeader", "type": ""}, {"class": "func", "name": "FileInfoHeader", "type": "func(fi os.FileInfo, link string) (*tar.Header, error)"}, {"class": "func", "name": "NewReader", "type": "func(r io.Reader) *tar.Reader"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *tar.Writer"}, {"class": "type", "name": "Header", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}, {"class": "var", "name": "ErrFieldTooLong", "type": "error"}, {"class": "var", "name": "ErrHeader", "type": "error"}, {"class": "var", "name": "ErrWriteAfterClose", "type": "error"}, {"class": "var", "name": "ErrWriteTooLong", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/archive/zip.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/archive/zip.json new file mode 100644 index 0000000..9407900 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/archive/zip.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Deflate", "type": ""}, {"class": "const", "name": "Store", "type": ""}, {"class": "func", "name": "FileInfoHeader", "type": "func(fi os.FileInfo) (*zip.FileHeader, error)"}, {"class": "func", "name": "NewReader", "type": "func(r io.ReaderAt, size int64) (*zip.Reader, error)"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *zip.Writer"}, {"class": "func", "name": "OpenReader", "type": "func(name string) (*zip.ReadCloser, error)"}, {"class": "func", "name": "RegisterCompressor", "type": "func(method uint16, comp zip.Compressor)"}, {"class": "func", "name": "RegisterDecompressor", "type": "func(method uint16, dcomp zip.Decompressor)"}, {"class": "type", "name": "Compressor", "type": "func(w io.Writer) (io.WriteCloser, error)"}, {"class": "type", "name": "Decompressor", "type": "func(r io.Reader) io.ReadCloser"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileHeader", "type": "struct"}, {"class": "type", "name": "ReadCloser", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}, {"class": "var", "name": "ErrAlgorithm", "type": "error"}, {"class": "var", "name": "ErrChecksum", "type": "error"}, {"class": "var", "name": "ErrFormat", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/bufio/bufio.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/bufio/bufio.json new file mode 100644 index 0000000..9de78d8 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/bufio/bufio.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "MaxScanTokenSize", "type": ""}, {"class": "func", "name": "NewReadWriter", "type": "func(r *bufio.Reader, w *bufio.Writer) *bufio.ReadWriter"}, {"class": "func", "name": "NewReader", "type": "func(rd io.Reader) *bufio.Reader"}, {"class": "func", "name": "NewReaderSize", "type": "func(rd io.Reader, size int) *bufio.Reader"}, {"class": "func", "name": "NewScanner", "type": "func(r io.Reader) *bufio.Scanner"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *bufio.Writer"}, {"class": "func", "name": "NewWriterSize", "type": "func(w io.Writer, size int) *bufio.Writer"}, {"class": "func", "name": "ScanBytes", "type": "func(data []byte, atEOF bool) (advance int, token []byte, err error)"}, {"class": "func", "name": "ScanLines", "type": "func(data []byte, atEOF bool) (advance int, token []byte, err error)"}, {"class": "func", "name": "ScanRunes", "type": "func(data []byte, atEOF bool) (advance int, token []byte, err error)"}, {"class": "func", "name": "ScanWords", "type": "func(data []byte, atEOF bool) (advance int, token []byte, err error)"}, {"class": "type", "name": "ReadWriter", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Scanner", "type": "struct"}, {"class": "type", "name": "SplitFunc", "type": "func(data []byte, atEOF bool) (advance int, token []byte, err error)"}, {"class": "type", "name": "Writer", "type": "struct"}, {"class": "var", "name": "ErrAdvanceTooFar", "type": "error"}, {"class": "var", "name": "ErrBufferFull", "type": "error"}, {"class": "var", "name": "ErrFinalToken", "type": "error"}, {"class": "var", "name": "ErrInvalidUnreadByte", "type": "error"}, {"class": "var", "name": "ErrInvalidUnreadRune", "type": "error"}, {"class": "var", "name": "ErrNegativeAdvance", "type": "error"}, {"class": "var", "name": "ErrNegativeCount", "type": "error"}, {"class": "var", "name": "ErrTooLong", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/bytes/bytes.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/bytes/bytes.json new file mode 100644 index 0000000..0d8cf16 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/bytes/bytes.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "MinRead", "type": ""}, {"class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int"}, {"class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool"}, {"class": "func", "name": "ContainsAny", "type": "func(b []byte, chars string) bool"}, {"class": "func", "name": "ContainsRune", "type": "func(b []byte, r rune) bool"}, {"class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int"}, {"class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool"}, {"class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool"}, {"class": "func", "name": "Fields", "type": "func(s []byte) [][]byte"}, {"class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte"}, {"class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool"}, {"class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool"}, {"class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int"}, {"class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int"}, {"class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int"}, {"class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int"}, {"class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int"}, {"class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte"}, {"class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int"}, {"class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int"}, {"class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int"}, {"class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int"}, {"class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte"}, {"class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer"}, {"class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer"}, {"class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader"}, {"class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte"}, {"class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte"}, {"class": "func", "name": "Runes", "type": "func(s []byte) []rune"}, {"class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte"}, {"class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte"}, {"class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte"}, {"class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte"}, {"class": "func", "name": "Title", "type": "func(s []byte) []byte"}, {"class": "func", "name": "ToLower", "type": "func(s []byte) []byte"}, {"class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte"}, {"class": "func", "name": "ToTitle", "type": "func(s []byte) []byte"}, {"class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte"}, {"class": "func", "name": "ToUpper", "type": "func(s []byte) []byte"}, {"class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte"}, {"class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte"}, {"class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte"}, {"class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte"}, {"class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte"}, {"class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte"}, {"class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte"}, {"class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte"}, {"class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte"}, {"class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte"}, {"class": "type", "name": "Buffer", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "var", "name": "ErrTooLarge", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/bzip2.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/bzip2.json new file mode 100644 index 0000000..3cdeb02 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/bzip2.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewReader", "type": "func(r io.Reader) io.Reader"}, {"class": "type", "name": "StructuralError", "type": "string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/flate.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/flate.json new file mode 100644 index 0000000..e2aa289 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/flate.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BestCompression", "type": ""}, {"class": "const", "name": "BestSpeed", "type": ""}, {"class": "const", "name": "DefaultCompression", "type": ""}, {"class": "const", "name": "HuffmanOnly", "type": ""}, {"class": "const", "name": "NoCompression", "type": ""}, {"class": "func", "name": "NewReader", "type": "func(r io.Reader) io.ReadCloser"}, {"class": "func", "name": "NewReaderDict", "type": "func(r io.Reader, dict []byte) io.ReadCloser"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer, level int) (*flate.Writer, error)"}, {"class": "func", "name": "NewWriterDict", "type": "func(w io.Writer, level int, dict []byte) (*flate.Writer, error)"}, {"class": "type", "name": "CorruptInputError", "type": "int64"}, {"class": "type", "name": "InternalError", "type": "string"}, {"class": "type", "name": "ReadError", "type": "struct"}, {"class": "type", "name": "Reader", "type": "interface"}, {"class": "type", "name": "Resetter", "type": "interface"}, {"class": "type", "name": "WriteError", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/gzip.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/gzip.json new file mode 100644 index 0000000..513b99f --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/gzip.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BestCompression", "type": ""}, {"class": "const", "name": "BestSpeed", "type": ""}, {"class": "const", "name": "DefaultCompression", "type": ""}, {"class": "const", "name": "NoCompression", "type": ""}, {"class": "func", "name": "NewReader", "type": "func(r io.Reader) (*gzip.Reader, error)"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *gzip.Writer"}, {"class": "func", "name": "NewWriterLevel", "type": "func(w io.Writer, level int) (*gzip.Writer, error)"}, {"class": "type", "name": "Header", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}, {"class": "var", "name": "ErrChecksum", "type": "error"}, {"class": "var", "name": "ErrHeader", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/lzw.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/lzw.json new file mode 100644 index 0000000..b3afd82 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/lzw.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "LSB", "type": ""}, {"class": "const", "name": "MSB", "type": ""}, {"class": "func", "name": "NewReader", "type": "func(r io.Reader, order lzw.Order, litWidth int) io.ReadCloser"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer, order lzw.Order, litWidth int) io.WriteCloser"}, {"class": "type", "name": "Order", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/zlib.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/zlib.json new file mode 100644 index 0000000..90181fa --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/compress/zlib.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BestCompression", "type": ""}, {"class": "const", "name": "BestSpeed", "type": ""}, {"class": "const", "name": "DefaultCompression", "type": ""}, {"class": "const", "name": "NoCompression", "type": ""}, {"class": "func", "name": "NewReader", "type": "func(r io.Reader) (io.ReadCloser, error)"}, {"class": "func", "name": "NewReaderDict", "type": "func(r io.Reader, dict []byte) (io.ReadCloser, error)"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *zlib.Writer"}, {"class": "func", "name": "NewWriterLevel", "type": "func(w io.Writer, level int) (*zlib.Writer, error)"}, {"class": "func", "name": "NewWriterLevelDict", "type": "func(w io.Writer, level int, dict []byte) (*zlib.Writer, error)"}, {"class": "type", "name": "Resetter", "type": "interface"}, {"class": "type", "name": "Writer", "type": "struct"}, {"class": "var", "name": "ErrChecksum", "type": "error"}, {"class": "var", "name": "ErrDictionary", "type": "error"}, {"class": "var", "name": "ErrHeader", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/container/heap.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/container/heap.json new file mode 100644 index 0000000..fbc58cf --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/container/heap.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Fix", "type": "func(h heap.Interface, i int)"}, {"class": "func", "name": "Init", "type": "func(h heap.Interface)"}, {"class": "func", "name": "Pop", "type": "func(h heap.Interface) interface{}"}, {"class": "func", "name": "Push", "type": "func(h heap.Interface, x interface{})"}, {"class": "func", "name": "Remove", "type": "func(h heap.Interface, i int) interface{}"}, {"class": "type", "name": "Interface", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/container/list.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/container/list.json new file mode 100644 index 0000000..76547f5 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/container/list.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "New", "type": "func() *list.List"}, {"class": "type", "name": "Element", "type": "struct"}, {"class": "type", "name": "List", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/container/ring.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/container/ring.json new file mode 100644 index 0000000..2ce60a5 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/container/ring.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "New", "type": "func(n int) *ring.Ring"}, {"class": "type", "name": "Ring", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/context/context.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/context/context.json new file mode 100644 index 0000000..afe9b2e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/context/context.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Background", "type": "func() context.Context"}, {"class": "func", "name": "TODO", "type": "func() context.Context"}, {"class": "func", "name": "WithCancel", "type": "func(parent context.Context) (ctx context.Context, cancel context.CancelFunc)"}, {"class": "func", "name": "WithDeadline", "type": "func(parent context.Context, deadline time.Time) (context.Context, context.CancelFunc)"}, {"class": "func", "name": "WithTimeout", "type": "func(parent context.Context, timeout time.Duration) (context.Context, context.CancelFunc)"}, {"class": "func", "name": "WithValue", "type": "func(parent context.Context, key interface{}, val interface{}) context.Context"}, {"class": "type", "name": "CancelFunc", "type": "func()"}, {"class": "type", "name": "Context", "type": "interface"}, {"class": "var", "name": "Canceled", "type": "error"}, {"class": "var", "name": "DeadlineExceeded", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/aes.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/aes.json new file mode 100644 index 0000000..f94c1d8 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/aes.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BlockSize", "type": ""}, {"class": "func", "name": "NewCipher", "type": "func(key []byte) (cipher.Block, error)"}, {"class": "type", "name": "KeySizeError", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/cipher.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/cipher.json new file mode 100644 index 0000000..9ecbf54 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/cipher.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewCBCDecrypter", "type": "func(b cipher.Block, iv []byte) cipher.BlockMode"}, {"class": "func", "name": "NewCBCEncrypter", "type": "func(b cipher.Block, iv []byte) cipher.BlockMode"}, {"class": "func", "name": "NewCFBDecrypter", "type": "func(block cipher.Block, iv []byte) cipher.Stream"}, {"class": "func", "name": "NewCFBEncrypter", "type": "func(block cipher.Block, iv []byte) cipher.Stream"}, {"class": "func", "name": "NewCTR", "type": "func(block cipher.Block, iv []byte) cipher.Stream"}, {"class": "func", "name": "NewGCM", "type": "func(cipher cipher.Block) (cipher.AEAD, error)"}, {"class": "func", "name": "NewGCMWithNonceSize", "type": "func(cipher cipher.Block, size int) (cipher.AEAD, error)"}, {"class": "func", "name": "NewOFB", "type": "func(b cipher.Block, iv []byte) cipher.Stream"}, {"class": "type", "name": "AEAD", "type": "interface"}, {"class": "type", "name": "Block", "type": "interface"}, {"class": "type", "name": "BlockMode", "type": "interface"}, {"class": "type", "name": "Stream", "type": "interface"}, {"class": "type", "name": "StreamReader", "type": "struct"}, {"class": "type", "name": "StreamWriter", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/crypto.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/crypto.json new file mode 100644 index 0000000..add1cab --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/crypto.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "MD4", "type": ""}, {"class": "const", "name": "MD5", "type": ""}, {"class": "const", "name": "MD5SHA1", "type": ""}, {"class": "const", "name": "RIPEMD160", "type": ""}, {"class": "const", "name": "SHA1", "type": ""}, {"class": "const", "name": "SHA224", "type": ""}, {"class": "const", "name": "SHA256", "type": ""}, {"class": "const", "name": "SHA384", "type": ""}, {"class": "const", "name": "SHA3_224", "type": ""}, {"class": "const", "name": "SHA3_256", "type": ""}, {"class": "const", "name": "SHA3_384", "type": ""}, {"class": "const", "name": "SHA3_512", "type": ""}, {"class": "const", "name": "SHA512", "type": ""}, {"class": "const", "name": "SHA512_224", "type": ""}, {"class": "const", "name": "SHA512_256", "type": ""}, {"class": "func", "name": "RegisterHash", "type": "func(h crypto.Hash, f func() hash.Hash)"}, {"class": "type", "name": "Decrypter", "type": "interface"}, {"class": "type", "name": "DecrypterOpts", "type": "interface"}, {"class": "type", "name": "Hash", "type": "uint"}, {"class": "type", "name": "PrivateKey", "type": "interface"}, {"class": "type", "name": "PublicKey", "type": "interface"}, {"class": "type", "name": "Signer", "type": "interface"}, {"class": "type", "name": "SignerOpts", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/des.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/des.json new file mode 100644 index 0000000..9e4d31e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/des.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BlockSize", "type": ""}, {"class": "func", "name": "NewCipher", "type": "func(key []byte) (cipher.Block, error)"}, {"class": "func", "name": "NewTripleDESCipher", "type": "func(key []byte) (cipher.Block, error)"}, {"class": "type", "name": "KeySizeError", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/dsa.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/dsa.json new file mode 100644 index 0000000..7fc28c0 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/dsa.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "L1024N160", "type": ""}, {"class": "const", "name": "L2048N224", "type": ""}, {"class": "const", "name": "L2048N256", "type": ""}, {"class": "const", "name": "L3072N256", "type": ""}, {"class": "func", "name": "GenerateKey", "type": "func(priv *dsa.PrivateKey, rand io.Reader) error"}, {"class": "func", "name": "GenerateParameters", "type": "func(params *dsa.Parameters, rand io.Reader, sizes dsa.ParameterSizes) error"}, {"class": "func", "name": "Sign", "type": "func(rand io.Reader, priv *dsa.PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"}, {"class": "func", "name": "Verify", "type": "func(pub *dsa.PublicKey, hash []byte, r *big.Int, s *big.Int) bool"}, {"class": "type", "name": "ParameterSizes", "type": "int"}, {"class": "type", "name": "Parameters", "type": "struct"}, {"class": "type", "name": "PrivateKey", "type": "struct"}, {"class": "type", "name": "PublicKey", "type": "struct"}, {"class": "var", "name": "ErrInvalidPublicKey", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/ecdsa.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/ecdsa.json new file mode 100644 index 0000000..876a052 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/ecdsa.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "GenerateKey", "type": "func(c elliptic.Curve, rand io.Reader) (*ecdsa.PrivateKey, error)"}, {"class": "func", "name": "Sign", "type": "func(rand io.Reader, priv *ecdsa.PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"}, {"class": "func", "name": "Verify", "type": "func(pub *ecdsa.PublicKey, hash []byte, r *big.Int, s *big.Int) bool"}, {"class": "type", "name": "PrivateKey", "type": "struct"}, {"class": "type", "name": "PublicKey", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/elliptic.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/elliptic.json new file mode 100644 index 0000000..44c0de5 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/elliptic.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "GenerateKey", "type": "func(curve elliptic.Curve, rand io.Reader) (priv []byte, x *big.Int, y *big.Int, err error)"}, {"class": "func", "name": "Marshal", "type": "func(curve elliptic.Curve, x *big.Int, y *big.Int) []byte"}, {"class": "func", "name": "P224", "type": "func() elliptic.Curve"}, {"class": "func", "name": "P256", "type": "func() elliptic.Curve"}, {"class": "func", "name": "P384", "type": "func() elliptic.Curve"}, {"class": "func", "name": "P521", "type": "func() elliptic.Curve"}, {"class": "func", "name": "Unmarshal", "type": "func(curve elliptic.Curve, data []byte) (x *big.Int, y *big.Int)"}, {"class": "type", "name": "Curve", "type": "interface"}, {"class": "type", "name": "CurveParams", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/hmac.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/hmac.json new file mode 100644 index 0000000..45d5a6b --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/hmac.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Equal", "type": "func(mac1 []byte, mac2 []byte) bool"}, {"class": "func", "name": "New", "type": "func(h func() hash.Hash, key []byte) hash.Hash"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/md5.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/md5.json new file mode 100644 index 0000000..cc40e01 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/md5.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BlockSize", "type": ""}, {"class": "const", "name": "Size", "type": ""}, {"class": "func", "name": "New", "type": "func() hash.Hash"}, {"class": "func", "name": "Sum", "type": "func(data []byte) [16]byte"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/rand.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/rand.json new file mode 100644 index 0000000..987fe49 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/rand.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Int", "type": "func(rand io.Reader, max *big.Int) (n *big.Int, err error)"}, {"class": "func", "name": "Prime", "type": "func(rand io.Reader, bits int) (p *big.Int, err error)"}, {"class": "func", "name": "Read", "type": "func(b []byte) (n int, err error)"}, {"class": "var", "name": "Reader", "type": "io.Reader"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/rc4.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/rc4.json new file mode 100644 index 0000000..7891216 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/rc4.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewCipher", "type": "func(key []byte) (*rc4.Cipher, error)"}, {"class": "type", "name": "Cipher", "type": "struct"}, {"class": "type", "name": "KeySizeError", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/rsa.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/rsa.json new file mode 100644 index 0000000..1d4fcf4 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/rsa.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "PSSSaltLengthAuto", "type": ""}, {"class": "const", "name": "PSSSaltLengthEqualsHash", "type": ""}, {"class": "func", "name": "DecryptOAEP", "type": "func(hash hash.Hash, random io.Reader, priv *rsa.PrivateKey, ciphertext []byte, label []byte) ([]byte, error)"}, {"class": "func", "name": "DecryptPKCS1v15", "type": "func(rand io.Reader, priv *rsa.PrivateKey, ciphertext []byte) ([]byte, error)"}, {"class": "func", "name": "DecryptPKCS1v15SessionKey", "type": "func(rand io.Reader, priv *rsa.PrivateKey, ciphertext []byte, key []byte) error"}, {"class": "func", "name": "EncryptOAEP", "type": "func(hash hash.Hash, random io.Reader, pub *rsa.PublicKey, msg []byte, label []byte) ([]byte, error)"}, {"class": "func", "name": "EncryptPKCS1v15", "type": "func(rand io.Reader, pub *rsa.PublicKey, msg []byte) ([]byte, error)"}, {"class": "func", "name": "GenerateKey", "type": "func(random io.Reader, bits int) (*rsa.PrivateKey, error)"}, {"class": "func", "name": "GenerateMultiPrimeKey", "type": "func(random io.Reader, nprimes int, bits int) (*rsa.PrivateKey, error)"}, {"class": "func", "name": "SignPKCS1v15", "type": "func(rand io.Reader, priv *rsa.PrivateKey, hash crypto.Hash, hashed []byte) ([]byte, error)"}, {"class": "func", "name": "SignPSS", "type": "func(rand io.Reader, priv *rsa.PrivateKey, hash crypto.Hash, hashed []byte, opts *rsa.PSSOptions) ([]byte, error)"}, {"class": "func", "name": "VerifyPKCS1v15", "type": "func(pub *rsa.PublicKey, hash crypto.Hash, hashed []byte, sig []byte) error"}, {"class": "func", "name": "VerifyPSS", "type": "func(pub *rsa.PublicKey, hash crypto.Hash, hashed []byte, sig []byte, opts *rsa.PSSOptions) error"}, {"class": "type", "name": "CRTValue", "type": "struct"}, {"class": "type", "name": "OAEPOptions", "type": "struct"}, {"class": "type", "name": "PKCS1v15DecryptOptions", "type": "struct"}, {"class": "type", "name": "PSSOptions", "type": "struct"}, {"class": "type", "name": "PrecomputedValues", "type": "struct"}, {"class": "type", "name": "PrivateKey", "type": "struct"}, {"class": "type", "name": "PublicKey", "type": "struct"}, {"class": "var", "name": "ErrDecryption", "type": "error"}, {"class": "var", "name": "ErrMessageTooLong", "type": "error"}, {"class": "var", "name": "ErrVerification", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/sha1.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/sha1.json new file mode 100644 index 0000000..c77ad3b --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/sha1.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BlockSize", "type": ""}, {"class": "const", "name": "Size", "type": ""}, {"class": "func", "name": "New", "type": "func() hash.Hash"}, {"class": "func", "name": "Sum", "type": "func(data []byte) [20]byte"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/sha256.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/sha256.json new file mode 100644 index 0000000..0b341fd --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/sha256.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BlockSize", "type": ""}, {"class": "const", "name": "Size", "type": ""}, {"class": "const", "name": "Size224", "type": ""}, {"class": "func", "name": "New", "type": "func() hash.Hash"}, {"class": "func", "name": "New224", "type": "func() hash.Hash"}, {"class": "func", "name": "Sum224", "type": "func(data []byte) (sum224 [28]byte)"}, {"class": "func", "name": "Sum256", "type": "func(data []byte) [32]byte"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/sha512.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/sha512.json new file mode 100644 index 0000000..489d64e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/sha512.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BlockSize", "type": ""}, {"class": "const", "name": "Size", "type": ""}, {"class": "const", "name": "Size224", "type": ""}, {"class": "const", "name": "Size256", "type": ""}, {"class": "const", "name": "Size384", "type": ""}, {"class": "func", "name": "New", "type": "func() hash.Hash"}, {"class": "func", "name": "New384", "type": "func() hash.Hash"}, {"class": "func", "name": "New512_224", "type": "func() hash.Hash"}, {"class": "func", "name": "New512_256", "type": "func() hash.Hash"}, {"class": "func", "name": "Sum384", "type": "func(data []byte) (sum384 [48]byte)"}, {"class": "func", "name": "Sum512", "type": "func(data []byte) [64]byte"}, {"class": "func", "name": "Sum512_224", "type": "func(data []byte) (sum224 [28]byte)"}, {"class": "func", "name": "Sum512_256", "type": "func(data []byte) (sum256 [32]byte)"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/subtle.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/subtle.json new file mode 100644 index 0000000..910460e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/subtle.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "ConstantTimeByteEq", "type": "func(x uint8, y uint8) int"}, {"class": "func", "name": "ConstantTimeCompare", "type": "func(x []byte, y []byte) int"}, {"class": "func", "name": "ConstantTimeCopy", "type": "func(v int, x []byte, y []byte)"}, {"class": "func", "name": "ConstantTimeEq", "type": "func(x int32, y int32) int"}, {"class": "func", "name": "ConstantTimeLessOrEq", "type": "func(x int, y int) int"}, {"class": "func", "name": "ConstantTimeSelect", "type": "func(v int, x int, y int) int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/tls.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/tls.json new file mode 100644 index 0000000..bcd301a --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/tls.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "CurveP256", "type": ""}, {"class": "const", "name": "CurveP384", "type": ""}, {"class": "const", "name": "CurveP521", "type": ""}, {"class": "const", "name": "NoClientCert", "type": ""}, {"class": "const", "name": "RenegotiateFreelyAsClient", "type": ""}, {"class": "const", "name": "RenegotiateNever", "type": ""}, {"class": "const", "name": "RenegotiateOnceAsClient", "type": ""}, {"class": "const", "name": "RequestClientCert", "type": ""}, {"class": "const", "name": "RequireAndVerifyClientCert", "type": ""}, {"class": "const", "name": "RequireAnyClientCert", "type": ""}, {"class": "const", "name": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", "type": ""}, {"class": "const", "name": "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "type": ""}, {"class": "const", "name": "TLS_ECDHE_ECDSA_WITH_RC4_128_SHA", "type": ""}, {"class": "const", "name": "TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "type": ""}, {"class": "const", "name": "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "type": ""}, {"class": "const", "name": "TLS_ECDHE_RSA_WITH_RC4_128_SHA", "type": ""}, {"class": "const", "name": "TLS_FALLBACK_SCSV", "type": ""}, {"class": "const", "name": "TLS_RSA_WITH_3DES_EDE_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_RSA_WITH_AES_128_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_RSA_WITH_AES_128_GCM_SHA256", "type": ""}, {"class": "const", "name": "TLS_RSA_WITH_AES_256_CBC_SHA", "type": ""}, {"class": "const", "name": "TLS_RSA_WITH_AES_256_GCM_SHA384", "type": ""}, {"class": "const", "name": "TLS_RSA_WITH_RC4_128_SHA", "type": ""}, {"class": "const", "name": "VerifyClientCertIfGiven", "type": ""}, {"class": "const", "name": "VersionSSL30", "type": ""}, {"class": "const", "name": "VersionTLS10", "type": ""}, {"class": "const", "name": "VersionTLS11", "type": ""}, {"class": "const", "name": "VersionTLS12", "type": ""}, {"class": "func", "name": "Client", "type": "func(conn net.Conn, config *tls.Config) *tls.Conn"}, {"class": "func", "name": "Dial", "type": "func(network string, addr string, config *tls.Config) (*tls.Conn, error)"}, {"class": "func", "name": "DialWithDialer", "type": "func(dialer *net.Dialer, network string, addr string, config *tls.Config) (*tls.Conn, error)"}, {"class": "func", "name": "Listen", "type": "func(network string, laddr string, config *tls.Config) (net.Listener, error)"}, {"class": "func", "name": "LoadX509KeyPair", "type": "func(certFile string, keyFile string) (tls.Certificate, error)"}, {"class": "func", "name": "NewLRUClientSessionCache", "type": "func(capacity int) tls.ClientSessionCache"}, {"class": "func", "name": "NewListener", "type": "func(inner net.Listener, config *tls.Config) net.Listener"}, {"class": "func", "name": "Server", "type": "func(conn net.Conn, config *tls.Config) *tls.Conn"}, {"class": "func", "name": "X509KeyPair", "type": "func(certPEMBlock []byte, keyPEMBlock []byte) (tls.Certificate, error)"}, {"class": "type", "name": "Certificate", "type": "struct"}, {"class": "type", "name": "ClientAuthType", "type": "int"}, {"class": "type", "name": "ClientHelloInfo", "type": "struct"}, {"class": "type", "name": "ClientSessionCache", "type": "interface"}, {"class": "type", "name": "ClientSessionState", "type": "struct"}, {"class": "type", "name": "Config", "type": "struct"}, {"class": "type", "name": "Conn", "type": "struct"}, {"class": "type", "name": "ConnectionState", "type": "struct"}, {"class": "type", "name": "CurveID", "type": "uint16"}, {"class": "type", "name": "RecordHeaderError", "type": "struct"}, {"class": "type", "name": "RenegotiationSupport", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/x509.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/x509.json new file mode 100644 index 0000000..6e3ca34 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/x509.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "CANotAuthorizedForThisName", "type": ""}, {"class": "const", "name": "DSA", "type": ""}, {"class": "const", "name": "DSAWithSHA1", "type": ""}, {"class": "const", "name": "DSAWithSHA256", "type": ""}, {"class": "const", "name": "ECDSA", "type": ""}, {"class": "const", "name": "ECDSAWithSHA1", "type": ""}, {"class": "const", "name": "ECDSAWithSHA256", "type": ""}, {"class": "const", "name": "ECDSAWithSHA384", "type": ""}, {"class": "const", "name": "ECDSAWithSHA512", "type": ""}, {"class": "const", "name": "Expired", "type": ""}, {"class": "const", "name": "ExtKeyUsageAny", "type": ""}, {"class": "const", "name": "ExtKeyUsageClientAuth", "type": ""}, {"class": "const", "name": "ExtKeyUsageCodeSigning", "type": ""}, {"class": "const", "name": "ExtKeyUsageEmailProtection", "type": ""}, {"class": "const", "name": "ExtKeyUsageIPSECEndSystem", "type": ""}, {"class": "const", "name": "ExtKeyUsageIPSECTunnel", "type": ""}, {"class": "const", "name": "ExtKeyUsageIPSECUser", "type": ""}, {"class": "const", "name": "ExtKeyUsageMicrosoftServerGatedCrypto", "type": ""}, {"class": "const", "name": "ExtKeyUsageNetscapeServerGatedCrypto", "type": ""}, {"class": "const", "name": "ExtKeyUsageOCSPSigning", "type": ""}, {"class": "const", "name": "ExtKeyUsageServerAuth", "type": ""}, {"class": "const", "name": "ExtKeyUsageTimeStamping", "type": ""}, {"class": "const", "name": "IncompatibleUsage", "type": ""}, {"class": "const", "name": "KeyUsageCRLSign", "type": ""}, {"class": "const", "name": "KeyUsageCertSign", "type": ""}, {"class": "const", "name": "KeyUsageContentCommitment", "type": ""}, {"class": "const", "name": "KeyUsageDataEncipherment", "type": ""}, {"class": "const", "name": "KeyUsageDecipherOnly", "type": ""}, {"class": "const", "name": "KeyUsageDigitalSignature", "type": ""}, {"class": "const", "name": "KeyUsageEncipherOnly", "type": ""}, {"class": "const", "name": "KeyUsageKeyAgreement", "type": ""}, {"class": "const", "name": "KeyUsageKeyEncipherment", "type": ""}, {"class": "const", "name": "MD2WithRSA", "type": ""}, {"class": "const", "name": "MD5WithRSA", "type": ""}, {"class": "const", "name": "NotAuthorizedToSign", "type": ""}, {"class": "const", "name": "PEMCipher3DES", "type": ""}, {"class": "const", "name": "PEMCipherAES128", "type": ""}, {"class": "const", "name": "PEMCipherAES192", "type": ""}, {"class": "const", "name": "PEMCipherAES256", "type": ""}, {"class": "const", "name": "PEMCipherDES", "type": ""}, {"class": "const", "name": "RSA", "type": ""}, {"class": "const", "name": "SHA1WithRSA", "type": ""}, {"class": "const", "name": "SHA256WithRSA", "type": ""}, {"class": "const", "name": "SHA384WithRSA", "type": ""}, {"class": "const", "name": "SHA512WithRSA", "type": ""}, {"class": "const", "name": "TooManyIntermediates", "type": ""}, {"class": "const", "name": "UnknownPublicKeyAlgorithm", "type": ""}, {"class": "const", "name": "UnknownSignatureAlgorithm", "type": ""}, {"class": "func", "name": "CreateCertificate", "type": "func(rand io.Reader, template *x509.Certificate, parent *x509.Certificate, pub interface{}, priv interface{}) (cert []byte, err error)"}, {"class": "func", "name": "CreateCertificateRequest", "type": "func(rand io.Reader, template *x509.CertificateRequest, priv interface{}) (csr []byte, err error)"}, {"class": "func", "name": "DecryptPEMBlock", "type": "func(b *pem.Block, password []byte) ([]byte, error)"}, {"class": "func", "name": "EncryptPEMBlock", "type": "func(rand io.Reader, blockType string, data []byte, password []byte, alg x509.PEMCipher) (*pem.Block, error)"}, {"class": "func", "name": "IsEncryptedPEMBlock", "type": "func(b *pem.Block) bool"}, {"class": "func", "name": "MarshalECPrivateKey", "type": "func(key *ecdsa.PrivateKey) ([]byte, error)"}, {"class": "func", "name": "MarshalPKCS1PrivateKey", "type": "func(key *rsa.PrivateKey) []byte"}, {"class": "func", "name": "MarshalPKIXPublicKey", "type": "func(pub interface{}) ([]byte, error)"}, {"class": "func", "name": "NewCertPool", "type": "func() *x509.CertPool"}, {"class": "func", "name": "ParseCRL", "type": "func(crlBytes []byte) (*pkix.CertificateList, error)"}, {"class": "func", "name": "ParseCertificate", "type": "func(asn1Data []byte) (*x509.Certificate, error)"}, {"class": "func", "name": "ParseCertificateRequest", "type": "func(asn1Data []byte) (*x509.CertificateRequest, error)"}, {"class": "func", "name": "ParseCertificates", "type": "func(asn1Data []byte) ([]*x509.Certificate, error)"}, {"class": "func", "name": "ParseDERCRL", "type": "func(derBytes []byte) (*pkix.CertificateList, error)"}, {"class": "func", "name": "ParseECPrivateKey", "type": "func(der []byte) (*ecdsa.PrivateKey, error)"}, {"class": "func", "name": "ParsePKCS1PrivateKey", "type": "func(der []byte) (*rsa.PrivateKey, error)"}, {"class": "func", "name": "ParsePKCS8PrivateKey", "type": "func(der []byte) (key interface{}, err error)"}, {"class": "func", "name": "ParsePKIXPublicKey", "type": "func(derBytes []byte) (pub interface{}, err error)"}, {"class": "func", "name": "SystemCertPool", "type": "func() (*x509.CertPool, error)"}, {"class": "type", "name": "CertPool", "type": "struct"}, {"class": "type", "name": "Certificate", "type": "struct"}, {"class": "type", "name": "CertificateInvalidError", "type": "struct"}, {"class": "type", "name": "CertificateRequest", "type": "struct"}, {"class": "type", "name": "ConstraintViolationError", "type": "struct"}, {"class": "type", "name": "ExtKeyUsage", "type": "int"}, {"class": "type", "name": "HostnameError", "type": "struct"}, {"class": "type", "name": "InsecureAlgorithmError", "type": "int"}, {"class": "type", "name": "InvalidReason", "type": "int"}, {"class": "type", "name": "KeyUsage", "type": "int"}, {"class": "type", "name": "PEMCipher", "type": "int"}, {"class": "type", "name": "PublicKeyAlgorithm", "type": "int"}, {"class": "type", "name": "SignatureAlgorithm", "type": "int"}, {"class": "type", "name": "SystemRootsError", "type": "struct"}, {"class": "type", "name": "UnhandledCriticalExtension", "type": "struct"}, {"class": "type", "name": "UnknownAuthorityError", "type": "struct"}, {"class": "type", "name": "VerifyOptions", "type": "struct"}, {"class": "var", "name": "ErrUnsupportedAlgorithm", "type": "error"}, {"class": "var", "name": "IncorrectPasswordError", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/x509/pkix.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/x509/pkix.json new file mode 100644 index 0000000..5e4b43c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/crypto/x509/pkix.json @@ -0,0 +1 @@ +[0, [{"class": "type", "name": "AlgorithmIdentifier", "type": "struct"}, {"class": "type", "name": "AttributeTypeAndValue", "type": "struct"}, {"class": "type", "name": "AttributeTypeAndValueSET", "type": "struct"}, {"class": "type", "name": "CertificateList", "type": "struct"}, {"class": "type", "name": "Extension", "type": "struct"}, {"class": "type", "name": "Name", "type": "struct"}, {"class": "type", "name": "RDNSequence", "type": "[]pkix.RelativeDistinguishedNameSET"}, {"class": "type", "name": "RelativeDistinguishedNameSET", "type": "[]pkix.AttributeTypeAndValue"}, {"class": "type", "name": "RevokedCertificate", "type": "struct"}, {"class": "type", "name": "TBSCertificateList", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/database/sql.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/database/sql.json new file mode 100644 index 0000000..94ee7ec --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/database/sql.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Drivers", "type": "func() []string"}, {"class": "func", "name": "Open", "type": "func(driverName string, dataSourceName string) (*sql.DB, error)"}, {"class": "func", "name": "Register", "type": "func(name string, driver driver.Driver)"}, {"class": "type", "name": "DB", "type": "struct"}, {"class": "type", "name": "DBStats", "type": "struct"}, {"class": "type", "name": "NullBool", "type": "struct"}, {"class": "type", "name": "NullFloat64", "type": "struct"}, {"class": "type", "name": "NullInt64", "type": "struct"}, {"class": "type", "name": "NullString", "type": "struct"}, {"class": "type", "name": "RawBytes", "type": "[]byte"}, {"class": "type", "name": "Result", "type": "interface"}, {"class": "type", "name": "Row", "type": "struct"}, {"class": "type", "name": "Rows", "type": "struct"}, {"class": "type", "name": "Scanner", "type": "interface"}, {"class": "type", "name": "Stmt", "type": "struct"}, {"class": "type", "name": "Tx", "type": "struct"}, {"class": "var", "name": "ErrNoRows", "type": "error"}, {"class": "var", "name": "ErrTxDone", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/database/sql/driver.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/database/sql/driver.json new file mode 100644 index 0000000..1492b22 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/database/sql/driver.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "IsScanValue", "type": "func(v interface{}) bool"}, {"class": "func", "name": "IsValue", "type": "func(v interface{}) bool"}, {"class": "type", "name": "ColumnConverter", "type": "interface"}, {"class": "type", "name": "Conn", "type": "interface"}, {"class": "type", "name": "Driver", "type": "interface"}, {"class": "type", "name": "Execer", "type": "interface"}, {"class": "type", "name": "NotNull", "type": "struct"}, {"class": "type", "name": "Null", "type": "struct"}, {"class": "type", "name": "Queryer", "type": "interface"}, {"class": "type", "name": "Result", "type": "interface"}, {"class": "type", "name": "Rows", "type": "interface"}, {"class": "type", "name": "RowsAffected", "type": "int64"}, {"class": "type", "name": "Stmt", "type": "interface"}, {"class": "type", "name": "Tx", "type": "interface"}, {"class": "type", "name": "Value", "type": "interface"}, {"class": "type", "name": "ValueConverter", "type": "interface"}, {"class": "type", "name": "Valuer", "type": "interface"}, {"class": "var", "name": "Bool", "type": "driver.boolType"}, {"class": "var", "name": "DefaultParameterConverter", "type": "driver.defaultConverter"}, {"class": "var", "name": "ErrBadConn", "type": "error"}, {"class": "var", "name": "ErrSkip", "type": "error"}, {"class": "var", "name": "Int32", "type": "driver.int32Type"}, {"class": "var", "name": "ResultNoRows", "type": "driver.noRows"}, {"class": "var", "name": "String", "type": "driver.stringType"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/dwarf.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/dwarf.json new file mode 100644 index 0000000..f3b149f --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/dwarf.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "AttrAbstractOrigin", "type": ""}, {"class": "const", "name": "AttrAccessibility", "type": ""}, {"class": "const", "name": "AttrAddrClass", "type": ""}, {"class": "const", "name": "AttrAllocated", "type": ""}, {"class": "const", "name": "AttrArtificial", "type": ""}, {"class": "const", "name": "AttrAssociated", "type": ""}, {"class": "const", "name": "AttrBaseTypes", "type": ""}, {"class": "const", "name": "AttrBitOffset", "type": ""}, {"class": "const", "name": "AttrBitSize", "type": ""}, {"class": "const", "name": "AttrByteSize", "type": ""}, {"class": "const", "name": "AttrCallColumn", "type": ""}, {"class": "const", "name": "AttrCallFile", "type": ""}, {"class": "const", "name": "AttrCallLine", "type": ""}, {"class": "const", "name": "AttrCalling", "type": ""}, {"class": "const", "name": "AttrCommonRef", "type": ""}, {"class": "const", "name": "AttrCompDir", "type": ""}, {"class": "const", "name": "AttrConstValue", "type": ""}, {"class": "const", "name": "AttrContainingType", "type": ""}, {"class": "const", "name": "AttrCount", "type": ""}, {"class": "const", "name": "AttrDataLocation", "type": ""}, {"class": "const", "name": "AttrDataMemberLoc", "type": ""}, {"class": "const", "name": "AttrDeclColumn", "type": ""}, {"class": "const", "name": "AttrDeclFile", "type": ""}, {"class": "const", "name": "AttrDeclLine", "type": ""}, {"class": "const", "name": "AttrDeclaration", "type": ""}, {"class": "const", "name": "AttrDefaultValue", "type": ""}, {"class": "const", "name": "AttrDescription", "type": ""}, {"class": "const", "name": "AttrDiscr", "type": ""}, {"class": "const", "name": "AttrDiscrList", "type": ""}, {"class": "const", "name": "AttrDiscrValue", "type": ""}, {"class": "const", "name": "AttrEncoding", "type": ""}, {"class": "const", "name": "AttrEntrypc", "type": ""}, {"class": "const", "name": "AttrExtension", "type": ""}, {"class": "const", "name": "AttrExternal", "type": ""}, {"class": "const", "name": "AttrFrameBase", "type": ""}, {"class": "const", "name": "AttrFriend", "type": ""}, {"class": "const", "name": "AttrHighpc", "type": ""}, {"class": "const", "name": "AttrIdentifierCase", "type": ""}, {"class": "const", "name": "AttrImport", "type": ""}, {"class": "const", "name": "AttrInline", "type": ""}, {"class": "const", "name": "AttrIsOptional", "type": ""}, {"class": "const", "name": "AttrLanguage", "type": ""}, {"class": "const", "name": "AttrLocation", "type": ""}, {"class": "const", "name": "AttrLowerBound", "type": ""}, {"class": "const", "name": "AttrLowpc", "type": ""}, {"class": "const", "name": "AttrMacroInfo", "type": ""}, {"class": "const", "name": "AttrName", "type": ""}, {"class": "const", "name": "AttrNamelistItem", "type": ""}, {"class": "const", "name": "AttrOrdering", "type": ""}, {"class": "const", "name": "AttrPriority", "type": ""}, {"class": "const", "name": "AttrProducer", "type": ""}, {"class": "const", "name": "AttrPrototyped", "type": ""}, {"class": "const", "name": "AttrRanges", "type": ""}, {"class": "const", "name": "AttrReturnAddr", "type": ""}, {"class": "const", "name": "AttrSegment", "type": ""}, {"class": "const", "name": "AttrSibling", "type": ""}, {"class": "const", "name": "AttrSpecification", "type": ""}, {"class": "const", "name": "AttrStartScope", "type": ""}, {"class": "const", "name": "AttrStaticLink", "type": ""}, {"class": "const", "name": "AttrStmtList", "type": ""}, {"class": "const", "name": "AttrStride", "type": ""}, {"class": "const", "name": "AttrStrideSize", "type": ""}, {"class": "const", "name": "AttrStringLength", "type": ""}, {"class": "const", "name": "AttrTrampoline", "type": ""}, {"class": "const", "name": "AttrType", "type": ""}, {"class": "const", "name": "AttrUpperBound", "type": ""}, {"class": "const", "name": "AttrUseLocation", "type": ""}, {"class": "const", "name": "AttrUseUTF8", "type": ""}, {"class": "const", "name": "AttrVarParam", "type": ""}, {"class": "const", "name": "AttrVirtuality", "type": ""}, {"class": "const", "name": "AttrVisibility", "type": ""}, {"class": "const", "name": "AttrVtableElemLoc", "type": ""}, {"class": "const", "name": "ClassAddress", "type": ""}, {"class": "const", "name": "ClassBlock", "type": ""}, {"class": "const", "name": "ClassConstant", "type": ""}, {"class": "const", "name": "ClassExprLoc", "type": ""}, {"class": "const", "name": "ClassFlag", "type": ""}, {"class": "const", "name": "ClassLinePtr", "type": ""}, {"class": "const", "name": "ClassLocListPtr", "type": ""}, {"class": "const", "name": "ClassMacPtr", "type": ""}, {"class": "const", "name": "ClassRangeListPtr", "type": ""}, {"class": "const", "name": "ClassReference", "type": ""}, {"class": "const", "name": "ClassReferenceAlt", "type": ""}, {"class": "const", "name": "ClassReferenceSig", "type": ""}, {"class": "const", "name": "ClassString", "type": ""}, {"class": "const", "name": "ClassStringAlt", "type": ""}, {"class": "const", "name": "ClassUnknown", "type": ""}, {"class": "const", "name": "TagAccessDeclaration", "type": ""}, {"class": "const", "name": "TagArrayType", "type": ""}, {"class": "const", "name": "TagBaseType", "type": ""}, {"class": "const", "name": "TagCatchDwarfBlock", "type": ""}, {"class": "const", "name": "TagClassType", "type": ""}, {"class": "const", "name": "TagCommonDwarfBlock", "type": ""}, {"class": "const", "name": "TagCommonInclusion", "type": ""}, {"class": "const", "name": "TagCompileUnit", "type": ""}, {"class": "const", "name": "TagCondition", "type": ""}, {"class": "const", "name": "TagConstType", "type": ""}, {"class": "const", "name": "TagConstant", "type": ""}, {"class": "const", "name": "TagDwarfProcedure", "type": ""}, {"class": "const", "name": "TagEntryPoint", "type": ""}, {"class": "const", "name": "TagEnumerationType", "type": ""}, {"class": "const", "name": "TagEnumerator", "type": ""}, {"class": "const", "name": "TagFileType", "type": ""}, {"class": "const", "name": "TagFormalParameter", "type": ""}, {"class": "const", "name": "TagFriend", "type": ""}, {"class": "const", "name": "TagImportedDeclaration", "type": ""}, {"class": "const", "name": "TagImportedModule", "type": ""}, {"class": "const", "name": "TagImportedUnit", "type": ""}, {"class": "const", "name": "TagInheritance", "type": ""}, {"class": "const", "name": "TagInlinedSubroutine", "type": ""}, {"class": "const", "name": "TagInterfaceType", "type": ""}, {"class": "const", "name": "TagLabel", "type": ""}, {"class": "const", "name": "TagLexDwarfBlock", "type": ""}, {"class": "const", "name": "TagMember", "type": ""}, {"class": "const", "name": "TagModule", "type": ""}, {"class": "const", "name": "TagMutableType", "type": ""}, {"class": "const", "name": "TagNamelist", "type": ""}, {"class": "const", "name": "TagNamelistItem", "type": ""}, {"class": "const", "name": "TagNamespace", "type": ""}, {"class": "const", "name": "TagPackedType", "type": ""}, {"class": "const", "name": "TagPartialUnit", "type": ""}, {"class": "const", "name": "TagPointerType", "type": ""}, {"class": "const", "name": "TagPtrToMemberType", "type": ""}, {"class": "const", "name": "TagReferenceType", "type": ""}, {"class": "const", "name": "TagRestrictType", "type": ""}, {"class": "const", "name": "TagRvalueReferenceType", "type": ""}, {"class": "const", "name": "TagSetType", "type": ""}, {"class": "const", "name": "TagSharedType", "type": ""}, {"class": "const", "name": "TagStringType", "type": ""}, {"class": "const", "name": "TagStructType", "type": ""}, {"class": "const", "name": "TagSubprogram", "type": ""}, {"class": "const", "name": "TagSubrangeType", "type": ""}, {"class": "const", "name": "TagSubroutineType", "type": ""}, {"class": "const", "name": "TagTemplateAlias", "type": ""}, {"class": "const", "name": "TagTemplateTypeParameter", "type": ""}, {"class": "const", "name": "TagTemplateValueParameter", "type": ""}, {"class": "const", "name": "TagThrownType", "type": ""}, {"class": "const", "name": "TagTryDwarfBlock", "type": ""}, {"class": "const", "name": "TagTypeUnit", "type": ""}, {"class": "const", "name": "TagTypedef", "type": ""}, {"class": "const", "name": "TagUnionType", "type": ""}, {"class": "const", "name": "TagUnspecifiedParameters", "type": ""}, {"class": "const", "name": "TagUnspecifiedType", "type": ""}, {"class": "const", "name": "TagVariable", "type": ""}, {"class": "const", "name": "TagVariant", "type": ""}, {"class": "const", "name": "TagVariantPart", "type": ""}, {"class": "const", "name": "TagVolatileType", "type": ""}, {"class": "const", "name": "TagWithStmt", "type": ""}, {"class": "func", "name": "New", "type": "func(abbrev []byte, aranges []byte, frame []byte, info []byte, line []byte, pubnames []byte, ranges []byte, str []byte) (*dwarf.Data, error)"}, {"class": "type", "name": "AddrType", "type": "struct"}, {"class": "type", "name": "ArrayType", "type": "struct"}, {"class": "type", "name": "Attr", "type": "uint32"}, {"class": "type", "name": "BasicType", "type": "struct"}, {"class": "type", "name": "BoolType", "type": "struct"}, {"class": "type", "name": "CharType", "type": "struct"}, {"class": "type", "name": "Class", "type": "int"}, {"class": "type", "name": "CommonType", "type": "struct"}, {"class": "type", "name": "ComplexType", "type": "struct"}, {"class": "type", "name": "Data", "type": "struct"}, {"class": "type", "name": "DecodeError", "type": "struct"}, {"class": "type", "name": "DotDotDotType", "type": "struct"}, {"class": "type", "name": "Entry", "type": "struct"}, {"class": "type", "name": "EnumType", "type": "struct"}, {"class": "type", "name": "EnumValue", "type": "struct"}, {"class": "type", "name": "Field", "type": "struct"}, {"class": "type", "name": "FloatType", "type": "struct"}, {"class": "type", "name": "FuncType", "type": "struct"}, {"class": "type", "name": "IntType", "type": "struct"}, {"class": "type", "name": "LineEntry", "type": "struct"}, {"class": "type", "name": "LineFile", "type": "struct"}, {"class": "type", "name": "LineReader", "type": "struct"}, {"class": "type", "name": "LineReaderPos", "type": "struct"}, {"class": "type", "name": "Offset", "type": "uint32"}, {"class": "type", "name": "PtrType", "type": "struct"}, {"class": "type", "name": "QualType", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "StructField", "type": "struct"}, {"class": "type", "name": "StructType", "type": "struct"}, {"class": "type", "name": "Tag", "type": "uint32"}, {"class": "type", "name": "Type", "type": "interface"}, {"class": "type", "name": "TypedefType", "type": "struct"}, {"class": "type", "name": "UcharType", "type": "struct"}, {"class": "type", "name": "UintType", "type": "struct"}, {"class": "type", "name": "UnspecifiedType", "type": "struct"}, {"class": "type", "name": "VoidType", "type": "struct"}, {"class": "var", "name": "ErrUnknownPC", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/elf.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/elf.json new file mode 100644 index 0000000..2191818 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/elf.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ARM_MAGIC_TRAMP_NUMBER", "type": ""}, {"class": "const", "name": "COMPRESS_HIOS", "type": ""}, {"class": "const", "name": "COMPRESS_HIPROC", "type": ""}, {"class": "const", "name": "COMPRESS_LOOS", "type": ""}, {"class": "const", "name": "COMPRESS_LOPROC", "type": ""}, {"class": "const", "name": "COMPRESS_ZLIB", "type": ""}, {"class": "const", "name": "DF_BIND_NOW", "type": ""}, {"class": "const", "name": "DF_ORIGIN", "type": ""}, {"class": "const", "name": "DF_STATIC_TLS", "type": ""}, {"class": "const", "name": "DF_SYMBOLIC", "type": ""}, {"class": "const", "name": "DF_TEXTREL", "type": ""}, {"class": "const", "name": "DT_BIND_NOW", "type": ""}, {"class": "const", "name": "DT_DEBUG", "type": ""}, {"class": "const", "name": "DT_ENCODING", "type": ""}, {"class": "const", "name": "DT_FINI", "type": ""}, {"class": "const", "name": "DT_FINI_ARRAY", "type": ""}, {"class": "const", "name": "DT_FINI_ARRAYSZ", "type": ""}, {"class": "const", "name": "DT_FLAGS", "type": ""}, {"class": "const", "name": "DT_HASH", "type": ""}, {"class": "const", "name": "DT_HIOS", "type": ""}, {"class": "const", "name": "DT_HIPROC", "type": ""}, {"class": "const", "name": "DT_INIT", "type": ""}, {"class": "const", "name": "DT_INIT_ARRAY", "type": ""}, {"class": "const", "name": "DT_INIT_ARRAYSZ", "type": ""}, {"class": "const", "name": "DT_JMPREL", "type": ""}, {"class": "const", "name": "DT_LOOS", "type": ""}, {"class": "const", "name": "DT_LOPROC", "type": ""}, {"class": "const", "name": "DT_NEEDED", "type": ""}, {"class": "const", "name": "DT_NULL", "type": ""}, {"class": "const", "name": "DT_PLTGOT", "type": ""}, {"class": "const", "name": "DT_PLTREL", "type": ""}, {"class": "const", "name": "DT_PLTRELSZ", "type": ""}, {"class": "const", "name": "DT_PREINIT_ARRAY", "type": ""}, {"class": "const", "name": "DT_PREINIT_ARRAYSZ", "type": ""}, {"class": "const", "name": "DT_REL", "type": ""}, {"class": "const", "name": "DT_RELA", "type": ""}, {"class": "const", "name": "DT_RELAENT", "type": ""}, {"class": "const", "name": "DT_RELASZ", "type": ""}, {"class": "const", "name": "DT_RELENT", "type": ""}, {"class": "const", "name": "DT_RELSZ", "type": ""}, {"class": "const", "name": "DT_RPATH", "type": ""}, {"class": "const", "name": "DT_RUNPATH", "type": ""}, {"class": "const", "name": "DT_SONAME", "type": ""}, {"class": "const", "name": "DT_STRSZ", "type": ""}, {"class": "const", "name": "DT_STRTAB", "type": ""}, {"class": "const", "name": "DT_SYMBOLIC", "type": ""}, {"class": "const", "name": "DT_SYMENT", "type": ""}, {"class": "const", "name": "DT_SYMTAB", "type": ""}, {"class": "const", "name": "DT_TEXTREL", "type": ""}, {"class": "const", "name": "DT_VERNEED", "type": ""}, {"class": "const", "name": "DT_VERNEEDNUM", "type": ""}, {"class": "const", "name": "DT_VERSYM", "type": ""}, {"class": "const", "name": "EI_ABIVERSION", "type": ""}, {"class": "const", "name": "EI_CLASS", "type": ""}, {"class": "const", "name": "EI_DATA", "type": ""}, {"class": "const", "name": "EI_NIDENT", "type": ""}, {"class": "const", "name": "EI_OSABI", "type": ""}, {"class": "const", "name": "EI_PAD", "type": ""}, {"class": "const", "name": "EI_VERSION", "type": ""}, {"class": "const", "name": "ELFCLASS32", "type": ""}, {"class": "const", "name": "ELFCLASS64", "type": ""}, {"class": "const", "name": "ELFCLASSNONE", "type": ""}, {"class": "const", "name": "ELFDATA2LSB", "type": ""}, {"class": "const", "name": "ELFDATA2MSB", "type": ""}, {"class": "const", "name": "ELFDATANONE", "type": ""}, {"class": "const", "name": "ELFMAG", "type": ""}, {"class": "const", "name": "ELFOSABI_86OPEN", "type": ""}, {"class": "const", "name": "ELFOSABI_AIX", "type": ""}, {"class": "const", "name": "ELFOSABI_ARM", "type": ""}, {"class": "const", "name": "ELFOSABI_FREEBSD", "type": ""}, {"class": "const", "name": "ELFOSABI_HPUX", "type": ""}, {"class": "const", "name": "ELFOSABI_HURD", "type": ""}, {"class": "const", "name": "ELFOSABI_IRIX", "type": ""}, {"class": "const", "name": "ELFOSABI_LINUX", "type": ""}, {"class": "const", "name": "ELFOSABI_MODESTO", "type": ""}, {"class": "const", "name": "ELFOSABI_NETBSD", "type": ""}, {"class": "const", "name": "ELFOSABI_NONE", "type": ""}, {"class": "const", "name": "ELFOSABI_NSK", "type": ""}, {"class": "const", "name": "ELFOSABI_OPENBSD", "type": ""}, {"class": "const", "name": "ELFOSABI_OPENVMS", "type": ""}, {"class": "const", "name": "ELFOSABI_SOLARIS", "type": ""}, {"class": "const", "name": "ELFOSABI_STANDALONE", "type": ""}, {"class": "const", "name": "ELFOSABI_TRU64", "type": ""}, {"class": "const", "name": "EM_386", "type": ""}, {"class": "const", "name": "EM_486", "type": ""}, {"class": "const", "name": "EM_68HC12", "type": ""}, {"class": "const", "name": "EM_68K", "type": ""}, {"class": "const", "name": "EM_860", "type": ""}, {"class": "const", "name": "EM_88K", "type": ""}, {"class": "const", "name": "EM_960", "type": ""}, {"class": "const", "name": "EM_AARCH64", "type": ""}, {"class": "const", "name": "EM_ALPHA", "type": ""}, {"class": "const", "name": "EM_ALPHA_STD", "type": ""}, {"class": "const", "name": "EM_ARC", "type": ""}, {"class": "const", "name": "EM_ARM", "type": ""}, {"class": "const", "name": "EM_COLDFIRE", "type": ""}, {"class": "const", "name": "EM_FR20", "type": ""}, {"class": "const", "name": "EM_H8S", "type": ""}, {"class": "const", "name": "EM_H8_300", "type": ""}, {"class": "const", "name": "EM_H8_300H", "type": ""}, {"class": "const", "name": "EM_H8_500", "type": ""}, {"class": "const", "name": "EM_IA_64", "type": ""}, {"class": "const", "name": "EM_M32", "type": ""}, {"class": "const", "name": "EM_ME16", "type": ""}, {"class": "const", "name": "EM_MIPS", "type": ""}, {"class": "const", "name": "EM_MIPS_RS3_LE", "type": ""}, {"class": "const", "name": "EM_MIPS_RS4_BE", "type": ""}, {"class": "const", "name": "EM_MIPS_X", "type": ""}, {"class": "const", "name": "EM_MMA", "type": ""}, {"class": "const", "name": "EM_NCPU", "type": ""}, {"class": "const", "name": "EM_NDR1", "type": ""}, {"class": "const", "name": "EM_NONE", "type": ""}, {"class": "const", "name": "EM_PARISC", "type": ""}, {"class": "const", "name": "EM_PCP", "type": ""}, {"class": "const", "name": "EM_PPC", "type": ""}, {"class": "const", "name": "EM_PPC64", "type": ""}, {"class": "const", "name": "EM_RCE", "type": ""}, {"class": "const", "name": "EM_RH32", "type": ""}, {"class": "const", "name": "EM_S370", "type": ""}, {"class": "const", "name": "EM_S390", "type": ""}, {"class": "const", "name": "EM_SH", "type": ""}, {"class": "const", "name": "EM_SPARC", "type": ""}, {"class": "const", "name": "EM_SPARC32PLUS", "type": ""}, {"class": "const", "name": "EM_SPARCV9", "type": ""}, {"class": "const", "name": "EM_ST100", "type": ""}, {"class": "const", "name": "EM_STARCORE", "type": ""}, {"class": "const", "name": "EM_TINYJ", "type": ""}, {"class": "const", "name": "EM_TRICORE", "type": ""}, {"class": "const", "name": "EM_V800", "type": ""}, {"class": "const", "name": "EM_VPP500", "type": ""}, {"class": "const", "name": "EM_X86_64", "type": ""}, {"class": "const", "name": "ET_CORE", "type": ""}, {"class": "const", "name": "ET_DYN", "type": ""}, {"class": "const", "name": "ET_EXEC", "type": ""}, {"class": "const", "name": "ET_HIOS", "type": ""}, {"class": "const", "name": "ET_HIPROC", "type": ""}, {"class": "const", "name": "ET_LOOS", "type": ""}, {"class": "const", "name": "ET_LOPROC", "type": ""}, {"class": "const", "name": "ET_NONE", "type": ""}, {"class": "const", "name": "ET_REL", "type": ""}, {"class": "const", "name": "EV_CURRENT", "type": ""}, {"class": "const", "name": "EV_NONE", "type": ""}, {"class": "const", "name": "NT_FPREGSET", "type": ""}, {"class": "const", "name": "NT_PRPSINFO", "type": ""}, {"class": "const", "name": "NT_PRSTATUS", "type": ""}, {"class": "const", "name": "PF_MASKOS", "type": ""}, {"class": "const", "name": "PF_MASKPROC", "type": ""}, {"class": "const", "name": "PF_R", "type": ""}, {"class": "const", "name": "PF_W", "type": ""}, {"class": "const", "name": "PF_X", "type": ""}, {"class": "const", "name": "PT_DYNAMIC", "type": ""}, {"class": "const", "name": "PT_HIOS", "type": ""}, {"class": "const", "name": "PT_HIPROC", "type": ""}, {"class": "const", "name": "PT_INTERP", "type": ""}, {"class": "const", "name": "PT_LOAD", "type": ""}, {"class": "const", "name": "PT_LOOS", "type": ""}, {"class": "const", "name": "PT_LOPROC", "type": ""}, {"class": "const", "name": "PT_NOTE", "type": ""}, {"class": "const", "name": "PT_NULL", "type": ""}, {"class": "const", "name": "PT_PHDR", "type": ""}, {"class": "const", "name": "PT_SHLIB", "type": ""}, {"class": "const", "name": "PT_TLS", "type": ""}, {"class": "const", "name": "R_386_32", "type": ""}, {"class": "const", "name": "R_386_COPY", "type": ""}, {"class": "const", "name": "R_386_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_386_GOT32", "type": ""}, {"class": "const", "name": "R_386_GOTOFF", "type": ""}, {"class": "const", "name": "R_386_GOTPC", "type": ""}, {"class": "const", "name": "R_386_JMP_SLOT", "type": ""}, {"class": "const", "name": "R_386_NONE", "type": ""}, {"class": "const", "name": "R_386_PC32", "type": ""}, {"class": "const", "name": "R_386_PLT32", "type": ""}, {"class": "const", "name": "R_386_RELATIVE", "type": ""}, {"class": "const", "name": "R_386_TLS_DTPMOD32", "type": ""}, {"class": "const", "name": "R_386_TLS_DTPOFF32", "type": ""}, {"class": "const", "name": "R_386_TLS_GD", "type": ""}, {"class": "const", "name": "R_386_TLS_GD_32", "type": ""}, {"class": "const", "name": "R_386_TLS_GD_CALL", "type": ""}, {"class": "const", "name": "R_386_TLS_GD_POP", "type": ""}, {"class": "const", "name": "R_386_TLS_GD_PUSH", "type": ""}, {"class": "const", "name": "R_386_TLS_GOTIE", "type": ""}, {"class": "const", "name": "R_386_TLS_IE", "type": ""}, {"class": "const", "name": "R_386_TLS_IE_32", "type": ""}, {"class": "const", "name": "R_386_TLS_LDM", "type": ""}, {"class": "const", "name": "R_386_TLS_LDM_32", "type": ""}, {"class": "const", "name": "R_386_TLS_LDM_CALL", "type": ""}, {"class": "const", "name": "R_386_TLS_LDM_POP", "type": ""}, {"class": "const", "name": "R_386_TLS_LDM_PUSH", "type": ""}, {"class": "const", "name": "R_386_TLS_LDO_32", "type": ""}, {"class": "const", "name": "R_386_TLS_LE", "type": ""}, {"class": "const", "name": "R_386_TLS_LE_32", "type": ""}, {"class": "const", "name": "R_386_TLS_TPOFF", "type": ""}, {"class": "const", "name": "R_386_TLS_TPOFF32", "type": ""}, {"class": "const", "name": "R_390_12", "type": ""}, {"class": "const", "name": "R_390_16", "type": ""}, {"class": "const", "name": "R_390_20", "type": ""}, {"class": "const", "name": "R_390_32", "type": ""}, {"class": "const", "name": "R_390_64", "type": ""}, {"class": "const", "name": "R_390_8", "type": ""}, {"class": "const", "name": "R_390_COPY", "type": ""}, {"class": "const", "name": "R_390_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_390_GOT12", "type": ""}, {"class": "const", "name": "R_390_GOT16", "type": ""}, {"class": "const", "name": "R_390_GOT20", "type": ""}, {"class": "const", "name": "R_390_GOT32", "type": ""}, {"class": "const", "name": "R_390_GOT64", "type": ""}, {"class": "const", "name": "R_390_GOTENT", "type": ""}, {"class": "const", "name": "R_390_GOTOFF", "type": ""}, {"class": "const", "name": "R_390_GOTOFF16", "type": ""}, {"class": "const", "name": "R_390_GOTOFF64", "type": ""}, {"class": "const", "name": "R_390_GOTPC", "type": ""}, {"class": "const", "name": "R_390_GOTPCDBL", "type": ""}, {"class": "const", "name": "R_390_GOTPLT12", "type": ""}, {"class": "const", "name": "R_390_GOTPLT16", "type": ""}, {"class": "const", "name": "R_390_GOTPLT20", "type": ""}, {"class": "const", "name": "R_390_GOTPLT32", "type": ""}, {"class": "const", "name": "R_390_GOTPLT64", "type": ""}, {"class": "const", "name": "R_390_GOTPLTENT", "type": ""}, {"class": "const", "name": "R_390_GOTPLTOFF16", "type": ""}, {"class": "const", "name": "R_390_GOTPLTOFF32", "type": ""}, {"class": "const", "name": "R_390_GOTPLTOFF64", "type": ""}, {"class": "const", "name": "R_390_JMP_SLOT", "type": ""}, {"class": "const", "name": "R_390_NONE", "type": ""}, {"class": "const", "name": "R_390_PC16", "type": ""}, {"class": "const", "name": "R_390_PC16DBL", "type": ""}, {"class": "const", "name": "R_390_PC32", "type": ""}, {"class": "const", "name": "R_390_PC32DBL", "type": ""}, {"class": "const", "name": "R_390_PC64", "type": ""}, {"class": "const", "name": "R_390_PLT16DBL", "type": ""}, {"class": "const", "name": "R_390_PLT32", "type": ""}, {"class": "const", "name": "R_390_PLT32DBL", "type": ""}, {"class": "const", "name": "R_390_PLT64", "type": ""}, {"class": "const", "name": "R_390_RELATIVE", "type": ""}, {"class": "const", "name": "R_390_TLS_DTPMOD", "type": ""}, {"class": "const", "name": "R_390_TLS_DTPOFF", "type": ""}, {"class": "const", "name": "R_390_TLS_GD32", "type": ""}, {"class": "const", "name": "R_390_TLS_GD64", "type": ""}, {"class": "const", "name": "R_390_TLS_GDCALL", "type": ""}, {"class": "const", "name": "R_390_TLS_GOTIE12", "type": ""}, {"class": "const", "name": "R_390_TLS_GOTIE20", "type": ""}, {"class": "const", "name": "R_390_TLS_GOTIE32", "type": ""}, {"class": "const", "name": "R_390_TLS_GOTIE64", "type": ""}, {"class": "const", "name": "R_390_TLS_IE32", "type": ""}, {"class": "const", "name": "R_390_TLS_IE64", "type": ""}, {"class": "const", "name": "R_390_TLS_IEENT", "type": ""}, {"class": "const", "name": "R_390_TLS_LDCALL", "type": ""}, {"class": "const", "name": "R_390_TLS_LDM32", "type": ""}, {"class": "const", "name": "R_390_TLS_LDM64", "type": ""}, {"class": "const", "name": "R_390_TLS_LDO32", "type": ""}, {"class": "const", "name": "R_390_TLS_LDO64", "type": ""}, {"class": "const", "name": "R_390_TLS_LE32", "type": ""}, {"class": "const", "name": "R_390_TLS_LE64", "type": ""}, {"class": "const", "name": "R_390_TLS_LOAD", "type": ""}, {"class": "const", "name": "R_390_TLS_TPOFF", "type": ""}, {"class": "const", "name": "R_AARCH64_ABS16", "type": ""}, {"class": "const", "name": "R_AARCH64_ABS32", "type": ""}, {"class": "const", "name": "R_AARCH64_ABS64", "type": ""}, {"class": "const", "name": "R_AARCH64_ADD_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_ADR_GOT_PAGE", "type": ""}, {"class": "const", "name": "R_AARCH64_ADR_PREL_LO21", "type": ""}, {"class": "const", "name": "R_AARCH64_ADR_PREL_PG_HI21", "type": ""}, {"class": "const", "name": "R_AARCH64_ADR_PREL_PG_HI21_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_CALL26", "type": ""}, {"class": "const", "name": "R_AARCH64_CONDBR19", "type": ""}, {"class": "const", "name": "R_AARCH64_COPY", "type": ""}, {"class": "const", "name": "R_AARCH64_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_AARCH64_GOT_LD_PREL19", "type": ""}, {"class": "const", "name": "R_AARCH64_IRELATIVE", "type": ""}, {"class": "const", "name": "R_AARCH64_JUMP26", "type": ""}, {"class": "const", "name": "R_AARCH64_JUMP_SLOT", "type": ""}, {"class": "const", "name": "R_AARCH64_LD64_GOT_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_LDST128_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_LDST16_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_LDST32_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_LDST64_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_LDST8_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_LD_PREL_LO19", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_SABS_G0", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_SABS_G1", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_SABS_G2", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_UABS_G0", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_UABS_G0_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_UABS_G1", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_UABS_G1_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_UABS_G2", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_UABS_G2_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_MOVW_UABS_G3", "type": ""}, {"class": "const", "name": "R_AARCH64_NONE", "type": ""}, {"class": "const", "name": "R_AARCH64_NULL", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_ABS16", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_ABS32", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_ADD_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_ADR_GOT_PAGE", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_ADR_PREL_LO21", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_ADR_PREL_PG_HI21", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_CALL26", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_CONDBR19", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_COPY", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_GOT_LD_PREL19", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_IRELATIVE", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_JUMP26", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_JUMP_SLOT", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_LD32_GOT_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_LDST128_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_LDST16_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_LDST32_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_LDST64_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_LDST8_ABS_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_LD_PREL_LO19", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_MOVW_SABS_G0", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_MOVW_UABS_G0", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_MOVW_UABS_G0_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_MOVW_UABS_G1", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_PREL16", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_PREL32", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_RELATIVE", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSDESC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSDESC_ADD_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSDESC_ADR_PAGE21", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSDESC_ADR_PREL21", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSDESC_CALL", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSDESC_LD32_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSDESC_LD_PREL19", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSGD_ADD_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSGD_ADR_PAGE21", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSLE_ADD_TPREL_HI12", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSLE_ADD_TPREL_LO12", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSLE_MOVW_TPREL_G0", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLSLE_MOVW_TPREL_G1", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLS_DTPMOD", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLS_DTPREL", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TLS_TPREL", "type": ""}, {"class": "const", "name": "R_AARCH64_P32_TSTBR14", "type": ""}, {"class": "const", "name": "R_AARCH64_PREL16", "type": ""}, {"class": "const", "name": "R_AARCH64_PREL32", "type": ""}, {"class": "const", "name": "R_AARCH64_PREL64", "type": ""}, {"class": "const", "name": "R_AARCH64_RELATIVE", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_ADD", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_ADD_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_ADR_PAGE21", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_ADR_PREL21", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_CALL", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_LD64_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_LDR", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_LD_PREL19", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_OFF_G0_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSDESC_OFF_G1", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSGD_ADD_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSGD_ADR_PAGE21", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSIE_LD_GOTTPREL_PREL19", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSIE_MOVW_GOTTPREL_G1", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_ADD_TPREL_HI12", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_ADD_TPREL_LO12", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_ADD_TPREL_LO12_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_MOVW_TPREL_G0", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_MOVW_TPREL_G0_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_MOVW_TPREL_G1", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_MOVW_TPREL_G1_NC", "type": ""}, {"class": "const", "name": "R_AARCH64_TLSLE_MOVW_TPREL_G2", "type": ""}, {"class": "const", "name": "R_AARCH64_TLS_DTPMOD64", "type": ""}, {"class": "const", "name": "R_AARCH64_TLS_DTPREL64", "type": ""}, {"class": "const", "name": "R_AARCH64_TLS_TPREL64", "type": ""}, {"class": "const", "name": "R_AARCH64_TSTBR14", "type": ""}, {"class": "const", "name": "R_ALPHA_BRADDR", "type": ""}, {"class": "const", "name": "R_ALPHA_COPY", "type": ""}, {"class": "const", "name": "R_ALPHA_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_ALPHA_GPDISP", "type": ""}, {"class": "const", "name": "R_ALPHA_GPREL32", "type": ""}, {"class": "const", "name": "R_ALPHA_GPRELHIGH", "type": ""}, {"class": "const", "name": "R_ALPHA_GPRELLOW", "type": ""}, {"class": "const", "name": "R_ALPHA_GPVALUE", "type": ""}, {"class": "const", "name": "R_ALPHA_HINT", "type": ""}, {"class": "const", "name": "R_ALPHA_IMMED_BR_HI32", "type": ""}, {"class": "const", "name": "R_ALPHA_IMMED_GP_16", "type": ""}, {"class": "const", "name": "R_ALPHA_IMMED_GP_HI32", "type": ""}, {"class": "const", "name": "R_ALPHA_IMMED_LO32", "type": ""}, {"class": "const", "name": "R_ALPHA_IMMED_SCN_HI32", "type": ""}, {"class": "const", "name": "R_ALPHA_JMP_SLOT", "type": ""}, {"class": "const", "name": "R_ALPHA_LITERAL", "type": ""}, {"class": "const", "name": "R_ALPHA_LITUSE", "type": ""}, {"class": "const", "name": "R_ALPHA_NONE", "type": ""}, {"class": "const", "name": "R_ALPHA_OP_PRSHIFT", "type": ""}, {"class": "const", "name": "R_ALPHA_OP_PSUB", "type": ""}, {"class": "const", "name": "R_ALPHA_OP_PUSH", "type": ""}, {"class": "const", "name": "R_ALPHA_OP_STORE", "type": ""}, {"class": "const", "name": "R_ALPHA_REFLONG", "type": ""}, {"class": "const", "name": "R_ALPHA_REFQUAD", "type": ""}, {"class": "const", "name": "R_ALPHA_RELATIVE", "type": ""}, {"class": "const", "name": "R_ALPHA_SREL16", "type": ""}, {"class": "const", "name": "R_ALPHA_SREL32", "type": ""}, {"class": "const", "name": "R_ALPHA_SREL64", "type": ""}, {"class": "const", "name": "R_ARM_ABS12", "type": ""}, {"class": "const", "name": "R_ARM_ABS16", "type": ""}, {"class": "const", "name": "R_ARM_ABS32", "type": ""}, {"class": "const", "name": "R_ARM_ABS8", "type": ""}, {"class": "const", "name": "R_ARM_AMP_VCALL9", "type": ""}, {"class": "const", "name": "R_ARM_COPY", "type": ""}, {"class": "const", "name": "R_ARM_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_ARM_GNU_VTENTRY", "type": ""}, {"class": "const", "name": "R_ARM_GNU_VTINHERIT", "type": ""}, {"class": "const", "name": "R_ARM_GOT32", "type": ""}, {"class": "const", "name": "R_ARM_GOTOFF", "type": ""}, {"class": "const", "name": "R_ARM_GOTPC", "type": ""}, {"class": "const", "name": "R_ARM_JUMP_SLOT", "type": ""}, {"class": "const", "name": "R_ARM_NONE", "type": ""}, {"class": "const", "name": "R_ARM_PC13", "type": ""}, {"class": "const", "name": "R_ARM_PC24", "type": ""}, {"class": "const", "name": "R_ARM_PLT32", "type": ""}, {"class": "const", "name": "R_ARM_RABS32", "type": ""}, {"class": "const", "name": "R_ARM_RBASE", "type": ""}, {"class": "const", "name": "R_ARM_REL32", "type": ""}, {"class": "const", "name": "R_ARM_RELATIVE", "type": ""}, {"class": "const", "name": "R_ARM_RPC24", "type": ""}, {"class": "const", "name": "R_ARM_RREL32", "type": ""}, {"class": "const", "name": "R_ARM_RSBREL32", "type": ""}, {"class": "const", "name": "R_ARM_SBREL32", "type": ""}, {"class": "const", "name": "R_ARM_SWI24", "type": ""}, {"class": "const", "name": "R_ARM_THM_ABS5", "type": ""}, {"class": "const", "name": "R_ARM_THM_PC22", "type": ""}, {"class": "const", "name": "R_ARM_THM_PC8", "type": ""}, {"class": "const", "name": "R_ARM_THM_RPC22", "type": ""}, {"class": "const", "name": "R_ARM_THM_SWI8", "type": ""}, {"class": "const", "name": "R_ARM_THM_XPC22", "type": ""}, {"class": "const", "name": "R_ARM_XPC25", "type": ""}, {"class": "const", "name": "R_MIPS_16", "type": ""}, {"class": "const", "name": "R_MIPS_26", "type": ""}, {"class": "const", "name": "R_MIPS_32", "type": ""}, {"class": "const", "name": "R_MIPS_64", "type": ""}, {"class": "const", "name": "R_MIPS_ADD_IMMEDIATE", "type": ""}, {"class": "const", "name": "R_MIPS_CALL16", "type": ""}, {"class": "const", "name": "R_MIPS_CALL_HI16", "type": ""}, {"class": "const", "name": "R_MIPS_CALL_LO16", "type": ""}, {"class": "const", "name": "R_MIPS_DELETE", "type": ""}, {"class": "const", "name": "R_MIPS_GOT16", "type": ""}, {"class": "const", "name": "R_MIPS_GOT_DISP", "type": ""}, {"class": "const", "name": "R_MIPS_GOT_HI16", "type": ""}, {"class": "const", "name": "R_MIPS_GOT_LO16", "type": ""}, {"class": "const", "name": "R_MIPS_GOT_OFST", "type": ""}, {"class": "const", "name": "R_MIPS_GOT_PAGE", "type": ""}, {"class": "const", "name": "R_MIPS_GPREL16", "type": ""}, {"class": "const", "name": "R_MIPS_GPREL32", "type": ""}, {"class": "const", "name": "R_MIPS_HI16", "type": ""}, {"class": "const", "name": "R_MIPS_HIGHER", "type": ""}, {"class": "const", "name": "R_MIPS_HIGHEST", "type": ""}, {"class": "const", "name": "R_MIPS_INSERT_A", "type": ""}, {"class": "const", "name": "R_MIPS_INSERT_B", "type": ""}, {"class": "const", "name": "R_MIPS_JALR", "type": ""}, {"class": "const", "name": "R_MIPS_LITERAL", "type": ""}, {"class": "const", "name": "R_MIPS_LO16", "type": ""}, {"class": "const", "name": "R_MIPS_NONE", "type": ""}, {"class": "const", "name": "R_MIPS_PC16", "type": ""}, {"class": "const", "name": "R_MIPS_PJUMP", "type": ""}, {"class": "const", "name": "R_MIPS_REL16", "type": ""}, {"class": "const", "name": "R_MIPS_REL32", "type": ""}, {"class": "const", "name": "R_MIPS_RELGOT", "type": ""}, {"class": "const", "name": "R_MIPS_SCN_DISP", "type": ""}, {"class": "const", "name": "R_MIPS_SHIFT5", "type": ""}, {"class": "const", "name": "R_MIPS_SHIFT6", "type": ""}, {"class": "const", "name": "R_MIPS_SUB", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_DTPMOD32", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_DTPMOD64", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_DTPREL32", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_DTPREL64", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_DTPREL_HI16", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_DTPREL_LO16", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_GD", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_GOTTPREL", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_LDM", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_TPREL32", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_TPREL64", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_TPREL_HI16", "type": ""}, {"class": "const", "name": "R_MIPS_TLS_TPREL_LO16", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR14", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR14_BRNTAKEN", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR14_BRTAKEN", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_DS", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_HIGHER", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_HIGHERA", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_HIGHEST", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_HIGHESTA", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR16_LO_DS", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR24", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR32", "type": ""}, {"class": "const", "name": "R_PPC64_ADDR64", "type": ""}, {"class": "const", "name": "R_PPC64_DTPMOD64", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_DS", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_HIGHER", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_HIGHERA", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_HIGHEST", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_HIGHESTA", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL16_LO_DS", "type": ""}, {"class": "const", "name": "R_PPC64_DTPREL64", "type": ""}, {"class": "const", "name": "R_PPC64_GOT16", "type": ""}, {"class": "const", "name": "R_PPC64_GOT16_DS", "type": ""}, {"class": "const", "name": "R_PPC64_GOT16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_GOT16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_GOT16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_GOT16_LO_DS", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_DTPREL16_DS", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_DTPREL16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_DTPREL16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_DTPREL16_LO_DS", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSGD16", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSGD16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSGD16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSGD16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSLD16", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSLD16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSLD16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TLSLD16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TPREL16_DS", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TPREL16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TPREL16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_GOT_TPREL16_LO_DS", "type": ""}, {"class": "const", "name": "R_PPC64_JMP_SLOT", "type": ""}, {"class": "const", "name": "R_PPC64_NONE", "type": ""}, {"class": "const", "name": "R_PPC64_REL14", "type": ""}, {"class": "const", "name": "R_PPC64_REL14_BRNTAKEN", "type": ""}, {"class": "const", "name": "R_PPC64_REL14_BRTAKEN", "type": ""}, {"class": "const", "name": "R_PPC64_REL16", "type": ""}, {"class": "const", "name": "R_PPC64_REL16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_REL16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_REL16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_REL24", "type": ""}, {"class": "const", "name": "R_PPC64_REL32", "type": ""}, {"class": "const", "name": "R_PPC64_REL64", "type": ""}, {"class": "const", "name": "R_PPC64_TLS", "type": ""}, {"class": "const", "name": "R_PPC64_TLSGD", "type": ""}, {"class": "const", "name": "R_PPC64_TLSLD", "type": ""}, {"class": "const", "name": "R_PPC64_TOC", "type": ""}, {"class": "const", "name": "R_PPC64_TOC16", "type": ""}, {"class": "const", "name": "R_PPC64_TOC16_DS", "type": ""}, {"class": "const", "name": "R_PPC64_TOC16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_TOC16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_TOC16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_TOC16_LO_DS", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_DS", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_HA", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_HI", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_HIGHER", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_HIGHERA", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_HIGHEST", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_HIGHESTA", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_LO", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL16_LO_DS", "type": ""}, {"class": "const", "name": "R_PPC64_TPREL64", "type": ""}, {"class": "const", "name": "R_PPC_ADDR14", "type": ""}, {"class": "const", "name": "R_PPC_ADDR14_BRNTAKEN", "type": ""}, {"class": "const", "name": "R_PPC_ADDR14_BRTAKEN", "type": ""}, {"class": "const", "name": "R_PPC_ADDR16", "type": ""}, {"class": "const", "name": "R_PPC_ADDR16_HA", "type": ""}, {"class": "const", "name": "R_PPC_ADDR16_HI", "type": ""}, {"class": "const", "name": "R_PPC_ADDR16_LO", "type": ""}, {"class": "const", "name": "R_PPC_ADDR24", "type": ""}, {"class": "const", "name": "R_PPC_ADDR32", "type": ""}, {"class": "const", "name": "R_PPC_COPY", "type": ""}, {"class": "const", "name": "R_PPC_DTPMOD32", "type": ""}, {"class": "const", "name": "R_PPC_DTPREL16", "type": ""}, {"class": "const", "name": "R_PPC_DTPREL16_HA", "type": ""}, {"class": "const", "name": "R_PPC_DTPREL16_HI", "type": ""}, {"class": "const", "name": "R_PPC_DTPREL16_LO", "type": ""}, {"class": "const", "name": "R_PPC_DTPREL32", "type": ""}, {"class": "const", "name": "R_PPC_EMB_BIT_FLD", "type": ""}, {"class": "const", "name": "R_PPC_EMB_MRKREF", "type": ""}, {"class": "const", "name": "R_PPC_EMB_NADDR16", "type": ""}, {"class": "const", "name": "R_PPC_EMB_NADDR16_HA", "type": ""}, {"class": "const", "name": "R_PPC_EMB_NADDR16_HI", "type": ""}, {"class": "const", "name": "R_PPC_EMB_NADDR16_LO", "type": ""}, {"class": "const", "name": "R_PPC_EMB_NADDR32", "type": ""}, {"class": "const", "name": "R_PPC_EMB_RELSDA", "type": ""}, {"class": "const", "name": "R_PPC_EMB_RELSEC16", "type": ""}, {"class": "const", "name": "R_PPC_EMB_RELST_HA", "type": ""}, {"class": "const", "name": "R_PPC_EMB_RELST_HI", "type": ""}, {"class": "const", "name": "R_PPC_EMB_RELST_LO", "type": ""}, {"class": "const", "name": "R_PPC_EMB_SDA21", "type": ""}, {"class": "const", "name": "R_PPC_EMB_SDA2I16", "type": ""}, {"class": "const", "name": "R_PPC_EMB_SDA2REL", "type": ""}, {"class": "const", "name": "R_PPC_EMB_SDAI16", "type": ""}, {"class": "const", "name": "R_PPC_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_PPC_GOT16", "type": ""}, {"class": "const", "name": "R_PPC_GOT16_HA", "type": ""}, {"class": "const", "name": "R_PPC_GOT16_HI", "type": ""}, {"class": "const", "name": "R_PPC_GOT16_LO", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSGD16", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSGD16_HA", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSGD16_HI", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSGD16_LO", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSLD16", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSLD16_HA", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSLD16_HI", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TLSLD16_LO", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TPREL16", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TPREL16_HA", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TPREL16_HI", "type": ""}, {"class": "const", "name": "R_PPC_GOT_TPREL16_LO", "type": ""}, {"class": "const", "name": "R_PPC_JMP_SLOT", "type": ""}, {"class": "const", "name": "R_PPC_LOCAL24PC", "type": ""}, {"class": "const", "name": "R_PPC_NONE", "type": ""}, {"class": "const", "name": "R_PPC_PLT16_HA", "type": ""}, {"class": "const", "name": "R_PPC_PLT16_HI", "type": ""}, {"class": "const", "name": "R_PPC_PLT16_LO", "type": ""}, {"class": "const", "name": "R_PPC_PLT32", "type": ""}, {"class": "const", "name": "R_PPC_PLTREL24", "type": ""}, {"class": "const", "name": "R_PPC_PLTREL32", "type": ""}, {"class": "const", "name": "R_PPC_REL14", "type": ""}, {"class": "const", "name": "R_PPC_REL14_BRNTAKEN", "type": ""}, {"class": "const", "name": "R_PPC_REL14_BRTAKEN", "type": ""}, {"class": "const", "name": "R_PPC_REL24", "type": ""}, {"class": "const", "name": "R_PPC_REL32", "type": ""}, {"class": "const", "name": "R_PPC_RELATIVE", "type": ""}, {"class": "const", "name": "R_PPC_SDAREL16", "type": ""}, {"class": "const", "name": "R_PPC_SECTOFF", "type": ""}, {"class": "const", "name": "R_PPC_SECTOFF_HA", "type": ""}, {"class": "const", "name": "R_PPC_SECTOFF_HI", "type": ""}, {"class": "const", "name": "R_PPC_SECTOFF_LO", "type": ""}, {"class": "const", "name": "R_PPC_TLS", "type": ""}, {"class": "const", "name": "R_PPC_TPREL16", "type": ""}, {"class": "const", "name": "R_PPC_TPREL16_HA", "type": ""}, {"class": "const", "name": "R_PPC_TPREL16_HI", "type": ""}, {"class": "const", "name": "R_PPC_TPREL16_LO", "type": ""}, {"class": "const", "name": "R_PPC_TPREL32", "type": ""}, {"class": "const", "name": "R_PPC_UADDR16", "type": ""}, {"class": "const", "name": "R_PPC_UADDR32", "type": ""}, {"class": "const", "name": "R_SPARC_10", "type": ""}, {"class": "const", "name": "R_SPARC_11", "type": ""}, {"class": "const", "name": "R_SPARC_13", "type": ""}, {"class": "const", "name": "R_SPARC_16", "type": ""}, {"class": "const", "name": "R_SPARC_22", "type": ""}, {"class": "const", "name": "R_SPARC_32", "type": ""}, {"class": "const", "name": "R_SPARC_5", "type": ""}, {"class": "const", "name": "R_SPARC_6", "type": ""}, {"class": "const", "name": "R_SPARC_64", "type": ""}, {"class": "const", "name": "R_SPARC_7", "type": ""}, {"class": "const", "name": "R_SPARC_8", "type": ""}, {"class": "const", "name": "R_SPARC_COPY", "type": ""}, {"class": "const", "name": "R_SPARC_DISP16", "type": ""}, {"class": "const", "name": "R_SPARC_DISP32", "type": ""}, {"class": "const", "name": "R_SPARC_DISP64", "type": ""}, {"class": "const", "name": "R_SPARC_DISP8", "type": ""}, {"class": "const", "name": "R_SPARC_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_SPARC_GLOB_JMP", "type": ""}, {"class": "const", "name": "R_SPARC_GOT10", "type": ""}, {"class": "const", "name": "R_SPARC_GOT13", "type": ""}, {"class": "const", "name": "R_SPARC_GOT22", "type": ""}, {"class": "const", "name": "R_SPARC_H44", "type": ""}, {"class": "const", "name": "R_SPARC_HH22", "type": ""}, {"class": "const", "name": "R_SPARC_HI22", "type": ""}, {"class": "const", "name": "R_SPARC_HIPLT22", "type": ""}, {"class": "const", "name": "R_SPARC_HIX22", "type": ""}, {"class": "const", "name": "R_SPARC_HM10", "type": ""}, {"class": "const", "name": "R_SPARC_JMP_SLOT", "type": ""}, {"class": "const", "name": "R_SPARC_L44", "type": ""}, {"class": "const", "name": "R_SPARC_LM22", "type": ""}, {"class": "const", "name": "R_SPARC_LO10", "type": ""}, {"class": "const", "name": "R_SPARC_LOPLT10", "type": ""}, {"class": "const", "name": "R_SPARC_LOX10", "type": ""}, {"class": "const", "name": "R_SPARC_M44", "type": ""}, {"class": "const", "name": "R_SPARC_NONE", "type": ""}, {"class": "const", "name": "R_SPARC_OLO10", "type": ""}, {"class": "const", "name": "R_SPARC_PC10", "type": ""}, {"class": "const", "name": "R_SPARC_PC22", "type": ""}, {"class": "const", "name": "R_SPARC_PCPLT10", "type": ""}, {"class": "const", "name": "R_SPARC_PCPLT22", "type": ""}, {"class": "const", "name": "R_SPARC_PCPLT32", "type": ""}, {"class": "const", "name": "R_SPARC_PC_HH22", "type": ""}, {"class": "const", "name": "R_SPARC_PC_HM10", "type": ""}, {"class": "const", "name": "R_SPARC_PC_LM22", "type": ""}, {"class": "const", "name": "R_SPARC_PLT32", "type": ""}, {"class": "const", "name": "R_SPARC_PLT64", "type": ""}, {"class": "const", "name": "R_SPARC_REGISTER", "type": ""}, {"class": "const", "name": "R_SPARC_RELATIVE", "type": ""}, {"class": "const", "name": "R_SPARC_UA16", "type": ""}, {"class": "const", "name": "R_SPARC_UA32", "type": ""}, {"class": "const", "name": "R_SPARC_UA64", "type": ""}, {"class": "const", "name": "R_SPARC_WDISP16", "type": ""}, {"class": "const", "name": "R_SPARC_WDISP19", "type": ""}, {"class": "const", "name": "R_SPARC_WDISP22", "type": ""}, {"class": "const", "name": "R_SPARC_WDISP30", "type": ""}, {"class": "const", "name": "R_SPARC_WPLT30", "type": ""}, {"class": "const", "name": "R_X86_64_16", "type": ""}, {"class": "const", "name": "R_X86_64_32", "type": ""}, {"class": "const", "name": "R_X86_64_32S", "type": ""}, {"class": "const", "name": "R_X86_64_64", "type": ""}, {"class": "const", "name": "R_X86_64_8", "type": ""}, {"class": "const", "name": "R_X86_64_COPY", "type": ""}, {"class": "const", "name": "R_X86_64_DTPMOD64", "type": ""}, {"class": "const", "name": "R_X86_64_DTPOFF32", "type": ""}, {"class": "const", "name": "R_X86_64_DTPOFF64", "type": ""}, {"class": "const", "name": "R_X86_64_GLOB_DAT", "type": ""}, {"class": "const", "name": "R_X86_64_GOT32", "type": ""}, {"class": "const", "name": "R_X86_64_GOTPCREL", "type": ""}, {"class": "const", "name": "R_X86_64_GOTTPOFF", "type": ""}, {"class": "const", "name": "R_X86_64_JMP_SLOT", "type": ""}, {"class": "const", "name": "R_X86_64_NONE", "type": ""}, {"class": "const", "name": "R_X86_64_PC16", "type": ""}, {"class": "const", "name": "R_X86_64_PC32", "type": ""}, {"class": "const", "name": "R_X86_64_PC8", "type": ""}, {"class": "const", "name": "R_X86_64_PLT32", "type": ""}, {"class": "const", "name": "R_X86_64_RELATIVE", "type": ""}, {"class": "const", "name": "R_X86_64_TLSGD", "type": ""}, {"class": "const", "name": "R_X86_64_TLSLD", "type": ""}, {"class": "const", "name": "R_X86_64_TPOFF32", "type": ""}, {"class": "const", "name": "R_X86_64_TPOFF64", "type": ""}, {"class": "const", "name": "SHF_ALLOC", "type": ""}, {"class": "const", "name": "SHF_COMPRESSED", "type": ""}, {"class": "const", "name": "SHF_EXECINSTR", "type": ""}, {"class": "const", "name": "SHF_GROUP", "type": ""}, {"class": "const", "name": "SHF_INFO_LINK", "type": ""}, {"class": "const", "name": "SHF_LINK_ORDER", "type": ""}, {"class": "const", "name": "SHF_MASKOS", "type": ""}, {"class": "const", "name": "SHF_MASKPROC", "type": ""}, {"class": "const", "name": "SHF_MERGE", "type": ""}, {"class": "const", "name": "SHF_OS_NONCONFORMING", "type": ""}, {"class": "const", "name": "SHF_STRINGS", "type": ""}, {"class": "const", "name": "SHF_TLS", "type": ""}, {"class": "const", "name": "SHF_WRITE", "type": ""}, {"class": "const", "name": "SHN_ABS", "type": ""}, {"class": "const", "name": "SHN_COMMON", "type": ""}, {"class": "const", "name": "SHN_HIOS", "type": ""}, {"class": "const", "name": "SHN_HIPROC", "type": ""}, {"class": "const", "name": "SHN_HIRESERVE", "type": ""}, {"class": "const", "name": "SHN_LOOS", "type": ""}, {"class": "const", "name": "SHN_LOPROC", "type": ""}, {"class": "const", "name": "SHN_LORESERVE", "type": ""}, {"class": "const", "name": "SHN_UNDEF", "type": ""}, {"class": "const", "name": "SHN_XINDEX", "type": ""}, {"class": "const", "name": "SHT_DYNAMIC", "type": ""}, {"class": "const", "name": "SHT_DYNSYM", "type": ""}, {"class": "const", "name": "SHT_FINI_ARRAY", "type": ""}, {"class": "const", "name": "SHT_GNU_ATTRIBUTES", "type": ""}, {"class": "const", "name": "SHT_GNU_HASH", "type": ""}, {"class": "const", "name": "SHT_GNU_LIBLIST", "type": ""}, {"class": "const", "name": "SHT_GNU_VERDEF", "type": ""}, {"class": "const", "name": "SHT_GNU_VERNEED", "type": ""}, {"class": "const", "name": "SHT_GNU_VERSYM", "type": ""}, {"class": "const", "name": "SHT_GROUP", "type": ""}, {"class": "const", "name": "SHT_HASH", "type": ""}, {"class": "const", "name": "SHT_HIOS", "type": ""}, {"class": "const", "name": "SHT_HIPROC", "type": ""}, {"class": "const", "name": "SHT_HIUSER", "type": ""}, {"class": "const", "name": "SHT_INIT_ARRAY", "type": ""}, {"class": "const", "name": "SHT_LOOS", "type": ""}, {"class": "const", "name": "SHT_LOPROC", "type": ""}, {"class": "const", "name": "SHT_LOUSER", "type": ""}, {"class": "const", "name": "SHT_NOBITS", "type": ""}, {"class": "const", "name": "SHT_NOTE", "type": ""}, {"class": "const", "name": "SHT_NULL", "type": ""}, {"class": "const", "name": "SHT_PREINIT_ARRAY", "type": ""}, {"class": "const", "name": "SHT_PROGBITS", "type": ""}, {"class": "const", "name": "SHT_REL", "type": ""}, {"class": "const", "name": "SHT_RELA", "type": ""}, {"class": "const", "name": "SHT_SHLIB", "type": ""}, {"class": "const", "name": "SHT_STRTAB", "type": ""}, {"class": "const", "name": "SHT_SYMTAB", "type": ""}, {"class": "const", "name": "SHT_SYMTAB_SHNDX", "type": ""}, {"class": "const", "name": "STB_GLOBAL", "type": ""}, {"class": "const", "name": "STB_HIOS", "type": ""}, {"class": "const", "name": "STB_HIPROC", "type": ""}, {"class": "const", "name": "STB_LOCAL", "type": ""}, {"class": "const", "name": "STB_LOOS", "type": ""}, {"class": "const", "name": "STB_LOPROC", "type": ""}, {"class": "const", "name": "STB_WEAK", "type": ""}, {"class": "const", "name": "STT_COMMON", "type": ""}, {"class": "const", "name": "STT_FILE", "type": ""}, {"class": "const", "name": "STT_FUNC", "type": ""}, {"class": "const", "name": "STT_HIOS", "type": ""}, {"class": "const", "name": "STT_HIPROC", "type": ""}, {"class": "const", "name": "STT_LOOS", "type": ""}, {"class": "const", "name": "STT_LOPROC", "type": ""}, {"class": "const", "name": "STT_NOTYPE", "type": ""}, {"class": "const", "name": "STT_OBJECT", "type": ""}, {"class": "const", "name": "STT_SECTION", "type": ""}, {"class": "const", "name": "STT_TLS", "type": ""}, {"class": "const", "name": "STV_DEFAULT", "type": ""}, {"class": "const", "name": "STV_HIDDEN", "type": ""}, {"class": "const", "name": "STV_INTERNAL", "type": ""}, {"class": "const", "name": "STV_PROTECTED", "type": ""}, {"class": "const", "name": "Sym32Size", "type": ""}, {"class": "const", "name": "Sym64Size", "type": ""}, {"class": "func", "name": "NewFile", "type": "func(r io.ReaderAt) (*elf.File, error)"}, {"class": "func", "name": "Open", "type": "func(name string) (*elf.File, error)"}, {"class": "func", "name": "R_INFO", "type": "func(sym uint32, typ uint32) uint64"}, {"class": "func", "name": "R_INFO32", "type": "func(sym uint32, typ uint32) uint32"}, {"class": "func", "name": "R_SYM32", "type": "func(info uint32) uint32"}, {"class": "func", "name": "R_SYM64", "type": "func(info uint64) uint32"}, {"class": "func", "name": "R_TYPE32", "type": "func(info uint32) uint32"}, {"class": "func", "name": "R_TYPE64", "type": "func(info uint64) uint32"}, {"class": "func", "name": "ST_BIND", "type": "func(info uint8) elf.SymBind"}, {"class": "func", "name": "ST_INFO", "type": "func(bind elf.SymBind, typ elf.SymType) uint8"}, {"class": "func", "name": "ST_TYPE", "type": "func(info uint8) elf.SymType"}, {"class": "func", "name": "ST_VISIBILITY", "type": "func(other uint8) elf.SymVis"}, {"class": "type", "name": "Chdr32", "type": "struct"}, {"class": "type", "name": "Chdr64", "type": "struct"}, {"class": "type", "name": "Class", "type": "byte"}, {"class": "type", "name": "CompressionType", "type": "int"}, {"class": "type", "name": "Data", "type": "byte"}, {"class": "type", "name": "Dyn32", "type": "struct"}, {"class": "type", "name": "Dyn64", "type": "struct"}, {"class": "type", "name": "DynFlag", "type": "int"}, {"class": "type", "name": "DynTag", "type": "int"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileHeader", "type": "struct"}, {"class": "type", "name": "FormatError", "type": "struct"}, {"class": "type", "name": "Header32", "type": "struct"}, {"class": "type", "name": "Header64", "type": "struct"}, {"class": "type", "name": "ImportedSymbol", "type": "struct"}, {"class": "type", "name": "Machine", "type": "uint16"}, {"class": "type", "name": "NType", "type": "int"}, {"class": "type", "name": "OSABI", "type": "byte"}, {"class": "type", "name": "Prog", "type": "struct"}, {"class": "type", "name": "Prog32", "type": "struct"}, {"class": "type", "name": "Prog64", "type": "struct"}, {"class": "type", "name": "ProgFlag", "type": "uint32"}, {"class": "type", "name": "ProgHeader", "type": "struct"}, {"class": "type", "name": "ProgType", "type": "int"}, {"class": "type", "name": "R_386", "type": "int"}, {"class": "type", "name": "R_390", "type": "int"}, {"class": "type", "name": "R_AARCH64", "type": "int"}, {"class": "type", "name": "R_ALPHA", "type": "int"}, {"class": "type", "name": "R_ARM", "type": "int"}, {"class": "type", "name": "R_MIPS", "type": "int"}, {"class": "type", "name": "R_PPC", "type": "int"}, {"class": "type", "name": "R_PPC64", "type": "int"}, {"class": "type", "name": "R_SPARC", "type": "int"}, {"class": "type", "name": "R_X86_64", "type": "int"}, {"class": "type", "name": "Rel32", "type": "struct"}, {"class": "type", "name": "Rel64", "type": "struct"}, {"class": "type", "name": "Rela32", "type": "struct"}, {"class": "type", "name": "Rela64", "type": "struct"}, {"class": "type", "name": "Section", "type": "struct"}, {"class": "type", "name": "Section32", "type": "struct"}, {"class": "type", "name": "Section64", "type": "struct"}, {"class": "type", "name": "SectionFlag", "type": "uint32"}, {"class": "type", "name": "SectionHeader", "type": "struct"}, {"class": "type", "name": "SectionIndex", "type": "int"}, {"class": "type", "name": "SectionType", "type": "uint32"}, {"class": "type", "name": "Sym32", "type": "struct"}, {"class": "type", "name": "Sym64", "type": "struct"}, {"class": "type", "name": "SymBind", "type": "int"}, {"class": "type", "name": "SymType", "type": "int"}, {"class": "type", "name": "SymVis", "type": "int"}, {"class": "type", "name": "Symbol", "type": "struct"}, {"class": "type", "name": "Type", "type": "uint16"}, {"class": "type", "name": "Version", "type": "byte"}, {"class": "var", "name": "ErrNoSymbols", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/gosym.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/gosym.json new file mode 100644 index 0000000..40d5a73 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/gosym.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewLineTable", "type": "func(data []byte, text uint64) *gosym.LineTable"}, {"class": "func", "name": "NewTable", "type": "func(symtab []byte, pcln *gosym.LineTable) (*gosym.Table, error)"}, {"class": "type", "name": "DecodingError", "type": "struct"}, {"class": "type", "name": "Func", "type": "struct"}, {"class": "type", "name": "LineTable", "type": "struct"}, {"class": "type", "name": "Obj", "type": "struct"}, {"class": "type", "name": "Sym", "type": "struct"}, {"class": "type", "name": "Table", "type": "struct"}, {"class": "type", "name": "UnknownFileError", "type": "string"}, {"class": "type", "name": "UnknownLineError", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/macho.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/macho.json new file mode 100644 index 0000000..52d21ad --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/macho.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Cpu386", "type": ""}, {"class": "const", "name": "CpuAmd64", "type": ""}, {"class": "const", "name": "CpuArm", "type": ""}, {"class": "const", "name": "CpuPpc", "type": ""}, {"class": "const", "name": "CpuPpc64", "type": ""}, {"class": "const", "name": "LoadCmdDylib", "type": ""}, {"class": "const", "name": "LoadCmdDylinker", "type": ""}, {"class": "const", "name": "LoadCmdDysymtab", "type": ""}, {"class": "const", "name": "LoadCmdSegment", "type": ""}, {"class": "const", "name": "LoadCmdSegment64", "type": ""}, {"class": "const", "name": "LoadCmdSymtab", "type": ""}, {"class": "const", "name": "LoadCmdThread", "type": ""}, {"class": "const", "name": "LoadCmdUnixThread", "type": ""}, {"class": "const", "name": "Magic32", "type": ""}, {"class": "const", "name": "Magic64", "type": ""}, {"class": "const", "name": "MagicFat", "type": ""}, {"class": "const", "name": "TypeBundle", "type": ""}, {"class": "const", "name": "TypeDylib", "type": ""}, {"class": "const", "name": "TypeExec", "type": ""}, {"class": "const", "name": "TypeObj", "type": ""}, {"class": "func", "name": "NewFatFile", "type": "func(r io.ReaderAt) (*macho.FatFile, error)"}, {"class": "func", "name": "NewFile", "type": "func(r io.ReaderAt) (*macho.File, error)"}, {"class": "func", "name": "Open", "type": "func(name string) (*macho.File, error)"}, {"class": "func", "name": "OpenFat", "type": "func(name string) (*macho.FatFile, error)"}, {"class": "type", "name": "Cpu", "type": "uint32"}, {"class": "type", "name": "Dylib", "type": "struct"}, {"class": "type", "name": "DylibCmd", "type": "struct"}, {"class": "type", "name": "Dysymtab", "type": "struct"}, {"class": "type", "name": "DysymtabCmd", "type": "struct"}, {"class": "type", "name": "FatArch", "type": "struct"}, {"class": "type", "name": "FatArchHeader", "type": "struct"}, {"class": "type", "name": "FatFile", "type": "struct"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileHeader", "type": "struct"}, {"class": "type", "name": "FormatError", "type": "struct"}, {"class": "type", "name": "Load", "type": "interface"}, {"class": "type", "name": "LoadBytes", "type": "[]byte"}, {"class": "type", "name": "LoadCmd", "type": "uint32"}, {"class": "type", "name": "Nlist32", "type": "struct"}, {"class": "type", "name": "Nlist64", "type": "struct"}, {"class": "type", "name": "Regs386", "type": "struct"}, {"class": "type", "name": "RegsAMD64", "type": "struct"}, {"class": "type", "name": "Section", "type": "struct"}, {"class": "type", "name": "Section32", "type": "struct"}, {"class": "type", "name": "Section64", "type": "struct"}, {"class": "type", "name": "SectionHeader", "type": "struct"}, {"class": "type", "name": "Segment", "type": "struct"}, {"class": "type", "name": "Segment32", "type": "struct"}, {"class": "type", "name": "Segment64", "type": "struct"}, {"class": "type", "name": "SegmentHeader", "type": "struct"}, {"class": "type", "name": "Symbol", "type": "struct"}, {"class": "type", "name": "Symtab", "type": "struct"}, {"class": "type", "name": "SymtabCmd", "type": "struct"}, {"class": "type", "name": "Thread", "type": "struct"}, {"class": "type", "name": "Type", "type": "uint32"}, {"class": "var", "name": "ErrNotFat", "type": "*macho.FormatError"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/pe.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/pe.json new file mode 100644 index 0000000..b2a1e54 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/pe.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "COFFSymbolSize", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_AM33", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_AMD64", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_ARM", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_EBC", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_I386", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_IA64", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_M32R", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_MIPS16", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_MIPSFPU", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_MIPSFPU16", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_POWERPC", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_POWERPCFP", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_R4000", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_SH3", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_SH3DSP", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_SH4", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_SH5", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_THUMB", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_UNKNOWN", "type": ""}, {"class": "const", "name": "IMAGE_FILE_MACHINE_WCEMIPSV2", "type": ""}, {"class": "func", "name": "NewFile", "type": "func(r io.ReaderAt) (*pe.File, error)"}, {"class": "func", "name": "Open", "type": "func(name string) (*pe.File, error)"}, {"class": "type", "name": "COFFSymbol", "type": "struct"}, {"class": "type", "name": "DataDirectory", "type": "struct"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileHeader", "type": "struct"}, {"class": "type", "name": "FormatError", "type": "struct"}, {"class": "type", "name": "ImportDirectory", "type": "struct"}, {"class": "type", "name": "OptionalHeader32", "type": "struct"}, {"class": "type", "name": "OptionalHeader64", "type": "struct"}, {"class": "type", "name": "Section", "type": "struct"}, {"class": "type", "name": "SectionHeader", "type": "struct"}, {"class": "type", "name": "SectionHeader32", "type": "struct"}, {"class": "type", "name": "Symbol", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/plan9obj.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/plan9obj.json new file mode 100644 index 0000000..741dfb9 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/debug/plan9obj.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Magic386", "type": ""}, {"class": "const", "name": "Magic64", "type": ""}, {"class": "const", "name": "MagicAMD64", "type": ""}, {"class": "const", "name": "MagicARM", "type": ""}, {"class": "func", "name": "NewFile", "type": "func(r io.ReaderAt) (*plan9obj.File, error)"}, {"class": "func", "name": "Open", "type": "func(name string) (*plan9obj.File, error)"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileHeader", "type": "struct"}, {"class": "type", "name": "Section", "type": "struct"}, {"class": "type", "name": "SectionHeader", "type": "struct"}, {"class": "type", "name": "Sym", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/ascii85.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/ascii85.json new file mode 100644 index 0000000..78b7ce2 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/ascii85.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Decode", "type": "func(dst []byte, src []byte, flush bool) (ndst int, nsrc int, err error)"}, {"class": "func", "name": "Encode", "type": "func(dst []byte, src []byte) int"}, {"class": "func", "name": "MaxEncodedLen", "type": "func(n int) int"}, {"class": "func", "name": "NewDecoder", "type": "func(r io.Reader) io.Reader"}, {"class": "func", "name": "NewEncoder", "type": "func(w io.Writer) io.WriteCloser"}, {"class": "type", "name": "CorruptInputError", "type": "int64"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/asn1.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/asn1.json new file mode 100644 index 0000000..c79664c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/asn1.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ClassApplication", "type": ""}, {"class": "const", "name": "ClassContextSpecific", "type": ""}, {"class": "const", "name": "ClassPrivate", "type": ""}, {"class": "const", "name": "ClassUniversal", "type": ""}, {"class": "const", "name": "TagBitString", "type": ""}, {"class": "const", "name": "TagBoolean", "type": ""}, {"class": "const", "name": "TagEnum", "type": ""}, {"class": "const", "name": "TagGeneralString", "type": ""}, {"class": "const", "name": "TagGeneralizedTime", "type": ""}, {"class": "const", "name": "TagIA5String", "type": ""}, {"class": "const", "name": "TagInteger", "type": ""}, {"class": "const", "name": "TagOID", "type": ""}, {"class": "const", "name": "TagOctetString", "type": ""}, {"class": "const", "name": "TagPrintableString", "type": ""}, {"class": "const", "name": "TagSequence", "type": ""}, {"class": "const", "name": "TagSet", "type": ""}, {"class": "const", "name": "TagT61String", "type": ""}, {"class": "const", "name": "TagUTCTime", "type": ""}, {"class": "const", "name": "TagUTF8String", "type": ""}, {"class": "func", "name": "Marshal", "type": "func(val interface{}) ([]byte, error)"}, {"class": "func", "name": "Unmarshal", "type": "func(b []byte, val interface{}) (rest []byte, err error)"}, {"class": "func", "name": "UnmarshalWithParams", "type": "func(b []byte, val interface{}, params string) (rest []byte, err error)"}, {"class": "type", "name": "BitString", "type": "struct"}, {"class": "type", "name": "Enumerated", "type": "int"}, {"class": "type", "name": "Flag", "type": "bool"}, {"class": "type", "name": "ObjectIdentifier", "type": "[]int"}, {"class": "type", "name": "RawContent", "type": "[]byte"}, {"class": "type", "name": "RawValue", "type": "struct"}, {"class": "type", "name": "StructuralError", "type": "struct"}, {"class": "type", "name": "SyntaxError", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/base32.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/base32.json new file mode 100644 index 0000000..59b07d3 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/base32.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewDecoder", "type": "func(enc *base32.Encoding, r io.Reader) io.Reader"}, {"class": "func", "name": "NewEncoder", "type": "func(enc *base32.Encoding, w io.Writer) io.WriteCloser"}, {"class": "func", "name": "NewEncoding", "type": "func(encoder string) *base32.Encoding"}, {"class": "type", "name": "CorruptInputError", "type": "int64"}, {"class": "type", "name": "Encoding", "type": "struct"}, {"class": "var", "name": "HexEncoding", "type": "*base32.Encoding"}, {"class": "var", "name": "StdEncoding", "type": "*base32.Encoding"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/base64.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/base64.json new file mode 100644 index 0000000..ba17d84 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/base64.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "NoPadding", "type": ""}, {"class": "const", "name": "StdPadding", "type": ""}, {"class": "func", "name": "NewDecoder", "type": "func(enc *base64.Encoding, r io.Reader) io.Reader"}, {"class": "func", "name": "NewEncoder", "type": "func(enc *base64.Encoding, w io.Writer) io.WriteCloser"}, {"class": "func", "name": "NewEncoding", "type": "func(encoder string) *base64.Encoding"}, {"class": "type", "name": "CorruptInputError", "type": "int64"}, {"class": "type", "name": "Encoding", "type": "struct"}, {"class": "var", "name": "RawStdEncoding", "type": "*base64.Encoding"}, {"class": "var", "name": "RawURLEncoding", "type": "*base64.Encoding"}, {"class": "var", "name": "StdEncoding", "type": "*base64.Encoding"}, {"class": "var", "name": "URLEncoding", "type": "*base64.Encoding"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/binary.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/binary.json new file mode 100644 index 0000000..076ecf8 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/binary.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "MaxVarintLen16", "type": ""}, {"class": "const", "name": "MaxVarintLen32", "type": ""}, {"class": "const", "name": "MaxVarintLen64", "type": ""}, {"class": "func", "name": "PutUvarint", "type": "func(buf []byte, x uint64) int"}, {"class": "func", "name": "PutVarint", "type": "func(buf []byte, x int64) int"}, {"class": "func", "name": "Read", "type": "func(r io.Reader, order binary.ByteOrder, data interface{}) error"}, {"class": "func", "name": "ReadUvarint", "type": "func(r io.ByteReader) (uint64, error)"}, {"class": "func", "name": "ReadVarint", "type": "func(r io.ByteReader) (int64, error)"}, {"class": "func", "name": "Size", "type": "func(v interface{}) int"}, {"class": "func", "name": "Uvarint", "type": "func(buf []byte) (uint64, int)"}, {"class": "func", "name": "Varint", "type": "func(buf []byte) (int64, int)"}, {"class": "func", "name": "Write", "type": "func(w io.Writer, order binary.ByteOrder, data interface{}) error"}, {"class": "type", "name": "ByteOrder", "type": "interface"}, {"class": "var", "name": "BigEndian", "type": "binary.bigEndian"}, {"class": "var", "name": "LittleEndian", "type": "binary.littleEndian"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/csv.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/csv.json new file mode 100644 index 0000000..36f68b8 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/csv.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewReader", "type": "func(r io.Reader) *csv.Reader"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *csv.Writer"}, {"class": "type", "name": "ParseError", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}, {"class": "var", "name": "ErrBareQuote", "type": "error"}, {"class": "var", "name": "ErrFieldCount", "type": "error"}, {"class": "var", "name": "ErrQuote", "type": "error"}, {"class": "var", "name": "ErrTrailingComma", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/encoding.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/encoding.json new file mode 100644 index 0000000..ab107f4 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/encoding.json @@ -0,0 +1 @@ +[0, [{"class": "type", "name": "BinaryMarshaler", "type": "interface"}, {"class": "type", "name": "BinaryUnmarshaler", "type": "interface"}, {"class": "type", "name": "TextMarshaler", "type": "interface"}, {"class": "type", "name": "TextUnmarshaler", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/gob.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/gob.json new file mode 100644 index 0000000..93a3730 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/gob.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewDecoder", "type": "func(r io.Reader) *gob.Decoder"}, {"class": "func", "name": "NewEncoder", "type": "func(w io.Writer) *gob.Encoder"}, {"class": "func", "name": "Register", "type": "func(value interface{})"}, {"class": "func", "name": "RegisterName", "type": "func(name string, value interface{})"}, {"class": "type", "name": "CommonType", "type": "struct"}, {"class": "type", "name": "Decoder", "type": "struct"}, {"class": "type", "name": "Encoder", "type": "struct"}, {"class": "type", "name": "GobDecoder", "type": "interface"}, {"class": "type", "name": "GobEncoder", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/hex.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/hex.json new file mode 100644 index 0000000..a883580 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/hex.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Decode", "type": "func(dst []byte, src []byte) (int, error)"}, {"class": "func", "name": "DecodeString", "type": "func(s string) ([]byte, error)"}, {"class": "func", "name": "DecodedLen", "type": "func(x int) int"}, {"class": "func", "name": "Dump", "type": "func(data []byte) string"}, {"class": "func", "name": "Dumper", "type": "func(w io.Writer) io.WriteCloser"}, {"class": "func", "name": "Encode", "type": "func(dst []byte, src []byte) int"}, {"class": "func", "name": "EncodeToString", "type": "func(src []byte) string"}, {"class": "func", "name": "EncodedLen", "type": "func(n int) int"}, {"class": "type", "name": "InvalidByteError", "type": "byte"}, {"class": "var", "name": "ErrLength", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/json.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/json.json new file mode 100644 index 0000000..7ba6884 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/json.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Compact", "type": "func(dst *bytes.Buffer, src []byte) error"}, {"class": "func", "name": "HTMLEscape", "type": "func(dst *bytes.Buffer, src []byte)"}, {"class": "func", "name": "Indent", "type": "func(dst *bytes.Buffer, src []byte, prefix string, indent string) error"}, {"class": "func", "name": "Marshal", "type": "func(v interface{}) ([]byte, error)"}, {"class": "func", "name": "MarshalIndent", "type": "func(v interface{}, prefix string, indent string) ([]byte, error)"}, {"class": "func", "name": "NewDecoder", "type": "func(r io.Reader) *json.Decoder"}, {"class": "func", "name": "NewEncoder", "type": "func(w io.Writer) *json.Encoder"}, {"class": "func", "name": "Unmarshal", "type": "func(data []byte, v interface{}) error"}, {"class": "type", "name": "Decoder", "type": "struct"}, {"class": "type", "name": "Delim", "type": "rune"}, {"class": "type", "name": "Encoder", "type": "struct"}, {"class": "type", "name": "InvalidUTF8Error", "type": "struct"}, {"class": "type", "name": "InvalidUnmarshalError", "type": "struct"}, {"class": "type", "name": "Marshaler", "type": "interface"}, {"class": "type", "name": "MarshalerError", "type": "struct"}, {"class": "type", "name": "Number", "type": "string"}, {"class": "type", "name": "RawMessage", "type": "[]byte"}, {"class": "type", "name": "SyntaxError", "type": "struct"}, {"class": "type", "name": "Token", "type": "interface"}, {"class": "type", "name": "UnmarshalFieldError", "type": "struct"}, {"class": "type", "name": "UnmarshalTypeError", "type": "struct"}, {"class": "type", "name": "Unmarshaler", "type": "interface"}, {"class": "type", "name": "UnsupportedTypeError", "type": "struct"}, {"class": "type", "name": "UnsupportedValueError", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/pem.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/pem.json new file mode 100644 index 0000000..181806c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/pem.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Decode", "type": "func(data []byte) (p *pem.Block, rest []byte)"}, {"class": "func", "name": "Encode", "type": "func(out io.Writer, b *pem.Block) error"}, {"class": "func", "name": "EncodeToMemory", "type": "func(b *pem.Block) []byte"}, {"class": "type", "name": "Block", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/xml.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/xml.json new file mode 100644 index 0000000..c75e513 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/encoding/xml.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Header", "type": ""}, {"class": "func", "name": "CopyToken", "type": "func(t xml.Token) xml.Token"}, {"class": "func", "name": "Escape", "type": "func(w io.Writer, s []byte)"}, {"class": "func", "name": "EscapeText", "type": "func(w io.Writer, s []byte) error"}, {"class": "func", "name": "Marshal", "type": "func(v interface{}) ([]byte, error)"}, {"class": "func", "name": "MarshalIndent", "type": "func(v interface{}, prefix string, indent string) ([]byte, error)"}, {"class": "func", "name": "NewDecoder", "type": "func(r io.Reader) *xml.Decoder"}, {"class": "func", "name": "NewEncoder", "type": "func(w io.Writer) *xml.Encoder"}, {"class": "func", "name": "Unmarshal", "type": "func(data []byte, v interface{}) error"}, {"class": "type", "name": "Attr", "type": "struct"}, {"class": "type", "name": "CharData", "type": "[]byte"}, {"class": "type", "name": "Comment", "type": "[]byte"}, {"class": "type", "name": "Decoder", "type": "struct"}, {"class": "type", "name": "Directive", "type": "[]byte"}, {"class": "type", "name": "Encoder", "type": "struct"}, {"class": "type", "name": "EndElement", "type": "struct"}, {"class": "type", "name": "Marshaler", "type": "interface"}, {"class": "type", "name": "MarshalerAttr", "type": "interface"}, {"class": "type", "name": "Name", "type": "struct"}, {"class": "type", "name": "ProcInst", "type": "struct"}, {"class": "type", "name": "StartElement", "type": "struct"}, {"class": "type", "name": "SyntaxError", "type": "struct"}, {"class": "type", "name": "TagPathError", "type": "struct"}, {"class": "type", "name": "Token", "type": "interface"}, {"class": "type", "name": "UnmarshalError", "type": "string"}, {"class": "type", "name": "Unmarshaler", "type": "interface"}, {"class": "type", "name": "UnmarshalerAttr", "type": "interface"}, {"class": "type", "name": "UnsupportedTypeError", "type": "struct"}, {"class": "var", "name": "HTMLAutoClose", "type": "[]string"}, {"class": "var", "name": "HTMLEntity", "type": "map[string]string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/errors/errors.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/errors/errors.json new file mode 100644 index 0000000..762eb30 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/errors/errors.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "New", "type": "func(text string) error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/expvar/expvar.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/expvar/expvar.json new file mode 100644 index 0000000..7889a78 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/expvar/expvar.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Do", "type": "func(f func(expvar.KeyValue))"}, {"class": "func", "name": "Get", "type": "func(name string) expvar.Var"}, {"class": "func", "name": "NewFloat", "type": "func(name string) *expvar.Float"}, {"class": "func", "name": "NewInt", "type": "func(name string) *expvar.Int"}, {"class": "func", "name": "NewMap", "type": "func(name string) *expvar.Map"}, {"class": "func", "name": "NewString", "type": "func(name string) *expvar.String"}, {"class": "func", "name": "Publish", "type": "func(name string, v expvar.Var)"}, {"class": "type", "name": "Float", "type": "struct"}, {"class": "type", "name": "Func", "type": "func() interface{}"}, {"class": "type", "name": "Int", "type": "struct"}, {"class": "type", "name": "KeyValue", "type": "struct"}, {"class": "type", "name": "Map", "type": "struct"}, {"class": "type", "name": "String", "type": "struct"}, {"class": "type", "name": "Var", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/flag/flag.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/flag/flag.json new file mode 100644 index 0000000..a11b37c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/flag/flag.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ContinueOnError", "type": ""}, {"class": "const", "name": "ExitOnError", "type": ""}, {"class": "const", "name": "PanicOnError", "type": ""}, {"class": "func", "name": "Arg", "type": "func(i int) string"}, {"class": "func", "name": "Args", "type": "func() []string"}, {"class": "func", "name": "Bool", "type": "func(name string, value bool, usage string) *bool"}, {"class": "func", "name": "BoolVar", "type": "func(p *bool, name string, value bool, usage string)"}, {"class": "func", "name": "Duration", "type": "func(name string, value time.Duration, usage string) *time.Duration"}, {"class": "func", "name": "DurationVar", "type": "func(p *time.Duration, name string, value time.Duration, usage string)"}, {"class": "func", "name": "Float64", "type": "func(name string, value float64, usage string) *float64"}, {"class": "func", "name": "Float64Var", "type": "func(p *float64, name string, value float64, usage string)"}, {"class": "func", "name": "Int", "type": "func(name string, value int, usage string) *int"}, {"class": "func", "name": "Int64", "type": "func(name string, value int64, usage string) *int64"}, {"class": "func", "name": "Int64Var", "type": "func(p *int64, name string, value int64, usage string)"}, {"class": "func", "name": "IntVar", "type": "func(p *int, name string, value int, usage string)"}, {"class": "func", "name": "Lookup", "type": "func(name string) *flag.Flag"}, {"class": "func", "name": "NArg", "type": "func() int"}, {"class": "func", "name": "NFlag", "type": "func() int"}, {"class": "func", "name": "NewFlagSet", "type": "func(name string, errorHandling flag.ErrorHandling) *flag.FlagSet"}, {"class": "func", "name": "Parse", "type": "func()"}, {"class": "func", "name": "Parsed", "type": "func() bool"}, {"class": "func", "name": "PrintDefaults", "type": "func()"}, {"class": "func", "name": "Set", "type": "func(name string, value string) error"}, {"class": "func", "name": "String", "type": "func(name string, value string, usage string) *string"}, {"class": "func", "name": "StringVar", "type": "func(p *string, name string, value string, usage string)"}, {"class": "func", "name": "Uint", "type": "func(name string, value uint, usage string) *uint"}, {"class": "func", "name": "Uint64", "type": "func(name string, value uint64, usage string) *uint64"}, {"class": "func", "name": "Uint64Var", "type": "func(p *uint64, name string, value uint64, usage string)"}, {"class": "func", "name": "UintVar", "type": "func(p *uint, name string, value uint, usage string)"}, {"class": "func", "name": "UnquoteUsage", "type": "func(flag *flag.Flag) (name string, usage string)"}, {"class": "func", "name": "Var", "type": "func(value flag.Value, name string, usage string)"}, {"class": "func", "name": "Visit", "type": "func(fn func(*flag.Flag))"}, {"class": "func", "name": "VisitAll", "type": "func(fn func(*flag.Flag))"}, {"class": "type", "name": "ErrorHandling", "type": "int"}, {"class": "type", "name": "Flag", "type": "struct"}, {"class": "type", "name": "FlagSet", "type": "struct"}, {"class": "type", "name": "Getter", "type": "interface"}, {"class": "type", "name": "Value", "type": "interface"}, {"class": "var", "name": "CommandLine", "type": "*flag.FlagSet"}, {"class": "var", "name": "ErrHelp", "type": "error"}, {"class": "var", "name": "Usage", "type": "func()"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/fmt/fmt.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/fmt/fmt.json new file mode 100644 index 0000000..0898aaa --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/fmt/fmt.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Errorf", "type": "func(format string, a ...interface{}) error"}, {"class": "func", "name": "Fprint", "type": "func(w io.Writer, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fprintf", "type": "func(w io.Writer, format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fprintln", "type": "func(w io.Writer, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fscan", "type": "func(r io.Reader, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fscanf", "type": "func(r io.Reader, format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fscanln", "type": "func(r io.Reader, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Print", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Printf", "type": "func(format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Println", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Scan", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Scanf", "type": "func(format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Scanln", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Sprint", "type": "func(a ...interface{}) string"}, {"class": "func", "name": "Sprintf", "type": "func(format string, a ...interface{}) string"}, {"class": "func", "name": "Sprintln", "type": "func(a ...interface{}) string"}, {"class": "func", "name": "Sscan", "type": "func(str string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Sscanf", "type": "func(str string, format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Sscanln", "type": "func(str string, a ...interface{}) (n int, err error)"}, {"class": "type", "name": "Formatter", "type": "interface"}, {"class": "type", "name": "GoStringer", "type": "interface"}, {"class": "type", "name": "ScanState", "type": "interface"}, {"class": "type", "name": "Scanner", "type": "interface"}, {"class": "type", "name": "State", "type": "interface"}, {"class": "type", "name": "Stringer", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/ast.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/ast.json new file mode 100644 index 0000000..6ad6081 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/ast.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Bad", "type": ""}, {"class": "const", "name": "Con", "type": ""}, {"class": "const", "name": "FilterFuncDuplicates", "type": ""}, {"class": "const", "name": "FilterImportDuplicates", "type": ""}, {"class": "const", "name": "FilterUnassociatedComments", "type": ""}, {"class": "const", "name": "Fun", "type": ""}, {"class": "const", "name": "Lbl", "type": ""}, {"class": "const", "name": "Pkg", "type": ""}, {"class": "const", "name": "RECV", "type": ""}, {"class": "const", "name": "SEND", "type": ""}, {"class": "const", "name": "Typ", "type": ""}, {"class": "const", "name": "Var", "type": ""}, {"class": "func", "name": "FileExports", "type": "func(src *ast.File) bool"}, {"class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool"}, {"class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool"}, {"class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool"}, {"class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) error"}, {"class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)"}, {"class": "func", "name": "IsExported", "type": "func(name string) bool"}, {"class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File"}, {"class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap"}, {"class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident"}, {"class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object"}, {"class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)"}, {"class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope"}, {"class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool"}, {"class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool"}, {"class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error"}, {"class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)"}, {"class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)"}, {"class": "type", "name": "ArrayType", "type": "struct"}, {"class": "type", "name": "AssignStmt", "type": "struct"}, {"class": "type", "name": "BadDecl", "type": "struct"}, {"class": "type", "name": "BadExpr", "type": "struct"}, {"class": "type", "name": "BadStmt", "type": "struct"}, {"class": "type", "name": "BasicLit", "type": "struct"}, {"class": "type", "name": "BinaryExpr", "type": "struct"}, {"class": "type", "name": "BlockStmt", "type": "struct"}, {"class": "type", "name": "BranchStmt", "type": "struct"}, {"class": "type", "name": "CallExpr", "type": "struct"}, {"class": "type", "name": "CaseClause", "type": "struct"}, {"class": "type", "name": "ChanDir", "type": "int"}, {"class": "type", "name": "ChanType", "type": "struct"}, {"class": "type", "name": "CommClause", "type": "struct"}, {"class": "type", "name": "Comment", "type": "struct"}, {"class": "type", "name": "CommentGroup", "type": "struct"}, {"class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup"}, {"class": "type", "name": "CompositeLit", "type": "struct"}, {"class": "type", "name": "Decl", "type": "interface"}, {"class": "type", "name": "DeclStmt", "type": "struct"}, {"class": "type", "name": "DeferStmt", "type": "struct"}, {"class": "type", "name": "Ellipsis", "type": "struct"}, {"class": "type", "name": "EmptyStmt", "type": "struct"}, {"class": "type", "name": "Expr", "type": "interface"}, {"class": "type", "name": "ExprStmt", "type": "struct"}, {"class": "type", "name": "Field", "type": "struct"}, {"class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool"}, {"class": "type", "name": "FieldList", "type": "struct"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "Filter", "type": "func(string) bool"}, {"class": "type", "name": "ForStmt", "type": "struct"}, {"class": "type", "name": "FuncDecl", "type": "struct"}, {"class": "type", "name": "FuncLit", "type": "struct"}, {"class": "type", "name": "FuncType", "type": "struct"}, {"class": "type", "name": "GenDecl", "type": "struct"}, {"class": "type", "name": "GoStmt", "type": "struct"}, {"class": "type", "name": "Ident", "type": "struct"}, {"class": "type", "name": "IfStmt", "type": "struct"}, {"class": "type", "name": "ImportSpec", "type": "struct"}, {"class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)"}, {"class": "type", "name": "IncDecStmt", "type": "struct"}, {"class": "type", "name": "IndexExpr", "type": "struct"}, {"class": "type", "name": "InterfaceType", "type": "struct"}, {"class": "type", "name": "KeyValueExpr", "type": "struct"}, {"class": "type", "name": "LabeledStmt", "type": "struct"}, {"class": "type", "name": "MapType", "type": "struct"}, {"class": "type", "name": "MergeMode", "type": "uint"}, {"class": "type", "name": "Node", "type": "interface"}, {"class": "type", "name": "ObjKind", "type": "int"}, {"class": "type", "name": "Object", "type": "struct"}, {"class": "type", "name": "Package", "type": "struct"}, {"class": "type", "name": "ParenExpr", "type": "struct"}, {"class": "type", "name": "RangeStmt", "type": "struct"}, {"class": "type", "name": "ReturnStmt", "type": "struct"}, {"class": "type", "name": "Scope", "type": "struct"}, {"class": "type", "name": "SelectStmt", "type": "struct"}, {"class": "type", "name": "SelectorExpr", "type": "struct"}, {"class": "type", "name": "SendStmt", "type": "struct"}, {"class": "type", "name": "SliceExpr", "type": "struct"}, {"class": "type", "name": "Spec", "type": "interface"}, {"class": "type", "name": "StarExpr", "type": "struct"}, {"class": "type", "name": "Stmt", "type": "interface"}, {"class": "type", "name": "StructType", "type": "struct"}, {"class": "type", "name": "SwitchStmt", "type": "struct"}, {"class": "type", "name": "TypeAssertExpr", "type": "struct"}, {"class": "type", "name": "TypeSpec", "type": "struct"}, {"class": "type", "name": "TypeSwitchStmt", "type": "struct"}, {"class": "type", "name": "UnaryExpr", "type": "struct"}, {"class": "type", "name": "ValueSpec", "type": "struct"}, {"class": "type", "name": "Visitor", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/build.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/build.json new file mode 100644 index 0000000..55d36d5 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/build.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "AllowBinary", "type": ""}, {"class": "const", "name": "FindOnly", "type": ""}, {"class": "const", "name": "IgnoreVendor", "type": ""}, {"class": "const", "name": "ImportComment", "type": ""}, {"class": "func", "name": "ArchChar", "type": "func(goarch string) (string, error)"}, {"class": "func", "name": "Import", "type": "func(path string, srcDir string, mode build.ImportMode) (*build.Package, error)"}, {"class": "func", "name": "ImportDir", "type": "func(dir string, mode build.ImportMode) (*build.Package, error)"}, {"class": "func", "name": "IsLocalImport", "type": "func(path string) bool"}, {"class": "type", "name": "Context", "type": "struct"}, {"class": "type", "name": "ImportMode", "type": "uint"}, {"class": "type", "name": "MultiplePackageError", "type": "struct"}, {"class": "type", "name": "NoGoError", "type": "struct"}, {"class": "type", "name": "Package", "type": "struct"}, {"class": "var", "name": "Default", "type": "build.Context"}, {"class": "var", "name": "ToolDir", "type": "string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/constant.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/constant.json new file mode 100644 index 0000000..e6637c5 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/constant.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Bool", "type": ""}, {"class": "const", "name": "Complex", "type": ""}, {"class": "const", "name": "Float", "type": ""}, {"class": "const", "name": "Int", "type": ""}, {"class": "const", "name": "String", "type": ""}, {"class": "const", "name": "Unknown", "type": ""}, {"class": "func", "name": "BinaryOp", "type": "func(x constant.Value, op token.Token, y constant.Value) constant.Value"}, {"class": "func", "name": "BitLen", "type": "func(x constant.Value) int"}, {"class": "func", "name": "BoolVal", "type": "func(x constant.Value) bool"}, {"class": "func", "name": "Bytes", "type": "func(x constant.Value) []byte"}, {"class": "func", "name": "Compare", "type": "func(x constant.Value, op token.Token, y constant.Value) bool"}, {"class": "func", "name": "Denom", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "Float32Val", "type": "func(x constant.Value) (float32, bool)"}, {"class": "func", "name": "Float64Val", "type": "func(x constant.Value) (float64, bool)"}, {"class": "func", "name": "Imag", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "Int64Val", "type": "func(x constant.Value) (int64, bool)"}, {"class": "func", "name": "MakeBool", "type": "func(b bool) constant.Value"}, {"class": "func", "name": "MakeFloat64", "type": "func(x float64) constant.Value"}, {"class": "func", "name": "MakeFromBytes", "type": "func(bytes []byte) constant.Value"}, {"class": "func", "name": "MakeFromLiteral", "type": "func(lit string, tok token.Token, zero uint) constant.Value"}, {"class": "func", "name": "MakeImag", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "MakeInt64", "type": "func(x int64) constant.Value"}, {"class": "func", "name": "MakeString", "type": "func(s string) constant.Value"}, {"class": "func", "name": "MakeUint64", "type": "func(x uint64) constant.Value"}, {"class": "func", "name": "MakeUnknown", "type": "func() constant.Value"}, {"class": "func", "name": "Num", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "Real", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "Shift", "type": "func(x constant.Value, op token.Token, s uint) constant.Value"}, {"class": "func", "name": "Sign", "type": "func(x constant.Value) int"}, {"class": "func", "name": "StringVal", "type": "func(x constant.Value) string"}, {"class": "func", "name": "ToComplex", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "ToFloat", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "ToInt", "type": "func(x constant.Value) constant.Value"}, {"class": "func", "name": "Uint64Val", "type": "func(x constant.Value) (uint64, bool)"}, {"class": "func", "name": "UnaryOp", "type": "func(op token.Token, y constant.Value, prec uint) constant.Value"}, {"class": "type", "name": "Kind", "type": "int"}, {"class": "type", "name": "Value", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/doc.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/doc.json new file mode 100644 index 0000000..d2332e4 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/doc.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "AllDecls", "type": ""}, {"class": "const", "name": "AllMethods", "type": ""}, {"class": "func", "name": "Examples", "type": "func(files ...*ast.File) []*doc.Example"}, {"class": "func", "name": "New", "type": "func(pkg *ast.Package, importPath string, mode doc.Mode) *doc.Package"}, {"class": "func", "name": "Synopsis", "type": "func(s string) string"}, {"class": "func", "name": "ToHTML", "type": "func(w io.Writer, text string, words map[string]string)"}, {"class": "func", "name": "ToText", "type": "func(w io.Writer, text string, indent string, preIndent string, width int)"}, {"class": "type", "name": "Example", "type": "struct"}, {"class": "type", "name": "Filter", "type": "func(string) bool"}, {"class": "type", "name": "Func", "type": "struct"}, {"class": "type", "name": "Mode", "type": "int"}, {"class": "type", "name": "Note", "type": "struct"}, {"class": "type", "name": "Package", "type": "struct"}, {"class": "type", "name": "Type", "type": "struct"}, {"class": "type", "name": "Value", "type": "struct"}, {"class": "var", "name": "IllegalPrefixes", "type": "[]string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/format.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/format.json new file mode 100644 index 0000000..01a95d3 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/format.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Node", "type": "func(dst io.Writer, fset *token.FileSet, node interface{}) error"}, {"class": "func", "name": "Source", "type": "func(src []byte) ([]byte, error)"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/importer.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/importer.json new file mode 100644 index 0000000..0339851 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/importer.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Default", "type": "func() types.Importer"}, {"class": "func", "name": "For", "type": "func(compiler string, lookup importer.Lookup) types.Importer"}, {"class": "type", "name": "Lookup", "type": "func(path string) (io.ReadCloser, error)"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/parser.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/parser.json new file mode 100644 index 0000000..0540942 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/parser.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "AllErrors", "type": ""}, {"class": "const", "name": "DeclarationErrors", "type": ""}, {"class": "const", "name": "ImportsOnly", "type": ""}, {"class": "const", "name": "PackageClauseOnly", "type": ""}, {"class": "const", "name": "ParseComments", "type": ""}, {"class": "const", "name": "SpuriousErrors", "type": ""}, {"class": "const", "name": "Trace", "type": ""}, {"class": "func", "name": "ParseDir", "type": "func(fset *token.FileSet, path string, filter func(os.FileInfo) bool, mode parser.Mode) (pkgs map[string]*ast.Package, first error)"}, {"class": "func", "name": "ParseExpr", "type": "func(x string) (ast.Expr, error)"}, {"class": "func", "name": "ParseExprFrom", "type": "func(fset *token.FileSet, filename string, src interface{}, mode parser.Mode) (ast.Expr, error)"}, {"class": "func", "name": "ParseFile", "type": "func(fset *token.FileSet, filename string, src interface{}, mode parser.Mode) (f *ast.File, err error)"}, {"class": "type", "name": "Mode", "type": "uint"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/printer.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/printer.json new file mode 100644 index 0000000..bd08cd6 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/printer.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "RawFormat", "type": ""}, {"class": "const", "name": "SourcePos", "type": ""}, {"class": "const", "name": "TabIndent", "type": ""}, {"class": "const", "name": "UseSpaces", "type": ""}, {"class": "func", "name": "Fprint", "type": "func(output io.Writer, fset *token.FileSet, node interface{}) error"}, {"class": "type", "name": "CommentedNode", "type": "struct"}, {"class": "type", "name": "Config", "type": "struct"}, {"class": "type", "name": "Mode", "type": "uint"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/scanner.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/scanner.json new file mode 100644 index 0000000..2e401ef --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/scanner.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ScanComments", "type": ""}, {"class": "func", "name": "PrintError", "type": "func(w io.Writer, err error)"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "ErrorHandler", "type": "func(pos token.Position, msg string)"}, {"class": "type", "name": "ErrorList", "type": "[]*scanner.Error"}, {"class": "type", "name": "Mode", "type": "uint"}, {"class": "type", "name": "Scanner", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/token.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/token.json new file mode 100644 index 0000000..5d51f82 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/token.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ADD", "type": ""}, {"class": "const", "name": "ADD_ASSIGN", "type": ""}, {"class": "const", "name": "AND", "type": ""}, {"class": "const", "name": "AND_ASSIGN", "type": ""}, {"class": "const", "name": "AND_NOT", "type": ""}, {"class": "const", "name": "AND_NOT_ASSIGN", "type": ""}, {"class": "const", "name": "ARROW", "type": ""}, {"class": "const", "name": "ASSIGN", "type": ""}, {"class": "const", "name": "BREAK", "type": ""}, {"class": "const", "name": "CASE", "type": ""}, {"class": "const", "name": "CHAN", "type": ""}, {"class": "const", "name": "CHAR", "type": ""}, {"class": "const", "name": "COLON", "type": ""}, {"class": "const", "name": "COMMA", "type": ""}, {"class": "const", "name": "COMMENT", "type": ""}, {"class": "const", "name": "CONST", "type": ""}, {"class": "const", "name": "CONTINUE", "type": ""}, {"class": "const", "name": "DEC", "type": ""}, {"class": "const", "name": "DEFAULT", "type": ""}, {"class": "const", "name": "DEFER", "type": ""}, {"class": "const", "name": "DEFINE", "type": ""}, {"class": "const", "name": "ELLIPSIS", "type": ""}, {"class": "const", "name": "ELSE", "type": ""}, {"class": "const", "name": "EOF", "type": ""}, {"class": "const", "name": "EQL", "type": ""}, {"class": "const", "name": "FALLTHROUGH", "type": ""}, {"class": "const", "name": "FLOAT", "type": ""}, {"class": "const", "name": "FOR", "type": ""}, {"class": "const", "name": "FUNC", "type": ""}, {"class": "const", "name": "GEQ", "type": ""}, {"class": "const", "name": "GO", "type": ""}, {"class": "const", "name": "GOTO", "type": ""}, {"class": "const", "name": "GTR", "type": ""}, {"class": "const", "name": "HighestPrec", "type": ""}, {"class": "const", "name": "IDENT", "type": ""}, {"class": "const", "name": "IF", "type": ""}, {"class": "const", "name": "ILLEGAL", "type": ""}, {"class": "const", "name": "IMAG", "type": ""}, {"class": "const", "name": "IMPORT", "type": ""}, {"class": "const", "name": "INC", "type": ""}, {"class": "const", "name": "INT", "type": ""}, {"class": "const", "name": "INTERFACE", "type": ""}, {"class": "const", "name": "LAND", "type": ""}, {"class": "const", "name": "LBRACE", "type": ""}, {"class": "const", "name": "LBRACK", "type": ""}, {"class": "const", "name": "LEQ", "type": ""}, {"class": "const", "name": "LOR", "type": ""}, {"class": "const", "name": "LPAREN", "type": ""}, {"class": "const", "name": "LSS", "type": ""}, {"class": "const", "name": "LowestPrec", "type": ""}, {"class": "const", "name": "MAP", "type": ""}, {"class": "const", "name": "MUL", "type": ""}, {"class": "const", "name": "MUL_ASSIGN", "type": ""}, {"class": "const", "name": "NEQ", "type": ""}, {"class": "const", "name": "NOT", "type": ""}, {"class": "const", "name": "NoPos", "type": ""}, {"class": "const", "name": "OR", "type": ""}, {"class": "const", "name": "OR_ASSIGN", "type": ""}, {"class": "const", "name": "PACKAGE", "type": ""}, {"class": "const", "name": "PERIOD", "type": ""}, {"class": "const", "name": "QUO", "type": ""}, {"class": "const", "name": "QUO_ASSIGN", "type": ""}, {"class": "const", "name": "RANGE", "type": ""}, {"class": "const", "name": "RBRACE", "type": ""}, {"class": "const", "name": "RBRACK", "type": ""}, {"class": "const", "name": "REM", "type": ""}, {"class": "const", "name": "REM_ASSIGN", "type": ""}, {"class": "const", "name": "RETURN", "type": ""}, {"class": "const", "name": "RPAREN", "type": ""}, {"class": "const", "name": "SELECT", "type": ""}, {"class": "const", "name": "SEMICOLON", "type": ""}, {"class": "const", "name": "SHL", "type": ""}, {"class": "const", "name": "SHL_ASSIGN", "type": ""}, {"class": "const", "name": "SHR", "type": ""}, {"class": "const", "name": "SHR_ASSIGN", "type": ""}, {"class": "const", "name": "STRING", "type": ""}, {"class": "const", "name": "STRUCT", "type": ""}, {"class": "const", "name": "SUB", "type": ""}, {"class": "const", "name": "SUB_ASSIGN", "type": ""}, {"class": "const", "name": "SWITCH", "type": ""}, {"class": "const", "name": "TYPE", "type": ""}, {"class": "const", "name": "UnaryPrec", "type": ""}, {"class": "const", "name": "VAR", "type": ""}, {"class": "const", "name": "XOR", "type": ""}, {"class": "const", "name": "XOR_ASSIGN", "type": ""}, {"class": "func", "name": "Lookup", "type": "func(ident string) token.Token"}, {"class": "func", "name": "NewFileSet", "type": "func() *token.FileSet"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileSet", "type": "struct"}, {"class": "type", "name": "Pos", "type": "int"}, {"class": "type", "name": "Position", "type": "struct"}, {"class": "type", "name": "Token", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/types.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/types.json new file mode 100644 index 0000000..d88e3d1 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/go/types.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Bool", "type": ""}, {"class": "const", "name": "Byte", "type": ""}, {"class": "const", "name": "Complex128", "type": ""}, {"class": "const", "name": "Complex64", "type": ""}, {"class": "const", "name": "FieldVal", "type": ""}, {"class": "const", "name": "Float32", "type": ""}, {"class": "const", "name": "Float64", "type": ""}, {"class": "const", "name": "Int", "type": ""}, {"class": "const", "name": "Int16", "type": ""}, {"class": "const", "name": "Int32", "type": ""}, {"class": "const", "name": "Int64", "type": ""}, {"class": "const", "name": "Int8", "type": ""}, {"class": "const", "name": "Invalid", "type": ""}, {"class": "const", "name": "IsBoolean", "type": ""}, {"class": "const", "name": "IsComplex", "type": ""}, {"class": "const", "name": "IsConstType", "type": ""}, {"class": "const", "name": "IsFloat", "type": ""}, {"class": "const", "name": "IsInteger", "type": ""}, {"class": "const", "name": "IsNumeric", "type": ""}, {"class": "const", "name": "IsOrdered", "type": ""}, {"class": "const", "name": "IsString", "type": ""}, {"class": "const", "name": "IsUnsigned", "type": ""}, {"class": "const", "name": "IsUntyped", "type": ""}, {"class": "const", "name": "MethodExpr", "type": ""}, {"class": "const", "name": "MethodVal", "type": ""}, {"class": "const", "name": "RecvOnly", "type": ""}, {"class": "const", "name": "Rune", "type": ""}, {"class": "const", "name": "SendOnly", "type": ""}, {"class": "const", "name": "SendRecv", "type": ""}, {"class": "const", "name": "String", "type": ""}, {"class": "const", "name": "Uint", "type": ""}, {"class": "const", "name": "Uint16", "type": ""}, {"class": "const", "name": "Uint32", "type": ""}, {"class": "const", "name": "Uint64", "type": ""}, {"class": "const", "name": "Uint8", "type": ""}, {"class": "const", "name": "Uintptr", "type": ""}, {"class": "const", "name": "UnsafePointer", "type": ""}, {"class": "const", "name": "UntypedBool", "type": ""}, {"class": "const", "name": "UntypedComplex", "type": ""}, {"class": "const", "name": "UntypedFloat", "type": ""}, {"class": "const", "name": "UntypedInt", "type": ""}, {"class": "const", "name": "UntypedNil", "type": ""}, {"class": "const", "name": "UntypedRune", "type": ""}, {"class": "const", "name": "UntypedString", "type": ""}, {"class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool"}, {"class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool"}, {"class": "func", "name": "Comparable", "type": "func(T types.Type) bool"}, {"class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool"}, {"class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()"}, {"class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (types.TypeAndValue, error)"}, {"class": "func", "name": "ExprString", "type": "func(x ast.Expr) string"}, {"class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string"}, {"class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool"}, {"class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool"}, {"class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool"}, {"class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)"}, {"class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)"}, {"class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array"}, {"class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan"}, {"class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker"}, {"class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const"}, {"class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var"}, {"class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func"}, {"class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface"}, {"class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label"}, {"class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map"}, {"class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet"}, {"class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named"}, {"class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package"}, {"class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var"}, {"class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName"}, {"class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer"}, {"class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope"}, {"class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature"}, {"class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice"}, {"class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct"}, {"class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple"}, {"class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName"}, {"class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var"}, {"class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string"}, {"class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier"}, {"class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string"}, {"class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string"}, {"class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)"}, {"class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)"}, {"class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)"}, {"class": "type", "name": "Array", "type": "struct"}, {"class": "type", "name": "Basic", "type": "struct"}, {"class": "type", "name": "BasicInfo", "type": "int"}, {"class": "type", "name": "BasicKind", "type": "int"}, {"class": "type", "name": "Builtin", "type": "struct"}, {"class": "type", "name": "Chan", "type": "struct"}, {"class": "type", "name": "ChanDir", "type": "int"}, {"class": "type", "name": "Checker", "type": "struct"}, {"class": "type", "name": "Config", "type": "struct"}, {"class": "type", "name": "Const", "type": "struct"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "Func", "type": "struct"}, {"class": "type", "name": "ImportMode", "type": "int"}, {"class": "type", "name": "Importer", "type": "interface"}, {"class": "type", "name": "ImporterFrom", "type": "interface"}, {"class": "type", "name": "Info", "type": "struct"}, {"class": "type", "name": "Initializer", "type": "struct"}, {"class": "type", "name": "Interface", "type": "struct"}, {"class": "type", "name": "Label", "type": "struct"}, {"class": "type", "name": "Map", "type": "struct"}, {"class": "type", "name": "MethodSet", "type": "struct"}, {"class": "type", "name": "Named", "type": "struct"}, {"class": "type", "name": "Nil", "type": "struct"}, {"class": "type", "name": "Object", "type": "interface"}, {"class": "type", "name": "Package", "type": "struct"}, {"class": "type", "name": "PkgName", "type": "struct"}, {"class": "type", "name": "Pointer", "type": "struct"}, {"class": "type", "name": "Qualifier", "type": "func(*types.Package) string"}, {"class": "type", "name": "Scope", "type": "struct"}, {"class": "type", "name": "Selection", "type": "struct"}, {"class": "type", "name": "SelectionKind", "type": "int"}, {"class": "type", "name": "Signature", "type": "struct"}, {"class": "type", "name": "Sizes", "type": "interface"}, {"class": "type", "name": "Slice", "type": "struct"}, {"class": "type", "name": "StdSizes", "type": "struct"}, {"class": "type", "name": "Struct", "type": "struct"}, {"class": "type", "name": "Tuple", "type": "struct"}, {"class": "type", "name": "Type", "type": "interface"}, {"class": "type", "name": "TypeAndValue", "type": "struct"}, {"class": "type", "name": "TypeName", "type": "struct"}, {"class": "type", "name": "Var", "type": "struct"}, {"class": "var", "name": "Typ", "type": "[]*types.Basic"}, {"class": "var", "name": "Universe", "type": "*types.Scope"}, {"class": "var", "name": "Unsafe", "type": "*types.Package"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/adler32.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/adler32.json new file mode 100644 index 0000000..6c27341 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/adler32.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Size", "type": ""}, {"class": "func", "name": "Checksum", "type": "func(data []byte) uint32"}, {"class": "func", "name": "New", "type": "func() hash.Hash32"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/crc32.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/crc32.json new file mode 100644 index 0000000..5260b92 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/crc32.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Castagnoli", "type": ""}, {"class": "const", "name": "IEEE", "type": ""}, {"class": "const", "name": "Koopman", "type": ""}, {"class": "const", "name": "Size", "type": ""}, {"class": "func", "name": "Checksum", "type": "func(data []byte, tab *crc32.Table) uint32"}, {"class": "func", "name": "ChecksumIEEE", "type": "func(data []byte) uint32"}, {"class": "func", "name": "MakeTable", "type": "func(poly uint32) *crc32.Table"}, {"class": "func", "name": "New", "type": "func(tab *crc32.Table) hash.Hash32"}, {"class": "func", "name": "NewIEEE", "type": "func() hash.Hash32"}, {"class": "func", "name": "Update", "type": "func(crc uint32, tab *crc32.Table, p []byte) uint32"}, {"class": "type", "name": "Table", "type": "[256]uint32"}, {"class": "var", "name": "IEEETable", "type": "*crc32.Table"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/crc64.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/crc64.json new file mode 100644 index 0000000..c03896f --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/crc64.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ECMA", "type": ""}, {"class": "const", "name": "ISO", "type": ""}, {"class": "const", "name": "Size", "type": ""}, {"class": "func", "name": "Checksum", "type": "func(data []byte, tab *crc64.Table) uint64"}, {"class": "func", "name": "MakeTable", "type": "func(poly uint64) *crc64.Table"}, {"class": "func", "name": "New", "type": "func(tab *crc64.Table) hash.Hash64"}, {"class": "func", "name": "Update", "type": "func(crc uint64, tab *crc64.Table, p []byte) uint64"}, {"class": "type", "name": "Table", "type": "[256]uint64"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/fnv.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/fnv.json new file mode 100644 index 0000000..c4e8c10 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/fnv.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "New32", "type": "func() hash.Hash32"}, {"class": "func", "name": "New32a", "type": "func() hash.Hash32"}, {"class": "func", "name": "New64", "type": "func() hash.Hash64"}, {"class": "func", "name": "New64a", "type": "func() hash.Hash64"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/hash.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/hash.json new file mode 100644 index 0000000..241bb8d --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/hash/hash.json @@ -0,0 +1 @@ +[0, [{"class": "type", "name": "Hash", "type": "interface"}, {"class": "type", "name": "Hash32", "type": "interface"}, {"class": "type", "name": "Hash64", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/html/html.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/html/html.json new file mode 100644 index 0000000..3e95474 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/html/html.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "EscapeString", "type": "func(s string) string"}, {"class": "func", "name": "UnescapeString", "type": "func(s string) string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/html/template.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/html/template.json new file mode 100644 index 0000000..a67f41a --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/html/template.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ErrAmbigContext", "type": ""}, {"class": "const", "name": "ErrBadHTML", "type": ""}, {"class": "const", "name": "ErrBranchEnd", "type": ""}, {"class": "const", "name": "ErrEndContext", "type": ""}, {"class": "const", "name": "ErrNoSuchTemplate", "type": ""}, {"class": "const", "name": "ErrOutputContext", "type": ""}, {"class": "const", "name": "ErrPartialCharset", "type": ""}, {"class": "const", "name": "ErrPartialEscape", "type": ""}, {"class": "const", "name": "ErrRangeLoopReentry", "type": ""}, {"class": "const", "name": "ErrSlashAmbig", "type": ""}, {"class": "const", "name": "OK", "type": ""}, {"class": "func", "name": "HTMLEscape", "type": "func(w io.Writer, b []byte)"}, {"class": "func", "name": "HTMLEscapeString", "type": "func(s string) string"}, {"class": "func", "name": "HTMLEscaper", "type": "func(args ...interface{}) string"}, {"class": "func", "name": "IsTrue", "type": "func(val interface{}) (truth bool, ok bool)"}, {"class": "func", "name": "JSEscape", "type": "func(w io.Writer, b []byte)"}, {"class": "func", "name": "JSEscapeString", "type": "func(s string) string"}, {"class": "func", "name": "JSEscaper", "type": "func(args ...interface{}) string"}, {"class": "func", "name": "Must", "type": "func(t *template.Template, err error) *template.Template"}, {"class": "func", "name": "New", "type": "func(name string) *template.Template"}, {"class": "func", "name": "ParseFiles", "type": "func(filenames ...string) (*template.Template, error)"}, {"class": "func", "name": "ParseGlob", "type": "func(pattern string) (*template.Template, error)"}, {"class": "func", "name": "URLQueryEscaper", "type": "func(args ...interface{}) string"}, {"class": "type", "name": "CSS", "type": "string"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "ErrorCode", "type": "int"}, {"class": "type", "name": "FuncMap", "type": "map[string]interface{}"}, {"class": "type", "name": "HTML", "type": "string"}, {"class": "type", "name": "HTMLAttr", "type": "string"}, {"class": "type", "name": "JS", "type": "string"}, {"class": "type", "name": "JSStr", "type": "string"}, {"class": "type", "name": "Template", "type": "struct"}, {"class": "type", "name": "URL", "type": "string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/color.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/color.json new file mode 100644 index 0000000..a932866 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/color.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "CMYKToRGB", "type": "func(c uint8, m uint8, y uint8, k uint8) (uint8, uint8, uint8)"}, {"class": "func", "name": "ModelFunc", "type": "func(f func(color.Color) color.Color) color.Model"}, {"class": "func", "name": "RGBToCMYK", "type": "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8, uint8)"}, {"class": "func", "name": "RGBToYCbCr", "type": "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8)"}, {"class": "func", "name": "YCbCrToRGB", "type": "func(y uint8, cb uint8, cr uint8) (uint8, uint8, uint8)"}, {"class": "type", "name": "Alpha", "type": "struct"}, {"class": "type", "name": "Alpha16", "type": "struct"}, {"class": "type", "name": "CMYK", "type": "struct"}, {"class": "type", "name": "Color", "type": "interface"}, {"class": "type", "name": "Gray", "type": "struct"}, {"class": "type", "name": "Gray16", "type": "struct"}, {"class": "type", "name": "Model", "type": "interface"}, {"class": "type", "name": "NRGBA", "type": "struct"}, {"class": "type", "name": "NRGBA64", "type": "struct"}, {"class": "type", "name": "NYCbCrA", "type": "struct"}, {"class": "type", "name": "Palette", "type": "[]color.Color"}, {"class": "type", "name": "RGBA", "type": "struct"}, {"class": "type", "name": "RGBA64", "type": "struct"}, {"class": "type", "name": "YCbCr", "type": "struct"}, {"class": "var", "name": "Alpha16Model", "type": "color.Model"}, {"class": "var", "name": "AlphaModel", "type": "color.Model"}, {"class": "var", "name": "Black", "type": "color.Gray16"}, {"class": "var", "name": "CMYKModel", "type": "color.Model"}, {"class": "var", "name": "Gray16Model", "type": "color.Model"}, {"class": "var", "name": "GrayModel", "type": "color.Model"}, {"class": "var", "name": "NRGBA64Model", "type": "color.Model"}, {"class": "var", "name": "NRGBAModel", "type": "color.Model"}, {"class": "var", "name": "NYCbCrAModel", "type": "color.Model"}, {"class": "var", "name": "Opaque", "type": "color.Alpha16"}, {"class": "var", "name": "RGBA64Model", "type": "color.Model"}, {"class": "var", "name": "RGBAModel", "type": "color.Model"}, {"class": "var", "name": "Transparent", "type": "color.Alpha16"}, {"class": "var", "name": "White", "type": "color.Gray16"}, {"class": "var", "name": "YCbCrModel", "type": "color.Model"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/color/palette.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/color/palette.json new file mode 100644 index 0000000..dc0436d --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/color/palette.json @@ -0,0 +1 @@ +[0, [{"class": "var", "name": "Plan9", "type": "[]color.Color"}, {"class": "var", "name": "WebSafe", "type": "[]color.Color"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/draw.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/draw.json new file mode 100644 index 0000000..6b0dbc5 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/draw.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Over", "type": ""}, {"class": "const", "name": "Src", "type": ""}, {"class": "func", "name": "Draw", "type": "func(dst draw.Image, r image.Rectangle, src image.Image, sp image.Point, op draw.Op)"}, {"class": "func", "name": "DrawMask", "type": "func(dst draw.Image, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp image.Point, op draw.Op)"}, {"class": "type", "name": "Drawer", "type": "interface"}, {"class": "type", "name": "Image", "type": "interface"}, {"class": "type", "name": "Op", "type": "int"}, {"class": "type", "name": "Quantizer", "type": "interface"}, {"class": "var", "name": "FloydSteinberg", "type": "draw.Drawer"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/gif.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/gif.json new file mode 100644 index 0000000..faff5a4 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/gif.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "DisposalBackground", "type": ""}, {"class": "const", "name": "DisposalNone", "type": ""}, {"class": "const", "name": "DisposalPrevious", "type": ""}, {"class": "func", "name": "Decode", "type": "func(r io.Reader) (image.Image, error)"}, {"class": "func", "name": "DecodeAll", "type": "func(r io.Reader) (*gif.GIF, error)"}, {"class": "func", "name": "DecodeConfig", "type": "func(r io.Reader) (image.Config, error)"}, {"class": "func", "name": "Encode", "type": "func(w io.Writer, m image.Image, o *gif.Options) error"}, {"class": "func", "name": "EncodeAll", "type": "func(w io.Writer, g *gif.GIF) error"}, {"class": "type", "name": "GIF", "type": "struct"}, {"class": "type", "name": "Options", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/image.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/image.json new file mode 100644 index 0000000..86f71e2 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/image.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "YCbCrSubsampleRatio410", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio411", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio420", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio422", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio440", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio444", "type": ""}, {"class": "func", "name": "Decode", "type": "func(r io.Reader) (image.Image, string, error)"}, {"class": "func", "name": "DecodeConfig", "type": "func(r io.Reader) (image.Config, string, error)"}, {"class": "func", "name": "NewAlpha", "type": "func(r image.Rectangle) *image.Alpha"}, {"class": "func", "name": "NewAlpha16", "type": "func(r image.Rectangle) *image.Alpha16"}, {"class": "func", "name": "NewCMYK", "type": "func(r image.Rectangle) *image.CMYK"}, {"class": "func", "name": "NewGray", "type": "func(r image.Rectangle) *image.Gray"}, {"class": "func", "name": "NewGray16", "type": "func(r image.Rectangle) *image.Gray16"}, {"class": "func", "name": "NewNRGBA", "type": "func(r image.Rectangle) *image.NRGBA"}, {"class": "func", "name": "NewNRGBA64", "type": "func(r image.Rectangle) *image.NRGBA64"}, {"class": "func", "name": "NewNYCbCrA", "type": "func(r image.Rectangle, subsampleRatio image.YCbCrSubsampleRatio) *image.NYCbCrA"}, {"class": "func", "name": "NewPaletted", "type": "func(r image.Rectangle, p color.Palette) *image.Paletted"}, {"class": "func", "name": "NewRGBA", "type": "func(r image.Rectangle) *image.RGBA"}, {"class": "func", "name": "NewRGBA64", "type": "func(r image.Rectangle) *image.RGBA64"}, {"class": "func", "name": "NewUniform", "type": "func(c color.Color) *image.Uniform"}, {"class": "func", "name": "NewYCbCr", "type": "func(r image.Rectangle, subsampleRatio image.YCbCrSubsampleRatio) *image.YCbCr"}, {"class": "func", "name": "Pt", "type": "func(X int, Y int) image.Point"}, {"class": "func", "name": "Rect", "type": "func(x0 int, y0 int, x1 int, y1 int) image.Rectangle"}, {"class": "func", "name": "RegisterFormat", "type": "func(name string, magic string, decode func(io.Reader) (image.Image, error), decodeConfig func(io.Reader) (image.Config, error))"}, {"class": "type", "name": "Alpha", "type": "struct"}, {"class": "type", "name": "Alpha16", "type": "struct"}, {"class": "type", "name": "CMYK", "type": "struct"}, {"class": "type", "name": "Config", "type": "struct"}, {"class": "type", "name": "Gray", "type": "struct"}, {"class": "type", "name": "Gray16", "type": "struct"}, {"class": "type", "name": "Image", "type": "interface"}, {"class": "type", "name": "NRGBA", "type": "struct"}, {"class": "type", "name": "NRGBA64", "type": "struct"}, {"class": "type", "name": "NYCbCrA", "type": "struct"}, {"class": "type", "name": "Paletted", "type": "struct"}, {"class": "type", "name": "PalettedImage", "type": "interface"}, {"class": "type", "name": "Point", "type": "struct"}, {"class": "type", "name": "RGBA", "type": "struct"}, {"class": "type", "name": "RGBA64", "type": "struct"}, {"class": "type", "name": "Rectangle", "type": "struct"}, {"class": "type", "name": "Uniform", "type": "struct"}, {"class": "type", "name": "YCbCr", "type": "struct"}, {"class": "type", "name": "YCbCrSubsampleRatio", "type": "int"}, {"class": "var", "name": "Black", "type": "*image.Uniform"}, {"class": "var", "name": "ErrFormat", "type": "error"}, {"class": "var", "name": "Opaque", "type": "*image.Uniform"}, {"class": "var", "name": "Transparent", "type": "*image.Uniform"}, {"class": "var", "name": "White", "type": "*image.Uniform"}, {"class": "var", "name": "ZP", "type": "image.Point"}, {"class": "var", "name": "ZR", "type": "image.Rectangle"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/jpeg.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/jpeg.json new file mode 100644 index 0000000..a875afb --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/jpeg.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "DefaultQuality", "type": ""}, {"class": "func", "name": "Decode", "type": "func(r io.Reader) (image.Image, error)"}, {"class": "func", "name": "DecodeConfig", "type": "func(r io.Reader) (image.Config, error)"}, {"class": "func", "name": "Encode", "type": "func(w io.Writer, m image.Image, o *jpeg.Options) error"}, {"class": "type", "name": "FormatError", "type": "string"}, {"class": "type", "name": "Options", "type": "struct"}, {"class": "type", "name": "Reader", "type": "interface"}, {"class": "type", "name": "UnsupportedError", "type": "string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/png.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/png.json new file mode 100644 index 0000000..244f987 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/image/png.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BestCompression", "type": ""}, {"class": "const", "name": "BestSpeed", "type": ""}, {"class": "const", "name": "DefaultCompression", "type": ""}, {"class": "const", "name": "NoCompression", "type": ""}, {"class": "func", "name": "Decode", "type": "func(r io.Reader) (image.Image, error)"}, {"class": "func", "name": "DecodeConfig", "type": "func(r io.Reader) (image.Config, error)"}, {"class": "func", "name": "Encode", "type": "func(w io.Writer, m image.Image) error"}, {"class": "type", "name": "CompressionLevel", "type": "int"}, {"class": "type", "name": "Encoder", "type": "struct"}, {"class": "type", "name": "FormatError", "type": "string"}, {"class": "type", "name": "UnsupportedError", "type": "string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/index/suffixarray.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/index/suffixarray.json new file mode 100644 index 0000000..863a52c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/index/suffixarray.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "New", "type": "func(data []byte) *suffixarray.Index"}, {"class": "type", "name": "Index", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/io/io.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/io/io.json new file mode 100644 index 0000000..0e1faa4 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/io/io.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "SeekCurrent", "type": ""}, {"class": "const", "name": "SeekEnd", "type": ""}, {"class": "const", "name": "SeekStart", "type": ""}, {"class": "func", "name": "Copy", "type": "func(dst io.Writer, src io.Reader) (written int64, err error)"}, {"class": "func", "name": "CopyBuffer", "type": "func(dst io.Writer, src io.Reader, buf []byte) (written int64, err error)"}, {"class": "func", "name": "CopyN", "type": "func(dst io.Writer, src io.Reader, n int64) (written int64, err error)"}, {"class": "func", "name": "LimitReader", "type": "func(r io.Reader, n int64) io.Reader"}, {"class": "func", "name": "MultiReader", "type": "func(readers ...io.Reader) io.Reader"}, {"class": "func", "name": "MultiWriter", "type": "func(writers ...io.Writer) io.Writer"}, {"class": "func", "name": "NewSectionReader", "type": "func(r io.ReaderAt, off int64, n int64) *io.SectionReader"}, {"class": "func", "name": "Pipe", "type": "func() (*io.PipeReader, *io.PipeWriter)"}, {"class": "func", "name": "ReadAtLeast", "type": "func(r io.Reader, buf []byte, min int) (n int, err error)"}, {"class": "func", "name": "ReadFull", "type": "func(r io.Reader, buf []byte) (n int, err error)"}, {"class": "func", "name": "TeeReader", "type": "func(r io.Reader, w io.Writer) io.Reader"}, {"class": "func", "name": "WriteString", "type": "func(w io.Writer, s string) (n int, err error)"}, {"class": "type", "name": "ByteReader", "type": "interface"}, {"class": "type", "name": "ByteScanner", "type": "interface"}, {"class": "type", "name": "ByteWriter", "type": "interface"}, {"class": "type", "name": "Closer", "type": "interface"}, {"class": "type", "name": "LimitedReader", "type": "struct"}, {"class": "type", "name": "PipeReader", "type": "struct"}, {"class": "type", "name": "PipeWriter", "type": "struct"}, {"class": "type", "name": "ReadCloser", "type": "interface"}, {"class": "type", "name": "ReadSeeker", "type": "interface"}, {"class": "type", "name": "ReadWriteCloser", "type": "interface"}, {"class": "type", "name": "ReadWriteSeeker", "type": "interface"}, {"class": "type", "name": "ReadWriter", "type": "interface"}, {"class": "type", "name": "Reader", "type": "interface"}, {"class": "type", "name": "ReaderAt", "type": "interface"}, {"class": "type", "name": "ReaderFrom", "type": "interface"}, {"class": "type", "name": "RuneReader", "type": "interface"}, {"class": "type", "name": "RuneScanner", "type": "interface"}, {"class": "type", "name": "SectionReader", "type": "struct"}, {"class": "type", "name": "Seeker", "type": "interface"}, {"class": "type", "name": "WriteCloser", "type": "interface"}, {"class": "type", "name": "WriteSeeker", "type": "interface"}, {"class": "type", "name": "Writer", "type": "interface"}, {"class": "type", "name": "WriterAt", "type": "interface"}, {"class": "type", "name": "WriterTo", "type": "interface"}, {"class": "var", "name": "EOF", "type": "error"}, {"class": "var", "name": "ErrClosedPipe", "type": "error"}, {"class": "var", "name": "ErrNoProgress", "type": "error"}, {"class": "var", "name": "ErrShortBuffer", "type": "error"}, {"class": "var", "name": "ErrShortWrite", "type": "error"}, {"class": "var", "name": "ErrUnexpectedEOF", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/io/ioutil.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/io/ioutil.json new file mode 100644 index 0000000..06697b1 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/io/ioutil.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NopCloser", "type": "func(r io.Reader) io.ReadCloser"}, {"class": "func", "name": "ReadAll", "type": "func(r io.Reader) ([]byte, error)"}, {"class": "func", "name": "ReadDir", "type": "func(dirname string) ([]os.FileInfo, error)"}, {"class": "func", "name": "ReadFile", "type": "func(filename string) ([]byte, error)"}, {"class": "func", "name": "TempDir", "type": "func(dir string, prefix string) (name string, err error)"}, {"class": "func", "name": "TempFile", "type": "func(dir string, prefix string) (f *os.File, err error)"}, {"class": "func", "name": "WriteFile", "type": "func(filename string, data []byte, perm os.FileMode) error"}, {"class": "var", "name": "Discard", "type": "io.Writer"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/log/log.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/log/log.json new file mode 100644 index 0000000..4a40af4 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/log/log.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "LUTC", "type": ""}, {"class": "const", "name": "Ldate", "type": ""}, {"class": "const", "name": "Llongfile", "type": ""}, {"class": "const", "name": "Lmicroseconds", "type": ""}, {"class": "const", "name": "Lshortfile", "type": ""}, {"class": "const", "name": "LstdFlags", "type": ""}, {"class": "const", "name": "Ltime", "type": ""}, {"class": "func", "name": "Fatal", "type": "func(v ...interface{})"}, {"class": "func", "name": "Fatalf", "type": "func(format string, v ...interface{})"}, {"class": "func", "name": "Fatalln", "type": "func(v ...interface{})"}, {"class": "func", "name": "Flags", "type": "func() int"}, {"class": "func", "name": "New", "type": "func(out io.Writer, prefix string, flag int) *log.Logger"}, {"class": "func", "name": "Output", "type": "func(calldepth int, s string) error"}, {"class": "func", "name": "Panic", "type": "func(v ...interface{})"}, {"class": "func", "name": "Panicf", "type": "func(format string, v ...interface{})"}, {"class": "func", "name": "Panicln", "type": "func(v ...interface{})"}, {"class": "func", "name": "Prefix", "type": "func() string"}, {"class": "func", "name": "Print", "type": "func(v ...interface{})"}, {"class": "func", "name": "Printf", "type": "func(format string, v ...interface{})"}, {"class": "func", "name": "Println", "type": "func(v ...interface{})"}, {"class": "func", "name": "SetFlags", "type": "func(flag int)"}, {"class": "func", "name": "SetOutput", "type": "func(w io.Writer)"}, {"class": "func", "name": "SetPrefix", "type": "func(prefix string)"}, {"class": "type", "name": "Logger", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/log/syslog.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/log/syslog.json new file mode 100644 index 0000000..7536b4c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/log/syslog.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "LOG_ALERT", "type": ""}, {"class": "const", "name": "LOG_AUTH", "type": ""}, {"class": "const", "name": "LOG_AUTHPRIV", "type": ""}, {"class": "const", "name": "LOG_CRIT", "type": ""}, {"class": "const", "name": "LOG_CRON", "type": ""}, {"class": "const", "name": "LOG_DAEMON", "type": ""}, {"class": "const", "name": "LOG_DEBUG", "type": ""}, {"class": "const", "name": "LOG_EMERG", "type": ""}, {"class": "const", "name": "LOG_ERR", "type": ""}, {"class": "const", "name": "LOG_FTP", "type": ""}, {"class": "const", "name": "LOG_INFO", "type": ""}, {"class": "const", "name": "LOG_KERN", "type": ""}, {"class": "const", "name": "LOG_LOCAL0", "type": ""}, {"class": "const", "name": "LOG_LOCAL1", "type": ""}, {"class": "const", "name": "LOG_LOCAL2", "type": ""}, {"class": "const", "name": "LOG_LOCAL3", "type": ""}, {"class": "const", "name": "LOG_LOCAL4", "type": ""}, {"class": "const", "name": "LOG_LOCAL5", "type": ""}, {"class": "const", "name": "LOG_LOCAL6", "type": ""}, {"class": "const", "name": "LOG_LOCAL7", "type": ""}, {"class": "const", "name": "LOG_LPR", "type": ""}, {"class": "const", "name": "LOG_MAIL", "type": ""}, {"class": "const", "name": "LOG_NEWS", "type": ""}, {"class": "const", "name": "LOG_NOTICE", "type": ""}, {"class": "const", "name": "LOG_SYSLOG", "type": ""}, {"class": "const", "name": "LOG_USER", "type": ""}, {"class": "const", "name": "LOG_UUCP", "type": ""}, {"class": "const", "name": "LOG_WARNING", "type": ""}, {"class": "func", "name": "Dial", "type": "func(network string, raddr string, priority syslog.Priority, tag string) (*syslog.Writer, error)"}, {"class": "func", "name": "New", "type": "func(priority syslog.Priority, tag string) (*syslog.Writer, error)"}, {"class": "func", "name": "NewLogger", "type": "func(p syslog.Priority, logFlag int) (*log.Logger, error)"}, {"class": "type", "name": "Priority", "type": "int"}, {"class": "type", "name": "Writer", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/big.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/big.json new file mode 100644 index 0000000..b7bb617 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/big.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Above", "type": ""}, {"class": "const", "name": "AwayFromZero", "type": ""}, {"class": "const", "name": "Below", "type": ""}, {"class": "const", "name": "Exact", "type": ""}, {"class": "const", "name": "MaxBase", "type": ""}, {"class": "const", "name": "MaxExp", "type": ""}, {"class": "const", "name": "MaxPrec", "type": ""}, {"class": "const", "name": "MinExp", "type": ""}, {"class": "const", "name": "ToNearestAway", "type": ""}, {"class": "const", "name": "ToNearestEven", "type": ""}, {"class": "const", "name": "ToNegativeInf", "type": ""}, {"class": "const", "name": "ToPositiveInf", "type": ""}, {"class": "const", "name": "ToZero", "type": ""}, {"class": "func", "name": "Jacobi", "type": "func(x *big.Int, y *big.Int) int"}, {"class": "func", "name": "NewFloat", "type": "func(x float64) *big.Float"}, {"class": "func", "name": "NewInt", "type": "func(x int64) *big.Int"}, {"class": "func", "name": "NewRat", "type": "func(a int64, b int64) *big.Rat"}, {"class": "func", "name": "ParseFloat", "type": "func(s string, base int, prec uint, mode big.RoundingMode) (f *big.Float, b int, err error)"}, {"class": "type", "name": "Accuracy", "type": "int8"}, {"class": "type", "name": "ErrNaN", "type": "struct"}, {"class": "type", "name": "Float", "type": "struct"}, {"class": "type", "name": "Int", "type": "struct"}, {"class": "type", "name": "Rat", "type": "struct"}, {"class": "type", "name": "RoundingMode", "type": "byte"}, {"class": "type", "name": "Word", "type": "uintptr"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/cmplx.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/cmplx.json new file mode 100644 index 0000000..8d528fb --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/cmplx.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Abs", "type": "func(x complex128) float64"}, {"class": "func", "name": "Acos", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Acosh", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Asin", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Asinh", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Atan", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Atanh", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Conj", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Cos", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Cosh", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Cot", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Exp", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Inf", "type": "func() complex128"}, {"class": "func", "name": "IsInf", "type": "func(x complex128) bool"}, {"class": "func", "name": "IsNaN", "type": "func(x complex128) bool"}, {"class": "func", "name": "Log", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Log10", "type": "func(x complex128) complex128"}, {"class": "func", "name": "NaN", "type": "func() complex128"}, {"class": "func", "name": "Phase", "type": "func(x complex128) float64"}, {"class": "func", "name": "Polar", "type": "func(x complex128) (r float64, \u03b8 float64)"}, {"class": "func", "name": "Pow", "type": "func(x complex128, y complex128) complex128"}, {"class": "func", "name": "Rect", "type": "func(r float64, \u03b8 float64) complex128"}, {"class": "func", "name": "Sin", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Sinh", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Sqrt", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Tan", "type": "func(x complex128) complex128"}, {"class": "func", "name": "Tanh", "type": "func(x complex128) complex128"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/math.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/math.json new file mode 100644 index 0000000..1960039 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/math.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "E", "type": ""}, {"class": "const", "name": "Ln10", "type": ""}, {"class": "const", "name": "Ln2", "type": ""}, {"class": "const", "name": "Log10E", "type": ""}, {"class": "const", "name": "Log2E", "type": ""}, {"class": "const", "name": "MaxFloat32", "type": ""}, {"class": "const", "name": "MaxFloat64", "type": ""}, {"class": "const", "name": "MaxInt16", "type": ""}, {"class": "const", "name": "MaxInt32", "type": ""}, {"class": "const", "name": "MaxInt64", "type": ""}, {"class": "const", "name": "MaxInt8", "type": ""}, {"class": "const", "name": "MaxUint16", "type": ""}, {"class": "const", "name": "MaxUint32", "type": ""}, {"class": "const", "name": "MaxUint64", "type": ""}, {"class": "const", "name": "MaxUint8", "type": ""}, {"class": "const", "name": "MinInt16", "type": ""}, {"class": "const", "name": "MinInt32", "type": ""}, {"class": "const", "name": "MinInt64", "type": ""}, {"class": "const", "name": "MinInt8", "type": ""}, {"class": "const", "name": "Phi", "type": ""}, {"class": "const", "name": "Pi", "type": ""}, {"class": "const", "name": "SmallestNonzeroFloat32", "type": ""}, {"class": "const", "name": "SmallestNonzeroFloat64", "type": ""}, {"class": "const", "name": "Sqrt2", "type": ""}, {"class": "const", "name": "SqrtE", "type": ""}, {"class": "const", "name": "SqrtPhi", "type": ""}, {"class": "const", "name": "SqrtPi", "type": ""}, {"class": "func", "name": "Abs", "type": "func(x float64) float64"}, {"class": "func", "name": "Acos", "type": "func(x float64) float64"}, {"class": "func", "name": "Acosh", "type": "func(x float64) float64"}, {"class": "func", "name": "Asin", "type": "func(x float64) float64"}, {"class": "func", "name": "Asinh", "type": "func(x float64) float64"}, {"class": "func", "name": "Atan", "type": "func(x float64) float64"}, {"class": "func", "name": "Atan2", "type": "func(y float64, x float64) float64"}, {"class": "func", "name": "Atanh", "type": "func(x float64) float64"}, {"class": "func", "name": "Cbrt", "type": "func(x float64) float64"}, {"class": "func", "name": "Ceil", "type": "func(x float64) float64"}, {"class": "func", "name": "Copysign", "type": "func(x float64, y float64) float64"}, {"class": "func", "name": "Cos", "type": "func(x float64) float64"}, {"class": "func", "name": "Cosh", "type": "func(x float64) float64"}, {"class": "func", "name": "Dim", "type": "func(x float64, y float64) float64"}, {"class": "func", "name": "Erf", "type": "func(x float64) float64"}, {"class": "func", "name": "Erfc", "type": "func(x float64) float64"}, {"class": "func", "name": "Exp", "type": "func(x float64) float64"}, {"class": "func", "name": "Exp2", "type": "func(x float64) float64"}, {"class": "func", "name": "Expm1", "type": "func(x float64) float64"}, {"class": "func", "name": "Float32bits", "type": "func(f float32) uint32"}, {"class": "func", "name": "Float32frombits", "type": "func(b uint32) float32"}, {"class": "func", "name": "Float64bits", "type": "func(f float64) uint64"}, {"class": "func", "name": "Float64frombits", "type": "func(b uint64) float64"}, {"class": "func", "name": "Floor", "type": "func(x float64) float64"}, {"class": "func", "name": "Frexp", "type": "func(f float64) (frac float64, exp int)"}, {"class": "func", "name": "Gamma", "type": "func(x float64) float64"}, {"class": "func", "name": "Hypot", "type": "func(p float64, q float64) float64"}, {"class": "func", "name": "Ilogb", "type": "func(x float64) int"}, {"class": "func", "name": "Inf", "type": "func(sign int) float64"}, {"class": "func", "name": "IsInf", "type": "func(f float64, sign int) bool"}, {"class": "func", "name": "IsNaN", "type": "func(f float64) (is bool)"}, {"class": "func", "name": "J0", "type": "func(x float64) float64"}, {"class": "func", "name": "J1", "type": "func(x float64) float64"}, {"class": "func", "name": "Jn", "type": "func(n int, x float64) float64"}, {"class": "func", "name": "Ldexp", "type": "func(frac float64, exp int) float64"}, {"class": "func", "name": "Lgamma", "type": "func(x float64) (lgamma float64, sign int)"}, {"class": "func", "name": "Log", "type": "func(x float64) float64"}, {"class": "func", "name": "Log10", "type": "func(x float64) float64"}, {"class": "func", "name": "Log1p", "type": "func(x float64) float64"}, {"class": "func", "name": "Log2", "type": "func(x float64) float64"}, {"class": "func", "name": "Logb", "type": "func(x float64) float64"}, {"class": "func", "name": "Max", "type": "func(x float64, y float64) float64"}, {"class": "func", "name": "Min", "type": "func(x float64, y float64) float64"}, {"class": "func", "name": "Mod", "type": "func(x float64, y float64) float64"}, {"class": "func", "name": "Modf", "type": "func(f float64) (int float64, frac float64)"}, {"class": "func", "name": "NaN", "type": "func() float64"}, {"class": "func", "name": "Nextafter", "type": "func(x float64, y float64) (r float64)"}, {"class": "func", "name": "Nextafter32", "type": "func(x float32, y float32) (r float32)"}, {"class": "func", "name": "Pow", "type": "func(x float64, y float64) float64"}, {"class": "func", "name": "Pow10", "type": "func(e int) float64"}, {"class": "func", "name": "Remainder", "type": "func(x float64, y float64) float64"}, {"class": "func", "name": "Signbit", "type": "func(x float64) bool"}, {"class": "func", "name": "Sin", "type": "func(x float64) float64"}, {"class": "func", "name": "Sincos", "type": "func(x float64) (sin float64, cos float64)"}, {"class": "func", "name": "Sinh", "type": "func(x float64) float64"}, {"class": "func", "name": "Sqrt", "type": "func(x float64) float64"}, {"class": "func", "name": "Tan", "type": "func(x float64) float64"}, {"class": "func", "name": "Tanh", "type": "func(x float64) float64"}, {"class": "func", "name": "Trunc", "type": "func(x float64) float64"}, {"class": "func", "name": "Y0", "type": "func(x float64) float64"}, {"class": "func", "name": "Y1", "type": "func(x float64) float64"}, {"class": "func", "name": "Yn", "type": "func(n int, x float64) float64"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/rand.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/rand.json new file mode 100644 index 0000000..0343105 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/math/rand.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "ExpFloat64", "type": "func() float64"}, {"class": "func", "name": "Float32", "type": "func() float32"}, {"class": "func", "name": "Float64", "type": "func() float64"}, {"class": "func", "name": "Int", "type": "func() int"}, {"class": "func", "name": "Int31", "type": "func() int32"}, {"class": "func", "name": "Int31n", "type": "func(n int32) int32"}, {"class": "func", "name": "Int63", "type": "func() int64"}, {"class": "func", "name": "Int63n", "type": "func(n int64) int64"}, {"class": "func", "name": "Intn", "type": "func(n int) int"}, {"class": "func", "name": "New", "type": "func(src rand.Source) *rand.Rand"}, {"class": "func", "name": "NewSource", "type": "func(seed int64) rand.Source"}, {"class": "func", "name": "NewZipf", "type": "func(r *rand.Rand, s float64, v float64, imax uint64) *rand.Zipf"}, {"class": "func", "name": "NormFloat64", "type": "func() float64"}, {"class": "func", "name": "Perm", "type": "func(n int) []int"}, {"class": "func", "name": "Read", "type": "func(p []byte) (n int, err error)"}, {"class": "func", "name": "Seed", "type": "func(seed int64)"}, {"class": "func", "name": "Uint32", "type": "func() uint32"}, {"class": "type", "name": "Rand", "type": "struct"}, {"class": "type", "name": "Source", "type": "interface"}, {"class": "type", "name": "Zipf", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/mime/mime.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/mime/mime.json new file mode 100644 index 0000000..6868e61 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/mime/mime.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "BEncoding", "type": ""}, {"class": "const", "name": "QEncoding", "type": ""}, {"class": "func", "name": "AddExtensionType", "type": "func(ext string, typ string) error"}, {"class": "func", "name": "ExtensionsByType", "type": "func(typ string) ([]string, error)"}, {"class": "func", "name": "FormatMediaType", "type": "func(t string, param map[string]string) string"}, {"class": "func", "name": "ParseMediaType", "type": "func(v string) (mediatype string, params map[string]string, err error)"}, {"class": "func", "name": "TypeByExtension", "type": "func(ext string) string"}, {"class": "type", "name": "WordDecoder", "type": "struct"}, {"class": "type", "name": "WordEncoder", "type": "byte"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/mime/multipart.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/mime/multipart.json new file mode 100644 index 0000000..cc8c81e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/mime/multipart.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewReader", "type": "func(r io.Reader, boundary string) *multipart.Reader"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *multipart.Writer"}, {"class": "type", "name": "File", "type": "interface"}, {"class": "type", "name": "FileHeader", "type": "struct"}, {"class": "type", "name": "Form", "type": "struct"}, {"class": "type", "name": "Part", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/mime/quotedprintable.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/mime/quotedprintable.json new file mode 100644 index 0000000..b187be2 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/mime/quotedprintable.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewReader", "type": "func(r io.Reader) *quotedprintable.Reader"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *quotedprintable.Writer"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http.json new file mode 100644 index 0000000..59fd980 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "DefaultMaxHeaderBytes", "type": ""}, {"class": "const", "name": "DefaultMaxIdleConnsPerHost", "type": ""}, {"class": "const", "name": "MethodConnect", "type": ""}, {"class": "const", "name": "MethodDelete", "type": ""}, {"class": "const", "name": "MethodGet", "type": ""}, {"class": "const", "name": "MethodHead", "type": ""}, {"class": "const", "name": "MethodOptions", "type": ""}, {"class": "const", "name": "MethodPatch", "type": ""}, {"class": "const", "name": "MethodPost", "type": ""}, {"class": "const", "name": "MethodPut", "type": ""}, {"class": "const", "name": "MethodTrace", "type": ""}, {"class": "const", "name": "StateActive", "type": ""}, {"class": "const", "name": "StateClosed", "type": ""}, {"class": "const", "name": "StateHijacked", "type": ""}, {"class": "const", "name": "StateIdle", "type": ""}, {"class": "const", "name": "StateNew", "type": ""}, {"class": "const", "name": "StatusAccepted", "type": ""}, {"class": "const", "name": "StatusAlreadyReported", "type": ""}, {"class": "const", "name": "StatusBadGateway", "type": ""}, {"class": "const", "name": "StatusBadRequest", "type": ""}, {"class": "const", "name": "StatusConflict", "type": ""}, {"class": "const", "name": "StatusContinue", "type": ""}, {"class": "const", "name": "StatusCreated", "type": ""}, {"class": "const", "name": "StatusExpectationFailed", "type": ""}, {"class": "const", "name": "StatusFailedDependency", "type": ""}, {"class": "const", "name": "StatusForbidden", "type": ""}, {"class": "const", "name": "StatusFound", "type": ""}, {"class": "const", "name": "StatusGatewayTimeout", "type": ""}, {"class": "const", "name": "StatusGone", "type": ""}, {"class": "const", "name": "StatusHTTPVersionNotSupported", "type": ""}, {"class": "const", "name": "StatusIMUsed", "type": ""}, {"class": "const", "name": "StatusInsufficientStorage", "type": ""}, {"class": "const", "name": "StatusInternalServerError", "type": ""}, {"class": "const", "name": "StatusLengthRequired", "type": ""}, {"class": "const", "name": "StatusLocked", "type": ""}, {"class": "const", "name": "StatusLoopDetected", "type": ""}, {"class": "const", "name": "StatusMethodNotAllowed", "type": ""}, {"class": "const", "name": "StatusMovedPermanently", "type": ""}, {"class": "const", "name": "StatusMultiStatus", "type": ""}, {"class": "const", "name": "StatusMultipleChoices", "type": ""}, {"class": "const", "name": "StatusNetworkAuthenticationRequired", "type": ""}, {"class": "const", "name": "StatusNoContent", "type": ""}, {"class": "const", "name": "StatusNonAuthoritativeInfo", "type": ""}, {"class": "const", "name": "StatusNotAcceptable", "type": ""}, {"class": "const", "name": "StatusNotExtended", "type": ""}, {"class": "const", "name": "StatusNotFound", "type": ""}, {"class": "const", "name": "StatusNotImplemented", "type": ""}, {"class": "const", "name": "StatusNotModified", "type": ""}, {"class": "const", "name": "StatusOK", "type": ""}, {"class": "const", "name": "StatusPartialContent", "type": ""}, {"class": "const", "name": "StatusPaymentRequired", "type": ""}, {"class": "const", "name": "StatusPermanentRedirect", "type": ""}, {"class": "const", "name": "StatusPreconditionFailed", "type": ""}, {"class": "const", "name": "StatusPreconditionRequired", "type": ""}, {"class": "const", "name": "StatusProcessing", "type": ""}, {"class": "const", "name": "StatusProxyAuthRequired", "type": ""}, {"class": "const", "name": "StatusRequestEntityTooLarge", "type": ""}, {"class": "const", "name": "StatusRequestHeaderFieldsTooLarge", "type": ""}, {"class": "const", "name": "StatusRequestTimeout", "type": ""}, {"class": "const", "name": "StatusRequestURITooLong", "type": ""}, {"class": "const", "name": "StatusRequestedRangeNotSatisfiable", "type": ""}, {"class": "const", "name": "StatusResetContent", "type": ""}, {"class": "const", "name": "StatusSeeOther", "type": ""}, {"class": "const", "name": "StatusServiceUnavailable", "type": ""}, {"class": "const", "name": "StatusSwitchingProtocols", "type": ""}, {"class": "const", "name": "StatusTeapot", "type": ""}, {"class": "const", "name": "StatusTemporaryRedirect", "type": ""}, {"class": "const", "name": "StatusTooManyRequests", "type": ""}, {"class": "const", "name": "StatusUnauthorized", "type": ""}, {"class": "const", "name": "StatusUnavailableForLegalReasons", "type": ""}, {"class": "const", "name": "StatusUnprocessableEntity", "type": ""}, {"class": "const", "name": "StatusUnsupportedMediaType", "type": ""}, {"class": "const", "name": "StatusUpgradeRequired", "type": ""}, {"class": "const", "name": "StatusUseProxy", "type": ""}, {"class": "const", "name": "StatusVariantAlsoNegotiates", "type": ""}, {"class": "const", "name": "TimeFormat", "type": ""}, {"class": "func", "name": "CanonicalHeaderKey", "type": "func(s string) string"}, {"class": "func", "name": "DetectContentType", "type": "func(data []byte) string"}, {"class": "func", "name": "Error", "type": "func(w http.ResponseWriter, error string, code int)"}, {"class": "func", "name": "FileServer", "type": "func(root http.FileSystem) http.Handler"}, {"class": "func", "name": "Get", "type": "func(url string) (resp *http.Response, err error)"}, {"class": "func", "name": "Handle", "type": "func(pattern string, handler http.Handler)"}, {"class": "func", "name": "HandleFunc", "type": "func(pattern string, handler func(http.ResponseWriter, *http.Request))"}, {"class": "func", "name": "Head", "type": "func(url string) (resp *http.Response, err error)"}, {"class": "func", "name": "ListenAndServe", "type": "func(addr string, handler http.Handler) error"}, {"class": "func", "name": "ListenAndServeTLS", "type": "func(addr string, certFile string, keyFile string, handler http.Handler) error"}, {"class": "func", "name": "MaxBytesReader", "type": "func(w http.ResponseWriter, r io.ReadCloser, n int64) io.ReadCloser"}, {"class": "func", "name": "NewFileTransport", "type": "func(fs http.FileSystem) http.RoundTripper"}, {"class": "func", "name": "NewRequest", "type": "func(method string, urlStr string, body io.Reader) (*http.Request, error)"}, {"class": "func", "name": "NewServeMux", "type": "func() *http.ServeMux"}, {"class": "func", "name": "NotFound", "type": "func(w http.ResponseWriter, r *http.Request)"}, {"class": "func", "name": "NotFoundHandler", "type": "func() http.Handler"}, {"class": "func", "name": "ParseHTTPVersion", "type": "func(vers string) (major int, minor int, ok bool)"}, {"class": "func", "name": "ParseTime", "type": "func(text string) (t time.Time, err error)"}, {"class": "func", "name": "Post", "type": "func(url string, bodyType string, body io.Reader) (resp *http.Response, err error)"}, {"class": "func", "name": "PostForm", "type": "func(url string, data url.Values) (resp *http.Response, err error)"}, {"class": "func", "name": "ProxyFromEnvironment", "type": "func(req *http.Request) (*url.URL, error)"}, {"class": "func", "name": "ProxyURL", "type": "func(fixedURL *url.URL) (func(*http.Request) (*url.URL, error))"}, {"class": "func", "name": "ReadRequest", "type": "func(b *bufio.Reader) (*http.Request, error)"}, {"class": "func", "name": "ReadResponse", "type": "func(r *bufio.Reader, req *http.Request) (*http.Response, error)"}, {"class": "func", "name": "Redirect", "type": "func(w http.ResponseWriter, r *http.Request, urlStr string, code int)"}, {"class": "func", "name": "RedirectHandler", "type": "func(url string, code int) http.Handler"}, {"class": "func", "name": "Serve", "type": "func(l net.Listener, handler http.Handler) error"}, {"class": "func", "name": "ServeContent", "type": "func(w http.ResponseWriter, req *http.Request, name string, modtime time.Time, content io.ReadSeeker)"}, {"class": "func", "name": "ServeFile", "type": "func(w http.ResponseWriter, r *http.Request, name string)"}, {"class": "func", "name": "SetCookie", "type": "func(w http.ResponseWriter, cookie *http.Cookie)"}, {"class": "func", "name": "StatusText", "type": "func(code int) string"}, {"class": "func", "name": "StripPrefix", "type": "func(prefix string, h http.Handler) http.Handler"}, {"class": "func", "name": "TimeoutHandler", "type": "func(h http.Handler, dt time.Duration, msg string) http.Handler"}, {"class": "type", "name": "Client", "type": "struct"}, {"class": "type", "name": "CloseNotifier", "type": "interface"}, {"class": "type", "name": "ConnState", "type": "int"}, {"class": "type", "name": "Cookie", "type": "struct"}, {"class": "type", "name": "CookieJar", "type": "interface"}, {"class": "type", "name": "Dir", "type": "string"}, {"class": "type", "name": "File", "type": "interface"}, {"class": "type", "name": "FileSystem", "type": "interface"}, {"class": "type", "name": "Flusher", "type": "interface"}, {"class": "type", "name": "Handler", "type": "interface"}, {"class": "type", "name": "HandlerFunc", "type": "func(http.ResponseWriter, *http.Request)"}, {"class": "type", "name": "Header", "type": "map[string][]string"}, {"class": "type", "name": "Hijacker", "type": "interface"}, {"class": "type", "name": "ProtocolError", "type": "struct"}, {"class": "type", "name": "Request", "type": "struct"}, {"class": "type", "name": "Response", "type": "struct"}, {"class": "type", "name": "ResponseWriter", "type": "interface"}, {"class": "type", "name": "RoundTripper", "type": "interface"}, {"class": "type", "name": "ServeMux", "type": "struct"}, {"class": "type", "name": "Server", "type": "struct"}, {"class": "type", "name": "Transport", "type": "struct"}, {"class": "var", "name": "DefaultClient", "type": "*http.Client"}, {"class": "var", "name": "DefaultServeMux", "type": "*http.ServeMux"}, {"class": "var", "name": "DefaultTransport", "type": "http.RoundTripper"}, {"class": "var", "name": "ErrBodyNotAllowed", "type": "error"}, {"class": "var", "name": "ErrBodyReadAfterClose", "type": "error"}, {"class": "var", "name": "ErrContentLength", "type": "error"}, {"class": "var", "name": "ErrHandlerTimeout", "type": "error"}, {"class": "var", "name": "ErrHeaderTooLong", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrHijacked", "type": "error"}, {"class": "var", "name": "ErrLineTooLong", "type": "error"}, {"class": "var", "name": "ErrMissingBoundary", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrMissingContentLength", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrMissingFile", "type": "error"}, {"class": "var", "name": "ErrNoCookie", "type": "error"}, {"class": "var", "name": "ErrNoLocation", "type": "error"}, {"class": "var", "name": "ErrNotMultipart", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrNotSupported", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrShortBody", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrSkipAltProtocol", "type": "error"}, {"class": "var", "name": "ErrUnexpectedTrailer", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrUseLastResponse", "type": "error"}, {"class": "var", "name": "ErrWriteAfterFlush", "type": "error"}, {"class": "var", "name": "LocalAddrContextKey", "type": "*http.contextKey"}, {"class": "var", "name": "ServerContextKey", "type": "*http.contextKey"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/cgi.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/cgi.json new file mode 100644 index 0000000..47c7aac --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/cgi.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Request", "type": "func() (*http.Request, error)"}, {"class": "func", "name": "RequestFromMap", "type": "func(params map[string]string) (*http.Request, error)"}, {"class": "func", "name": "Serve", "type": "func(handler http.Handler) error"}, {"class": "type", "name": "Handler", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/cookiejar.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/cookiejar.json new file mode 100644 index 0000000..e2aecc1 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/cookiejar.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "New", "type": "func(o *cookiejar.Options) (*cookiejar.Jar, error)"}, {"class": "type", "name": "Jar", "type": "struct"}, {"class": "type", "name": "Options", "type": "struct"}, {"class": "type", "name": "PublicSuffixList", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/fcgi.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/fcgi.json new file mode 100644 index 0000000..aefa8a7 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/fcgi.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Serve", "type": "func(l net.Listener, handler http.Handler) error"}, {"class": "var", "name": "ErrConnClosed", "type": "error"}, {"class": "var", "name": "ErrRequestAborted", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/httptest.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/httptest.json new file mode 100644 index 0000000..76d4191 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/httptest.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "DefaultRemoteAddr", "type": ""}, {"class": "func", "name": "NewRecorder", "type": "func() *httptest.ResponseRecorder"}, {"class": "func", "name": "NewRequest", "type": "func(method string, target string, body io.Reader) *http.Request"}, {"class": "func", "name": "NewServer", "type": "func(handler http.Handler) *httptest.Server"}, {"class": "func", "name": "NewTLSServer", "type": "func(handler http.Handler) *httptest.Server"}, {"class": "func", "name": "NewUnstartedServer", "type": "func(handler http.Handler) *httptest.Server"}, {"class": "type", "name": "ResponseRecorder", "type": "struct"}, {"class": "type", "name": "Server", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/httptrace.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/httptrace.json new file mode 100644 index 0000000..6926012 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/httptrace.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "ContextClientTrace", "type": "func(ctx context.Context) *httptrace.ClientTrace"}, {"class": "func", "name": "WithClientTrace", "type": "func(ctx context.Context, trace *httptrace.ClientTrace) context.Context"}, {"class": "type", "name": "ClientTrace", "type": "struct"}, {"class": "type", "name": "DNSDoneInfo", "type": "struct"}, {"class": "type", "name": "DNSStartInfo", "type": "struct"}, {"class": "type", "name": "GotConnInfo", "type": "struct"}, {"class": "type", "name": "WroteRequestInfo", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/httputil.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/httputil.json new file mode 100644 index 0000000..764574e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/httputil.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "DumpRequest", "type": "func(req *http.Request, body bool) ([]byte, error)"}, {"class": "func", "name": "DumpRequestOut", "type": "func(req *http.Request, body bool) ([]byte, error)"}, {"class": "func", "name": "DumpResponse", "type": "func(resp *http.Response, body bool) ([]byte, error)"}, {"class": "func", "name": "NewChunkedReader", "type": "func(r io.Reader) io.Reader"}, {"class": "func", "name": "NewChunkedWriter", "type": "func(w io.Writer) io.WriteCloser"}, {"class": "func", "name": "NewClientConn", "type": "func(c net.Conn, r *bufio.Reader) *httputil.ClientConn"}, {"class": "func", "name": "NewProxyClientConn", "type": "func(c net.Conn, r *bufio.Reader) *httputil.ClientConn"}, {"class": "func", "name": "NewServerConn", "type": "func(c net.Conn, r *bufio.Reader) *httputil.ServerConn"}, {"class": "func", "name": "NewSingleHostReverseProxy", "type": "func(target *url.URL) *httputil.ReverseProxy"}, {"class": "type", "name": "BufferPool", "type": "interface"}, {"class": "type", "name": "ClientConn", "type": "struct"}, {"class": "type", "name": "ReverseProxy", "type": "struct"}, {"class": "type", "name": "ServerConn", "type": "struct"}, {"class": "var", "name": "ErrClosed", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrLineTooLong", "type": "error"}, {"class": "var", "name": "ErrPersistEOF", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrPipeline", "type": "*http.ProtocolError"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/pprof.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/pprof.json new file mode 100644 index 0000000..9517baa --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/http/pprof.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Cmdline", "type": "func(w http.ResponseWriter, r *http.Request)"}, {"class": "func", "name": "Handler", "type": "func(name string) http.Handler"}, {"class": "func", "name": "Index", "type": "func(w http.ResponseWriter, r *http.Request)"}, {"class": "func", "name": "Profile", "type": "func(w http.ResponseWriter, r *http.Request)"}, {"class": "func", "name": "Symbol", "type": "func(w http.ResponseWriter, r *http.Request)"}, {"class": "func", "name": "Trace", "type": "func(w http.ResponseWriter, r *http.Request)"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/mail.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/mail.json new file mode 100644 index 0000000..e7d2767 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/mail.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "ParseAddress", "type": "func(address string) (*mail.Address, error)"}, {"class": "func", "name": "ParseAddressList", "type": "func(list string) ([]*mail.Address, error)"}, {"class": "func", "name": "ReadMessage", "type": "func(r io.Reader) (msg *mail.Message, err error)"}, {"class": "type", "name": "Address", "type": "struct"}, {"class": "type", "name": "AddressParser", "type": "struct"}, {"class": "type", "name": "Header", "type": "map[string][]string"}, {"class": "type", "name": "Message", "type": "struct"}, {"class": "var", "name": "ErrHeaderNotPresent", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/net.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/net.json new file mode 100644 index 0000000..e3a40e5 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/net.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "FlagBroadcast", "type": ""}, {"class": "const", "name": "FlagLoopback", "type": ""}, {"class": "const", "name": "FlagMulticast", "type": ""}, {"class": "const", "name": "FlagPointToPoint", "type": ""}, {"class": "const", "name": "FlagUp", "type": ""}, {"class": "const", "name": "IPv4len", "type": ""}, {"class": "const", "name": "IPv6len", "type": ""}, {"class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask"}, {"class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)"}, {"class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)"}, {"class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)"}, {"class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)"}, {"class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)"}, {"class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)"}, {"class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)"}, {"class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)"}, {"class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)"}, {"class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP"}, {"class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask"}, {"class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)"}, {"class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)"}, {"class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)"}, {"class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)"}, {"class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string"}, {"class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)"}, {"class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)"}, {"class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)"}, {"class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)"}, {"class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)"}, {"class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)"}, {"class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)"}, {"class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)"}, {"class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)"}, {"class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)"}, {"class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)"}, {"class": "func", "name": "LookupIP", "type": "func(host string) (ips []net.IP, err error)"}, {"class": "func", "name": "LookupMX", "type": "func(name string) (mxs []*net.MX, err error)"}, {"class": "func", "name": "LookupNS", "type": "func(name string) (nss []*net.NS, err error)"}, {"class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)"}, {"class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)"}, {"class": "func", "name": "LookupTXT", "type": "func(name string) (txts []string, err error)"}, {"class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)"}, {"class": "func", "name": "ParseIP", "type": "func(s string) net.IP"}, {"class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)"}, {"class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)"}, {"class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)"}, {"class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)"}, {"class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)"}, {"class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)"}, {"class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)"}, {"class": "type", "name": "Addr", "type": "interface"}, {"class": "type", "name": "AddrError", "type": "struct"}, {"class": "type", "name": "Conn", "type": "interface"}, {"class": "type", "name": "DNSConfigError", "type": "struct"}, {"class": "type", "name": "DNSError", "type": "struct"}, {"class": "type", "name": "Dialer", "type": "struct"}, {"class": "type", "name": "Error", "type": "interface"}, {"class": "type", "name": "Flags", "type": "uint"}, {"class": "type", "name": "HardwareAddr", "type": "[]byte"}, {"class": "type", "name": "IP", "type": "[]byte"}, {"class": "type", "name": "IPAddr", "type": "struct"}, {"class": "type", "name": "IPConn", "type": "struct"}, {"class": "type", "name": "IPMask", "type": "[]byte"}, {"class": "type", "name": "IPNet", "type": "struct"}, {"class": "type", "name": "Interface", "type": "struct"}, {"class": "type", "name": "InvalidAddrError", "type": "string"}, {"class": "type", "name": "Listener", "type": "interface"}, {"class": "type", "name": "MX", "type": "struct"}, {"class": "type", "name": "NS", "type": "struct"}, {"class": "type", "name": "OpError", "type": "struct"}, {"class": "type", "name": "PacketConn", "type": "interface"}, {"class": "type", "name": "ParseError", "type": "struct"}, {"class": "type", "name": "SRV", "type": "struct"}, {"class": "type", "name": "TCPAddr", "type": "struct"}, {"class": "type", "name": "TCPConn", "type": "struct"}, {"class": "type", "name": "TCPListener", "type": "struct"}, {"class": "type", "name": "UDPAddr", "type": "struct"}, {"class": "type", "name": "UDPConn", "type": "struct"}, {"class": "type", "name": "UnixAddr", "type": "struct"}, {"class": "type", "name": "UnixConn", "type": "struct"}, {"class": "type", "name": "UnixListener", "type": "struct"}, {"class": "type", "name": "UnknownNetworkError", "type": "string"}, {"class": "var", "name": "ErrWriteToConnected", "type": "error"}, {"class": "var", "name": "IPv4allrouter", "type": "net.IP"}, {"class": "var", "name": "IPv4allsys", "type": "net.IP"}, {"class": "var", "name": "IPv4bcast", "type": "net.IP"}, {"class": "var", "name": "IPv4zero", "type": "net.IP"}, {"class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP"}, {"class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP"}, {"class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP"}, {"class": "var", "name": "IPv6loopback", "type": "net.IP"}, {"class": "var", "name": "IPv6unspecified", "type": "net.IP"}, {"class": "var", "name": "IPv6zero", "type": "net.IP"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/rpc.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/rpc.json new file mode 100644 index 0000000..06226ad --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/rpc.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "DefaultDebugPath", "type": ""}, {"class": "const", "name": "DefaultRPCPath", "type": ""}, {"class": "func", "name": "Accept", "type": "func(lis net.Listener)"}, {"class": "func", "name": "Dial", "type": "func(network string, address string) (*rpc.Client, error)"}, {"class": "func", "name": "DialHTTP", "type": "func(network string, address string) (*rpc.Client, error)"}, {"class": "func", "name": "DialHTTPPath", "type": "func(network string, address string, path string) (*rpc.Client, error)"}, {"class": "func", "name": "HandleHTTP", "type": "func()"}, {"class": "func", "name": "NewClient", "type": "func(conn io.ReadWriteCloser) *rpc.Client"}, {"class": "func", "name": "NewClientWithCodec", "type": "func(codec rpc.ClientCodec) *rpc.Client"}, {"class": "func", "name": "NewServer", "type": "func() *rpc.Server"}, {"class": "func", "name": "Register", "type": "func(rcvr interface{}) error"}, {"class": "func", "name": "RegisterName", "type": "func(name string, rcvr interface{}) error"}, {"class": "func", "name": "ServeCodec", "type": "func(codec rpc.ServerCodec)"}, {"class": "func", "name": "ServeConn", "type": "func(conn io.ReadWriteCloser)"}, {"class": "func", "name": "ServeRequest", "type": "func(codec rpc.ServerCodec) error"}, {"class": "type", "name": "Call", "type": "struct"}, {"class": "type", "name": "Client", "type": "struct"}, {"class": "type", "name": "ClientCodec", "type": "interface"}, {"class": "type", "name": "Request", "type": "struct"}, {"class": "type", "name": "Response", "type": "struct"}, {"class": "type", "name": "Server", "type": "struct"}, {"class": "type", "name": "ServerCodec", "type": "interface"}, {"class": "type", "name": "ServerError", "type": "string"}, {"class": "var", "name": "DefaultServer", "type": "*rpc.Server"}, {"class": "var", "name": "ErrShutdown", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/rpc/jsonrpc.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/rpc/jsonrpc.json new file mode 100644 index 0000000..966cc90 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/rpc/jsonrpc.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Dial", "type": "func(network string, address string) (*rpc.Client, error)"}, {"class": "func", "name": "NewClient", "type": "func(conn io.ReadWriteCloser) *rpc.Client"}, {"class": "func", "name": "NewClientCodec", "type": "func(conn io.ReadWriteCloser) rpc.ClientCodec"}, {"class": "func", "name": "NewServerCodec", "type": "func(conn io.ReadWriteCloser) rpc.ServerCodec"}, {"class": "func", "name": "ServeConn", "type": "func(conn io.ReadWriteCloser)"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/smtp.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/smtp.json new file mode 100644 index 0000000..a4466e8 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/smtp.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "CRAMMD5Auth", "type": "func(username string, secret string) smtp.Auth"}, {"class": "func", "name": "Dial", "type": "func(addr string) (*smtp.Client, error)"}, {"class": "func", "name": "NewClient", "type": "func(conn net.Conn, host string) (*smtp.Client, error)"}, {"class": "func", "name": "PlainAuth", "type": "func(identity string, username string, password string, host string) smtp.Auth"}, {"class": "func", "name": "SendMail", "type": "func(addr string, a smtp.Auth, from string, to []string, msg []byte) error"}, {"class": "type", "name": "Auth", "type": "interface"}, {"class": "type", "name": "Client", "type": "struct"}, {"class": "type", "name": "ServerInfo", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/textproto.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/textproto.json new file mode 100644 index 0000000..6a8fe07 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/textproto.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "CanonicalMIMEHeaderKey", "type": "func(s string) string"}, {"class": "func", "name": "Dial", "type": "func(network string, addr string) (*textproto.Conn, error)"}, {"class": "func", "name": "NewConn", "type": "func(conn io.ReadWriteCloser) *textproto.Conn"}, {"class": "func", "name": "NewReader", "type": "func(r *bufio.Reader) *textproto.Reader"}, {"class": "func", "name": "NewWriter", "type": "func(w *bufio.Writer) *textproto.Writer"}, {"class": "func", "name": "TrimBytes", "type": "func(b []byte) []byte"}, {"class": "func", "name": "TrimString", "type": "func(s string) string"}, {"class": "type", "name": "Conn", "type": "struct"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "MIMEHeader", "type": "map[string][]string"}, {"class": "type", "name": "Pipeline", "type": "struct"}, {"class": "type", "name": "ProtocolError", "type": "string"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/url.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/url.json new file mode 100644 index 0000000..121ae82 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/net/url.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Parse", "type": "func(rawurl string) (*url.URL, error)"}, {"class": "func", "name": "ParseQuery", "type": "func(query string) (url.Values, error)"}, {"class": "func", "name": "ParseRequestURI", "type": "func(rawurl string) (*url.URL, error)"}, {"class": "func", "name": "QueryEscape", "type": "func(s string) string"}, {"class": "func", "name": "QueryUnescape", "type": "func(s string) (string, error)"}, {"class": "func", "name": "User", "type": "func(username string) *url.Userinfo"}, {"class": "func", "name": "UserPassword", "type": "func(username string, password string) *url.Userinfo"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "EscapeError", "type": "string"}, {"class": "type", "name": "InvalidHostError", "type": "string"}, {"class": "type", "name": "URL", "type": "struct"}, {"class": "type", "name": "Userinfo", "type": "struct"}, {"class": "type", "name": "Values", "type": "map[string][]string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/exec.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/exec.json new file mode 100644 index 0000000..81f5648 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/exec.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Command", "type": "func(name string, arg ...string) *exec.Cmd"}, {"class": "func", "name": "CommandContext", "type": "func(ctx context.Context, name string, arg ...string) *exec.Cmd"}, {"class": "func", "name": "LookPath", "type": "func(file string) (string, error)"}, {"class": "type", "name": "Cmd", "type": "struct"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "ExitError", "type": "struct"}, {"class": "var", "name": "ErrNotFound", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/os.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/os.json new file mode 100644 index 0000000..0e197e0 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/os.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "DevNull", "type": ""}, {"class": "const", "name": "ModeAppend", "type": ""}, {"class": "const", "name": "ModeCharDevice", "type": ""}, {"class": "const", "name": "ModeDevice", "type": ""}, {"class": "const", "name": "ModeDir", "type": ""}, {"class": "const", "name": "ModeExclusive", "type": ""}, {"class": "const", "name": "ModeNamedPipe", "type": ""}, {"class": "const", "name": "ModePerm", "type": ""}, {"class": "const", "name": "ModeSetgid", "type": ""}, {"class": "const", "name": "ModeSetuid", "type": ""}, {"class": "const", "name": "ModeSocket", "type": ""}, {"class": "const", "name": "ModeSticky", "type": ""}, {"class": "const", "name": "ModeSymlink", "type": ""}, {"class": "const", "name": "ModeTemporary", "type": ""}, {"class": "const", "name": "ModeType", "type": ""}, {"class": "const", "name": "O_APPEND", "type": ""}, {"class": "const", "name": "O_CREATE", "type": ""}, {"class": "const", "name": "O_EXCL", "type": ""}, {"class": "const", "name": "O_RDONLY", "type": ""}, {"class": "const", "name": "O_RDWR", "type": ""}, {"class": "const", "name": "O_SYNC", "type": ""}, {"class": "const", "name": "O_TRUNC", "type": ""}, {"class": "const", "name": "O_WRONLY", "type": ""}, {"class": "const", "name": "PathListSeparator", "type": ""}, {"class": "const", "name": "PathSeparator", "type": ""}, {"class": "const", "name": "SEEK_CUR", "type": ""}, {"class": "const", "name": "SEEK_END", "type": ""}, {"class": "const", "name": "SEEK_SET", "type": ""}, {"class": "func", "name": "Chdir", "type": "func(dir string) error"}, {"class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error"}, {"class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error"}, {"class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error"}, {"class": "func", "name": "Clearenv", "type": "func()"}, {"class": "func", "name": "Create", "type": "func(name string) (*os.File, error)"}, {"class": "func", "name": "Environ", "type": "func() []string"}, {"class": "func", "name": "Exit", "type": "func(code int)"}, {"class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string"}, {"class": "func", "name": "ExpandEnv", "type": "func(s string) string"}, {"class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)"}, {"class": "func", "name": "Getegid", "type": "func() int"}, {"class": "func", "name": "Getenv", "type": "func(key string) string"}, {"class": "func", "name": "Geteuid", "type": "func() int"}, {"class": "func", "name": "Getgid", "type": "func() int"}, {"class": "func", "name": "Getgroups", "type": "func() ([]int, error)"}, {"class": "func", "name": "Getpagesize", "type": "func() int"}, {"class": "func", "name": "Getpid", "type": "func() int"}, {"class": "func", "name": "Getppid", "type": "func() int"}, {"class": "func", "name": "Getuid", "type": "func() int"}, {"class": "func", "name": "Getwd", "type": "func() (dir string, err error)"}, {"class": "func", "name": "Hostname", "type": "func() (name string, err error)"}, {"class": "func", "name": "IsExist", "type": "func(err error) bool"}, {"class": "func", "name": "IsNotExist", "type": "func(err error) bool"}, {"class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool"}, {"class": "func", "name": "IsPermission", "type": "func(err error) bool"}, {"class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error"}, {"class": "func", "name": "Link", "type": "func(oldname string, newname string) error"}, {"class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)"}, {"class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)"}, {"class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error"}, {"class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error"}, {"class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File"}, {"class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error"}, {"class": "func", "name": "Open", "type": "func(name string) (*os.File, error)"}, {"class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)"}, {"class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)"}, {"class": "func", "name": "Readlink", "type": "func(name string) (string, error)"}, {"class": "func", "name": "Remove", "type": "func(name string) error"}, {"class": "func", "name": "RemoveAll", "type": "func(path string) error"}, {"class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error"}, {"class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool"}, {"class": "func", "name": "Setenv", "type": "func(key string, value string) error"}, {"class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)"}, {"class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)"}, {"class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error"}, {"class": "func", "name": "TempDir", "type": "func() string"}, {"class": "func", "name": "Truncate", "type": "func(name string, size int64) error"}, {"class": "func", "name": "Unsetenv", "type": "func(key string) error"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileInfo", "type": "interface"}, {"class": "type", "name": "FileMode", "type": "uint32"}, {"class": "type", "name": "LinkError", "type": "struct"}, {"class": "type", "name": "PathError", "type": "struct"}, {"class": "type", "name": "ProcAttr", "type": "struct"}, {"class": "type", "name": "Process", "type": "struct"}, {"class": "type", "name": "ProcessState", "type": "struct"}, {"class": "type", "name": "Signal", "type": "interface"}, {"class": "type", "name": "SyscallError", "type": "struct"}, {"class": "var", "name": "Args", "type": "[]string"}, {"class": "var", "name": "ErrExist", "type": "error"}, {"class": "var", "name": "ErrInvalid", "type": "error"}, {"class": "var", "name": "ErrNotExist", "type": "error"}, {"class": "var", "name": "ErrPermission", "type": "error"}, {"class": "var", "name": "Interrupt", "type": "os.Signal"}, {"class": "var", "name": "Kill", "type": "os.Signal"}, {"class": "var", "name": "Stderr", "type": "*os.File"}, {"class": "var", "name": "Stdin", "type": "*os.File"}, {"class": "var", "name": "Stdout", "type": "*os.File"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/signal.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/signal.json new file mode 100644 index 0000000..b8bb908 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/signal.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Ignore", "type": "func(sig ...os.Signal)"}, {"class": "func", "name": "Notify", "type": "func(c chan<- os.Signal, sig ...os.Signal)"}, {"class": "func", "name": "Reset", "type": "func(sig ...os.Signal)"}, {"class": "func", "name": "Stop", "type": "func(c chan<- os.Signal)"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/user.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/user.json new file mode 100644 index 0000000..2fd02b4 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/os/user.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Current", "type": "func() (*user.User, error)"}, {"class": "func", "name": "Lookup", "type": "func(username string) (*user.User, error)"}, {"class": "func", "name": "LookupGroup", "type": "func(name string) (*user.Group, error)"}, {"class": "func", "name": "LookupGroupId", "type": "func(gid string) (*user.Group, error)"}, {"class": "func", "name": "LookupId", "type": "func(uid string) (*user.User, error)"}, {"class": "type", "name": "Group", "type": "struct"}, {"class": "type", "name": "UnknownGroupError", "type": "string"}, {"class": "type", "name": "UnknownGroupIdError", "type": "string"}, {"class": "type", "name": "UnknownUserError", "type": "string"}, {"class": "type", "name": "UnknownUserIdError", "type": "int"}, {"class": "type", "name": "User", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/path/filepath.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/path/filepath.json new file mode 100644 index 0000000..8f45d4b --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/path/filepath.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ListSeparator", "type": ""}, {"class": "const", "name": "Separator", "type": ""}, {"class": "func", "name": "Abs", "type": "func(path string) (string, error)"}, {"class": "func", "name": "Base", "type": "func(path string) string"}, {"class": "func", "name": "Clean", "type": "func(path string) string"}, {"class": "func", "name": "Dir", "type": "func(path string) string"}, {"class": "func", "name": "EvalSymlinks", "type": "func(path string) (string, error)"}, {"class": "func", "name": "Ext", "type": "func(path string) string"}, {"class": "func", "name": "FromSlash", "type": "func(path string) string"}, {"class": "func", "name": "Glob", "type": "func(pattern string) (matches []string, err error)"}, {"class": "func", "name": "HasPrefix", "type": "func(p string, prefix string) bool"}, {"class": "func", "name": "IsAbs", "type": "func(path string) bool"}, {"class": "func", "name": "Join", "type": "func(elem ...string) string"}, {"class": "func", "name": "Match", "type": "func(pattern string, name string) (matched bool, err error)"}, {"class": "func", "name": "Rel", "type": "func(basepath string, targpath string) (string, error)"}, {"class": "func", "name": "Split", "type": "func(path string) (dir string, file string)"}, {"class": "func", "name": "SplitList", "type": "func(path string) []string"}, {"class": "func", "name": "ToSlash", "type": "func(path string) string"}, {"class": "func", "name": "VolumeName", "type": "func(path string) string"}, {"class": "func", "name": "Walk", "type": "func(root string, walkFn filepath.WalkFunc) error"}, {"class": "type", "name": "WalkFunc", "type": "func(path string, info os.FileInfo, err error) error"}, {"class": "var", "name": "ErrBadPattern", "type": "error"}, {"class": "var", "name": "SkipDir", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/path/path.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/path/path.json new file mode 100644 index 0000000..54d30de --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/path/path.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Base", "type": "func(path string) string"}, {"class": "func", "name": "Clean", "type": "func(path string) string"}, {"class": "func", "name": "Dir", "type": "func(path string) string"}, {"class": "func", "name": "Ext", "type": "func(path string) string"}, {"class": "func", "name": "IsAbs", "type": "func(path string) bool"}, {"class": "func", "name": "Join", "type": "func(elem ...string) string"}, {"class": "func", "name": "Match", "type": "func(pattern string, name string) (matched bool, err error)"}, {"class": "func", "name": "Split", "type": "func(path string) (dir string, file string)"}, {"class": "var", "name": "ErrBadPattern", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/reflect/reflect.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/reflect/reflect.json new file mode 100644 index 0000000..1eaf222 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/reflect/reflect.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Array", "type": ""}, {"class": "const", "name": "Bool", "type": ""}, {"class": "const", "name": "BothDir", "type": ""}, {"class": "const", "name": "Chan", "type": ""}, {"class": "const", "name": "Complex128", "type": ""}, {"class": "const", "name": "Complex64", "type": ""}, {"class": "const", "name": "Float32", "type": ""}, {"class": "const", "name": "Float64", "type": ""}, {"class": "const", "name": "Func", "type": ""}, {"class": "const", "name": "Int", "type": ""}, {"class": "const", "name": "Int16", "type": ""}, {"class": "const", "name": "Int32", "type": ""}, {"class": "const", "name": "Int64", "type": ""}, {"class": "const", "name": "Int8", "type": ""}, {"class": "const", "name": "Interface", "type": ""}, {"class": "const", "name": "Invalid", "type": ""}, {"class": "const", "name": "Map", "type": ""}, {"class": "const", "name": "Ptr", "type": ""}, {"class": "const", "name": "RecvDir", "type": ""}, {"class": "const", "name": "SelectDefault", "type": ""}, {"class": "const", "name": "SelectRecv", "type": ""}, {"class": "const", "name": "SelectSend", "type": ""}, {"class": "const", "name": "SendDir", "type": ""}, {"class": "const", "name": "Slice", "type": ""}, {"class": "const", "name": "String", "type": ""}, {"class": "const", "name": "Struct", "type": ""}, {"class": "const", "name": "Uint", "type": ""}, {"class": "const", "name": "Uint16", "type": ""}, {"class": "const", "name": "Uint32", "type": ""}, {"class": "const", "name": "Uint64", "type": ""}, {"class": "const", "name": "Uint8", "type": ""}, {"class": "const", "name": "Uintptr", "type": ""}, {"class": "const", "name": "UnsafePointer", "type": ""}, {"class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value"}, {"class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value"}, {"class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type"}, {"class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type"}, {"class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int"}, {"class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool"}, {"class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type"}, {"class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value"}, {"class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value"}, {"class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value"}, {"class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value"}, {"class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value"}, {"class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type"}, {"class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value"}, {"class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value"}, {"class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type"}, {"class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)"}, {"class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type"}, {"class": "func", "name": "StructOf", "type": "func(fields []reflect.StructField) reflect.Type"}, {"class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type"}, {"class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value"}, {"class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value"}, {"class": "type", "name": "ChanDir", "type": "int"}, {"class": "type", "name": "Kind", "type": "uint"}, {"class": "type", "name": "Method", "type": "struct"}, {"class": "type", "name": "SelectCase", "type": "struct"}, {"class": "type", "name": "SelectDir", "type": "int"}, {"class": "type", "name": "SliceHeader", "type": "struct"}, {"class": "type", "name": "StringHeader", "type": "struct"}, {"class": "type", "name": "StructField", "type": "struct"}, {"class": "type", "name": "StructTag", "type": "string"}, {"class": "type", "name": "Type", "type": "interface"}, {"class": "type", "name": "Value", "type": "struct"}, {"class": "type", "name": "ValueError", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/regexp/regexp.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/regexp/regexp.json new file mode 100644 index 0000000..314cbeb --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/regexp/regexp.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Compile", "type": "func(expr string) (*regexp.Regexp, error)"}, {"class": "func", "name": "CompilePOSIX", "type": "func(expr string) (*regexp.Regexp, error)"}, {"class": "func", "name": "Match", "type": "func(pattern string, b []byte) (matched bool, err error)"}, {"class": "func", "name": "MatchReader", "type": "func(pattern string, r io.RuneReader) (matched bool, err error)"}, {"class": "func", "name": "MatchString", "type": "func(pattern string, s string) (matched bool, err error)"}, {"class": "func", "name": "MustCompile", "type": "func(str string) *regexp.Regexp"}, {"class": "func", "name": "MustCompilePOSIX", "type": "func(str string) *regexp.Regexp"}, {"class": "func", "name": "QuoteMeta", "type": "func(s string) string"}, {"class": "type", "name": "Regexp", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/regexp/syntax.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/regexp/syntax.json new file mode 100644 index 0000000..fa42718 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/regexp/syntax.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ClassNL", "type": ""}, {"class": "const", "name": "DotNL", "type": ""}, {"class": "const", "name": "EmptyBeginLine", "type": ""}, {"class": "const", "name": "EmptyBeginText", "type": ""}, {"class": "const", "name": "EmptyEndLine", "type": ""}, {"class": "const", "name": "EmptyEndText", "type": ""}, {"class": "const", "name": "EmptyNoWordBoundary", "type": ""}, {"class": "const", "name": "EmptyWordBoundary", "type": ""}, {"class": "const", "name": "ErrInternalError", "type": ""}, {"class": "const", "name": "ErrInvalidCharClass", "type": ""}, {"class": "const", "name": "ErrInvalidCharRange", "type": ""}, {"class": "const", "name": "ErrInvalidEscape", "type": ""}, {"class": "const", "name": "ErrInvalidNamedCapture", "type": ""}, {"class": "const", "name": "ErrInvalidPerlOp", "type": ""}, {"class": "const", "name": "ErrInvalidRepeatOp", "type": ""}, {"class": "const", "name": "ErrInvalidRepeatSize", "type": ""}, {"class": "const", "name": "ErrInvalidUTF8", "type": ""}, {"class": "const", "name": "ErrMissingBracket", "type": ""}, {"class": "const", "name": "ErrMissingParen", "type": ""}, {"class": "const", "name": "ErrMissingRepeatArgument", "type": ""}, {"class": "const", "name": "ErrTrailingBackslash", "type": ""}, {"class": "const", "name": "ErrUnexpectedParen", "type": ""}, {"class": "const", "name": "FoldCase", "type": ""}, {"class": "const", "name": "InstAlt", "type": ""}, {"class": "const", "name": "InstAltMatch", "type": ""}, {"class": "const", "name": "InstCapture", "type": ""}, {"class": "const", "name": "InstEmptyWidth", "type": ""}, {"class": "const", "name": "InstFail", "type": ""}, {"class": "const", "name": "InstMatch", "type": ""}, {"class": "const", "name": "InstNop", "type": ""}, {"class": "const", "name": "InstRune", "type": ""}, {"class": "const", "name": "InstRune1", "type": ""}, {"class": "const", "name": "InstRuneAny", "type": ""}, {"class": "const", "name": "InstRuneAnyNotNL", "type": ""}, {"class": "const", "name": "Literal", "type": ""}, {"class": "const", "name": "MatchNL", "type": ""}, {"class": "const", "name": "NonGreedy", "type": ""}, {"class": "const", "name": "OneLine", "type": ""}, {"class": "const", "name": "OpAlternate", "type": ""}, {"class": "const", "name": "OpAnyChar", "type": ""}, {"class": "const", "name": "OpAnyCharNotNL", "type": ""}, {"class": "const", "name": "OpBeginLine", "type": ""}, {"class": "const", "name": "OpBeginText", "type": ""}, {"class": "const", "name": "OpCapture", "type": ""}, {"class": "const", "name": "OpCharClass", "type": ""}, {"class": "const", "name": "OpConcat", "type": ""}, {"class": "const", "name": "OpEmptyMatch", "type": ""}, {"class": "const", "name": "OpEndLine", "type": ""}, {"class": "const", "name": "OpEndText", "type": ""}, {"class": "const", "name": "OpLiteral", "type": ""}, {"class": "const", "name": "OpNoMatch", "type": ""}, {"class": "const", "name": "OpNoWordBoundary", "type": ""}, {"class": "const", "name": "OpPlus", "type": ""}, {"class": "const", "name": "OpQuest", "type": ""}, {"class": "const", "name": "OpRepeat", "type": ""}, {"class": "const", "name": "OpStar", "type": ""}, {"class": "const", "name": "OpWordBoundary", "type": ""}, {"class": "const", "name": "POSIX", "type": ""}, {"class": "const", "name": "Perl", "type": ""}, {"class": "const", "name": "PerlX", "type": ""}, {"class": "const", "name": "Simple", "type": ""}, {"class": "const", "name": "UnicodeGroups", "type": ""}, {"class": "const", "name": "WasDollar", "type": ""}, {"class": "func", "name": "Compile", "type": "func(re *syntax.Regexp) (*syntax.Prog, error)"}, {"class": "func", "name": "EmptyOpContext", "type": "func(r1 rune, r2 rune) syntax.EmptyOp"}, {"class": "func", "name": "IsWordChar", "type": "func(r rune) bool"}, {"class": "func", "name": "Parse", "type": "func(s string, flags syntax.Flags) (*syntax.Regexp, error)"}, {"class": "type", "name": "EmptyOp", "type": "uint8"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "ErrorCode", "type": "string"}, {"class": "type", "name": "Flags", "type": "uint16"}, {"class": "type", "name": "Inst", "type": "struct"}, {"class": "type", "name": "InstOp", "type": "uint8"}, {"class": "type", "name": "Op", "type": "uint8"}, {"class": "type", "name": "Prog", "type": "struct"}, {"class": "type", "name": "Regexp", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/debug.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/debug.json new file mode 100644 index 0000000..ba3e947 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/debug.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "FreeOSMemory", "type": "func()"}, {"class": "func", "name": "PrintStack", "type": "func()"}, {"class": "func", "name": "ReadGCStats", "type": "func(stats *debug.GCStats)"}, {"class": "func", "name": "SetGCPercent", "type": "func(percent int) int"}, {"class": "func", "name": "SetMaxStack", "type": "func(bytes int) int"}, {"class": "func", "name": "SetMaxThreads", "type": "func(threads int) int"}, {"class": "func", "name": "SetPanicOnFault", "type": "func(enabled bool) bool"}, {"class": "func", "name": "SetTraceback", "type": "func(level string)"}, {"class": "func", "name": "Stack", "type": "func() []byte"}, {"class": "func", "name": "WriteHeapDump", "type": "func(fd uintptr)"}, {"class": "type", "name": "GCStats", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/pprof.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/pprof.json new file mode 100644 index 0000000..3c4793e --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/pprof.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Lookup", "type": "func(name string) *pprof.Profile"}, {"class": "func", "name": "NewProfile", "type": "func(name string) *pprof.Profile"}, {"class": "func", "name": "Profiles", "type": "func() []*pprof.Profile"}, {"class": "func", "name": "StartCPUProfile", "type": "func(w io.Writer) error"}, {"class": "func", "name": "StopCPUProfile", "type": "func()"}, {"class": "func", "name": "WriteHeapProfile", "type": "func(w io.Writer) error"}, {"class": "type", "name": "Profile", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/runtime.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/runtime.json new file mode 100644 index 0000000..e2a2a7d --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/runtime.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Compiler", "type": ""}, {"class": "const", "name": "GOARCH", "type": ""}, {"class": "const", "name": "GOOS", "type": ""}, {"class": "func", "name": "BlockProfile", "type": "func(p []runtime.BlockProfileRecord) (n int, ok bool)"}, {"class": "func", "name": "Breakpoint", "type": "func()"}, {"class": "func", "name": "CPUProfile", "type": "func() []byte"}, {"class": "func", "name": "Caller", "type": "func(skip int) (pc uintptr, file string, line int, ok bool)"}, {"class": "func", "name": "Callers", "type": "func(skip int, pc []uintptr) int"}, {"class": "func", "name": "CallersFrames", "type": "func(callers []uintptr) *runtime.Frames"}, {"class": "func", "name": "FuncForPC", "type": "func(pc uintptr) *runtime.Func"}, {"class": "func", "name": "GC", "type": "func()"}, {"class": "func", "name": "GOMAXPROCS", "type": "func(n int) int"}, {"class": "func", "name": "GOROOT", "type": "func() string"}, {"class": "func", "name": "Goexit", "type": "func()"}, {"class": "func", "name": "GoroutineProfile", "type": "func(p []runtime.StackRecord) (n int, ok bool)"}, {"class": "func", "name": "Gosched", "type": "func()"}, {"class": "func", "name": "KeepAlive", "type": "func(interface{})"}, {"class": "func", "name": "LockOSThread", "type": "func()"}, {"class": "func", "name": "MemProfile", "type": "func(p []runtime.MemProfileRecord, inuseZero bool) (n int, ok bool)"}, {"class": "func", "name": "NumCPU", "type": "func() int"}, {"class": "func", "name": "NumCgoCall", "type": "func() int64"}, {"class": "func", "name": "NumGoroutine", "type": "func() int"}, {"class": "func", "name": "ReadMemStats", "type": "func(m *runtime.MemStats)"}, {"class": "func", "name": "ReadTrace", "type": "func() []byte"}, {"class": "func", "name": "SetBlockProfileRate", "type": "func(rate int)"}, {"class": "func", "name": "SetCPUProfileRate", "type": "func(hz int)"}, {"class": "func", "name": "SetCgoTraceback", "type": "func(version int, traceback unsafe.Pointer, context unsafe.Pointer, symbolizer unsafe.Pointer)"}, {"class": "func", "name": "SetFinalizer", "type": "func(obj interface{}, finalizer interface{})"}, {"class": "func", "name": "Stack", "type": "func(buf []byte, all bool) int"}, {"class": "func", "name": "StartTrace", "type": "func() error"}, {"class": "func", "name": "StopTrace", "type": "func()"}, {"class": "func", "name": "ThreadCreateProfile", "type": "func(p []runtime.StackRecord) (n int, ok bool)"}, {"class": "func", "name": "UnlockOSThread", "type": "func()"}, {"class": "func", "name": "Version", "type": "func() string"}, {"class": "type", "name": "BlockProfileRecord", "type": "struct"}, {"class": "type", "name": "Error", "type": "interface"}, {"class": "type", "name": "Frame", "type": "struct"}, {"class": "type", "name": "Frames", "type": "struct"}, {"class": "type", "name": "Func", "type": "struct"}, {"class": "type", "name": "MemProfileRecord", "type": "struct"}, {"class": "type", "name": "MemStats", "type": "struct"}, {"class": "type", "name": "StackRecord", "type": "struct"}, {"class": "type", "name": "TypeAssertionError", "type": "struct"}, {"class": "var", "name": "MemProfileRate", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/trace.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/trace.json new file mode 100644 index 0000000..10ad8df --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/runtime/trace.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Start", "type": "func(w io.Writer) error"}, {"class": "func", "name": "Stop", "type": "func()"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/sort/sort.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/sort/sort.json new file mode 100644 index 0000000..edaf67b --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/sort/sort.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Float64s", "type": "func(a []float64)"}, {"class": "func", "name": "Float64sAreSorted", "type": "func(a []float64) bool"}, {"class": "func", "name": "Ints", "type": "func(a []int)"}, {"class": "func", "name": "IntsAreSorted", "type": "func(a []int) bool"}, {"class": "func", "name": "IsSorted", "type": "func(data sort.Interface) bool"}, {"class": "func", "name": "Reverse", "type": "func(data sort.Interface) sort.Interface"}, {"class": "func", "name": "Search", "type": "func(n int, f func(int) bool) int"}, {"class": "func", "name": "SearchFloat64s", "type": "func(a []float64, x float64) int"}, {"class": "func", "name": "SearchInts", "type": "func(a []int, x int) int"}, {"class": "func", "name": "SearchStrings", "type": "func(a []string, x string) int"}, {"class": "func", "name": "Sort", "type": "func(data sort.Interface)"}, {"class": "func", "name": "Stable", "type": "func(data sort.Interface)"}, {"class": "func", "name": "Strings", "type": "func(a []string)"}, {"class": "func", "name": "StringsAreSorted", "type": "func(a []string) bool"}, {"class": "type", "name": "Float64Slice", "type": "[]float64"}, {"class": "type", "name": "IntSlice", "type": "[]int"}, {"class": "type", "name": "Interface", "type": "interface"}, {"class": "type", "name": "StringSlice", "type": "[]string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/strconv/strconv.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/strconv/strconv.json new file mode 100644 index 0000000..04426ca --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/strconv/strconv.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "IntSize", "type": ""}, {"class": "func", "name": "AppendBool", "type": "func(dst []byte, b bool) []byte"}, {"class": "func", "name": "AppendFloat", "type": "func(dst []byte, f float64, fmt byte, prec int, bitSize int) []byte"}, {"class": "func", "name": "AppendInt", "type": "func(dst []byte, i int64, base int) []byte"}, {"class": "func", "name": "AppendQuote", "type": "func(dst []byte, s string) []byte"}, {"class": "func", "name": "AppendQuoteRune", "type": "func(dst []byte, r rune) []byte"}, {"class": "func", "name": "AppendQuoteRuneToASCII", "type": "func(dst []byte, r rune) []byte"}, {"class": "func", "name": "AppendQuoteRuneToGraphic", "type": "func(dst []byte, r rune) []byte"}, {"class": "func", "name": "AppendQuoteToASCII", "type": "func(dst []byte, s string) []byte"}, {"class": "func", "name": "AppendQuoteToGraphic", "type": "func(dst []byte, s string) []byte"}, {"class": "func", "name": "AppendUint", "type": "func(dst []byte, i uint64, base int) []byte"}, {"class": "func", "name": "Atoi", "type": "func(s string) (int, error)"}, {"class": "func", "name": "CanBackquote", "type": "func(s string) bool"}, {"class": "func", "name": "FormatBool", "type": "func(b bool) string"}, {"class": "func", "name": "FormatFloat", "type": "func(f float64, fmt byte, prec int, bitSize int) string"}, {"class": "func", "name": "FormatInt", "type": "func(i int64, base int) string"}, {"class": "func", "name": "FormatUint", "type": "func(i uint64, base int) string"}, {"class": "func", "name": "IsGraphic", "type": "func(r rune) bool"}, {"class": "func", "name": "IsPrint", "type": "func(r rune) bool"}, {"class": "func", "name": "Itoa", "type": "func(i int) string"}, {"class": "func", "name": "ParseBool", "type": "func(str string) (bool, error)"}, {"class": "func", "name": "ParseFloat", "type": "func(s string, bitSize int) (float64, error)"}, {"class": "func", "name": "ParseInt", "type": "func(s string, base int, bitSize int) (i int64, err error)"}, {"class": "func", "name": "ParseUint", "type": "func(s string, base int, bitSize int) (uint64, error)"}, {"class": "func", "name": "Quote", "type": "func(s string) string"}, {"class": "func", "name": "QuoteRune", "type": "func(r rune) string"}, {"class": "func", "name": "QuoteRuneToASCII", "type": "func(r rune) string"}, {"class": "func", "name": "QuoteRuneToGraphic", "type": "func(r rune) string"}, {"class": "func", "name": "QuoteToASCII", "type": "func(s string) string"}, {"class": "func", "name": "QuoteToGraphic", "type": "func(s string) string"}, {"class": "func", "name": "Unquote", "type": "func(s string) (string, error)"}, {"class": "func", "name": "UnquoteChar", "type": "func(s string, quote byte) (value rune, multibyte bool, tail string, err error)"}, {"class": "type", "name": "NumError", "type": "struct"}, {"class": "var", "name": "ErrRange", "type": "error"}, {"class": "var", "name": "ErrSyntax", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/strings/strings.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/strings/strings.json new file mode 100644 index 0000000..89e99b3 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/strings/strings.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Compare", "type": "func(a string, b string) int"}, {"class": "func", "name": "Contains", "type": "func(s string, substr string) bool"}, {"class": "func", "name": "ContainsAny", "type": "func(s string, chars string) bool"}, {"class": "func", "name": "ContainsRune", "type": "func(s string, r rune) bool"}, {"class": "func", "name": "Count", "type": "func(s string, sep string) int"}, {"class": "func", "name": "EqualFold", "type": "func(s string, t string) bool"}, {"class": "func", "name": "Fields", "type": "func(s string) []string"}, {"class": "func", "name": "FieldsFunc", "type": "func(s string, f func(rune) bool) []string"}, {"class": "func", "name": "HasPrefix", "type": "func(s string, prefix string) bool"}, {"class": "func", "name": "HasSuffix", "type": "func(s string, suffix string) bool"}, {"class": "func", "name": "Index", "type": "func(s string, sep string) int"}, {"class": "func", "name": "IndexAny", "type": "func(s string, chars string) int"}, {"class": "func", "name": "IndexByte", "type": "func(s string, c byte) int"}, {"class": "func", "name": "IndexFunc", "type": "func(s string, f func(rune) bool) int"}, {"class": "func", "name": "IndexRune", "type": "func(s string, r rune) int"}, {"class": "func", "name": "Join", "type": "func(a []string, sep string) string"}, {"class": "func", "name": "LastIndex", "type": "func(s string, sep string) int"}, {"class": "func", "name": "LastIndexAny", "type": "func(s string, chars string) int"}, {"class": "func", "name": "LastIndexByte", "type": "func(s string, c byte) int"}, {"class": "func", "name": "LastIndexFunc", "type": "func(s string, f func(rune) bool) int"}, {"class": "func", "name": "Map", "type": "func(mapping func(rune) rune, s string) string"}, {"class": "func", "name": "NewReader", "type": "func(s string) *strings.Reader"}, {"class": "func", "name": "NewReplacer", "type": "func(oldnew ...string) *strings.Replacer"}, {"class": "func", "name": "Repeat", "type": "func(s string, count int) string"}, {"class": "func", "name": "Replace", "type": "func(s string, old string, new string, n int) string"}, {"class": "func", "name": "Split", "type": "func(s string, sep string) []string"}, {"class": "func", "name": "SplitAfter", "type": "func(s string, sep string) []string"}, {"class": "func", "name": "SplitAfterN", "type": "func(s string, sep string, n int) []string"}, {"class": "func", "name": "SplitN", "type": "func(s string, sep string, n int) []string"}, {"class": "func", "name": "Title", "type": "func(s string) string"}, {"class": "func", "name": "ToLower", "type": "func(s string) string"}, {"class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s string) string"}, {"class": "func", "name": "ToTitle", "type": "func(s string) string"}, {"class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s string) string"}, {"class": "func", "name": "ToUpper", "type": "func(s string) string"}, {"class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s string) string"}, {"class": "func", "name": "Trim", "type": "func(s string, cutset string) string"}, {"class": "func", "name": "TrimFunc", "type": "func(s string, f func(rune) bool) string"}, {"class": "func", "name": "TrimLeft", "type": "func(s string, cutset string) string"}, {"class": "func", "name": "TrimLeftFunc", "type": "func(s string, f func(rune) bool) string"}, {"class": "func", "name": "TrimPrefix", "type": "func(s string, prefix string) string"}, {"class": "func", "name": "TrimRight", "type": "func(s string, cutset string) string"}, {"class": "func", "name": "TrimRightFunc", "type": "func(s string, f func(rune) bool) string"}, {"class": "func", "name": "TrimSpace", "type": "func(s string) string"}, {"class": "func", "name": "TrimSuffix", "type": "func(s string, suffix string) string"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Replacer", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/sync/atomic.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/sync/atomic.json new file mode 100644 index 0000000..685e968 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/sync/atomic.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "AddInt32", "type": "func(addr *int32, delta int32) (new int32)"}, {"class": "func", "name": "AddInt64", "type": "func(addr *int64, delta int64) (new int64)"}, {"class": "func", "name": "AddUint32", "type": "func(addr *uint32, delta uint32) (new uint32)"}, {"class": "func", "name": "AddUint64", "type": "func(addr *uint64, delta uint64) (new uint64)"}, {"class": "func", "name": "AddUintptr", "type": "func(addr *uintptr, delta uintptr) (new uintptr)"}, {"class": "func", "name": "CompareAndSwapInt32", "type": "func(addr *int32, old int32, new int32) (swapped bool)"}, {"class": "func", "name": "CompareAndSwapInt64", "type": "func(addr *int64, old int64, new int64) (swapped bool)"}, {"class": "func", "name": "CompareAndSwapPointer", "type": "func(addr *unsafe.Pointer, old unsafe.Pointer, new unsafe.Pointer) (swapped bool)"}, {"class": "func", "name": "CompareAndSwapUint32", "type": "func(addr *uint32, old uint32, new uint32) (swapped bool)"}, {"class": "func", "name": "CompareAndSwapUint64", "type": "func(addr *uint64, old uint64, new uint64) (swapped bool)"}, {"class": "func", "name": "CompareAndSwapUintptr", "type": "func(addr *uintptr, old uintptr, new uintptr) (swapped bool)"}, {"class": "func", "name": "LoadInt32", "type": "func(addr *int32) (val int32)"}, {"class": "func", "name": "LoadInt64", "type": "func(addr *int64) (val int64)"}, {"class": "func", "name": "LoadPointer", "type": "func(addr *unsafe.Pointer) (val unsafe.Pointer)"}, {"class": "func", "name": "LoadUint32", "type": "func(addr *uint32) (val uint32)"}, {"class": "func", "name": "LoadUint64", "type": "func(addr *uint64) (val uint64)"}, {"class": "func", "name": "LoadUintptr", "type": "func(addr *uintptr) (val uintptr)"}, {"class": "func", "name": "StoreInt32", "type": "func(addr *int32, val int32)"}, {"class": "func", "name": "StoreInt64", "type": "func(addr *int64, val int64)"}, {"class": "func", "name": "StorePointer", "type": "func(addr *unsafe.Pointer, val unsafe.Pointer)"}, {"class": "func", "name": "StoreUint32", "type": "func(addr *uint32, val uint32)"}, {"class": "func", "name": "StoreUint64", "type": "func(addr *uint64, val uint64)"}, {"class": "func", "name": "StoreUintptr", "type": "func(addr *uintptr, val uintptr)"}, {"class": "func", "name": "SwapInt32", "type": "func(addr *int32, new int32) (old int32)"}, {"class": "func", "name": "SwapInt64", "type": "func(addr *int64, new int64) (old int64)"}, {"class": "func", "name": "SwapPointer", "type": "func(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer)"}, {"class": "func", "name": "SwapUint32", "type": "func(addr *uint32, new uint32) (old uint32)"}, {"class": "func", "name": "SwapUint64", "type": "func(addr *uint64, new uint64) (old uint64)"}, {"class": "func", "name": "SwapUintptr", "type": "func(addr *uintptr, new uintptr) (old uintptr)"}, {"class": "type", "name": "Value", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/sync/sync.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/sync/sync.json new file mode 100644 index 0000000..9a60594 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/sync/sync.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "NewCond", "type": "func(l sync.Locker) *sync.Cond"}, {"class": "type", "name": "Cond", "type": "struct"}, {"class": "type", "name": "Locker", "type": "interface"}, {"class": "type", "name": "Mutex", "type": "struct"}, {"class": "type", "name": "Once", "type": "struct"}, {"class": "type", "name": "Pool", "type": "struct"}, {"class": "type", "name": "RWMutex", "type": "struct"}, {"class": "type", "name": "WaitGroup", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/syscall/syscall.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/syscall/syscall.json new file mode 100644 index 0000000..2f33473 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/syscall/syscall.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "AF_ALG", "type": ""}, {"class": "const", "name": "AF_APPLETALK", "type": ""}, {"class": "const", "name": "AF_ASH", "type": ""}, {"class": "const", "name": "AF_ATMPVC", "type": ""}, {"class": "const", "name": "AF_ATMSVC", "type": ""}, {"class": "const", "name": "AF_AX25", "type": ""}, {"class": "const", "name": "AF_BLUETOOTH", "type": ""}, {"class": "const", "name": "AF_BRIDGE", "type": ""}, {"class": "const", "name": "AF_CAIF", "type": ""}, {"class": "const", "name": "AF_CAN", "type": ""}, {"class": "const", "name": "AF_DECnet", "type": ""}, {"class": "const", "name": "AF_ECONET", "type": ""}, {"class": "const", "name": "AF_FILE", "type": ""}, {"class": "const", "name": "AF_IEEE802154", "type": ""}, {"class": "const", "name": "AF_INET", "type": ""}, {"class": "const", "name": "AF_INET6", "type": ""}, {"class": "const", "name": "AF_IPX", "type": ""}, {"class": "const", "name": "AF_IRDA", "type": ""}, {"class": "const", "name": "AF_ISDN", "type": ""}, {"class": "const", "name": "AF_IUCV", "type": ""}, {"class": "const", "name": "AF_KEY", "type": ""}, {"class": "const", "name": "AF_LLC", "type": ""}, {"class": "const", "name": "AF_LOCAL", "type": ""}, {"class": "const", "name": "AF_MAX", "type": ""}, {"class": "const", "name": "AF_NETBEUI", "type": ""}, {"class": "const", "name": "AF_NETLINK", "type": ""}, {"class": "const", "name": "AF_NETROM", "type": ""}, {"class": "const", "name": "AF_PACKET", "type": ""}, {"class": "const", "name": "AF_PHONET", "type": ""}, {"class": "const", "name": "AF_PPPOX", "type": ""}, {"class": "const", "name": "AF_RDS", "type": ""}, {"class": "const", "name": "AF_ROSE", "type": ""}, {"class": "const", "name": "AF_ROUTE", "type": ""}, {"class": "const", "name": "AF_RXRPC", "type": ""}, {"class": "const", "name": "AF_SECURITY", "type": ""}, {"class": "const", "name": "AF_SNA", "type": ""}, {"class": "const", "name": "AF_TIPC", "type": ""}, {"class": "const", "name": "AF_UNIX", "type": ""}, {"class": "const", "name": "AF_UNSPEC", "type": ""}, {"class": "const", "name": "AF_WANPIPE", "type": ""}, {"class": "const", "name": "AF_X25", "type": ""}, {"class": "const", "name": "ARPHRD_ADAPT", "type": ""}, {"class": "const", "name": "ARPHRD_APPLETLK", "type": ""}, {"class": "const", "name": "ARPHRD_ARCNET", "type": ""}, {"class": "const", "name": "ARPHRD_ASH", "type": ""}, {"class": "const", "name": "ARPHRD_ATM", "type": ""}, {"class": "const", "name": "ARPHRD_AX25", "type": ""}, {"class": "const", "name": "ARPHRD_BIF", "type": ""}, {"class": "const", "name": "ARPHRD_CHAOS", "type": ""}, {"class": "const", "name": "ARPHRD_CISCO", "type": ""}, {"class": "const", "name": "ARPHRD_CSLIP", "type": ""}, {"class": "const", "name": "ARPHRD_CSLIP6", "type": ""}, {"class": "const", "name": "ARPHRD_DDCMP", "type": ""}, {"class": "const", "name": "ARPHRD_DLCI", "type": ""}, {"class": "const", "name": "ARPHRD_ECONET", "type": ""}, {"class": "const", "name": "ARPHRD_EETHER", "type": ""}, {"class": "const", "name": "ARPHRD_ETHER", "type": ""}, {"class": "const", "name": "ARPHRD_EUI64", "type": ""}, {"class": "const", "name": "ARPHRD_FCAL", "type": ""}, {"class": "const", "name": "ARPHRD_FCFABRIC", "type": ""}, {"class": "const", "name": "ARPHRD_FCPL", "type": ""}, {"class": "const", "name": "ARPHRD_FCPP", "type": ""}, {"class": "const", "name": "ARPHRD_FDDI", "type": ""}, {"class": "const", "name": "ARPHRD_FRAD", "type": ""}, {"class": "const", "name": "ARPHRD_HDLC", "type": ""}, {"class": "const", "name": "ARPHRD_HIPPI", "type": ""}, {"class": "const", "name": "ARPHRD_HWX25", "type": ""}, {"class": "const", "name": "ARPHRD_IEEE1394", "type": ""}, {"class": "const", "name": "ARPHRD_IEEE802", "type": ""}, {"class": "const", "name": "ARPHRD_IEEE80211", "type": ""}, {"class": "const", "name": "ARPHRD_IEEE80211_PRISM", "type": ""}, {"class": "const", "name": "ARPHRD_IEEE80211_RADIOTAP", "type": ""}, {"class": "const", "name": "ARPHRD_IEEE802154", "type": ""}, {"class": "const", "name": "ARPHRD_IEEE802154_PHY", "type": ""}, {"class": "const", "name": "ARPHRD_IEEE802_TR", "type": ""}, {"class": "const", "name": "ARPHRD_INFINIBAND", "type": ""}, {"class": "const", "name": "ARPHRD_IPDDP", "type": ""}, {"class": "const", "name": "ARPHRD_IPGRE", "type": ""}, {"class": "const", "name": "ARPHRD_IRDA", "type": ""}, {"class": "const", "name": "ARPHRD_LAPB", "type": ""}, {"class": "const", "name": "ARPHRD_LOCALTLK", "type": ""}, {"class": "const", "name": "ARPHRD_LOOPBACK", "type": ""}, {"class": "const", "name": "ARPHRD_METRICOM", "type": ""}, {"class": "const", "name": "ARPHRD_NETROM", "type": ""}, {"class": "const", "name": "ARPHRD_NONE", "type": ""}, {"class": "const", "name": "ARPHRD_PIMREG", "type": ""}, {"class": "const", "name": "ARPHRD_PPP", "type": ""}, {"class": "const", "name": "ARPHRD_PRONET", "type": ""}, {"class": "const", "name": "ARPHRD_RAWHDLC", "type": ""}, {"class": "const", "name": "ARPHRD_ROSE", "type": ""}, {"class": "const", "name": "ARPHRD_RSRVD", "type": ""}, {"class": "const", "name": "ARPHRD_SIT", "type": ""}, {"class": "const", "name": "ARPHRD_SKIP", "type": ""}, {"class": "const", "name": "ARPHRD_SLIP", "type": ""}, {"class": "const", "name": "ARPHRD_SLIP6", "type": ""}, {"class": "const", "name": "ARPHRD_TUNNEL", "type": ""}, {"class": "const", "name": "ARPHRD_TUNNEL6", "type": ""}, {"class": "const", "name": "ARPHRD_VOID", "type": ""}, {"class": "const", "name": "ARPHRD_X25", "type": ""}, {"class": "const", "name": "B0", "type": ""}, {"class": "const", "name": "B1000000", "type": ""}, {"class": "const", "name": "B110", "type": ""}, {"class": "const", "name": "B115200", "type": ""}, {"class": "const", "name": "B1152000", "type": ""}, {"class": "const", "name": "B1200", "type": ""}, {"class": "const", "name": "B134", "type": ""}, {"class": "const", "name": "B150", "type": ""}, {"class": "const", "name": "B1500000", "type": ""}, {"class": "const", "name": "B1800", "type": ""}, {"class": "const", "name": "B19200", "type": ""}, {"class": "const", "name": "B200", "type": ""}, {"class": "const", "name": "B2000000", "type": ""}, {"class": "const", "name": "B230400", "type": ""}, {"class": "const", "name": "B2400", "type": ""}, {"class": "const", "name": "B2500000", "type": ""}, {"class": "const", "name": "B300", "type": ""}, {"class": "const", "name": "B3000000", "type": ""}, {"class": "const", "name": "B3500000", "type": ""}, {"class": "const", "name": "B38400", "type": ""}, {"class": "const", "name": "B4000000", "type": ""}, {"class": "const", "name": "B460800", "type": ""}, {"class": "const", "name": "B4800", "type": ""}, {"class": "const", "name": "B50", "type": ""}, {"class": "const", "name": "B500000", "type": ""}, {"class": "const", "name": "B57600", "type": ""}, {"class": "const", "name": "B576000", "type": ""}, {"class": "const", "name": "B600", "type": ""}, {"class": "const", "name": "B75", "type": ""}, {"class": "const", "name": "B921600", "type": ""}, {"class": "const", "name": "B9600", "type": ""}, {"class": "const", "name": "BPF_A", "type": ""}, {"class": "const", "name": "BPF_ABS", "type": ""}, {"class": "const", "name": "BPF_ADD", "type": ""}, {"class": "const", "name": "BPF_ALU", "type": ""}, {"class": "const", "name": "BPF_AND", "type": ""}, {"class": "const", "name": "BPF_B", "type": ""}, {"class": "const", "name": "BPF_DIV", "type": ""}, {"class": "const", "name": "BPF_H", "type": ""}, {"class": "const", "name": "BPF_IMM", "type": ""}, {"class": "const", "name": "BPF_IND", "type": ""}, {"class": "const", "name": "BPF_JA", "type": ""}, {"class": "const", "name": "BPF_JEQ", "type": ""}, {"class": "const", "name": "BPF_JGE", "type": ""}, {"class": "const", "name": "BPF_JGT", "type": ""}, {"class": "const", "name": "BPF_JMP", "type": ""}, {"class": "const", "name": "BPF_JSET", "type": ""}, {"class": "const", "name": "BPF_K", "type": ""}, {"class": "const", "name": "BPF_LD", "type": ""}, {"class": "const", "name": "BPF_LDX", "type": ""}, {"class": "const", "name": "BPF_LEN", "type": ""}, {"class": "const", "name": "BPF_LSH", "type": ""}, {"class": "const", "name": "BPF_MAJOR_VERSION", "type": ""}, {"class": "const", "name": "BPF_MAXINSNS", "type": ""}, {"class": "const", "name": "BPF_MEM", "type": ""}, {"class": "const", "name": "BPF_MEMWORDS", "type": ""}, {"class": "const", "name": "BPF_MINOR_VERSION", "type": ""}, {"class": "const", "name": "BPF_MISC", "type": ""}, {"class": "const", "name": "BPF_MSH", "type": ""}, {"class": "const", "name": "BPF_MUL", "type": ""}, {"class": "const", "name": "BPF_NEG", "type": ""}, {"class": "const", "name": "BPF_OR", "type": ""}, {"class": "const", "name": "BPF_RET", "type": ""}, {"class": "const", "name": "BPF_RSH", "type": ""}, {"class": "const", "name": "BPF_ST", "type": ""}, {"class": "const", "name": "BPF_STX", "type": ""}, {"class": "const", "name": "BPF_SUB", "type": ""}, {"class": "const", "name": "BPF_TAX", "type": ""}, {"class": "const", "name": "BPF_TXA", "type": ""}, {"class": "const", "name": "BPF_W", "type": ""}, {"class": "const", "name": "BPF_X", "type": ""}, {"class": "const", "name": "BRKINT", "type": ""}, {"class": "const", "name": "CLOCAL", "type": ""}, {"class": "const", "name": "CLONE_CHILD_CLEARTID", "type": ""}, {"class": "const", "name": "CLONE_CHILD_SETTID", "type": ""}, {"class": "const", "name": "CLONE_DETACHED", "type": ""}, {"class": "const", "name": "CLONE_FILES", "type": ""}, {"class": "const", "name": "CLONE_FS", "type": ""}, {"class": "const", "name": "CLONE_IO", "type": ""}, {"class": "const", "name": "CLONE_NEWIPC", "type": ""}, {"class": "const", "name": "CLONE_NEWNET", "type": ""}, {"class": "const", "name": "CLONE_NEWNS", "type": ""}, {"class": "const", "name": "CLONE_NEWPID", "type": ""}, {"class": "const", "name": "CLONE_NEWUSER", "type": ""}, {"class": "const", "name": "CLONE_NEWUTS", "type": ""}, {"class": "const", "name": "CLONE_PARENT", "type": ""}, {"class": "const", "name": "CLONE_PARENT_SETTID", "type": ""}, {"class": "const", "name": "CLONE_PTRACE", "type": ""}, {"class": "const", "name": "CLONE_SETTLS", "type": ""}, {"class": "const", "name": "CLONE_SIGHAND", "type": ""}, {"class": "const", "name": "CLONE_SYSVSEM", "type": ""}, {"class": "const", "name": "CLONE_THREAD", "type": ""}, {"class": "const", "name": "CLONE_UNTRACED", "type": ""}, {"class": "const", "name": "CLONE_VFORK", "type": ""}, {"class": "const", "name": "CLONE_VM", "type": ""}, {"class": "const", "name": "CREAD", "type": ""}, {"class": "const", "name": "CS5", "type": ""}, {"class": "const", "name": "CS6", "type": ""}, {"class": "const", "name": "CS7", "type": ""}, {"class": "const", "name": "CS8", "type": ""}, {"class": "const", "name": "CSIZE", "type": ""}, {"class": "const", "name": "CSTOPB", "type": ""}, {"class": "const", "name": "DT_BLK", "type": ""}, {"class": "const", "name": "DT_CHR", "type": ""}, {"class": "const", "name": "DT_DIR", "type": ""}, {"class": "const", "name": "DT_FIFO", "type": ""}, {"class": "const", "name": "DT_LNK", "type": ""}, {"class": "const", "name": "DT_REG", "type": ""}, {"class": "const", "name": "DT_SOCK", "type": ""}, {"class": "const", "name": "DT_UNKNOWN", "type": ""}, {"class": "const", "name": "DT_WHT", "type": ""}, {"class": "const", "name": "E2BIG", "type": ""}, {"class": "const", "name": "EACCES", "type": ""}, {"class": "const", "name": "EADDRINUSE", "type": ""}, {"class": "const", "name": "EADDRNOTAVAIL", "type": ""}, {"class": "const", "name": "EADV", "type": ""}, {"class": "const", "name": "EAFNOSUPPORT", "type": ""}, {"class": "const", "name": "EAGAIN", "type": ""}, {"class": "const", "name": "EALREADY", "type": ""}, {"class": "const", "name": "EBADE", "type": ""}, {"class": "const", "name": "EBADF", "type": ""}, {"class": "const", "name": "EBADFD", "type": ""}, {"class": "const", "name": "EBADMSG", "type": ""}, {"class": "const", "name": "EBADR", "type": ""}, {"class": "const", "name": "EBADRQC", "type": ""}, {"class": "const", "name": "EBADSLT", "type": ""}, {"class": "const", "name": "EBFONT", "type": ""}, {"class": "const", "name": "EBUSY", "type": ""}, {"class": "const", "name": "ECANCELED", "type": ""}, {"class": "const", "name": "ECHILD", "type": ""}, {"class": "const", "name": "ECHO", "type": ""}, {"class": "const", "name": "ECHOCTL", "type": ""}, {"class": "const", "name": "ECHOE", "type": ""}, {"class": "const", "name": "ECHOK", "type": ""}, {"class": "const", "name": "ECHOKE", "type": ""}, {"class": "const", "name": "ECHONL", "type": ""}, {"class": "const", "name": "ECHOPRT", "type": ""}, {"class": "const", "name": "ECHRNG", "type": ""}, {"class": "const", "name": "ECOMM", "type": ""}, {"class": "const", "name": "ECONNABORTED", "type": ""}, {"class": "const", "name": "ECONNREFUSED", "type": ""}, {"class": "const", "name": "ECONNRESET", "type": ""}, {"class": "const", "name": "EDEADLK", "type": ""}, {"class": "const", "name": "EDEADLOCK", "type": ""}, {"class": "const", "name": "EDESTADDRREQ", "type": ""}, {"class": "const", "name": "EDOM", "type": ""}, {"class": "const", "name": "EDOTDOT", "type": ""}, {"class": "const", "name": "EDQUOT", "type": ""}, {"class": "const", "name": "EEXIST", "type": ""}, {"class": "const", "name": "EFAULT", "type": ""}, {"class": "const", "name": "EFBIG", "type": ""}, {"class": "const", "name": "EHOSTDOWN", "type": ""}, {"class": "const", "name": "EHOSTUNREACH", "type": ""}, {"class": "const", "name": "EIDRM", "type": ""}, {"class": "const", "name": "EILSEQ", "type": ""}, {"class": "const", "name": "EINPROGRESS", "type": ""}, {"class": "const", "name": "EINTR", "type": ""}, {"class": "const", "name": "EINVAL", "type": ""}, {"class": "const", "name": "EIO", "type": ""}, {"class": "const", "name": "EISCONN", "type": ""}, {"class": "const", "name": "EISDIR", "type": ""}, {"class": "const", "name": "EISNAM", "type": ""}, {"class": "const", "name": "EKEYEXPIRED", "type": ""}, {"class": "const", "name": "EKEYREJECTED", "type": ""}, {"class": "const", "name": "EKEYREVOKED", "type": ""}, {"class": "const", "name": "EL2HLT", "type": ""}, {"class": "const", "name": "EL2NSYNC", "type": ""}, {"class": "const", "name": "EL3HLT", "type": ""}, {"class": "const", "name": "EL3RST", "type": ""}, {"class": "const", "name": "ELIBACC", "type": ""}, {"class": "const", "name": "ELIBBAD", "type": ""}, {"class": "const", "name": "ELIBEXEC", "type": ""}, {"class": "const", "name": "ELIBMAX", "type": ""}, {"class": "const", "name": "ELIBSCN", "type": ""}, {"class": "const", "name": "ELNRNG", "type": ""}, {"class": "const", "name": "ELOOP", "type": ""}, {"class": "const", "name": "EMEDIUMTYPE", "type": ""}, {"class": "const", "name": "EMFILE", "type": ""}, {"class": "const", "name": "EMLINK", "type": ""}, {"class": "const", "name": "EMSGSIZE", "type": ""}, {"class": "const", "name": "EMULTIHOP", "type": ""}, {"class": "const", "name": "ENAMETOOLONG", "type": ""}, {"class": "const", "name": "ENAVAIL", "type": ""}, {"class": "const", "name": "ENETDOWN", "type": ""}, {"class": "const", "name": "ENETRESET", "type": ""}, {"class": "const", "name": "ENETUNREACH", "type": ""}, {"class": "const", "name": "ENFILE", "type": ""}, {"class": "const", "name": "ENOANO", "type": ""}, {"class": "const", "name": "ENOBUFS", "type": ""}, {"class": "const", "name": "ENOCSI", "type": ""}, {"class": "const", "name": "ENODATA", "type": ""}, {"class": "const", "name": "ENODEV", "type": ""}, {"class": "const", "name": "ENOENT", "type": ""}, {"class": "const", "name": "ENOEXEC", "type": ""}, {"class": "const", "name": "ENOKEY", "type": ""}, {"class": "const", "name": "ENOLCK", "type": ""}, {"class": "const", "name": "ENOLINK", "type": ""}, {"class": "const", "name": "ENOMEDIUM", "type": ""}, {"class": "const", "name": "ENOMEM", "type": ""}, {"class": "const", "name": "ENOMSG", "type": ""}, {"class": "const", "name": "ENONET", "type": ""}, {"class": "const", "name": "ENOPKG", "type": ""}, {"class": "const", "name": "ENOPROTOOPT", "type": ""}, {"class": "const", "name": "ENOSPC", "type": ""}, {"class": "const", "name": "ENOSR", "type": ""}, {"class": "const", "name": "ENOSTR", "type": ""}, {"class": "const", "name": "ENOSYS", "type": ""}, {"class": "const", "name": "ENOTBLK", "type": ""}, {"class": "const", "name": "ENOTCONN", "type": ""}, {"class": "const", "name": "ENOTDIR", "type": ""}, {"class": "const", "name": "ENOTEMPTY", "type": ""}, {"class": "const", "name": "ENOTNAM", "type": ""}, {"class": "const", "name": "ENOTRECOVERABLE", "type": ""}, {"class": "const", "name": "ENOTSOCK", "type": ""}, {"class": "const", "name": "ENOTSUP", "type": ""}, {"class": "const", "name": "ENOTTY", "type": ""}, {"class": "const", "name": "ENOTUNIQ", "type": ""}, {"class": "const", "name": "ENXIO", "type": ""}, {"class": "const", "name": "EOPNOTSUPP", "type": ""}, {"class": "const", "name": "EOVERFLOW", "type": ""}, {"class": "const", "name": "EOWNERDEAD", "type": ""}, {"class": "const", "name": "EPERM", "type": ""}, {"class": "const", "name": "EPFNOSUPPORT", "type": ""}, {"class": "const", "name": "EPIPE", "type": ""}, {"class": "const", "name": "EPOLLERR", "type": ""}, {"class": "const", "name": "EPOLLET", "type": ""}, {"class": "const", "name": "EPOLLHUP", "type": ""}, {"class": "const", "name": "EPOLLIN", "type": ""}, {"class": "const", "name": "EPOLLMSG", "type": ""}, {"class": "const", "name": "EPOLLONESHOT", "type": ""}, {"class": "const", "name": "EPOLLOUT", "type": ""}, {"class": "const", "name": "EPOLLPRI", "type": ""}, {"class": "const", "name": "EPOLLRDBAND", "type": ""}, {"class": "const", "name": "EPOLLRDHUP", "type": ""}, {"class": "const", "name": "EPOLLRDNORM", "type": ""}, {"class": "const", "name": "EPOLLWRBAND", "type": ""}, {"class": "const", "name": "EPOLLWRNORM", "type": ""}, {"class": "const", "name": "EPOLL_CLOEXEC", "type": ""}, {"class": "const", "name": "EPOLL_CTL_ADD", "type": ""}, {"class": "const", "name": "EPOLL_CTL_DEL", "type": ""}, {"class": "const", "name": "EPOLL_CTL_MOD", "type": ""}, {"class": "const", "name": "EPOLL_NONBLOCK", "type": ""}, {"class": "const", "name": "EPROTO", "type": ""}, {"class": "const", "name": "EPROTONOSUPPORT", "type": ""}, {"class": "const", "name": "EPROTOTYPE", "type": ""}, {"class": "const", "name": "ERANGE", "type": ""}, {"class": "const", "name": "EREMCHG", "type": ""}, {"class": "const", "name": "EREMOTE", "type": ""}, {"class": "const", "name": "EREMOTEIO", "type": ""}, {"class": "const", "name": "ERESTART", "type": ""}, {"class": "const", "name": "ERFKILL", "type": ""}, {"class": "const", "name": "EROFS", "type": ""}, {"class": "const", "name": "ESHUTDOWN", "type": ""}, {"class": "const", "name": "ESOCKTNOSUPPORT", "type": ""}, {"class": "const", "name": "ESPIPE", "type": ""}, {"class": "const", "name": "ESRCH", "type": ""}, {"class": "const", "name": "ESRMNT", "type": ""}, {"class": "const", "name": "ESTALE", "type": ""}, {"class": "const", "name": "ESTRPIPE", "type": ""}, {"class": "const", "name": "ETH_P_1588", "type": ""}, {"class": "const", "name": "ETH_P_8021Q", "type": ""}, {"class": "const", "name": "ETH_P_802_2", "type": ""}, {"class": "const", "name": "ETH_P_802_3", "type": ""}, {"class": "const", "name": "ETH_P_AARP", "type": ""}, {"class": "const", "name": "ETH_P_ALL", "type": ""}, {"class": "const", "name": "ETH_P_AOE", "type": ""}, {"class": "const", "name": "ETH_P_ARCNET", "type": ""}, {"class": "const", "name": "ETH_P_ARP", "type": ""}, {"class": "const", "name": "ETH_P_ATALK", "type": ""}, {"class": "const", "name": "ETH_P_ATMFATE", "type": ""}, {"class": "const", "name": "ETH_P_ATMMPOA", "type": ""}, {"class": "const", "name": "ETH_P_AX25", "type": ""}, {"class": "const", "name": "ETH_P_BPQ", "type": ""}, {"class": "const", "name": "ETH_P_CAIF", "type": ""}, {"class": "const", "name": "ETH_P_CAN", "type": ""}, {"class": "const", "name": "ETH_P_CONTROL", "type": ""}, {"class": "const", "name": "ETH_P_CUST", "type": ""}, {"class": "const", "name": "ETH_P_DDCMP", "type": ""}, {"class": "const", "name": "ETH_P_DEC", "type": ""}, {"class": "const", "name": "ETH_P_DIAG", "type": ""}, {"class": "const", "name": "ETH_P_DNA_DL", "type": ""}, {"class": "const", "name": "ETH_P_DNA_RC", "type": ""}, {"class": "const", "name": "ETH_P_DNA_RT", "type": ""}, {"class": "const", "name": "ETH_P_DSA", "type": ""}, {"class": "const", "name": "ETH_P_ECONET", "type": ""}, {"class": "const", "name": "ETH_P_EDSA", "type": ""}, {"class": "const", "name": "ETH_P_FCOE", "type": ""}, {"class": "const", "name": "ETH_P_FIP", "type": ""}, {"class": "const", "name": "ETH_P_HDLC", "type": ""}, {"class": "const", "name": "ETH_P_IEEE802154", "type": ""}, {"class": "const", "name": "ETH_P_IEEEPUP", "type": ""}, {"class": "const", "name": "ETH_P_IEEEPUPAT", "type": ""}, {"class": "const", "name": "ETH_P_IP", "type": ""}, {"class": "const", "name": "ETH_P_IPV6", "type": ""}, {"class": "const", "name": "ETH_P_IPX", "type": ""}, {"class": "const", "name": "ETH_P_IRDA", "type": ""}, {"class": "const", "name": "ETH_P_LAT", "type": ""}, {"class": "const", "name": "ETH_P_LINK_CTL", "type": ""}, {"class": "const", "name": "ETH_P_LOCALTALK", "type": ""}, {"class": "const", "name": "ETH_P_LOOP", "type": ""}, {"class": "const", "name": "ETH_P_MOBITEX", "type": ""}, {"class": "const", "name": "ETH_P_MPLS_MC", "type": ""}, {"class": "const", "name": "ETH_P_MPLS_UC", "type": ""}, {"class": "const", "name": "ETH_P_PAE", "type": ""}, {"class": "const", "name": "ETH_P_PAUSE", "type": ""}, {"class": "const", "name": "ETH_P_PHONET", "type": ""}, {"class": "const", "name": "ETH_P_PPPTALK", "type": ""}, {"class": "const", "name": "ETH_P_PPP_DISC", "type": ""}, {"class": "const", "name": "ETH_P_PPP_MP", "type": ""}, {"class": "const", "name": "ETH_P_PPP_SES", "type": ""}, {"class": "const", "name": "ETH_P_PUP", "type": ""}, {"class": "const", "name": "ETH_P_PUPAT", "type": ""}, {"class": "const", "name": "ETH_P_RARP", "type": ""}, {"class": "const", "name": "ETH_P_SCA", "type": ""}, {"class": "const", "name": "ETH_P_SLOW", "type": ""}, {"class": "const", "name": "ETH_P_SNAP", "type": ""}, {"class": "const", "name": "ETH_P_TEB", "type": ""}, {"class": "const", "name": "ETH_P_TIPC", "type": ""}, {"class": "const", "name": "ETH_P_TRAILER", "type": ""}, {"class": "const", "name": "ETH_P_TR_802_2", "type": ""}, {"class": "const", "name": "ETH_P_WAN_PPP", "type": ""}, {"class": "const", "name": "ETH_P_WCCP", "type": ""}, {"class": "const", "name": "ETH_P_X25", "type": ""}, {"class": "const", "name": "ETIME", "type": ""}, {"class": "const", "name": "ETIMEDOUT", "type": ""}, {"class": "const", "name": "ETOOMANYREFS", "type": ""}, {"class": "const", "name": "ETXTBSY", "type": ""}, {"class": "const", "name": "EUCLEAN", "type": ""}, {"class": "const", "name": "EUNATCH", "type": ""}, {"class": "const", "name": "EUSERS", "type": ""}, {"class": "const", "name": "EWOULDBLOCK", "type": ""}, {"class": "const", "name": "EXDEV", "type": ""}, {"class": "const", "name": "EXFULL", "type": ""}, {"class": "const", "name": "FD_CLOEXEC", "type": ""}, {"class": "const", "name": "FD_SETSIZE", "type": ""}, {"class": "const", "name": "FLUSHO", "type": ""}, {"class": "const", "name": "F_DUPFD", "type": ""}, {"class": "const", "name": "F_DUPFD_CLOEXEC", "type": ""}, {"class": "const", "name": "F_EXLCK", "type": ""}, {"class": "const", "name": "F_GETFD", "type": ""}, {"class": "const", "name": "F_GETFL", "type": ""}, {"class": "const", "name": "F_GETLEASE", "type": ""}, {"class": "const", "name": "F_GETLK", "type": ""}, {"class": "const", "name": "F_GETLK64", "type": ""}, {"class": "const", "name": "F_GETOWN", "type": ""}, {"class": "const", "name": "F_GETOWN_EX", "type": ""}, {"class": "const", "name": "F_GETPIPE_SZ", "type": ""}, {"class": "const", "name": "F_GETSIG", "type": ""}, {"class": "const", "name": "F_LOCK", "type": ""}, {"class": "const", "name": "F_NOTIFY", "type": ""}, {"class": "const", "name": "F_OK", "type": ""}, {"class": "const", "name": "F_RDLCK", "type": ""}, {"class": "const", "name": "F_SETFD", "type": ""}, {"class": "const", "name": "F_SETFL", "type": ""}, {"class": "const", "name": "F_SETLEASE", "type": ""}, {"class": "const", "name": "F_SETLK", "type": ""}, {"class": "const", "name": "F_SETLK64", "type": ""}, {"class": "const", "name": "F_SETLKW", "type": ""}, {"class": "const", "name": "F_SETLKW64", "type": ""}, {"class": "const", "name": "F_SETOWN", "type": ""}, {"class": "const", "name": "F_SETOWN_EX", "type": ""}, {"class": "const", "name": "F_SETPIPE_SZ", "type": ""}, {"class": "const", "name": "F_SETSIG", "type": ""}, {"class": "const", "name": "F_SHLCK", "type": ""}, {"class": "const", "name": "F_TEST", "type": ""}, {"class": "const", "name": "F_TLOCK", "type": ""}, {"class": "const", "name": "F_ULOCK", "type": ""}, {"class": "const", "name": "F_UNLCK", "type": ""}, {"class": "const", "name": "F_WRLCK", "type": ""}, {"class": "const", "name": "HUPCL", "type": ""}, {"class": "const", "name": "ICANON", "type": ""}, {"class": "const", "name": "ICMPV6_FILTER", "type": ""}, {"class": "const", "name": "ICRNL", "type": ""}, {"class": "const", "name": "IEXTEN", "type": ""}, {"class": "const", "name": "IFA_ADDRESS", "type": ""}, {"class": "const", "name": "IFA_ANYCAST", "type": ""}, {"class": "const", "name": "IFA_BROADCAST", "type": ""}, {"class": "const", "name": "IFA_CACHEINFO", "type": ""}, {"class": "const", "name": "IFA_F_DADFAILED", "type": ""}, {"class": "const", "name": "IFA_F_DEPRECATED", "type": ""}, {"class": "const", "name": "IFA_F_HOMEADDRESS", "type": ""}, {"class": "const", "name": "IFA_F_NODAD", "type": ""}, {"class": "const", "name": "IFA_F_OPTIMISTIC", "type": ""}, {"class": "const", "name": "IFA_F_PERMANENT", "type": ""}, {"class": "const", "name": "IFA_F_SECONDARY", "type": ""}, {"class": "const", "name": "IFA_F_TEMPORARY", "type": ""}, {"class": "const", "name": "IFA_F_TENTATIVE", "type": ""}, {"class": "const", "name": "IFA_LABEL", "type": ""}, {"class": "const", "name": "IFA_LOCAL", "type": ""}, {"class": "const", "name": "IFA_MAX", "type": ""}, {"class": "const", "name": "IFA_MULTICAST", "type": ""}, {"class": "const", "name": "IFA_UNSPEC", "type": ""}, {"class": "const", "name": "IFF_ALLMULTI", "type": ""}, {"class": "const", "name": "IFF_AUTOMEDIA", "type": ""}, {"class": "const", "name": "IFF_BROADCAST", "type": ""}, {"class": "const", "name": "IFF_DEBUG", "type": ""}, {"class": "const", "name": "IFF_DYNAMIC", "type": ""}, {"class": "const", "name": "IFF_LOOPBACK", "type": ""}, {"class": "const", "name": "IFF_MASTER", "type": ""}, {"class": "const", "name": "IFF_MULTICAST", "type": ""}, {"class": "const", "name": "IFF_NOARP", "type": ""}, {"class": "const", "name": "IFF_NOTRAILERS", "type": ""}, {"class": "const", "name": "IFF_NO_PI", "type": ""}, {"class": "const", "name": "IFF_ONE_QUEUE", "type": ""}, {"class": "const", "name": "IFF_POINTOPOINT", "type": ""}, {"class": "const", "name": "IFF_PORTSEL", "type": ""}, {"class": "const", "name": "IFF_PROMISC", "type": ""}, {"class": "const", "name": "IFF_RUNNING", "type": ""}, {"class": "const", "name": "IFF_SLAVE", "type": ""}, {"class": "const", "name": "IFF_TAP", "type": ""}, {"class": "const", "name": "IFF_TUN", "type": ""}, {"class": "const", "name": "IFF_TUN_EXCL", "type": ""}, {"class": "const", "name": "IFF_UP", "type": ""}, {"class": "const", "name": "IFF_VNET_HDR", "type": ""}, {"class": "const", "name": "IFLA_ADDRESS", "type": ""}, {"class": "const", "name": "IFLA_BROADCAST", "type": ""}, {"class": "const", "name": "IFLA_COST", "type": ""}, {"class": "const", "name": "IFLA_IFALIAS", "type": ""}, {"class": "const", "name": "IFLA_IFNAME", "type": ""}, {"class": "const", "name": "IFLA_LINK", "type": ""}, {"class": "const", "name": "IFLA_LINKINFO", "type": ""}, {"class": "const", "name": "IFLA_LINKMODE", "type": ""}, {"class": "const", "name": "IFLA_MAP", "type": ""}, {"class": "const", "name": "IFLA_MASTER", "type": ""}, {"class": "const", "name": "IFLA_MAX", "type": ""}, {"class": "const", "name": "IFLA_MTU", "type": ""}, {"class": "const", "name": "IFLA_NET_NS_PID", "type": ""}, {"class": "const", "name": "IFLA_OPERSTATE", "type": ""}, {"class": "const", "name": "IFLA_PRIORITY", "type": ""}, {"class": "const", "name": "IFLA_PROTINFO", "type": ""}, {"class": "const", "name": "IFLA_QDISC", "type": ""}, {"class": "const", "name": "IFLA_STATS", "type": ""}, {"class": "const", "name": "IFLA_TXQLEN", "type": ""}, {"class": "const", "name": "IFLA_UNSPEC", "type": ""}, {"class": "const", "name": "IFLA_WEIGHT", "type": ""}, {"class": "const", "name": "IFLA_WIRELESS", "type": ""}, {"class": "const", "name": "IFNAMSIZ", "type": ""}, {"class": "const", "name": "IGNBRK", "type": ""}, {"class": "const", "name": "IGNCR", "type": ""}, {"class": "const", "name": "IGNPAR", "type": ""}, {"class": "const", "name": "IMAXBEL", "type": ""}, {"class": "const", "name": "INLCR", "type": ""}, {"class": "const", "name": "INPCK", "type": ""}, {"class": "const", "name": "IN_ACCESS", "type": ""}, {"class": "const", "name": "IN_ALL_EVENTS", "type": ""}, {"class": "const", "name": "IN_ATTRIB", "type": ""}, {"class": "const", "name": "IN_CLASSA_HOST", "type": ""}, {"class": "const", "name": "IN_CLASSA_MAX", "type": ""}, {"class": "const", "name": "IN_CLASSA_NET", "type": ""}, {"class": "const", "name": "IN_CLASSA_NSHIFT", "type": ""}, {"class": "const", "name": "IN_CLASSB_HOST", "type": ""}, {"class": "const", "name": "IN_CLASSB_MAX", "type": ""}, {"class": "const", "name": "IN_CLASSB_NET", "type": ""}, {"class": "const", "name": "IN_CLASSB_NSHIFT", "type": ""}, {"class": "const", "name": "IN_CLASSC_HOST", "type": ""}, {"class": "const", "name": "IN_CLASSC_NET", "type": ""}, {"class": "const", "name": "IN_CLASSC_NSHIFT", "type": ""}, {"class": "const", "name": "IN_CLOEXEC", "type": ""}, {"class": "const", "name": "IN_CLOSE", "type": ""}, {"class": "const", "name": "IN_CLOSE_NOWRITE", "type": ""}, {"class": "const", "name": "IN_CLOSE_WRITE", "type": ""}, {"class": "const", "name": "IN_CREATE", "type": ""}, {"class": "const", "name": "IN_DELETE", "type": ""}, {"class": "const", "name": "IN_DELETE_SELF", "type": ""}, {"class": "const", "name": "IN_DONT_FOLLOW", "type": ""}, {"class": "const", "name": "IN_EXCL_UNLINK", "type": ""}, {"class": "const", "name": "IN_IGNORED", "type": ""}, {"class": "const", "name": "IN_ISDIR", "type": ""}, {"class": "const", "name": "IN_LOOPBACKNET", "type": ""}, {"class": "const", "name": "IN_MASK_ADD", "type": ""}, {"class": "const", "name": "IN_MODIFY", "type": ""}, {"class": "const", "name": "IN_MOVE", "type": ""}, {"class": "const", "name": "IN_MOVED_FROM", "type": ""}, {"class": "const", "name": "IN_MOVED_TO", "type": ""}, {"class": "const", "name": "IN_MOVE_SELF", "type": ""}, {"class": "const", "name": "IN_NONBLOCK", "type": ""}, {"class": "const", "name": "IN_ONESHOT", "type": ""}, {"class": "const", "name": "IN_ONLYDIR", "type": ""}, {"class": "const", "name": "IN_OPEN", "type": ""}, {"class": "const", "name": "IN_Q_OVERFLOW", "type": ""}, {"class": "const", "name": "IN_UNMOUNT", "type": ""}, {"class": "const", "name": "IPPROTO_AH", "type": ""}, {"class": "const", "name": "IPPROTO_COMP", "type": ""}, {"class": "const", "name": "IPPROTO_DCCP", "type": ""}, {"class": "const", "name": "IPPROTO_DSTOPTS", "type": ""}, {"class": "const", "name": "IPPROTO_EGP", "type": ""}, {"class": "const", "name": "IPPROTO_ENCAP", "type": ""}, {"class": "const", "name": "IPPROTO_ESP", "type": ""}, {"class": "const", "name": "IPPROTO_FRAGMENT", "type": ""}, {"class": "const", "name": "IPPROTO_GRE", "type": ""}, {"class": "const", "name": "IPPROTO_HOPOPTS", "type": ""}, {"class": "const", "name": "IPPROTO_ICMP", "type": ""}, {"class": "const", "name": "IPPROTO_ICMPV6", "type": ""}, {"class": "const", "name": "IPPROTO_IDP", "type": ""}, {"class": "const", "name": "IPPROTO_IGMP", "type": ""}, {"class": "const", "name": "IPPROTO_IP", "type": ""}, {"class": "const", "name": "IPPROTO_IPIP", "type": ""}, {"class": "const", "name": "IPPROTO_IPV6", "type": ""}, {"class": "const", "name": "IPPROTO_MTP", "type": ""}, {"class": "const", "name": "IPPROTO_NONE", "type": ""}, {"class": "const", "name": "IPPROTO_PIM", "type": ""}, {"class": "const", "name": "IPPROTO_PUP", "type": ""}, {"class": "const", "name": "IPPROTO_RAW", "type": ""}, {"class": "const", "name": "IPPROTO_ROUTING", "type": ""}, {"class": "const", "name": "IPPROTO_RSVP", "type": ""}, {"class": "const", "name": "IPPROTO_SCTP", "type": ""}, {"class": "const", "name": "IPPROTO_TCP", "type": ""}, {"class": "const", "name": "IPPROTO_TP", "type": ""}, {"class": "const", "name": "IPPROTO_UDP", "type": ""}, {"class": "const", "name": "IPPROTO_UDPLITE", "type": ""}, {"class": "const", "name": "IPV6_2292DSTOPTS", "type": ""}, {"class": "const", "name": "IPV6_2292HOPLIMIT", "type": ""}, {"class": "const", "name": "IPV6_2292HOPOPTS", "type": ""}, {"class": "const", "name": "IPV6_2292PKTINFO", "type": ""}, {"class": "const", "name": "IPV6_2292PKTOPTIONS", "type": ""}, {"class": "const", "name": "IPV6_2292RTHDR", "type": ""}, {"class": "const", "name": "IPV6_ADDRFORM", "type": ""}, {"class": "const", "name": "IPV6_ADD_MEMBERSHIP", "type": ""}, {"class": "const", "name": "IPV6_AUTHHDR", "type": ""}, {"class": "const", "name": "IPV6_CHECKSUM", "type": ""}, {"class": "const", "name": "IPV6_DROP_MEMBERSHIP", "type": ""}, {"class": "const", "name": "IPV6_DSTOPTS", "type": ""}, {"class": "const", "name": "IPV6_HOPLIMIT", "type": ""}, {"class": "const", "name": "IPV6_HOPOPTS", "type": ""}, {"class": "const", "name": "IPV6_IPSEC_POLICY", "type": ""}, {"class": "const", "name": "IPV6_JOIN_ANYCAST", "type": ""}, {"class": "const", "name": "IPV6_JOIN_GROUP", "type": ""}, {"class": "const", "name": "IPV6_LEAVE_ANYCAST", "type": ""}, {"class": "const", "name": "IPV6_LEAVE_GROUP", "type": ""}, {"class": "const", "name": "IPV6_MTU", "type": ""}, {"class": "const", "name": "IPV6_MTU_DISCOVER", "type": ""}, {"class": "const", "name": "IPV6_MULTICAST_HOPS", "type": ""}, {"class": "const", "name": "IPV6_MULTICAST_IF", "type": ""}, {"class": "const", "name": "IPV6_MULTICAST_LOOP", "type": ""}, {"class": "const", "name": "IPV6_NEXTHOP", "type": ""}, {"class": "const", "name": "IPV6_PKTINFO", "type": ""}, {"class": "const", "name": "IPV6_PMTUDISC_DO", "type": ""}, {"class": "const", "name": "IPV6_PMTUDISC_DONT", "type": ""}, {"class": "const", "name": "IPV6_PMTUDISC_PROBE", "type": ""}, {"class": "const", "name": "IPV6_PMTUDISC_WANT", "type": ""}, {"class": "const", "name": "IPV6_RECVDSTOPTS", "type": ""}, {"class": "const", "name": "IPV6_RECVERR", "type": ""}, {"class": "const", "name": "IPV6_RECVHOPLIMIT", "type": ""}, {"class": "const", "name": "IPV6_RECVHOPOPTS", "type": ""}, {"class": "const", "name": "IPV6_RECVPKTINFO", "type": ""}, {"class": "const", "name": "IPV6_RECVRTHDR", "type": ""}, {"class": "const", "name": "IPV6_RECVTCLASS", "type": ""}, {"class": "const", "name": "IPV6_ROUTER_ALERT", "type": ""}, {"class": "const", "name": "IPV6_RTHDR", "type": ""}, {"class": "const", "name": "IPV6_RTHDRDSTOPTS", "type": ""}, {"class": "const", "name": "IPV6_RTHDR_LOOSE", "type": ""}, {"class": "const", "name": "IPV6_RTHDR_STRICT", "type": ""}, {"class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": ""}, {"class": "const", "name": "IPV6_RXDSTOPTS", "type": ""}, {"class": "const", "name": "IPV6_RXHOPOPTS", "type": ""}, {"class": "const", "name": "IPV6_TCLASS", "type": ""}, {"class": "const", "name": "IPV6_UNICAST_HOPS", "type": ""}, {"class": "const", "name": "IPV6_V6ONLY", "type": ""}, {"class": "const", "name": "IPV6_XFRM_POLICY", "type": ""}, {"class": "const", "name": "IP_ADD_MEMBERSHIP", "type": ""}, {"class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": ""}, {"class": "const", "name": "IP_BLOCK_SOURCE", "type": ""}, {"class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": ""}, {"class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": ""}, {"class": "const", "name": "IP_DF", "type": ""}, {"class": "const", "name": "IP_DROP_MEMBERSHIP", "type": ""}, {"class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": ""}, {"class": "const", "name": "IP_FREEBIND", "type": ""}, {"class": "const", "name": "IP_HDRINCL", "type": ""}, {"class": "const", "name": "IP_IPSEC_POLICY", "type": ""}, {"class": "const", "name": "IP_MAXPACKET", "type": ""}, {"class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": ""}, {"class": "const", "name": "IP_MF", "type": ""}, {"class": "const", "name": "IP_MINTTL", "type": ""}, {"class": "const", "name": "IP_MSFILTER", "type": ""}, {"class": "const", "name": "IP_MSS", "type": ""}, {"class": "const", "name": "IP_MTU", "type": ""}, {"class": "const", "name": "IP_MTU_DISCOVER", "type": ""}, {"class": "const", "name": "IP_MULTICAST_IF", "type": ""}, {"class": "const", "name": "IP_MULTICAST_LOOP", "type": ""}, {"class": "const", "name": "IP_MULTICAST_TTL", "type": ""}, {"class": "const", "name": "IP_OFFMASK", "type": ""}, {"class": "const", "name": "IP_OPTIONS", "type": ""}, {"class": "const", "name": "IP_ORIGDSTADDR", "type": ""}, {"class": "const", "name": "IP_PASSSEC", "type": ""}, {"class": "const", "name": "IP_PKTINFO", "type": ""}, {"class": "const", "name": "IP_PKTOPTIONS", "type": ""}, {"class": "const", "name": "IP_PMTUDISC", "type": ""}, {"class": "const", "name": "IP_PMTUDISC_DO", "type": ""}, {"class": "const", "name": "IP_PMTUDISC_DONT", "type": ""}, {"class": "const", "name": "IP_PMTUDISC_PROBE", "type": ""}, {"class": "const", "name": "IP_PMTUDISC_WANT", "type": ""}, {"class": "const", "name": "IP_RECVERR", "type": ""}, {"class": "const", "name": "IP_RECVOPTS", "type": ""}, {"class": "const", "name": "IP_RECVORIGDSTADDR", "type": ""}, {"class": "const", "name": "IP_RECVRETOPTS", "type": ""}, {"class": "const", "name": "IP_RECVTOS", "type": ""}, {"class": "const", "name": "IP_RECVTTL", "type": ""}, {"class": "const", "name": "IP_RETOPTS", "type": ""}, {"class": "const", "name": "IP_RF", "type": ""}, {"class": "const", "name": "IP_ROUTER_ALERT", "type": ""}, {"class": "const", "name": "IP_TOS", "type": ""}, {"class": "const", "name": "IP_TRANSPARENT", "type": ""}, {"class": "const", "name": "IP_TTL", "type": ""}, {"class": "const", "name": "IP_UNBLOCK_SOURCE", "type": ""}, {"class": "const", "name": "IP_XFRM_POLICY", "type": ""}, {"class": "const", "name": "ISIG", "type": ""}, {"class": "const", "name": "ISTRIP", "type": ""}, {"class": "const", "name": "IUCLC", "type": ""}, {"class": "const", "name": "IUTF8", "type": ""}, {"class": "const", "name": "IXANY", "type": ""}, {"class": "const", "name": "IXOFF", "type": ""}, {"class": "const", "name": "IXON", "type": ""}, {"class": "const", "name": "ImplementsGetwd", "type": ""}, {"class": "const", "name": "LINUX_REBOOT_CMD_CAD_OFF", "type": ""}, {"class": "const", "name": "LINUX_REBOOT_CMD_CAD_ON", "type": ""}, {"class": "const", "name": "LINUX_REBOOT_CMD_HALT", "type": ""}, {"class": "const", "name": "LINUX_REBOOT_CMD_KEXEC", "type": ""}, {"class": "const", "name": "LINUX_REBOOT_CMD_POWER_OFF", "type": ""}, {"class": "const", "name": "LINUX_REBOOT_CMD_RESTART", "type": ""}, {"class": "const", "name": "LINUX_REBOOT_CMD_RESTART2", "type": ""}, {"class": "const", "name": "LINUX_REBOOT_CMD_SW_SUSPEND", "type": ""}, {"class": "const", "name": "LINUX_REBOOT_MAGIC1", "type": ""}, {"class": "const", "name": "LINUX_REBOOT_MAGIC2", "type": ""}, {"class": "const", "name": "LOCK_EX", "type": ""}, {"class": "const", "name": "LOCK_NB", "type": ""}, {"class": "const", "name": "LOCK_SH", "type": ""}, {"class": "const", "name": "LOCK_UN", "type": ""}, {"class": "const", "name": "MADV_DOFORK", "type": ""}, {"class": "const", "name": "MADV_DONTFORK", "type": ""}, {"class": "const", "name": "MADV_DONTNEED", "type": ""}, {"class": "const", "name": "MADV_HUGEPAGE", "type": ""}, {"class": "const", "name": "MADV_HWPOISON", "type": ""}, {"class": "const", "name": "MADV_MERGEABLE", "type": ""}, {"class": "const", "name": "MADV_NOHUGEPAGE", "type": ""}, {"class": "const", "name": "MADV_NORMAL", "type": ""}, {"class": "const", "name": "MADV_RANDOM", "type": ""}, {"class": "const", "name": "MADV_REMOVE", "type": ""}, {"class": "const", "name": "MADV_SEQUENTIAL", "type": ""}, {"class": "const", "name": "MADV_UNMERGEABLE", "type": ""}, {"class": "const", "name": "MADV_WILLNEED", "type": ""}, {"class": "const", "name": "MAP_32BIT", "type": ""}, {"class": "const", "name": "MAP_ANON", "type": ""}, {"class": "const", "name": "MAP_ANONYMOUS", "type": ""}, {"class": "const", "name": "MAP_DENYWRITE", "type": ""}, {"class": "const", "name": "MAP_EXECUTABLE", "type": ""}, {"class": "const", "name": "MAP_FILE", "type": ""}, {"class": "const", "name": "MAP_FIXED", "type": ""}, {"class": "const", "name": "MAP_GROWSDOWN", "type": ""}, {"class": "const", "name": "MAP_HUGETLB", "type": ""}, {"class": "const", "name": "MAP_LOCKED", "type": ""}, {"class": "const", "name": "MAP_NONBLOCK", "type": ""}, {"class": "const", "name": "MAP_NORESERVE", "type": ""}, {"class": "const", "name": "MAP_POPULATE", "type": ""}, {"class": "const", "name": "MAP_PRIVATE", "type": ""}, {"class": "const", "name": "MAP_SHARED", "type": ""}, {"class": "const", "name": "MAP_STACK", "type": ""}, {"class": "const", "name": "MAP_TYPE", "type": ""}, {"class": "const", "name": "MCL_CURRENT", "type": ""}, {"class": "const", "name": "MCL_FUTURE", "type": ""}, {"class": "const", "name": "MNT_DETACH", "type": ""}, {"class": "const", "name": "MNT_EXPIRE", "type": ""}, {"class": "const", "name": "MNT_FORCE", "type": ""}, {"class": "const", "name": "MSG_CMSG_CLOEXEC", "type": ""}, {"class": "const", "name": "MSG_CONFIRM", "type": ""}, {"class": "const", "name": "MSG_CTRUNC", "type": ""}, {"class": "const", "name": "MSG_DONTROUTE", "type": ""}, {"class": "const", "name": "MSG_DONTWAIT", "type": ""}, {"class": "const", "name": "MSG_EOR", "type": ""}, {"class": "const", "name": "MSG_ERRQUEUE", "type": ""}, {"class": "const", "name": "MSG_FASTOPEN", "type": ""}, {"class": "const", "name": "MSG_FIN", "type": ""}, {"class": "const", "name": "MSG_MORE", "type": ""}, {"class": "const", "name": "MSG_NOSIGNAL", "type": ""}, {"class": "const", "name": "MSG_OOB", "type": ""}, {"class": "const", "name": "MSG_PEEK", "type": ""}, {"class": "const", "name": "MSG_PROXY", "type": ""}, {"class": "const", "name": "MSG_RST", "type": ""}, {"class": "const", "name": "MSG_SYN", "type": ""}, {"class": "const", "name": "MSG_TRUNC", "type": ""}, {"class": "const", "name": "MSG_TRYHARD", "type": ""}, {"class": "const", "name": "MSG_WAITALL", "type": ""}, {"class": "const", "name": "MSG_WAITFORONE", "type": ""}, {"class": "const", "name": "MS_ACTIVE", "type": ""}, {"class": "const", "name": "MS_ASYNC", "type": ""}, {"class": "const", "name": "MS_BIND", "type": ""}, {"class": "const", "name": "MS_DIRSYNC", "type": ""}, {"class": "const", "name": "MS_INVALIDATE", "type": ""}, {"class": "const", "name": "MS_I_VERSION", "type": ""}, {"class": "const", "name": "MS_KERNMOUNT", "type": ""}, {"class": "const", "name": "MS_MANDLOCK", "type": ""}, {"class": "const", "name": "MS_MGC_MSK", "type": ""}, {"class": "const", "name": "MS_MGC_VAL", "type": ""}, {"class": "const", "name": "MS_MOVE", "type": ""}, {"class": "const", "name": "MS_NOATIME", "type": ""}, {"class": "const", "name": "MS_NODEV", "type": ""}, {"class": "const", "name": "MS_NODIRATIME", "type": ""}, {"class": "const", "name": "MS_NOEXEC", "type": ""}, {"class": "const", "name": "MS_NOSUID", "type": ""}, {"class": "const", "name": "MS_NOUSER", "type": ""}, {"class": "const", "name": "MS_POSIXACL", "type": ""}, {"class": "const", "name": "MS_PRIVATE", "type": ""}, {"class": "const", "name": "MS_RDONLY", "type": ""}, {"class": "const", "name": "MS_REC", "type": ""}, {"class": "const", "name": "MS_RELATIME", "type": ""}, {"class": "const", "name": "MS_REMOUNT", "type": ""}, {"class": "const", "name": "MS_RMT_MASK", "type": ""}, {"class": "const", "name": "MS_SHARED", "type": ""}, {"class": "const", "name": "MS_SILENT", "type": ""}, {"class": "const", "name": "MS_SLAVE", "type": ""}, {"class": "const", "name": "MS_STRICTATIME", "type": ""}, {"class": "const", "name": "MS_SYNC", "type": ""}, {"class": "const", "name": "MS_SYNCHRONOUS", "type": ""}, {"class": "const", "name": "MS_UNBINDABLE", "type": ""}, {"class": "const", "name": "NAME_MAX", "type": ""}, {"class": "const", "name": "NETLINK_ADD_MEMBERSHIP", "type": ""}, {"class": "const", "name": "NETLINK_AUDIT", "type": ""}, {"class": "const", "name": "NETLINK_BROADCAST_ERROR", "type": ""}, {"class": "const", "name": "NETLINK_CONNECTOR", "type": ""}, {"class": "const", "name": "NETLINK_DNRTMSG", "type": ""}, {"class": "const", "name": "NETLINK_DROP_MEMBERSHIP", "type": ""}, {"class": "const", "name": "NETLINK_ECRYPTFS", "type": ""}, {"class": "const", "name": "NETLINK_FIB_LOOKUP", "type": ""}, {"class": "const", "name": "NETLINK_FIREWALL", "type": ""}, {"class": "const", "name": "NETLINK_GENERIC", "type": ""}, {"class": "const", "name": "NETLINK_INET_DIAG", "type": ""}, {"class": "const", "name": "NETLINK_IP6_FW", "type": ""}, {"class": "const", "name": "NETLINK_ISCSI", "type": ""}, {"class": "const", "name": "NETLINK_KOBJECT_UEVENT", "type": ""}, {"class": "const", "name": "NETLINK_NETFILTER", "type": ""}, {"class": "const", "name": "NETLINK_NFLOG", "type": ""}, {"class": "const", "name": "NETLINK_NO_ENOBUFS", "type": ""}, {"class": "const", "name": "NETLINK_PKTINFO", "type": ""}, {"class": "const", "name": "NETLINK_ROUTE", "type": ""}, {"class": "const", "name": "NETLINK_SCSITRANSPORT", "type": ""}, {"class": "const", "name": "NETLINK_SELINUX", "type": ""}, {"class": "const", "name": "NETLINK_UNUSED", "type": ""}, {"class": "const", "name": "NETLINK_USERSOCK", "type": ""}, {"class": "const", "name": "NETLINK_XFRM", "type": ""}, {"class": "const", "name": "NLA_ALIGNTO", "type": ""}, {"class": "const", "name": "NLA_F_NESTED", "type": ""}, {"class": "const", "name": "NLA_F_NET_BYTEORDER", "type": ""}, {"class": "const", "name": "NLA_HDRLEN", "type": ""}, {"class": "const", "name": "NLMSG_ALIGNTO", "type": ""}, {"class": "const", "name": "NLMSG_DONE", "type": ""}, {"class": "const", "name": "NLMSG_ERROR", "type": ""}, {"class": "const", "name": "NLMSG_HDRLEN", "type": ""}, {"class": "const", "name": "NLMSG_MIN_TYPE", "type": ""}, {"class": "const", "name": "NLMSG_NOOP", "type": ""}, {"class": "const", "name": "NLMSG_OVERRUN", "type": ""}, {"class": "const", "name": "NLM_F_ACK", "type": ""}, {"class": "const", "name": "NLM_F_APPEND", "type": ""}, {"class": "const", "name": "NLM_F_ATOMIC", "type": ""}, {"class": "const", "name": "NLM_F_CREATE", "type": ""}, {"class": "const", "name": "NLM_F_DUMP", "type": ""}, {"class": "const", "name": "NLM_F_ECHO", "type": ""}, {"class": "const", "name": "NLM_F_EXCL", "type": ""}, {"class": "const", "name": "NLM_F_MATCH", "type": ""}, {"class": "const", "name": "NLM_F_MULTI", "type": ""}, {"class": "const", "name": "NLM_F_REPLACE", "type": ""}, {"class": "const", "name": "NLM_F_REQUEST", "type": ""}, {"class": "const", "name": "NLM_F_ROOT", "type": ""}, {"class": "const", "name": "NOFLSH", "type": ""}, {"class": "const", "name": "OCRNL", "type": ""}, {"class": "const", "name": "OFDEL", "type": ""}, {"class": "const", "name": "OFILL", "type": ""}, {"class": "const", "name": "OLCUC", "type": ""}, {"class": "const", "name": "ONLCR", "type": ""}, {"class": "const", "name": "ONLRET", "type": ""}, {"class": "const", "name": "ONOCR", "type": ""}, {"class": "const", "name": "OPOST", "type": ""}, {"class": "const", "name": "O_ACCMODE", "type": ""}, {"class": "const", "name": "O_APPEND", "type": ""}, {"class": "const", "name": "O_ASYNC", "type": ""}, {"class": "const", "name": "O_CLOEXEC", "type": ""}, {"class": "const", "name": "O_CREAT", "type": ""}, {"class": "const", "name": "O_DIRECT", "type": ""}, {"class": "const", "name": "O_DIRECTORY", "type": ""}, {"class": "const", "name": "O_DSYNC", "type": ""}, {"class": "const", "name": "O_EXCL", "type": ""}, {"class": "const", "name": "O_FSYNC", "type": ""}, {"class": "const", "name": "O_LARGEFILE", "type": ""}, {"class": "const", "name": "O_NDELAY", "type": ""}, {"class": "const", "name": "O_NOATIME", "type": ""}, {"class": "const", "name": "O_NOCTTY", "type": ""}, {"class": "const", "name": "O_NOFOLLOW", "type": ""}, {"class": "const", "name": "O_NONBLOCK", "type": ""}, {"class": "const", "name": "O_RDONLY", "type": ""}, {"class": "const", "name": "O_RDWR", "type": ""}, {"class": "const", "name": "O_RSYNC", "type": ""}, {"class": "const", "name": "O_SYNC", "type": ""}, {"class": "const", "name": "O_TRUNC", "type": ""}, {"class": "const", "name": "O_WRONLY", "type": ""}, {"class": "const", "name": "PACKET_ADD_MEMBERSHIP", "type": ""}, {"class": "const", "name": "PACKET_BROADCAST", "type": ""}, {"class": "const", "name": "PACKET_DROP_MEMBERSHIP", "type": ""}, {"class": "const", "name": "PACKET_FASTROUTE", "type": ""}, {"class": "const", "name": "PACKET_HOST", "type": ""}, {"class": "const", "name": "PACKET_LOOPBACK", "type": ""}, {"class": "const", "name": "PACKET_MR_ALLMULTI", "type": ""}, {"class": "const", "name": "PACKET_MR_MULTICAST", "type": ""}, {"class": "const", "name": "PACKET_MR_PROMISC", "type": ""}, {"class": "const", "name": "PACKET_MULTICAST", "type": ""}, {"class": "const", "name": "PACKET_OTHERHOST", "type": ""}, {"class": "const", "name": "PACKET_OUTGOING", "type": ""}, {"class": "const", "name": "PACKET_RECV_OUTPUT", "type": ""}, {"class": "const", "name": "PACKET_RX_RING", "type": ""}, {"class": "const", "name": "PACKET_STATISTICS", "type": ""}, {"class": "const", "name": "PARENB", "type": ""}, {"class": "const", "name": "PARMRK", "type": ""}, {"class": "const", "name": "PARODD", "type": ""}, {"class": "const", "name": "PENDIN", "type": ""}, {"class": "const", "name": "PRIO_PGRP", "type": ""}, {"class": "const", "name": "PRIO_PROCESS", "type": ""}, {"class": "const", "name": "PRIO_USER", "type": ""}, {"class": "const", "name": "PROT_EXEC", "type": ""}, {"class": "const", "name": "PROT_GROWSDOWN", "type": ""}, {"class": "const", "name": "PROT_GROWSUP", "type": ""}, {"class": "const", "name": "PROT_NONE", "type": ""}, {"class": "const", "name": "PROT_READ", "type": ""}, {"class": "const", "name": "PROT_WRITE", "type": ""}, {"class": "const", "name": "PR_CAPBSET_DROP", "type": ""}, {"class": "const", "name": "PR_CAPBSET_READ", "type": ""}, {"class": "const", "name": "PR_ENDIAN_BIG", "type": ""}, {"class": "const", "name": "PR_ENDIAN_LITTLE", "type": ""}, {"class": "const", "name": "PR_ENDIAN_PPC_LITTLE", "type": ""}, {"class": "const", "name": "PR_FPEMU_NOPRINT", "type": ""}, {"class": "const", "name": "PR_FPEMU_SIGFPE", "type": ""}, {"class": "const", "name": "PR_FP_EXC_ASYNC", "type": ""}, {"class": "const", "name": "PR_FP_EXC_DISABLED", "type": ""}, {"class": "const", "name": "PR_FP_EXC_DIV", "type": ""}, {"class": "const", "name": "PR_FP_EXC_INV", "type": ""}, {"class": "const", "name": "PR_FP_EXC_NONRECOV", "type": ""}, {"class": "const", "name": "PR_FP_EXC_OVF", "type": ""}, {"class": "const", "name": "PR_FP_EXC_PRECISE", "type": ""}, {"class": "const", "name": "PR_FP_EXC_RES", "type": ""}, {"class": "const", "name": "PR_FP_EXC_SW_ENABLE", "type": ""}, {"class": "const", "name": "PR_FP_EXC_UND", "type": ""}, {"class": "const", "name": "PR_GET_DUMPABLE", "type": ""}, {"class": "const", "name": "PR_GET_ENDIAN", "type": ""}, {"class": "const", "name": "PR_GET_FPEMU", "type": ""}, {"class": "const", "name": "PR_GET_FPEXC", "type": ""}, {"class": "const", "name": "PR_GET_KEEPCAPS", "type": ""}, {"class": "const", "name": "PR_GET_NAME", "type": ""}, {"class": "const", "name": "PR_GET_PDEATHSIG", "type": ""}, {"class": "const", "name": "PR_GET_SECCOMP", "type": ""}, {"class": "const", "name": "PR_GET_SECUREBITS", "type": ""}, {"class": "const", "name": "PR_GET_TIMERSLACK", "type": ""}, {"class": "const", "name": "PR_GET_TIMING", "type": ""}, {"class": "const", "name": "PR_GET_TSC", "type": ""}, {"class": "const", "name": "PR_GET_UNALIGN", "type": ""}, {"class": "const", "name": "PR_MCE_KILL", "type": ""}, {"class": "const", "name": "PR_MCE_KILL_CLEAR", "type": ""}, {"class": "const", "name": "PR_MCE_KILL_DEFAULT", "type": ""}, {"class": "const", "name": "PR_MCE_KILL_EARLY", "type": ""}, {"class": "const", "name": "PR_MCE_KILL_GET", "type": ""}, {"class": "const", "name": "PR_MCE_KILL_LATE", "type": ""}, {"class": "const", "name": "PR_MCE_KILL_SET", "type": ""}, {"class": "const", "name": "PR_SET_DUMPABLE", "type": ""}, {"class": "const", "name": "PR_SET_ENDIAN", "type": ""}, {"class": "const", "name": "PR_SET_FPEMU", "type": ""}, {"class": "const", "name": "PR_SET_FPEXC", "type": ""}, {"class": "const", "name": "PR_SET_KEEPCAPS", "type": ""}, {"class": "const", "name": "PR_SET_NAME", "type": ""}, {"class": "const", "name": "PR_SET_PDEATHSIG", "type": ""}, {"class": "const", "name": "PR_SET_PTRACER", "type": ""}, {"class": "const", "name": "PR_SET_SECCOMP", "type": ""}, {"class": "const", "name": "PR_SET_SECUREBITS", "type": ""}, {"class": "const", "name": "PR_SET_TIMERSLACK", "type": ""}, {"class": "const", "name": "PR_SET_TIMING", "type": ""}, {"class": "const", "name": "PR_SET_TSC", "type": ""}, {"class": "const", "name": "PR_SET_UNALIGN", "type": ""}, {"class": "const", "name": "PR_TASK_PERF_EVENTS_DISABLE", "type": ""}, {"class": "const", "name": "PR_TASK_PERF_EVENTS_ENABLE", "type": ""}, {"class": "const", "name": "PR_TIMING_STATISTICAL", "type": ""}, {"class": "const", "name": "PR_TIMING_TIMESTAMP", "type": ""}, {"class": "const", "name": "PR_TSC_ENABLE", "type": ""}, {"class": "const", "name": "PR_TSC_SIGSEGV", "type": ""}, {"class": "const", "name": "PR_UNALIGN_NOPRINT", "type": ""}, {"class": "const", "name": "PR_UNALIGN_SIGBUS", "type": ""}, {"class": "const", "name": "PTRACE_ARCH_PRCTL", "type": ""}, {"class": "const", "name": "PTRACE_ATTACH", "type": ""}, {"class": "const", "name": "PTRACE_CONT", "type": ""}, {"class": "const", "name": "PTRACE_DETACH", "type": ""}, {"class": "const", "name": "PTRACE_EVENT_CLONE", "type": ""}, {"class": "const", "name": "PTRACE_EVENT_EXEC", "type": ""}, {"class": "const", "name": "PTRACE_EVENT_EXIT", "type": ""}, {"class": "const", "name": "PTRACE_EVENT_FORK", "type": ""}, {"class": "const", "name": "PTRACE_EVENT_VFORK", "type": ""}, {"class": "const", "name": "PTRACE_EVENT_VFORK_DONE", "type": ""}, {"class": "const", "name": "PTRACE_GETEVENTMSG", "type": ""}, {"class": "const", "name": "PTRACE_GETFPREGS", "type": ""}, {"class": "const", "name": "PTRACE_GETFPXREGS", "type": ""}, {"class": "const", "name": "PTRACE_GETREGS", "type": ""}, {"class": "const", "name": "PTRACE_GETREGSET", "type": ""}, {"class": "const", "name": "PTRACE_GETSIGINFO", "type": ""}, {"class": "const", "name": "PTRACE_GET_THREAD_AREA", "type": ""}, {"class": "const", "name": "PTRACE_KILL", "type": ""}, {"class": "const", "name": "PTRACE_OLDSETOPTIONS", "type": ""}, {"class": "const", "name": "PTRACE_O_MASK", "type": ""}, {"class": "const", "name": "PTRACE_O_TRACECLONE", "type": ""}, {"class": "const", "name": "PTRACE_O_TRACEEXEC", "type": ""}, {"class": "const", "name": "PTRACE_O_TRACEEXIT", "type": ""}, {"class": "const", "name": "PTRACE_O_TRACEFORK", "type": ""}, {"class": "const", "name": "PTRACE_O_TRACESYSGOOD", "type": ""}, {"class": "const", "name": "PTRACE_O_TRACEVFORK", "type": ""}, {"class": "const", "name": "PTRACE_O_TRACEVFORKDONE", "type": ""}, {"class": "const", "name": "PTRACE_PEEKDATA", "type": ""}, {"class": "const", "name": "PTRACE_PEEKTEXT", "type": ""}, {"class": "const", "name": "PTRACE_PEEKUSR", "type": ""}, {"class": "const", "name": "PTRACE_POKEDATA", "type": ""}, {"class": "const", "name": "PTRACE_POKETEXT", "type": ""}, {"class": "const", "name": "PTRACE_POKEUSR", "type": ""}, {"class": "const", "name": "PTRACE_SETFPREGS", "type": ""}, {"class": "const", "name": "PTRACE_SETFPXREGS", "type": ""}, {"class": "const", "name": "PTRACE_SETOPTIONS", "type": ""}, {"class": "const", "name": "PTRACE_SETREGS", "type": ""}, {"class": "const", "name": "PTRACE_SETREGSET", "type": ""}, {"class": "const", "name": "PTRACE_SETSIGINFO", "type": ""}, {"class": "const", "name": "PTRACE_SET_THREAD_AREA", "type": ""}, {"class": "const", "name": "PTRACE_SINGLEBLOCK", "type": ""}, {"class": "const", "name": "PTRACE_SINGLESTEP", "type": ""}, {"class": "const", "name": "PTRACE_SYSCALL", "type": ""}, {"class": "const", "name": "PTRACE_SYSEMU", "type": ""}, {"class": "const", "name": "PTRACE_SYSEMU_SINGLESTEP", "type": ""}, {"class": "const", "name": "PTRACE_TRACEME", "type": ""}, {"class": "const", "name": "PathMax", "type": ""}, {"class": "const", "name": "RLIMIT_AS", "type": ""}, {"class": "const", "name": "RLIMIT_CORE", "type": ""}, {"class": "const", "name": "RLIMIT_CPU", "type": ""}, {"class": "const", "name": "RLIMIT_DATA", "type": ""}, {"class": "const", "name": "RLIMIT_FSIZE", "type": ""}, {"class": "const", "name": "RLIMIT_NOFILE", "type": ""}, {"class": "const", "name": "RLIMIT_STACK", "type": ""}, {"class": "const", "name": "RLIM_INFINITY", "type": ""}, {"class": "const", "name": "RTAX_ADVMSS", "type": ""}, {"class": "const", "name": "RTAX_CWND", "type": ""}, {"class": "const", "name": "RTAX_FEATURES", "type": ""}, {"class": "const", "name": "RTAX_FEATURE_ALLFRAG", "type": ""}, {"class": "const", "name": "RTAX_FEATURE_ECN", "type": ""}, {"class": "const", "name": "RTAX_FEATURE_SACK", "type": ""}, {"class": "const", "name": "RTAX_FEATURE_TIMESTAMP", "type": ""}, {"class": "const", "name": "RTAX_HOPLIMIT", "type": ""}, {"class": "const", "name": "RTAX_INITCWND", "type": ""}, {"class": "const", "name": "RTAX_INITRWND", "type": ""}, {"class": "const", "name": "RTAX_LOCK", "type": ""}, {"class": "const", "name": "RTAX_MAX", "type": ""}, {"class": "const", "name": "RTAX_MTU", "type": ""}, {"class": "const", "name": "RTAX_REORDERING", "type": ""}, {"class": "const", "name": "RTAX_RTO_MIN", "type": ""}, {"class": "const", "name": "RTAX_RTT", "type": ""}, {"class": "const", "name": "RTAX_RTTVAR", "type": ""}, {"class": "const", "name": "RTAX_SSTHRESH", "type": ""}, {"class": "const", "name": "RTAX_UNSPEC", "type": ""}, {"class": "const", "name": "RTAX_WINDOW", "type": ""}, {"class": "const", "name": "RTA_ALIGNTO", "type": ""}, {"class": "const", "name": "RTA_CACHEINFO", "type": ""}, {"class": "const", "name": "RTA_DST", "type": ""}, {"class": "const", "name": "RTA_FLOW", "type": ""}, {"class": "const", "name": "RTA_GATEWAY", "type": ""}, {"class": "const", "name": "RTA_IIF", "type": ""}, {"class": "const", "name": "RTA_MAX", "type": ""}, {"class": "const", "name": "RTA_METRICS", "type": ""}, {"class": "const", "name": "RTA_MULTIPATH", "type": ""}, {"class": "const", "name": "RTA_OIF", "type": ""}, {"class": "const", "name": "RTA_PREFSRC", "type": ""}, {"class": "const", "name": "RTA_PRIORITY", "type": ""}, {"class": "const", "name": "RTA_SRC", "type": ""}, {"class": "const", "name": "RTA_TABLE", "type": ""}, {"class": "const", "name": "RTA_UNSPEC", "type": ""}, {"class": "const", "name": "RTCF_DIRECTSRC", "type": ""}, {"class": "const", "name": "RTCF_DOREDIRECT", "type": ""}, {"class": "const", "name": "RTCF_LOG", "type": ""}, {"class": "const", "name": "RTCF_MASQ", "type": ""}, {"class": "const", "name": "RTCF_NAT", "type": ""}, {"class": "const", "name": "RTCF_VALVE", "type": ""}, {"class": "const", "name": "RTF_ADDRCLASSMASK", "type": ""}, {"class": "const", "name": "RTF_ADDRCONF", "type": ""}, {"class": "const", "name": "RTF_ALLONLINK", "type": ""}, {"class": "const", "name": "RTF_BROADCAST", "type": ""}, {"class": "const", "name": "RTF_CACHE", "type": ""}, {"class": "const", "name": "RTF_DEFAULT", "type": ""}, {"class": "const", "name": "RTF_DYNAMIC", "type": ""}, {"class": "const", "name": "RTF_FLOW", "type": ""}, {"class": "const", "name": "RTF_GATEWAY", "type": ""}, {"class": "const", "name": "RTF_HOST", "type": ""}, {"class": "const", "name": "RTF_INTERFACE", "type": ""}, {"class": "const", "name": "RTF_IRTT", "type": ""}, {"class": "const", "name": "RTF_LINKRT", "type": ""}, {"class": "const", "name": "RTF_LOCAL", "type": ""}, {"class": "const", "name": "RTF_MODIFIED", "type": ""}, {"class": "const", "name": "RTF_MSS", "type": ""}, {"class": "const", "name": "RTF_MTU", "type": ""}, {"class": "const", "name": "RTF_MULTICAST", "type": ""}, {"class": "const", "name": "RTF_NAT", "type": ""}, {"class": "const", "name": "RTF_NOFORWARD", "type": ""}, {"class": "const", "name": "RTF_NONEXTHOP", "type": ""}, {"class": "const", "name": "RTF_NOPMTUDISC", "type": ""}, {"class": "const", "name": "RTF_POLICY", "type": ""}, {"class": "const", "name": "RTF_REINSTATE", "type": ""}, {"class": "const", "name": "RTF_REJECT", "type": ""}, {"class": "const", "name": "RTF_STATIC", "type": ""}, {"class": "const", "name": "RTF_THROW", "type": ""}, {"class": "const", "name": "RTF_UP", "type": ""}, {"class": "const", "name": "RTF_WINDOW", "type": ""}, {"class": "const", "name": "RTF_XRESOLVE", "type": ""}, {"class": "const", "name": "RTM_BASE", "type": ""}, {"class": "const", "name": "RTM_DELACTION", "type": ""}, {"class": "const", "name": "RTM_DELADDR", "type": ""}, {"class": "const", "name": "RTM_DELADDRLABEL", "type": ""}, {"class": "const", "name": "RTM_DELLINK", "type": ""}, {"class": "const", "name": "RTM_DELNEIGH", "type": ""}, {"class": "const", "name": "RTM_DELQDISC", "type": ""}, {"class": "const", "name": "RTM_DELROUTE", "type": ""}, {"class": "const", "name": "RTM_DELRULE", "type": ""}, {"class": "const", "name": "RTM_DELTCLASS", "type": ""}, {"class": "const", "name": "RTM_DELTFILTER", "type": ""}, {"class": "const", "name": "RTM_F_CLONED", "type": ""}, {"class": "const", "name": "RTM_F_EQUALIZE", "type": ""}, {"class": "const", "name": "RTM_F_NOTIFY", "type": ""}, {"class": "const", "name": "RTM_F_PREFIX", "type": ""}, {"class": "const", "name": "RTM_GETACTION", "type": ""}, {"class": "const", "name": "RTM_GETADDR", "type": ""}, {"class": "const", "name": "RTM_GETADDRLABEL", "type": ""}, {"class": "const", "name": "RTM_GETANYCAST", "type": ""}, {"class": "const", "name": "RTM_GETDCB", "type": ""}, {"class": "const", "name": "RTM_GETLINK", "type": ""}, {"class": "const", "name": "RTM_GETMULTICAST", "type": ""}, {"class": "const", "name": "RTM_GETNEIGH", "type": ""}, {"class": "const", "name": "RTM_GETNEIGHTBL", "type": ""}, {"class": "const", "name": "RTM_GETQDISC", "type": ""}, {"class": "const", "name": "RTM_GETROUTE", "type": ""}, {"class": "const", "name": "RTM_GETRULE", "type": ""}, {"class": "const", "name": "RTM_GETTCLASS", "type": ""}, {"class": "const", "name": "RTM_GETTFILTER", "type": ""}, {"class": "const", "name": "RTM_MAX", "type": ""}, {"class": "const", "name": "RTM_NEWACTION", "type": ""}, {"class": "const", "name": "RTM_NEWADDR", "type": ""}, {"class": "const", "name": "RTM_NEWADDRLABEL", "type": ""}, {"class": "const", "name": "RTM_NEWLINK", "type": ""}, {"class": "const", "name": "RTM_NEWNDUSEROPT", "type": ""}, {"class": "const", "name": "RTM_NEWNEIGH", "type": ""}, {"class": "const", "name": "RTM_NEWNEIGHTBL", "type": ""}, {"class": "const", "name": "RTM_NEWPREFIX", "type": ""}, {"class": "const", "name": "RTM_NEWQDISC", "type": ""}, {"class": "const", "name": "RTM_NEWROUTE", "type": ""}, {"class": "const", "name": "RTM_NEWRULE", "type": ""}, {"class": "const", "name": "RTM_NEWTCLASS", "type": ""}, {"class": "const", "name": "RTM_NEWTFILTER", "type": ""}, {"class": "const", "name": "RTM_NR_FAMILIES", "type": ""}, {"class": "const", "name": "RTM_NR_MSGTYPES", "type": ""}, {"class": "const", "name": "RTM_SETDCB", "type": ""}, {"class": "const", "name": "RTM_SETLINK", "type": ""}, {"class": "const", "name": "RTM_SETNEIGHTBL", "type": ""}, {"class": "const", "name": "RTNH_ALIGNTO", "type": ""}, {"class": "const", "name": "RTNH_F_DEAD", "type": ""}, {"class": "const", "name": "RTNH_F_ONLINK", "type": ""}, {"class": "const", "name": "RTNH_F_PERVASIVE", "type": ""}, {"class": "const", "name": "RTNLGRP_IPV4_IFADDR", "type": ""}, {"class": "const", "name": "RTNLGRP_IPV4_MROUTE", "type": ""}, {"class": "const", "name": "RTNLGRP_IPV4_ROUTE", "type": ""}, {"class": "const", "name": "RTNLGRP_IPV4_RULE", "type": ""}, {"class": "const", "name": "RTNLGRP_IPV6_IFADDR", "type": ""}, {"class": "const", "name": "RTNLGRP_IPV6_IFINFO", "type": ""}, {"class": "const", "name": "RTNLGRP_IPV6_MROUTE", "type": ""}, {"class": "const", "name": "RTNLGRP_IPV6_PREFIX", "type": ""}, {"class": "const", "name": "RTNLGRP_IPV6_ROUTE", "type": ""}, {"class": "const", "name": "RTNLGRP_IPV6_RULE", "type": ""}, {"class": "const", "name": "RTNLGRP_LINK", "type": ""}, {"class": "const", "name": "RTNLGRP_ND_USEROPT", "type": ""}, {"class": "const", "name": "RTNLGRP_NEIGH", "type": ""}, {"class": "const", "name": "RTNLGRP_NONE", "type": ""}, {"class": "const", "name": "RTNLGRP_NOTIFY", "type": ""}, {"class": "const", "name": "RTNLGRP_TC", "type": ""}, {"class": "const", "name": "RTN_ANYCAST", "type": ""}, {"class": "const", "name": "RTN_BLACKHOLE", "type": ""}, {"class": "const", "name": "RTN_BROADCAST", "type": ""}, {"class": "const", "name": "RTN_LOCAL", "type": ""}, {"class": "const", "name": "RTN_MAX", "type": ""}, {"class": "const", "name": "RTN_MULTICAST", "type": ""}, {"class": "const", "name": "RTN_NAT", "type": ""}, {"class": "const", "name": "RTN_PROHIBIT", "type": ""}, {"class": "const", "name": "RTN_THROW", "type": ""}, {"class": "const", "name": "RTN_UNICAST", "type": ""}, {"class": "const", "name": "RTN_UNREACHABLE", "type": ""}, {"class": "const", "name": "RTN_UNSPEC", "type": ""}, {"class": "const", "name": "RTN_XRESOLVE", "type": ""}, {"class": "const", "name": "RTPROT_BIRD", "type": ""}, {"class": "const", "name": "RTPROT_BOOT", "type": ""}, {"class": "const", "name": "RTPROT_DHCP", "type": ""}, {"class": "const", "name": "RTPROT_DNROUTED", "type": ""}, {"class": "const", "name": "RTPROT_GATED", "type": ""}, {"class": "const", "name": "RTPROT_KERNEL", "type": ""}, {"class": "const", "name": "RTPROT_MRT", "type": ""}, {"class": "const", "name": "RTPROT_NTK", "type": ""}, {"class": "const", "name": "RTPROT_RA", "type": ""}, {"class": "const", "name": "RTPROT_REDIRECT", "type": ""}, {"class": "const", "name": "RTPROT_STATIC", "type": ""}, {"class": "const", "name": "RTPROT_UNSPEC", "type": ""}, {"class": "const", "name": "RTPROT_XORP", "type": ""}, {"class": "const", "name": "RTPROT_ZEBRA", "type": ""}, {"class": "const", "name": "RT_CLASS_DEFAULT", "type": ""}, {"class": "const", "name": "RT_CLASS_LOCAL", "type": ""}, {"class": "const", "name": "RT_CLASS_MAIN", "type": ""}, {"class": "const", "name": "RT_CLASS_MAX", "type": ""}, {"class": "const", "name": "RT_CLASS_UNSPEC", "type": ""}, {"class": "const", "name": "RT_SCOPE_HOST", "type": ""}, {"class": "const", "name": "RT_SCOPE_LINK", "type": ""}, {"class": "const", "name": "RT_SCOPE_NOWHERE", "type": ""}, {"class": "const", "name": "RT_SCOPE_SITE", "type": ""}, {"class": "const", "name": "RT_SCOPE_UNIVERSE", "type": ""}, {"class": "const", "name": "RT_TABLE_COMPAT", "type": ""}, {"class": "const", "name": "RT_TABLE_DEFAULT", "type": ""}, {"class": "const", "name": "RT_TABLE_LOCAL", "type": ""}, {"class": "const", "name": "RT_TABLE_MAIN", "type": ""}, {"class": "const", "name": "RT_TABLE_MAX", "type": ""}, {"class": "const", "name": "RT_TABLE_UNSPEC", "type": ""}, {"class": "const", "name": "RUSAGE_CHILDREN", "type": ""}, {"class": "const", "name": "RUSAGE_SELF", "type": ""}, {"class": "const", "name": "RUSAGE_THREAD", "type": ""}, {"class": "const", "name": "SCM_CREDENTIALS", "type": ""}, {"class": "const", "name": "SCM_RIGHTS", "type": ""}, {"class": "const", "name": "SCM_TIMESTAMP", "type": ""}, {"class": "const", "name": "SCM_TIMESTAMPING", "type": ""}, {"class": "const", "name": "SCM_TIMESTAMPNS", "type": ""}, {"class": "const", "name": "SHUT_RD", "type": ""}, {"class": "const", "name": "SHUT_RDWR", "type": ""}, {"class": "const", "name": "SHUT_WR", "type": ""}, {"class": "const", "name": "SIGABRT", "type": ""}, {"class": "const", "name": "SIGALRM", "type": ""}, {"class": "const", "name": "SIGBUS", "type": ""}, {"class": "const", "name": "SIGCHLD", "type": ""}, {"class": "const", "name": "SIGCLD", "type": ""}, {"class": "const", "name": "SIGCONT", "type": ""}, {"class": "const", "name": "SIGFPE", "type": ""}, {"class": "const", "name": "SIGHUP", "type": ""}, {"class": "const", "name": "SIGILL", "type": ""}, {"class": "const", "name": "SIGINT", "type": ""}, {"class": "const", "name": "SIGIO", "type": ""}, {"class": "const", "name": "SIGIOT", "type": ""}, {"class": "const", "name": "SIGKILL", "type": ""}, {"class": "const", "name": "SIGPIPE", "type": ""}, {"class": "const", "name": "SIGPOLL", "type": ""}, {"class": "const", "name": "SIGPROF", "type": ""}, {"class": "const", "name": "SIGPWR", "type": ""}, {"class": "const", "name": "SIGQUIT", "type": ""}, {"class": "const", "name": "SIGSEGV", "type": ""}, {"class": "const", "name": "SIGSTKFLT", "type": ""}, {"class": "const", "name": "SIGSTOP", "type": ""}, {"class": "const", "name": "SIGSYS", "type": ""}, {"class": "const", "name": "SIGTERM", "type": ""}, {"class": "const", "name": "SIGTRAP", "type": ""}, {"class": "const", "name": "SIGTSTP", "type": ""}, {"class": "const", "name": "SIGTTIN", "type": ""}, {"class": "const", "name": "SIGTTOU", "type": ""}, {"class": "const", "name": "SIGUNUSED", "type": ""}, {"class": "const", "name": "SIGURG", "type": ""}, {"class": "const", "name": "SIGUSR1", "type": ""}, {"class": "const", "name": "SIGUSR2", "type": ""}, {"class": "const", "name": "SIGVTALRM", "type": ""}, {"class": "const", "name": "SIGWINCH", "type": ""}, {"class": "const", "name": "SIGXCPU", "type": ""}, {"class": "const", "name": "SIGXFSZ", "type": ""}, {"class": "const", "name": "SIOCADDDLCI", "type": ""}, {"class": "const", "name": "SIOCADDMULTI", "type": ""}, {"class": "const", "name": "SIOCADDRT", "type": ""}, {"class": "const", "name": "SIOCATMARK", "type": ""}, {"class": "const", "name": "SIOCDARP", "type": ""}, {"class": "const", "name": "SIOCDELDLCI", "type": ""}, {"class": "const", "name": "SIOCDELMULTI", "type": ""}, {"class": "const", "name": "SIOCDELRT", "type": ""}, {"class": "const", "name": "SIOCDEVPRIVATE", "type": ""}, {"class": "const", "name": "SIOCDIFADDR", "type": ""}, {"class": "const", "name": "SIOCDRARP", "type": ""}, {"class": "const", "name": "SIOCGARP", "type": ""}, {"class": "const", "name": "SIOCGIFADDR", "type": ""}, {"class": "const", "name": "SIOCGIFBR", "type": ""}, {"class": "const", "name": "SIOCGIFBRDADDR", "type": ""}, {"class": "const", "name": "SIOCGIFCONF", "type": ""}, {"class": "const", "name": "SIOCGIFCOUNT", "type": ""}, {"class": "const", "name": "SIOCGIFDSTADDR", "type": ""}, {"class": "const", "name": "SIOCGIFENCAP", "type": ""}, {"class": "const", "name": "SIOCGIFFLAGS", "type": ""}, {"class": "const", "name": "SIOCGIFHWADDR", "type": ""}, {"class": "const", "name": "SIOCGIFINDEX", "type": ""}, {"class": "const", "name": "SIOCGIFMAP", "type": ""}, {"class": "const", "name": "SIOCGIFMEM", "type": ""}, {"class": "const", "name": "SIOCGIFMETRIC", "type": ""}, {"class": "const", "name": "SIOCGIFMTU", "type": ""}, {"class": "const", "name": "SIOCGIFNAME", "type": ""}, {"class": "const", "name": "SIOCGIFNETMASK", "type": ""}, {"class": "const", "name": "SIOCGIFPFLAGS", "type": ""}, {"class": "const", "name": "SIOCGIFSLAVE", "type": ""}, {"class": "const", "name": "SIOCGIFTXQLEN", "type": ""}, {"class": "const", "name": "SIOCGPGRP", "type": ""}, {"class": "const", "name": "SIOCGRARP", "type": ""}, {"class": "const", "name": "SIOCGSTAMP", "type": ""}, {"class": "const", "name": "SIOCGSTAMPNS", "type": ""}, {"class": "const", "name": "SIOCPROTOPRIVATE", "type": ""}, {"class": "const", "name": "SIOCRTMSG", "type": ""}, {"class": "const", "name": "SIOCSARP", "type": ""}, {"class": "const", "name": "SIOCSIFADDR", "type": ""}, {"class": "const", "name": "SIOCSIFBR", "type": ""}, {"class": "const", "name": "SIOCSIFBRDADDR", "type": ""}, {"class": "const", "name": "SIOCSIFDSTADDR", "type": ""}, {"class": "const", "name": "SIOCSIFENCAP", "type": ""}, {"class": "const", "name": "SIOCSIFFLAGS", "type": ""}, {"class": "const", "name": "SIOCSIFHWADDR", "type": ""}, {"class": "const", "name": "SIOCSIFHWBROADCAST", "type": ""}, {"class": "const", "name": "SIOCSIFLINK", "type": ""}, {"class": "const", "name": "SIOCSIFMAP", "type": ""}, {"class": "const", "name": "SIOCSIFMEM", "type": ""}, {"class": "const", "name": "SIOCSIFMETRIC", "type": ""}, {"class": "const", "name": "SIOCSIFMTU", "type": ""}, {"class": "const", "name": "SIOCSIFNAME", "type": ""}, {"class": "const", "name": "SIOCSIFNETMASK", "type": ""}, {"class": "const", "name": "SIOCSIFPFLAGS", "type": ""}, {"class": "const", "name": "SIOCSIFSLAVE", "type": ""}, {"class": "const", "name": "SIOCSIFTXQLEN", "type": ""}, {"class": "const", "name": "SIOCSPGRP", "type": ""}, {"class": "const", "name": "SIOCSRARP", "type": ""}, {"class": "const", "name": "SOCK_CLOEXEC", "type": ""}, {"class": "const", "name": "SOCK_DCCP", "type": ""}, {"class": "const", "name": "SOCK_DGRAM", "type": ""}, {"class": "const", "name": "SOCK_NONBLOCK", "type": ""}, {"class": "const", "name": "SOCK_PACKET", "type": ""}, {"class": "const", "name": "SOCK_RAW", "type": ""}, {"class": "const", "name": "SOCK_RDM", "type": ""}, {"class": "const", "name": "SOCK_SEQPACKET", "type": ""}, {"class": "const", "name": "SOCK_STREAM", "type": ""}, {"class": "const", "name": "SOL_AAL", "type": ""}, {"class": "const", "name": "SOL_ATM", "type": ""}, {"class": "const", "name": "SOL_DECNET", "type": ""}, {"class": "const", "name": "SOL_ICMPV6", "type": ""}, {"class": "const", "name": "SOL_IP", "type": ""}, {"class": "const", "name": "SOL_IPV6", "type": ""}, {"class": "const", "name": "SOL_IRDA", "type": ""}, {"class": "const", "name": "SOL_PACKET", "type": ""}, {"class": "const", "name": "SOL_RAW", "type": ""}, {"class": "const", "name": "SOL_SOCKET", "type": ""}, {"class": "const", "name": "SOL_TCP", "type": ""}, {"class": "const", "name": "SOL_X25", "type": ""}, {"class": "const", "name": "SOMAXCONN", "type": ""}, {"class": "const", "name": "SO_ACCEPTCONN", "type": ""}, {"class": "const", "name": "SO_ATTACH_FILTER", "type": ""}, {"class": "const", "name": "SO_BINDTODEVICE", "type": ""}, {"class": "const", "name": "SO_BROADCAST", "type": ""}, {"class": "const", "name": "SO_BSDCOMPAT", "type": ""}, {"class": "const", "name": "SO_DEBUG", "type": ""}, {"class": "const", "name": "SO_DETACH_FILTER", "type": ""}, {"class": "const", "name": "SO_DOMAIN", "type": ""}, {"class": "const", "name": "SO_DONTROUTE", "type": ""}, {"class": "const", "name": "SO_ERROR", "type": ""}, {"class": "const", "name": "SO_KEEPALIVE", "type": ""}, {"class": "const", "name": "SO_LINGER", "type": ""}, {"class": "const", "name": "SO_MARK", "type": ""}, {"class": "const", "name": "SO_NO_CHECK", "type": ""}, {"class": "const", "name": "SO_OOBINLINE", "type": ""}, {"class": "const", "name": "SO_PASSCRED", "type": ""}, {"class": "const", "name": "SO_PASSSEC", "type": ""}, {"class": "const", "name": "SO_PEERCRED", "type": ""}, {"class": "const", "name": "SO_PEERNAME", "type": ""}, {"class": "const", "name": "SO_PEERSEC", "type": ""}, {"class": "const", "name": "SO_PRIORITY", "type": ""}, {"class": "const", "name": "SO_PROTOCOL", "type": ""}, {"class": "const", "name": "SO_RCVBUF", "type": ""}, {"class": "const", "name": "SO_RCVBUFFORCE", "type": ""}, {"class": "const", "name": "SO_RCVLOWAT", "type": ""}, {"class": "const", "name": "SO_RCVTIMEO", "type": ""}, {"class": "const", "name": "SO_REUSEADDR", "type": ""}, {"class": "const", "name": "SO_RXQ_OVFL", "type": ""}, {"class": "const", "name": "SO_SECURITY_AUTHENTICATION", "type": ""}, {"class": "const", "name": "SO_SECURITY_ENCRYPTION_NETWORK", "type": ""}, {"class": "const", "name": "SO_SECURITY_ENCRYPTION_TRANSPORT", "type": ""}, {"class": "const", "name": "SO_SNDBUF", "type": ""}, {"class": "const", "name": "SO_SNDBUFFORCE", "type": ""}, {"class": "const", "name": "SO_SNDLOWAT", "type": ""}, {"class": "const", "name": "SO_SNDTIMEO", "type": ""}, {"class": "const", "name": "SO_TIMESTAMP", "type": ""}, {"class": "const", "name": "SO_TIMESTAMPING", "type": ""}, {"class": "const", "name": "SO_TIMESTAMPNS", "type": ""}, {"class": "const", "name": "SO_TYPE", "type": ""}, {"class": "const", "name": "SYS_ACCEPT", "type": ""}, {"class": "const", "name": "SYS_ACCEPT4", "type": ""}, {"class": "const", "name": "SYS_ACCESS", "type": ""}, {"class": "const", "name": "SYS_ACCT", "type": ""}, {"class": "const", "name": "SYS_ADD_KEY", "type": ""}, {"class": "const", "name": "SYS_ADJTIMEX", "type": ""}, {"class": "const", "name": "SYS_AFS_SYSCALL", "type": ""}, {"class": "const", "name": "SYS_ALARM", "type": ""}, {"class": "const", "name": "SYS_ARCH_PRCTL", "type": ""}, {"class": "const", "name": "SYS_BIND", "type": ""}, {"class": "const", "name": "SYS_BRK", "type": ""}, {"class": "const", "name": "SYS_CAPGET", "type": ""}, {"class": "const", "name": "SYS_CAPSET", "type": ""}, {"class": "const", "name": "SYS_CHDIR", "type": ""}, {"class": "const", "name": "SYS_CHMOD", "type": ""}, {"class": "const", "name": "SYS_CHOWN", "type": ""}, {"class": "const", "name": "SYS_CHROOT", "type": ""}, {"class": "const", "name": "SYS_CLOCK_GETRES", "type": ""}, {"class": "const", "name": "SYS_CLOCK_GETTIME", "type": ""}, {"class": "const", "name": "SYS_CLOCK_NANOSLEEP", "type": ""}, {"class": "const", "name": "SYS_CLOCK_SETTIME", "type": ""}, {"class": "const", "name": "SYS_CLONE", "type": ""}, {"class": "const", "name": "SYS_CLOSE", "type": ""}, {"class": "const", "name": "SYS_CONNECT", "type": ""}, {"class": "const", "name": "SYS_CREAT", "type": ""}, {"class": "const", "name": "SYS_CREATE_MODULE", "type": ""}, {"class": "const", "name": "SYS_DELETE_MODULE", "type": ""}, {"class": "const", "name": "SYS_DUP", "type": ""}, {"class": "const", "name": "SYS_DUP2", "type": ""}, {"class": "const", "name": "SYS_DUP3", "type": ""}, {"class": "const", "name": "SYS_EPOLL_CREATE", "type": ""}, {"class": "const", "name": "SYS_EPOLL_CREATE1", "type": ""}, {"class": "const", "name": "SYS_EPOLL_CTL", "type": ""}, {"class": "const", "name": "SYS_EPOLL_CTL_OLD", "type": ""}, {"class": "const", "name": "SYS_EPOLL_PWAIT", "type": ""}, {"class": "const", "name": "SYS_EPOLL_WAIT", "type": ""}, {"class": "const", "name": "SYS_EPOLL_WAIT_OLD", "type": ""}, {"class": "const", "name": "SYS_EVENTFD", "type": ""}, {"class": "const", "name": "SYS_EVENTFD2", "type": ""}, {"class": "const", "name": "SYS_EXECVE", "type": ""}, {"class": "const", "name": "SYS_EXIT", "type": ""}, {"class": "const", "name": "SYS_EXIT_GROUP", "type": ""}, {"class": "const", "name": "SYS_FACCESSAT", "type": ""}, {"class": "const", "name": "SYS_FADVISE64", "type": ""}, {"class": "const", "name": "SYS_FALLOCATE", "type": ""}, {"class": "const", "name": "SYS_FANOTIFY_INIT", "type": ""}, {"class": "const", "name": "SYS_FANOTIFY_MARK", "type": ""}, {"class": "const", "name": "SYS_FCHDIR", "type": ""}, {"class": "const", "name": "SYS_FCHMOD", "type": ""}, {"class": "const", "name": "SYS_FCHMODAT", "type": ""}, {"class": "const", "name": "SYS_FCHOWN", "type": ""}, {"class": "const", "name": "SYS_FCHOWNAT", "type": ""}, {"class": "const", "name": "SYS_FCNTL", "type": ""}, {"class": "const", "name": "SYS_FDATASYNC", "type": ""}, {"class": "const", "name": "SYS_FGETXATTR", "type": ""}, {"class": "const", "name": "SYS_FLISTXATTR", "type": ""}, {"class": "const", "name": "SYS_FLOCK", "type": ""}, {"class": "const", "name": "SYS_FORK", "type": ""}, {"class": "const", "name": "SYS_FREMOVEXATTR", "type": ""}, {"class": "const", "name": "SYS_FSETXATTR", "type": ""}, {"class": "const", "name": "SYS_FSTAT", "type": ""}, {"class": "const", "name": "SYS_FSTATFS", "type": ""}, {"class": "const", "name": "SYS_FSYNC", "type": ""}, {"class": "const", "name": "SYS_FTRUNCATE", "type": ""}, {"class": "const", "name": "SYS_FUTEX", "type": ""}, {"class": "const", "name": "SYS_FUTIMESAT", "type": ""}, {"class": "const", "name": "SYS_GETCWD", "type": ""}, {"class": "const", "name": "SYS_GETDENTS", "type": ""}, {"class": "const", "name": "SYS_GETDENTS64", "type": ""}, {"class": "const", "name": "SYS_GETEGID", "type": ""}, {"class": "const", "name": "SYS_GETEUID", "type": ""}, {"class": "const", "name": "SYS_GETGID", "type": ""}, {"class": "const", "name": "SYS_GETGROUPS", "type": ""}, {"class": "const", "name": "SYS_GETITIMER", "type": ""}, {"class": "const", "name": "SYS_GETPEERNAME", "type": ""}, {"class": "const", "name": "SYS_GETPGID", "type": ""}, {"class": "const", "name": "SYS_GETPGRP", "type": ""}, {"class": "const", "name": "SYS_GETPID", "type": ""}, {"class": "const", "name": "SYS_GETPMSG", "type": ""}, {"class": "const", "name": "SYS_GETPPID", "type": ""}, {"class": "const", "name": "SYS_GETPRIORITY", "type": ""}, {"class": "const", "name": "SYS_GETRESGID", "type": ""}, {"class": "const", "name": "SYS_GETRESUID", "type": ""}, {"class": "const", "name": "SYS_GETRLIMIT", "type": ""}, {"class": "const", "name": "SYS_GETRUSAGE", "type": ""}, {"class": "const", "name": "SYS_GETSID", "type": ""}, {"class": "const", "name": "SYS_GETSOCKNAME", "type": ""}, {"class": "const", "name": "SYS_GETSOCKOPT", "type": ""}, {"class": "const", "name": "SYS_GETTID", "type": ""}, {"class": "const", "name": "SYS_GETTIMEOFDAY", "type": ""}, {"class": "const", "name": "SYS_GETUID", "type": ""}, {"class": "const", "name": "SYS_GETXATTR", "type": ""}, {"class": "const", "name": "SYS_GET_KERNEL_SYMS", "type": ""}, {"class": "const", "name": "SYS_GET_MEMPOLICY", "type": ""}, {"class": "const", "name": "SYS_GET_ROBUST_LIST", "type": ""}, {"class": "const", "name": "SYS_GET_THREAD_AREA", "type": ""}, {"class": "const", "name": "SYS_INIT_MODULE", "type": ""}, {"class": "const", "name": "SYS_INOTIFY_ADD_WATCH", "type": ""}, {"class": "const", "name": "SYS_INOTIFY_INIT", "type": ""}, {"class": "const", "name": "SYS_INOTIFY_INIT1", "type": ""}, {"class": "const", "name": "SYS_INOTIFY_RM_WATCH", "type": ""}, {"class": "const", "name": "SYS_IOCTL", "type": ""}, {"class": "const", "name": "SYS_IOPERM", "type": ""}, {"class": "const", "name": "SYS_IOPL", "type": ""}, {"class": "const", "name": "SYS_IOPRIO_GET", "type": ""}, {"class": "const", "name": "SYS_IOPRIO_SET", "type": ""}, {"class": "const", "name": "SYS_IO_CANCEL", "type": ""}, {"class": "const", "name": "SYS_IO_DESTROY", "type": ""}, {"class": "const", "name": "SYS_IO_GETEVENTS", "type": ""}, {"class": "const", "name": "SYS_IO_SETUP", "type": ""}, {"class": "const", "name": "SYS_IO_SUBMIT", "type": ""}, {"class": "const", "name": "SYS_KEXEC_LOAD", "type": ""}, {"class": "const", "name": "SYS_KEYCTL", "type": ""}, {"class": "const", "name": "SYS_KILL", "type": ""}, {"class": "const", "name": "SYS_LCHOWN", "type": ""}, {"class": "const", "name": "SYS_LGETXATTR", "type": ""}, {"class": "const", "name": "SYS_LINK", "type": ""}, {"class": "const", "name": "SYS_LINKAT", "type": ""}, {"class": "const", "name": "SYS_LISTEN", "type": ""}, {"class": "const", "name": "SYS_LISTXATTR", "type": ""}, {"class": "const", "name": "SYS_LLISTXATTR", "type": ""}, {"class": "const", "name": "SYS_LOOKUP_DCOOKIE", "type": ""}, {"class": "const", "name": "SYS_LREMOVEXATTR", "type": ""}, {"class": "const", "name": "SYS_LSEEK", "type": ""}, {"class": "const", "name": "SYS_LSETXATTR", "type": ""}, {"class": "const", "name": "SYS_LSTAT", "type": ""}, {"class": "const", "name": "SYS_MADVISE", "type": ""}, {"class": "const", "name": "SYS_MBIND", "type": ""}, {"class": "const", "name": "SYS_MIGRATE_PAGES", "type": ""}, {"class": "const", "name": "SYS_MINCORE", "type": ""}, {"class": "const", "name": "SYS_MKDIR", "type": ""}, {"class": "const", "name": "SYS_MKDIRAT", "type": ""}, {"class": "const", "name": "SYS_MKNOD", "type": ""}, {"class": "const", "name": "SYS_MKNODAT", "type": ""}, {"class": "const", "name": "SYS_MLOCK", "type": ""}, {"class": "const", "name": "SYS_MLOCKALL", "type": ""}, {"class": "const", "name": "SYS_MMAP", "type": ""}, {"class": "const", "name": "SYS_MODIFY_LDT", "type": ""}, {"class": "const", "name": "SYS_MOUNT", "type": ""}, {"class": "const", "name": "SYS_MOVE_PAGES", "type": ""}, {"class": "const", "name": "SYS_MPROTECT", "type": ""}, {"class": "const", "name": "SYS_MQ_GETSETATTR", "type": ""}, {"class": "const", "name": "SYS_MQ_NOTIFY", "type": ""}, {"class": "const", "name": "SYS_MQ_OPEN", "type": ""}, {"class": "const", "name": "SYS_MQ_TIMEDRECEIVE", "type": ""}, {"class": "const", "name": "SYS_MQ_TIMEDSEND", "type": ""}, {"class": "const", "name": "SYS_MQ_UNLINK", "type": ""}, {"class": "const", "name": "SYS_MREMAP", "type": ""}, {"class": "const", "name": "SYS_MSGCTL", "type": ""}, {"class": "const", "name": "SYS_MSGGET", "type": ""}, {"class": "const", "name": "SYS_MSGRCV", "type": ""}, {"class": "const", "name": "SYS_MSGSND", "type": ""}, {"class": "const", "name": "SYS_MSYNC", "type": ""}, {"class": "const", "name": "SYS_MUNLOCK", "type": ""}, {"class": "const", "name": "SYS_MUNLOCKALL", "type": ""}, {"class": "const", "name": "SYS_MUNMAP", "type": ""}, {"class": "const", "name": "SYS_NANOSLEEP", "type": ""}, {"class": "const", "name": "SYS_NEWFSTATAT", "type": ""}, {"class": "const", "name": "SYS_NFSSERVCTL", "type": ""}, {"class": "const", "name": "SYS_OPEN", "type": ""}, {"class": "const", "name": "SYS_OPENAT", "type": ""}, {"class": "const", "name": "SYS_PAUSE", "type": ""}, {"class": "const", "name": "SYS_PERF_EVENT_OPEN", "type": ""}, {"class": "const", "name": "SYS_PERSONALITY", "type": ""}, {"class": "const", "name": "SYS_PIPE", "type": ""}, {"class": "const", "name": "SYS_PIPE2", "type": ""}, {"class": "const", "name": "SYS_PIVOT_ROOT", "type": ""}, {"class": "const", "name": "SYS_POLL", "type": ""}, {"class": "const", "name": "SYS_PPOLL", "type": ""}, {"class": "const", "name": "SYS_PRCTL", "type": ""}, {"class": "const", "name": "SYS_PREAD64", "type": ""}, {"class": "const", "name": "SYS_PREADV", "type": ""}, {"class": "const", "name": "SYS_PRLIMIT64", "type": ""}, {"class": "const", "name": "SYS_PSELECT6", "type": ""}, {"class": "const", "name": "SYS_PTRACE", "type": ""}, {"class": "const", "name": "SYS_PUTPMSG", "type": ""}, {"class": "const", "name": "SYS_PWRITE64", "type": ""}, {"class": "const", "name": "SYS_PWRITEV", "type": ""}, {"class": "const", "name": "SYS_QUERY_MODULE", "type": ""}, {"class": "const", "name": "SYS_QUOTACTL", "type": ""}, {"class": "const", "name": "SYS_READ", "type": ""}, {"class": "const", "name": "SYS_READAHEAD", "type": ""}, {"class": "const", "name": "SYS_READLINK", "type": ""}, {"class": "const", "name": "SYS_READLINKAT", "type": ""}, {"class": "const", "name": "SYS_READV", "type": ""}, {"class": "const", "name": "SYS_REBOOT", "type": ""}, {"class": "const", "name": "SYS_RECVFROM", "type": ""}, {"class": "const", "name": "SYS_RECVMMSG", "type": ""}, {"class": "const", "name": "SYS_RECVMSG", "type": ""}, {"class": "const", "name": "SYS_REMAP_FILE_PAGES", "type": ""}, {"class": "const", "name": "SYS_REMOVEXATTR", "type": ""}, {"class": "const", "name": "SYS_RENAME", "type": ""}, {"class": "const", "name": "SYS_RENAMEAT", "type": ""}, {"class": "const", "name": "SYS_REQUEST_KEY", "type": ""}, {"class": "const", "name": "SYS_RESTART_SYSCALL", "type": ""}, {"class": "const", "name": "SYS_RMDIR", "type": ""}, {"class": "const", "name": "SYS_RT_SIGACTION", "type": ""}, {"class": "const", "name": "SYS_RT_SIGPENDING", "type": ""}, {"class": "const", "name": "SYS_RT_SIGPROCMASK", "type": ""}, {"class": "const", "name": "SYS_RT_SIGQUEUEINFO", "type": ""}, {"class": "const", "name": "SYS_RT_SIGRETURN", "type": ""}, {"class": "const", "name": "SYS_RT_SIGSUSPEND", "type": ""}, {"class": "const", "name": "SYS_RT_SIGTIMEDWAIT", "type": ""}, {"class": "const", "name": "SYS_RT_TGSIGQUEUEINFO", "type": ""}, {"class": "const", "name": "SYS_SCHED_GETAFFINITY", "type": ""}, {"class": "const", "name": "SYS_SCHED_GETPARAM", "type": ""}, {"class": "const", "name": "SYS_SCHED_GETSCHEDULER", "type": ""}, {"class": "const", "name": "SYS_SCHED_GET_PRIORITY_MAX", "type": ""}, {"class": "const", "name": "SYS_SCHED_GET_PRIORITY_MIN", "type": ""}, {"class": "const", "name": "SYS_SCHED_RR_GET_INTERVAL", "type": ""}, {"class": "const", "name": "SYS_SCHED_SETAFFINITY", "type": ""}, {"class": "const", "name": "SYS_SCHED_SETPARAM", "type": ""}, {"class": "const", "name": "SYS_SCHED_SETSCHEDULER", "type": ""}, {"class": "const", "name": "SYS_SCHED_YIELD", "type": ""}, {"class": "const", "name": "SYS_SECURITY", "type": ""}, {"class": "const", "name": "SYS_SELECT", "type": ""}, {"class": "const", "name": "SYS_SEMCTL", "type": ""}, {"class": "const", "name": "SYS_SEMGET", "type": ""}, {"class": "const", "name": "SYS_SEMOP", "type": ""}, {"class": "const", "name": "SYS_SEMTIMEDOP", "type": ""}, {"class": "const", "name": "SYS_SENDFILE", "type": ""}, {"class": "const", "name": "SYS_SENDMSG", "type": ""}, {"class": "const", "name": "SYS_SENDTO", "type": ""}, {"class": "const", "name": "SYS_SETDOMAINNAME", "type": ""}, {"class": "const", "name": "SYS_SETFSGID", "type": ""}, {"class": "const", "name": "SYS_SETFSUID", "type": ""}, {"class": "const", "name": "SYS_SETGID", "type": ""}, {"class": "const", "name": "SYS_SETGROUPS", "type": ""}, {"class": "const", "name": "SYS_SETHOSTNAME", "type": ""}, {"class": "const", "name": "SYS_SETITIMER", "type": ""}, {"class": "const", "name": "SYS_SETPGID", "type": ""}, {"class": "const", "name": "SYS_SETPRIORITY", "type": ""}, {"class": "const", "name": "SYS_SETREGID", "type": ""}, {"class": "const", "name": "SYS_SETRESGID", "type": ""}, {"class": "const", "name": "SYS_SETRESUID", "type": ""}, {"class": "const", "name": "SYS_SETREUID", "type": ""}, {"class": "const", "name": "SYS_SETRLIMIT", "type": ""}, {"class": "const", "name": "SYS_SETSID", "type": ""}, {"class": "const", "name": "SYS_SETSOCKOPT", "type": ""}, {"class": "const", "name": "SYS_SETTIMEOFDAY", "type": ""}, {"class": "const", "name": "SYS_SETUID", "type": ""}, {"class": "const", "name": "SYS_SETXATTR", "type": ""}, {"class": "const", "name": "SYS_SET_MEMPOLICY", "type": ""}, {"class": "const", "name": "SYS_SET_ROBUST_LIST", "type": ""}, {"class": "const", "name": "SYS_SET_THREAD_AREA", "type": ""}, {"class": "const", "name": "SYS_SET_TID_ADDRESS", "type": ""}, {"class": "const", "name": "SYS_SHMAT", "type": ""}, {"class": "const", "name": "SYS_SHMCTL", "type": ""}, {"class": "const", "name": "SYS_SHMDT", "type": ""}, {"class": "const", "name": "SYS_SHMGET", "type": ""}, {"class": "const", "name": "SYS_SHUTDOWN", "type": ""}, {"class": "const", "name": "SYS_SIGALTSTACK", "type": ""}, {"class": "const", "name": "SYS_SIGNALFD", "type": ""}, {"class": "const", "name": "SYS_SIGNALFD4", "type": ""}, {"class": "const", "name": "SYS_SOCKET", "type": ""}, {"class": "const", "name": "SYS_SOCKETPAIR", "type": ""}, {"class": "const", "name": "SYS_SPLICE", "type": ""}, {"class": "const", "name": "SYS_STAT", "type": ""}, {"class": "const", "name": "SYS_STATFS", "type": ""}, {"class": "const", "name": "SYS_SWAPOFF", "type": ""}, {"class": "const", "name": "SYS_SWAPON", "type": ""}, {"class": "const", "name": "SYS_SYMLINK", "type": ""}, {"class": "const", "name": "SYS_SYMLINKAT", "type": ""}, {"class": "const", "name": "SYS_SYNC", "type": ""}, {"class": "const", "name": "SYS_SYNC_FILE_RANGE", "type": ""}, {"class": "const", "name": "SYS_SYSFS", "type": ""}, {"class": "const", "name": "SYS_SYSINFO", "type": ""}, {"class": "const", "name": "SYS_SYSLOG", "type": ""}, {"class": "const", "name": "SYS_TEE", "type": ""}, {"class": "const", "name": "SYS_TGKILL", "type": ""}, {"class": "const", "name": "SYS_TIME", "type": ""}, {"class": "const", "name": "SYS_TIMERFD_CREATE", "type": ""}, {"class": "const", "name": "SYS_TIMERFD_GETTIME", "type": ""}, {"class": "const", "name": "SYS_TIMERFD_SETTIME", "type": ""}, {"class": "const", "name": "SYS_TIMER_CREATE", "type": ""}, {"class": "const", "name": "SYS_TIMER_DELETE", "type": ""}, {"class": "const", "name": "SYS_TIMER_GETOVERRUN", "type": ""}, {"class": "const", "name": "SYS_TIMER_GETTIME", "type": ""}, {"class": "const", "name": "SYS_TIMER_SETTIME", "type": ""}, {"class": "const", "name": "SYS_TIMES", "type": ""}, {"class": "const", "name": "SYS_TKILL", "type": ""}, {"class": "const", "name": "SYS_TRUNCATE", "type": ""}, {"class": "const", "name": "SYS_TUXCALL", "type": ""}, {"class": "const", "name": "SYS_UMASK", "type": ""}, {"class": "const", "name": "SYS_UMOUNT2", "type": ""}, {"class": "const", "name": "SYS_UNAME", "type": ""}, {"class": "const", "name": "SYS_UNLINK", "type": ""}, {"class": "const", "name": "SYS_UNLINKAT", "type": ""}, {"class": "const", "name": "SYS_UNSHARE", "type": ""}, {"class": "const", "name": "SYS_USELIB", "type": ""}, {"class": "const", "name": "SYS_USTAT", "type": ""}, {"class": "const", "name": "SYS_UTIME", "type": ""}, {"class": "const", "name": "SYS_UTIMENSAT", "type": ""}, {"class": "const", "name": "SYS_UTIMES", "type": ""}, {"class": "const", "name": "SYS_VFORK", "type": ""}, {"class": "const", "name": "SYS_VHANGUP", "type": ""}, {"class": "const", "name": "SYS_VMSPLICE", "type": ""}, {"class": "const", "name": "SYS_VSERVER", "type": ""}, {"class": "const", "name": "SYS_WAIT4", "type": ""}, {"class": "const", "name": "SYS_WAITID", "type": ""}, {"class": "const", "name": "SYS_WRITE", "type": ""}, {"class": "const", "name": "SYS_WRITEV", "type": ""}, {"class": "const", "name": "SYS__SYSCTL", "type": ""}, {"class": "const", "name": "S_BLKSIZE", "type": ""}, {"class": "const", "name": "S_IEXEC", "type": ""}, {"class": "const", "name": "S_IFBLK", "type": ""}, {"class": "const", "name": "S_IFCHR", "type": ""}, {"class": "const", "name": "S_IFDIR", "type": ""}, {"class": "const", "name": "S_IFIFO", "type": ""}, {"class": "const", "name": "S_IFLNK", "type": ""}, {"class": "const", "name": "S_IFMT", "type": ""}, {"class": "const", "name": "S_IFREG", "type": ""}, {"class": "const", "name": "S_IFSOCK", "type": ""}, {"class": "const", "name": "S_IREAD", "type": ""}, {"class": "const", "name": "S_IRGRP", "type": ""}, {"class": "const", "name": "S_IROTH", "type": ""}, {"class": "const", "name": "S_IRUSR", "type": ""}, {"class": "const", "name": "S_IRWXG", "type": ""}, {"class": "const", "name": "S_IRWXO", "type": ""}, {"class": "const", "name": "S_IRWXU", "type": ""}, {"class": "const", "name": "S_ISGID", "type": ""}, {"class": "const", "name": "S_ISUID", "type": ""}, {"class": "const", "name": "S_ISVTX", "type": ""}, {"class": "const", "name": "S_IWGRP", "type": ""}, {"class": "const", "name": "S_IWOTH", "type": ""}, {"class": "const", "name": "S_IWRITE", "type": ""}, {"class": "const", "name": "S_IWUSR", "type": ""}, {"class": "const", "name": "S_IXGRP", "type": ""}, {"class": "const", "name": "S_IXOTH", "type": ""}, {"class": "const", "name": "S_IXUSR", "type": ""}, {"class": "const", "name": "SizeofCmsghdr", "type": ""}, {"class": "const", "name": "SizeofICMPv6Filter", "type": ""}, {"class": "const", "name": "SizeofIPMreq", "type": ""}, {"class": "const", "name": "SizeofIPMreqn", "type": ""}, {"class": "const", "name": "SizeofIPv6MTUInfo", "type": ""}, {"class": "const", "name": "SizeofIPv6Mreq", "type": ""}, {"class": "const", "name": "SizeofIfAddrmsg", "type": ""}, {"class": "const", "name": "SizeofIfInfomsg", "type": ""}, {"class": "const", "name": "SizeofInet4Pktinfo", "type": ""}, {"class": "const", "name": "SizeofInet6Pktinfo", "type": ""}, {"class": "const", "name": "SizeofInotifyEvent", "type": ""}, {"class": "const", "name": "SizeofLinger", "type": ""}, {"class": "const", "name": "SizeofMsghdr", "type": ""}, {"class": "const", "name": "SizeofNlAttr", "type": ""}, {"class": "const", "name": "SizeofNlMsgerr", "type": ""}, {"class": "const", "name": "SizeofNlMsghdr", "type": ""}, {"class": "const", "name": "SizeofRtAttr", "type": ""}, {"class": "const", "name": "SizeofRtGenmsg", "type": ""}, {"class": "const", "name": "SizeofRtMsg", "type": ""}, {"class": "const", "name": "SizeofRtNexthop", "type": ""}, {"class": "const", "name": "SizeofSockFilter", "type": ""}, {"class": "const", "name": "SizeofSockFprog", "type": ""}, {"class": "const", "name": "SizeofSockaddrAny", "type": ""}, {"class": "const", "name": "SizeofSockaddrInet4", "type": ""}, {"class": "const", "name": "SizeofSockaddrInet6", "type": ""}, {"class": "const", "name": "SizeofSockaddrLinklayer", "type": ""}, {"class": "const", "name": "SizeofSockaddrNetlink", "type": ""}, {"class": "const", "name": "SizeofSockaddrUnix", "type": ""}, {"class": "const", "name": "SizeofTCPInfo", "type": ""}, {"class": "const", "name": "SizeofUcred", "type": ""}, {"class": "const", "name": "TCGETS", "type": ""}, {"class": "const", "name": "TCIFLUSH", "type": ""}, {"class": "const", "name": "TCIOFLUSH", "type": ""}, {"class": "const", "name": "TCOFLUSH", "type": ""}, {"class": "const", "name": "TCP_CONGESTION", "type": ""}, {"class": "const", "name": "TCP_CORK", "type": ""}, {"class": "const", "name": "TCP_DEFER_ACCEPT", "type": ""}, {"class": "const", "name": "TCP_INFO", "type": ""}, {"class": "const", "name": "TCP_KEEPCNT", "type": ""}, {"class": "const", "name": "TCP_KEEPIDLE", "type": ""}, {"class": "const", "name": "TCP_KEEPINTVL", "type": ""}, {"class": "const", "name": "TCP_LINGER2", "type": ""}, {"class": "const", "name": "TCP_MAXSEG", "type": ""}, {"class": "const", "name": "TCP_MAXWIN", "type": ""}, {"class": "const", "name": "TCP_MAX_WINSHIFT", "type": ""}, {"class": "const", "name": "TCP_MD5SIG", "type": ""}, {"class": "const", "name": "TCP_MD5SIG_MAXKEYLEN", "type": ""}, {"class": "const", "name": "TCP_MSS", "type": ""}, {"class": "const", "name": "TCP_NODELAY", "type": ""}, {"class": "const", "name": "TCP_QUICKACK", "type": ""}, {"class": "const", "name": "TCP_SYNCNT", "type": ""}, {"class": "const", "name": "TCP_WINDOW_CLAMP", "type": ""}, {"class": "const", "name": "TCSETS", "type": ""}, {"class": "const", "name": "TIOCCBRK", "type": ""}, {"class": "const", "name": "TIOCCONS", "type": ""}, {"class": "const", "name": "TIOCEXCL", "type": ""}, {"class": "const", "name": "TIOCGDEV", "type": ""}, {"class": "const", "name": "TIOCGETD", "type": ""}, {"class": "const", "name": "TIOCGICOUNT", "type": ""}, {"class": "const", "name": "TIOCGLCKTRMIOS", "type": ""}, {"class": "const", "name": "TIOCGPGRP", "type": ""}, {"class": "const", "name": "TIOCGPTN", "type": ""}, {"class": "const", "name": "TIOCGRS485", "type": ""}, {"class": "const", "name": "TIOCGSERIAL", "type": ""}, {"class": "const", "name": "TIOCGSID", "type": ""}, {"class": "const", "name": "TIOCGSOFTCAR", "type": ""}, {"class": "const", "name": "TIOCGWINSZ", "type": ""}, {"class": "const", "name": "TIOCINQ", "type": ""}, {"class": "const", "name": "TIOCLINUX", "type": ""}, {"class": "const", "name": "TIOCMBIC", "type": ""}, {"class": "const", "name": "TIOCMBIS", "type": ""}, {"class": "const", "name": "TIOCMGET", "type": ""}, {"class": "const", "name": "TIOCMIWAIT", "type": ""}, {"class": "const", "name": "TIOCMSET", "type": ""}, {"class": "const", "name": "TIOCM_CAR", "type": ""}, {"class": "const", "name": "TIOCM_CD", "type": ""}, {"class": "const", "name": "TIOCM_CTS", "type": ""}, {"class": "const", "name": "TIOCM_DSR", "type": ""}, {"class": "const", "name": "TIOCM_DTR", "type": ""}, {"class": "const", "name": "TIOCM_LE", "type": ""}, {"class": "const", "name": "TIOCM_RI", "type": ""}, {"class": "const", "name": "TIOCM_RNG", "type": ""}, {"class": "const", "name": "TIOCM_RTS", "type": ""}, {"class": "const", "name": "TIOCM_SR", "type": ""}, {"class": "const", "name": "TIOCM_ST", "type": ""}, {"class": "const", "name": "TIOCNOTTY", "type": ""}, {"class": "const", "name": "TIOCNXCL", "type": ""}, {"class": "const", "name": "TIOCOUTQ", "type": ""}, {"class": "const", "name": "TIOCPKT", "type": ""}, {"class": "const", "name": "TIOCPKT_DATA", "type": ""}, {"class": "const", "name": "TIOCPKT_DOSTOP", "type": ""}, {"class": "const", "name": "TIOCPKT_FLUSHREAD", "type": ""}, {"class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": ""}, {"class": "const", "name": "TIOCPKT_IOCTL", "type": ""}, {"class": "const", "name": "TIOCPKT_NOSTOP", "type": ""}, {"class": "const", "name": "TIOCPKT_START", "type": ""}, {"class": "const", "name": "TIOCPKT_STOP", "type": ""}, {"class": "const", "name": "TIOCSBRK", "type": ""}, {"class": "const", "name": "TIOCSCTTY", "type": ""}, {"class": "const", "name": "TIOCSERCONFIG", "type": ""}, {"class": "const", "name": "TIOCSERGETLSR", "type": ""}, {"class": "const", "name": "TIOCSERGETMULTI", "type": ""}, {"class": "const", "name": "TIOCSERGSTRUCT", "type": ""}, {"class": "const", "name": "TIOCSERGWILD", "type": ""}, {"class": "const", "name": "TIOCSERSETMULTI", "type": ""}, {"class": "const", "name": "TIOCSERSWILD", "type": ""}, {"class": "const", "name": "TIOCSER_TEMT", "type": ""}, {"class": "const", "name": "TIOCSETD", "type": ""}, {"class": "const", "name": "TIOCSIG", "type": ""}, {"class": "const", "name": "TIOCSLCKTRMIOS", "type": ""}, {"class": "const", "name": "TIOCSPGRP", "type": ""}, {"class": "const", "name": "TIOCSPTLCK", "type": ""}, {"class": "const", "name": "TIOCSRS485", "type": ""}, {"class": "const", "name": "TIOCSSERIAL", "type": ""}, {"class": "const", "name": "TIOCSSOFTCAR", "type": ""}, {"class": "const", "name": "TIOCSTI", "type": ""}, {"class": "const", "name": "TIOCSWINSZ", "type": ""}, {"class": "const", "name": "TOSTOP", "type": ""}, {"class": "const", "name": "TUNATTACHFILTER", "type": ""}, {"class": "const", "name": "TUNDETACHFILTER", "type": ""}, {"class": "const", "name": "TUNGETFEATURES", "type": ""}, {"class": "const", "name": "TUNGETIFF", "type": ""}, {"class": "const", "name": "TUNGETSNDBUF", "type": ""}, {"class": "const", "name": "TUNGETVNETHDRSZ", "type": ""}, {"class": "const", "name": "TUNSETDEBUG", "type": ""}, {"class": "const", "name": "TUNSETGROUP", "type": ""}, {"class": "const", "name": "TUNSETIFF", "type": ""}, {"class": "const", "name": "TUNSETLINK", "type": ""}, {"class": "const", "name": "TUNSETNOCSUM", "type": ""}, {"class": "const", "name": "TUNSETOFFLOAD", "type": ""}, {"class": "const", "name": "TUNSETOWNER", "type": ""}, {"class": "const", "name": "TUNSETPERSIST", "type": ""}, {"class": "const", "name": "TUNSETSNDBUF", "type": ""}, {"class": "const", "name": "TUNSETTXFILTER", "type": ""}, {"class": "const", "name": "TUNSETVNETHDRSZ", "type": ""}, {"class": "const", "name": "VDISCARD", "type": ""}, {"class": "const", "name": "VEOF", "type": ""}, {"class": "const", "name": "VEOL", "type": ""}, {"class": "const", "name": "VEOL2", "type": ""}, {"class": "const", "name": "VERASE", "type": ""}, {"class": "const", "name": "VINTR", "type": ""}, {"class": "const", "name": "VKILL", "type": ""}, {"class": "const", "name": "VLNEXT", "type": ""}, {"class": "const", "name": "VMIN", "type": ""}, {"class": "const", "name": "VQUIT", "type": ""}, {"class": "const", "name": "VREPRINT", "type": ""}, {"class": "const", "name": "VSTART", "type": ""}, {"class": "const", "name": "VSTOP", "type": ""}, {"class": "const", "name": "VSUSP", "type": ""}, {"class": "const", "name": "VSWTC", "type": ""}, {"class": "const", "name": "VTIME", "type": ""}, {"class": "const", "name": "VWERASE", "type": ""}, {"class": "const", "name": "WALL", "type": ""}, {"class": "const", "name": "WCLONE", "type": ""}, {"class": "const", "name": "WCONTINUED", "type": ""}, {"class": "const", "name": "WEXITED", "type": ""}, {"class": "const", "name": "WNOHANG", "type": ""}, {"class": "const", "name": "WNOTHREAD", "type": ""}, {"class": "const", "name": "WNOWAIT", "type": ""}, {"class": "const", "name": "WORDSIZE", "type": ""}, {"class": "const", "name": "WSTOPPED", "type": ""}, {"class": "const", "name": "WUNTRACED", "type": ""}, {"class": "const", "name": "XCASE", "type": ""}, {"class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)"}, {"class": "func", "name": "Accept4", "type": "func(fd int, flags int) (nfd int, sa syscall.Sockaddr, err error)"}, {"class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)"}, {"class": "func", "name": "Acct", "type": "func(path string) (err error)"}, {"class": "func", "name": "Adjtimex", "type": "func(buf *syscall.Timex) (state int, err error)"}, {"class": "func", "name": "AttachLsf", "type": "func(fd int, i []syscall.SockFilter) error"}, {"class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)"}, {"class": "func", "name": "BindToDevice", "type": "func(fd int, device string) (err error)"}, {"class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)"}, {"class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)"}, {"class": "func", "name": "Chdir", "type": "func(path string) (err error)"}, {"class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)"}, {"class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)"}, {"class": "func", "name": "Chroot", "type": "func(path string) (err error)"}, {"class": "func", "name": "Clearenv", "type": "func()"}, {"class": "func", "name": "Close", "type": "func(fd int) (err error)"}, {"class": "func", "name": "CloseOnExec", "type": "func(fd int)"}, {"class": "func", "name": "CmsgLen", "type": "func(datalen int) int"}, {"class": "func", "name": "CmsgSpace", "type": "func(datalen int) int"}, {"class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)"}, {"class": "func", "name": "Creat", "type": "func(path string, mode uint32) (fd int, err error)"}, {"class": "func", "name": "DetachLsf", "type": "func(fd int) error"}, {"class": "func", "name": "Dup", "type": "func(oldfd int) (fd int, err error)"}, {"class": "func", "name": "Dup2", "type": "func(oldfd int, newfd int) (err error)"}, {"class": "func", "name": "Dup3", "type": "func(oldfd int, newfd int, flags int) (err error)"}, {"class": "func", "name": "Environ", "type": "func() []string"}, {"class": "func", "name": "EpollCreate", "type": "func(size int) (fd int, err error)"}, {"class": "func", "name": "EpollCreate1", "type": "func(flag int) (fd int, err error)"}, {"class": "func", "name": "EpollCtl", "type": "func(epfd int, op int, fd int, event *syscall.EpollEvent) (err error)"}, {"class": "func", "name": "EpollWait", "type": "func(epfd int, events []syscall.EpollEvent, msec int) (n int, err error)"}, {"class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)"}, {"class": "func", "name": "Exit", "type": "func(code int)"}, {"class": "func", "name": "Faccessat", "type": "func(dirfd int, path string, mode uint32, flags int) (err error)"}, {"class": "func", "name": "Fallocate", "type": "func(fd int, mode uint32, off int64, len int64) (err error)"}, {"class": "func", "name": "Fchdir", "type": "func(fd int) (err error)"}, {"class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)"}, {"class": "func", "name": "Fchmodat", "type": "func(dirfd int, path string, mode uint32, flags int) (err error)"}, {"class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)"}, {"class": "func", "name": "Fchownat", "type": "func(dirfd int, path string, uid int, gid int, flags int) (err error)"}, {"class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error"}, {"class": "func", "name": "Fdatasync", "type": "func(fd int) (err error)"}, {"class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)"}, {"class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)"}, {"class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)"}, {"class": "func", "name": "Fstatfs", "type": "func(fd int, buf *syscall.Statfs_t) (err error)"}, {"class": "func", "name": "Fsync", "type": "func(fd int) (err error)"}, {"class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)"}, {"class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)"}, {"class": "func", "name": "Futimesat", "type": "func(dirfd int, path string, tv []syscall.Timeval) (err error)"}, {"class": "func", "name": "Getcwd", "type": "func(buf []byte) (n int, err error)"}, {"class": "func", "name": "Getdents", "type": "func(fd int, buf []byte) (n int, err error)"}, {"class": "func", "name": "Getegid", "type": "func() (egid int)"}, {"class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)"}, {"class": "func", "name": "Geteuid", "type": "func() (euid int)"}, {"class": "func", "name": "Getgid", "type": "func() (gid int)"}, {"class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)"}, {"class": "func", "name": "Getpagesize", "type": "func() int"}, {"class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)"}, {"class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)"}, {"class": "func", "name": "Getpgrp", "type": "func() (pid int)"}, {"class": "func", "name": "Getpid", "type": "func() (pid int)"}, {"class": "func", "name": "Getppid", "type": "func() (ppid int)"}, {"class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)"}, {"class": "func", "name": "Getrlimit", "type": "func(resource int, rlim *syscall.Rlimit) (err error)"}, {"class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)"}, {"class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)"}, {"class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)"}, {"class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)"}, {"class": "func", "name": "GetsockoptIPMreqn", "type": "func(fd int, level int, opt int) (*syscall.IPMreqn, error)"}, {"class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)"}, {"class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)"}, {"class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)"}, {"class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)"}, {"class": "func", "name": "GetsockoptUcred", "type": "func(fd int, level int, opt int) (*syscall.Ucred, error)"}, {"class": "func", "name": "Gettid", "type": "func() (tid int)"}, {"class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)"}, {"class": "func", "name": "Getuid", "type": "func() (uid int)"}, {"class": "func", "name": "Getwd", "type": "func() (wd string, err error)"}, {"class": "func", "name": "Getxattr", "type": "func(path string, attr string, dest []byte) (sz int, err error)"}, {"class": "func", "name": "InotifyAddWatch", "type": "func(fd int, pathname string, mask uint32) (watchdesc int, err error)"}, {"class": "func", "name": "InotifyInit", "type": "func() (fd int, err error)"}, {"class": "func", "name": "InotifyInit1", "type": "func(flags int) (fd int, err error)"}, {"class": "func", "name": "InotifyRmWatch", "type": "func(fd int, watchdesc uint32) (success int, err error)"}, {"class": "func", "name": "Ioperm", "type": "func(from int, num int, on int) (err error)"}, {"class": "func", "name": "Iopl", "type": "func(level int) (err error)"}, {"class": "func", "name": "Kill", "type": "func(pid int, sig syscall.Signal) (err error)"}, {"class": "func", "name": "Klogctl", "type": "func(typ int, buf []byte) (n int, err error)"}, {"class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)"}, {"class": "func", "name": "Link", "type": "func(oldpath string, newpath string) (err error)"}, {"class": "func", "name": "Listen", "type": "func(s int, n int) (err error)"}, {"class": "func", "name": "Listxattr", "type": "func(path string, dest []byte) (sz int, err error)"}, {"class": "func", "name": "LsfJump", "type": "func(code int, k int, jt int, jf int) *syscall.SockFilter"}, {"class": "func", "name": "LsfSocket", "type": "func(ifindex int, proto int) (int, error)"}, {"class": "func", "name": "LsfStmt", "type": "func(code int, k int) *syscall.SockFilter"}, {"class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)"}, {"class": "func", "name": "Madvise", "type": "func(b []byte, advice int) (err error)"}, {"class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)"}, {"class": "func", "name": "Mkdirat", "type": "func(dirfd int, path string, mode uint32) (err error)"}, {"class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)"}, {"class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)"}, {"class": "func", "name": "Mknodat", "type": "func(dirfd int, path string, mode uint32, dev int) (err error)"}, {"class": "func", "name": "Mlock", "type": "func(b []byte) (err error)"}, {"class": "func", "name": "Mlockall", "type": "func(flags int) (err error)"}, {"class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)"}, {"class": "func", "name": "Mount", "type": "func(source string, target string, fstype string, flags uintptr, data string) (err error)"}, {"class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)"}, {"class": "func", "name": "Munlock", "type": "func(b []byte) (err error)"}, {"class": "func", "name": "Munlockall", "type": "func() (err error)"}, {"class": "func", "name": "Munmap", "type": "func(b []byte) (err error)"}, {"class": "func", "name": "Nanosleep", "type": "func(time *syscall.Timespec, leftover *syscall.Timespec) (err error)"}, {"class": "func", "name": "NetlinkRIB", "type": "func(proto int, family int) ([]byte, error)"}, {"class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)"}, {"class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)"}, {"class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)"}, {"class": "func", "name": "Openat", "type": "func(dirfd int, path string, flags int, mode uint32) (fd int, err error)"}, {"class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)"}, {"class": "func", "name": "ParseNetlinkMessage", "type": "func(b []byte) ([]syscall.NetlinkMessage, error)"}, {"class": "func", "name": "ParseNetlinkRouteAttr", "type": "func(m *syscall.NetlinkMessage) ([]syscall.NetlinkRouteAttr, error)"}, {"class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)"}, {"class": "func", "name": "ParseUnixCredentials", "type": "func(m *syscall.SocketControlMessage) (*syscall.Ucred, error)"}, {"class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)"}, {"class": "func", "name": "Pause", "type": "func() (err error)"}, {"class": "func", "name": "Pipe", "type": "func(p []int) (err error)"}, {"class": "func", "name": "Pipe2", "type": "func(p []int, flags int) (err error)"}, {"class": "func", "name": "PivotRoot", "type": "func(newroot string, putold string) (err error)"}, {"class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)"}, {"class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)"}, {"class": "func", "name": "PtraceCont", "type": "func(pid int, signal int) (err error)"}, {"class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)"}, {"class": "func", "name": "PtraceGetEventMsg", "type": "func(pid int) (msg uint, err error)"}, {"class": "func", "name": "PtraceGetRegs", "type": "func(pid int, regsout *syscall.PtraceRegs) (err error)"}, {"class": "func", "name": "PtracePeekData", "type": "func(pid int, addr uintptr, out []byte) (count int, err error)"}, {"class": "func", "name": "PtracePeekText", "type": "func(pid int, addr uintptr, out []byte) (count int, err error)"}, {"class": "func", "name": "PtracePokeData", "type": "func(pid int, addr uintptr, data []byte) (count int, err error)"}, {"class": "func", "name": "PtracePokeText", "type": "func(pid int, addr uintptr, data []byte) (count int, err error)"}, {"class": "func", "name": "PtraceSetOptions", "type": "func(pid int, options int) (err error)"}, {"class": "func", "name": "PtraceSetRegs", "type": "func(pid int, regs *syscall.PtraceRegs) (err error)"}, {"class": "func", "name": "PtraceSingleStep", "type": "func(pid int) (err error)"}, {"class": "func", "name": "PtraceSyscall", "type": "func(pid int, signal int) (err error)"}, {"class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)"}, {"class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)"}, {"class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)"}, {"class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)"}, {"class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)"}, {"class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)"}, {"class": "func", "name": "Reboot", "type": "func(cmd int) (err error)"}, {"class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)"}, {"class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)"}, {"class": "func", "name": "Removexattr", "type": "func(path string, attr string) (err error)"}, {"class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) (err error)"}, {"class": "func", "name": "Renameat", "type": "func(olddirfd int, oldpath string, newdirfd int, newpath string) (err error)"}, {"class": "func", "name": "Rmdir", "type": "func(path string) error"}, {"class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (off int64, err error)"}, {"class": "func", "name": "Select", "type": "func(nfd int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (n int, err error)"}, {"class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)"}, {"class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)"}, {"class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)"}, {"class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)"}, {"class": "func", "name": "SetLsfPromisc", "type": "func(name string, m bool) error"}, {"class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)"}, {"class": "func", "name": "Setdomainname", "type": "func(p []byte) (err error)"}, {"class": "func", "name": "Setenv", "type": "func(key string, value string) error"}, {"class": "func", "name": "Setfsgid", "type": "func(gid int) (err error)"}, {"class": "func", "name": "Setfsuid", "type": "func(uid int) (err error)"}, {"class": "func", "name": "Setgid", "type": "func(gid int) (err error)"}, {"class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)"}, {"class": "func", "name": "Sethostname", "type": "func(p []byte) (err error)"}, {"class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)"}, {"class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)"}, {"class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)"}, {"class": "func", "name": "Setresgid", "type": "func(rgid int, egid int, sgid int) (err error)"}, {"class": "func", "name": "Setresuid", "type": "func(ruid int, euid int, suid int) (err error)"}, {"class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)"}, {"class": "func", "name": "Setrlimit", "type": "func(resource int, rlim *syscall.Rlimit) (err error)"}, {"class": "func", "name": "Setsid", "type": "func() (pid int, err error)"}, {"class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)"}, {"class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error"}, {"class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)"}, {"class": "func", "name": "SetsockoptIPMreqn", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreqn) (err error)"}, {"class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)"}, {"class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)"}, {"class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)"}, {"class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)"}, {"class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)"}, {"class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)"}, {"class": "func", "name": "Settimeofday", "type": "func(tv *syscall.Timeval) (err error)"}, {"class": "func", "name": "Setuid", "type": "func(uid int) (err error)"}, {"class": "func", "name": "Setxattr", "type": "func(path string, attr string, data []byte, flags int) (err error)"}, {"class": "func", "name": "Shutdown", "type": "func(fd int, how int) (err error)"}, {"class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)"}, {"class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)"}, {"class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)"}, {"class": "func", "name": "Splice", "type": "func(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)"}, {"class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)"}, {"class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)"}, {"class": "func", "name": "Statfs", "type": "func(path string, buf *syscall.Statfs_t) (err error)"}, {"class": "func", "name": "StringBytePtr", "type": "func(s string) *byte"}, {"class": "func", "name": "StringByteSlice", "type": "func(s string) []byte"}, {"class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte"}, {"class": "func", "name": "Symlink", "type": "func(oldpath string, newpath string) (err error)"}, {"class": "func", "name": "Sync", "type": "func()"}, {"class": "func", "name": "SyncFileRange", "type": "func(fd int, off int64, n int64, flags int) (err error)"}, {"class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)"}, {"class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)"}, {"class": "func", "name": "Sysinfo", "type": "func(info *syscall.Sysinfo_t) (err error)"}, {"class": "func", "name": "Tee", "type": "func(rfd int, wfd int, len int, flags int) (n int64, err error)"}, {"class": "func", "name": "Tgkill", "type": "func(tgid int, tid int, sig syscall.Signal) (err error)"}, {"class": "func", "name": "Time", "type": "func(t *syscall.Time_t) (tt syscall.Time_t, err error)"}, {"class": "func", "name": "Times", "type": "func(tms *syscall.Tms) (ticks uintptr, err error)"}, {"class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64"}, {"class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64"}, {"class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)"}, {"class": "func", "name": "Umask", "type": "func(mask int) (oldmask int)"}, {"class": "func", "name": "Uname", "type": "func(buf *syscall.Utsname) (err error)"}, {"class": "func", "name": "UnixCredentials", "type": "func(ucred *syscall.Ucred) []byte"}, {"class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte"}, {"class": "func", "name": "Unlink", "type": "func(path string) error"}, {"class": "func", "name": "Unlinkat", "type": "func(dirfd int, path string) error"}, {"class": "func", "name": "Unmount", "type": "func(target string, flags int) (err error)"}, {"class": "func", "name": "Unsetenv", "type": "func(key string) error"}, {"class": "func", "name": "Unshare", "type": "func(flags int) (err error)"}, {"class": "func", "name": "Ustat", "type": "func(dev int, ubuf *syscall.Ustat_t) (err error)"}, {"class": "func", "name": "Utime", "type": "func(path string, buf *syscall.Utimbuf) (err error)"}, {"class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)"}, {"class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) (err error)"}, {"class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)"}, {"class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)"}, {"class": "type", "name": "Cmsghdr", "type": "struct"}, {"class": "type", "name": "Credential", "type": "struct"}, {"class": "type", "name": "Dirent", "type": "struct"}, {"class": "type", "name": "EpollEvent", "type": "struct"}, {"class": "type", "name": "Errno", "type": "uintptr"}, {"class": "type", "name": "FdSet", "type": "struct"}, {"class": "type", "name": "Flock_t", "type": "struct"}, {"class": "type", "name": "Fsid", "type": "struct"}, {"class": "type", "name": "ICMPv6Filter", "type": "struct"}, {"class": "type", "name": "IPMreq", "type": "struct"}, {"class": "type", "name": "IPMreqn", "type": "struct"}, {"class": "type", "name": "IPv6MTUInfo", "type": "struct"}, {"class": "type", "name": "IPv6Mreq", "type": "struct"}, {"class": "type", "name": "IfAddrmsg", "type": "struct"}, {"class": "type", "name": "IfInfomsg", "type": "struct"}, {"class": "type", "name": "Inet4Pktinfo", "type": "struct"}, {"class": "type", "name": "Inet6Pktinfo", "type": "struct"}, {"class": "type", "name": "InotifyEvent", "type": "struct"}, {"class": "type", "name": "Iovec", "type": "struct"}, {"class": "type", "name": "Linger", "type": "struct"}, {"class": "type", "name": "Msghdr", "type": "struct"}, {"class": "type", "name": "NetlinkMessage", "type": "struct"}, {"class": "type", "name": "NetlinkRouteAttr", "type": "struct"}, {"class": "type", "name": "NetlinkRouteRequest", "type": "struct"}, {"class": "type", "name": "NlAttr", "type": "struct"}, {"class": "type", "name": "NlMsgerr", "type": "struct"}, {"class": "type", "name": "NlMsghdr", "type": "struct"}, {"class": "type", "name": "ProcAttr", "type": "struct"}, {"class": "type", "name": "PtraceRegs", "type": "struct"}, {"class": "type", "name": "RawSockaddr", "type": "struct"}, {"class": "type", "name": "RawSockaddrAny", "type": "struct"}, {"class": "type", "name": "RawSockaddrInet4", "type": "struct"}, {"class": "type", "name": "RawSockaddrInet6", "type": "struct"}, {"class": "type", "name": "RawSockaddrLinklayer", "type": "struct"}, {"class": "type", "name": "RawSockaddrNetlink", "type": "struct"}, {"class": "type", "name": "RawSockaddrUnix", "type": "struct"}, {"class": "type", "name": "Rlimit", "type": "struct"}, {"class": "type", "name": "RtAttr", "type": "struct"}, {"class": "type", "name": "RtGenmsg", "type": "struct"}, {"class": "type", "name": "RtMsg", "type": "struct"}, {"class": "type", "name": "RtNexthop", "type": "struct"}, {"class": "type", "name": "Rusage", "type": "struct"}, {"class": "type", "name": "Signal", "type": "int"}, {"class": "type", "name": "SockFilter", "type": "struct"}, {"class": "type", "name": "SockFprog", "type": "struct"}, {"class": "type", "name": "Sockaddr", "type": "interface"}, {"class": "type", "name": "SockaddrInet4", "type": "struct"}, {"class": "type", "name": "SockaddrInet6", "type": "struct"}, {"class": "type", "name": "SockaddrLinklayer", "type": "struct"}, {"class": "type", "name": "SockaddrNetlink", "type": "struct"}, {"class": "type", "name": "SockaddrUnix", "type": "struct"}, {"class": "type", "name": "SocketControlMessage", "type": "struct"}, {"class": "type", "name": "Stat_t", "type": "struct"}, {"class": "type", "name": "Statfs_t", "type": "struct"}, {"class": "type", "name": "SysProcAttr", "type": "struct"}, {"class": "type", "name": "SysProcIDMap", "type": "struct"}, {"class": "type", "name": "Sysinfo_t", "type": "struct"}, {"class": "type", "name": "TCPInfo", "type": "struct"}, {"class": "type", "name": "Termios", "type": "struct"}, {"class": "type", "name": "Time_t", "type": "int64"}, {"class": "type", "name": "Timespec", "type": "struct"}, {"class": "type", "name": "Timeval", "type": "struct"}, {"class": "type", "name": "Timex", "type": "struct"}, {"class": "type", "name": "Tms", "type": "struct"}, {"class": "type", "name": "Ucred", "type": "struct"}, {"class": "type", "name": "Ustat_t", "type": "struct"}, {"class": "type", "name": "Utimbuf", "type": "struct"}, {"class": "type", "name": "Utsname", "type": "struct"}, {"class": "type", "name": "WaitStatus", "type": "uint32"}, {"class": "var", "name": "ForkLock", "type": "sync.RWMutex"}, {"class": "var", "name": "SocketDisableIPv6", "type": "bool"}, {"class": "var", "name": "Stderr", "type": "int"}, {"class": "var", "name": "Stdin", "type": "int"}, {"class": "var", "name": "Stdout", "type": "int"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/testing/iotest.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/testing/iotest.json new file mode 100644 index 0000000..01a36d1 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/testing/iotest.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "DataErrReader", "type": "func(r io.Reader) io.Reader"}, {"class": "func", "name": "HalfReader", "type": "func(r io.Reader) io.Reader"}, {"class": "func", "name": "NewReadLogger", "type": "func(prefix string, r io.Reader) io.Reader"}, {"class": "func", "name": "NewWriteLogger", "type": "func(prefix string, w io.Writer) io.Writer"}, {"class": "func", "name": "OneByteReader", "type": "func(r io.Reader) io.Reader"}, {"class": "func", "name": "TimeoutReader", "type": "func(r io.Reader) io.Reader"}, {"class": "func", "name": "TruncateWriter", "type": "func(w io.Writer, n int64) io.Writer"}, {"class": "var", "name": "ErrTimeout", "type": "error"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/testing/quick.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/testing/quick.json new file mode 100644 index 0000000..bd2ca40 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/testing/quick.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Check", "type": "func(f interface{}, config *quick.Config) error"}, {"class": "func", "name": "CheckEqual", "type": "func(f interface{}, g interface{}, config *quick.Config) error"}, {"class": "func", "name": "Value", "type": "func(t reflect.Type, rand *rand.Rand) (value reflect.Value, ok bool)"}, {"class": "type", "name": "CheckEqualError", "type": "struct"}, {"class": "type", "name": "CheckError", "type": "struct"}, {"class": "type", "name": "Config", "type": "struct"}, {"class": "type", "name": "Generator", "type": "interface"}, {"class": "type", "name": "SetupError", "type": "string"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/testing/testing.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/testing/testing.json new file mode 100644 index 0000000..b300171 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/testing/testing.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "AllocsPerRun", "type": "func(runs int, f func()) (avg float64)"}, {"class": "func", "name": "Benchmark", "type": "func(f func(b *testing.B)) testing.BenchmarkResult"}, {"class": "func", "name": "Coverage", "type": "func() float64"}, {"class": "func", "name": "Main", "type": "func(matchString func(pat string, str string) (bool, error), tests []testing.InternalTest, benchmarks []testing.InternalBenchmark, examples []testing.InternalExample)"}, {"class": "func", "name": "MainStart", "type": "func(matchString func(pat string, str string) (bool, error), tests []testing.InternalTest, benchmarks []testing.InternalBenchmark, examples []testing.InternalExample) *testing.M"}, {"class": "func", "name": "RegisterCover", "type": "func(c testing.Cover)"}, {"class": "func", "name": "RunBenchmarks", "type": "func(matchString func(pat string, str string) (bool, error), benchmarks []testing.InternalBenchmark)"}, {"class": "func", "name": "RunExamples", "type": "func(matchString func(pat string, str string) (bool, error), examples []testing.InternalExample) (ok bool)"}, {"class": "func", "name": "RunTests", "type": "func(matchString func(pat string, str string) (bool, error), tests []testing.InternalTest) (ok bool)"}, {"class": "func", "name": "Short", "type": "func() bool"}, {"class": "func", "name": "Verbose", "type": "func() bool"}, {"class": "type", "name": "B", "type": "struct"}, {"class": "type", "name": "BenchmarkResult", "type": "struct"}, {"class": "type", "name": "Cover", "type": "struct"}, {"class": "type", "name": "CoverBlock", "type": "struct"}, {"class": "type", "name": "InternalBenchmark", "type": "struct"}, {"class": "type", "name": "InternalExample", "type": "struct"}, {"class": "type", "name": "InternalTest", "type": "struct"}, {"class": "type", "name": "M", "type": "struct"}, {"class": "type", "name": "PB", "type": "struct"}, {"class": "type", "name": "T", "type": "struct"}, {"class": "type", "name": "TB", "type": "interface"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/scanner.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/scanner.json new file mode 100644 index 0000000..158a0b6 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/scanner.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "Char", "type": ""}, {"class": "const", "name": "Comment", "type": ""}, {"class": "const", "name": "EOF", "type": ""}, {"class": "const", "name": "Float", "type": ""}, {"class": "const", "name": "GoTokens", "type": ""}, {"class": "const", "name": "GoWhitespace", "type": ""}, {"class": "const", "name": "Ident", "type": ""}, {"class": "const", "name": "Int", "type": ""}, {"class": "const", "name": "RawString", "type": ""}, {"class": "const", "name": "ScanChars", "type": ""}, {"class": "const", "name": "ScanComments", "type": ""}, {"class": "const", "name": "ScanFloats", "type": ""}, {"class": "const", "name": "ScanIdents", "type": ""}, {"class": "const", "name": "ScanInts", "type": ""}, {"class": "const", "name": "ScanRawStrings", "type": ""}, {"class": "const", "name": "ScanStrings", "type": ""}, {"class": "const", "name": "SkipComments", "type": ""}, {"class": "const", "name": "String", "type": ""}, {"class": "func", "name": "TokenString", "type": "func(tok rune) string"}, {"class": "type", "name": "Position", "type": "struct"}, {"class": "type", "name": "Scanner", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/tabwriter.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/tabwriter.json new file mode 100644 index 0000000..d73b66c --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/tabwriter.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "AlignRight", "type": ""}, {"class": "const", "name": "Debug", "type": ""}, {"class": "const", "name": "DiscardEmptyColumns", "type": ""}, {"class": "const", "name": "Escape", "type": ""}, {"class": "const", "name": "FilterHTML", "type": ""}, {"class": "const", "name": "StripEscape", "type": ""}, {"class": "const", "name": "TabIndent", "type": ""}, {"class": "func", "name": "NewWriter", "type": "func(output io.Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) *tabwriter.Writer"}, {"class": "type", "name": "Writer", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/template.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/template.json new file mode 100644 index 0000000..3af5b01 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/template.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "HTMLEscape", "type": "func(w io.Writer, b []byte)"}, {"class": "func", "name": "HTMLEscapeString", "type": "func(s string) string"}, {"class": "func", "name": "HTMLEscaper", "type": "func(args ...interface{}) string"}, {"class": "func", "name": "IsTrue", "type": "func(val interface{}) (truth bool, ok bool)"}, {"class": "func", "name": "JSEscape", "type": "func(w io.Writer, b []byte)"}, {"class": "func", "name": "JSEscapeString", "type": "func(s string) string"}, {"class": "func", "name": "JSEscaper", "type": "func(args ...interface{}) string"}, {"class": "func", "name": "Must", "type": "func(t *template.Template, err error) *template.Template"}, {"class": "func", "name": "New", "type": "func(name string) *template.Template"}, {"class": "func", "name": "ParseFiles", "type": "func(filenames ...string) (*template.Template, error)"}, {"class": "func", "name": "ParseGlob", "type": "func(pattern string) (*template.Template, error)"}, {"class": "func", "name": "URLQueryEscaper", "type": "func(args ...interface{}) string"}, {"class": "type", "name": "ExecError", "type": "struct"}, {"class": "type", "name": "FuncMap", "type": "map[string]interface{}"}, {"class": "type", "name": "Template", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/template/parse.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/template/parse.json new file mode 100644 index 0000000..e27e1d1 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/text/template/parse.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "NodeAction", "type": ""}, {"class": "const", "name": "NodeBool", "type": ""}, {"class": "const", "name": "NodeChain", "type": ""}, {"class": "const", "name": "NodeCommand", "type": ""}, {"class": "const", "name": "NodeDot", "type": ""}, {"class": "const", "name": "NodeField", "type": ""}, {"class": "const", "name": "NodeIdentifier", "type": ""}, {"class": "const", "name": "NodeIf", "type": ""}, {"class": "const", "name": "NodeList", "type": ""}, {"class": "const", "name": "NodeNil", "type": ""}, {"class": "const", "name": "NodeNumber", "type": ""}, {"class": "const", "name": "NodePipe", "type": ""}, {"class": "const", "name": "NodeRange", "type": ""}, {"class": "const", "name": "NodeString", "type": ""}, {"class": "const", "name": "NodeTemplate", "type": ""}, {"class": "const", "name": "NodeText", "type": ""}, {"class": "const", "name": "NodeVariable", "type": ""}, {"class": "const", "name": "NodeWith", "type": ""}, {"class": "func", "name": "IsEmptyTree", "type": "func(n parse.Node) bool"}, {"class": "func", "name": "New", "type": "func(name string, funcs ...map[string]interface{}) *parse.Tree"}, {"class": "func", "name": "NewIdentifier", "type": "func(ident string) *parse.IdentifierNode"}, {"class": "func", "name": "Parse", "type": "func(name string, text string, leftDelim string, rightDelim string, funcs ...map[string]interface{}) (map[string]*parse.Tree, error)"}, {"class": "type", "name": "ActionNode", "type": "struct"}, {"class": "type", "name": "BoolNode", "type": "struct"}, {"class": "type", "name": "BranchNode", "type": "struct"}, {"class": "type", "name": "ChainNode", "type": "struct"}, {"class": "type", "name": "CommandNode", "type": "struct"}, {"class": "type", "name": "DotNode", "type": "struct"}, {"class": "type", "name": "FieldNode", "type": "struct"}, {"class": "type", "name": "IdentifierNode", "type": "struct"}, {"class": "type", "name": "IfNode", "type": "struct"}, {"class": "type", "name": "ListNode", "type": "struct"}, {"class": "type", "name": "NilNode", "type": "struct"}, {"class": "type", "name": "Node", "type": "interface"}, {"class": "type", "name": "NodeType", "type": "int"}, {"class": "type", "name": "NumberNode", "type": "struct"}, {"class": "type", "name": "PipeNode", "type": "struct"}, {"class": "type", "name": "Pos", "type": "int"}, {"class": "type", "name": "RangeNode", "type": "struct"}, {"class": "type", "name": "StringNode", "type": "struct"}, {"class": "type", "name": "TemplateNode", "type": "struct"}, {"class": "type", "name": "TextNode", "type": "struct"}, {"class": "type", "name": "Tree", "type": "struct"}, {"class": "type", "name": "VariableNode", "type": "struct"}, {"class": "type", "name": "WithNode", "type": "struct"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/time/time.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/time/time.json new file mode 100644 index 0000000..c21da03 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/time/time.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "ANSIC", "type": ""}, {"class": "const", "name": "April", "type": ""}, {"class": "const", "name": "August", "type": ""}, {"class": "const", "name": "December", "type": ""}, {"class": "const", "name": "February", "type": ""}, {"class": "const", "name": "Friday", "type": ""}, {"class": "const", "name": "Hour", "type": ""}, {"class": "const", "name": "January", "type": ""}, {"class": "const", "name": "July", "type": ""}, {"class": "const", "name": "June", "type": ""}, {"class": "const", "name": "Kitchen", "type": ""}, {"class": "const", "name": "March", "type": ""}, {"class": "const", "name": "May", "type": ""}, {"class": "const", "name": "Microsecond", "type": ""}, {"class": "const", "name": "Millisecond", "type": ""}, {"class": "const", "name": "Minute", "type": ""}, {"class": "const", "name": "Monday", "type": ""}, {"class": "const", "name": "Nanosecond", "type": ""}, {"class": "const", "name": "November", "type": ""}, {"class": "const", "name": "October", "type": ""}, {"class": "const", "name": "RFC1123", "type": ""}, {"class": "const", "name": "RFC1123Z", "type": ""}, {"class": "const", "name": "RFC3339", "type": ""}, {"class": "const", "name": "RFC3339Nano", "type": ""}, {"class": "const", "name": "RFC822", "type": ""}, {"class": "const", "name": "RFC822Z", "type": ""}, {"class": "const", "name": "RFC850", "type": ""}, {"class": "const", "name": "RubyDate", "type": ""}, {"class": "const", "name": "Saturday", "type": ""}, {"class": "const", "name": "Second", "type": ""}, {"class": "const", "name": "September", "type": ""}, {"class": "const", "name": "Stamp", "type": ""}, {"class": "const", "name": "StampMicro", "type": ""}, {"class": "const", "name": "StampMilli", "type": ""}, {"class": "const", "name": "StampNano", "type": ""}, {"class": "const", "name": "Sunday", "type": ""}, {"class": "const", "name": "Thursday", "type": ""}, {"class": "const", "name": "Tuesday", "type": ""}, {"class": "const", "name": "UnixDate", "type": ""}, {"class": "const", "name": "Wednesday", "type": ""}, {"class": "func", "name": "After", "type": "func(d time.Duration) (<-chan time.Time)"}, {"class": "func", "name": "AfterFunc", "type": "func(d time.Duration, f func()) *time.Timer"}, {"class": "func", "name": "Date", "type": "func(year int, month time.Month, day int, hour int, min int, sec int, nsec int, loc *time.Location) time.Time"}, {"class": "func", "name": "FixedZone", "type": "func(name string, offset int) *time.Location"}, {"class": "func", "name": "LoadLocation", "type": "func(name string) (*time.Location, error)"}, {"class": "func", "name": "NewTicker", "type": "func(d time.Duration) *time.Ticker"}, {"class": "func", "name": "NewTimer", "type": "func(d time.Duration) *time.Timer"}, {"class": "func", "name": "Now", "type": "func() time.Time"}, {"class": "func", "name": "Parse", "type": "func(layout string, value string) (time.Time, error)"}, {"class": "func", "name": "ParseDuration", "type": "func(s string) (time.Duration, error)"}, {"class": "func", "name": "ParseInLocation", "type": "func(layout string, value string, loc *time.Location) (time.Time, error)"}, {"class": "func", "name": "Since", "type": "func(t time.Time) time.Duration"}, {"class": "func", "name": "Sleep", "type": "func(d time.Duration)"}, {"class": "func", "name": "Tick", "type": "func(d time.Duration) (<-chan time.Time)"}, {"class": "func", "name": "Unix", "type": "func(sec int64, nsec int64) time.Time"}, {"class": "type", "name": "Duration", "type": "int64"}, {"class": "type", "name": "Location", "type": "struct"}, {"class": "type", "name": "Month", "type": "int"}, {"class": "type", "name": "ParseError", "type": "struct"}, {"class": "type", "name": "Ticker", "type": "struct"}, {"class": "type", "name": "Time", "type": "struct"}, {"class": "type", "name": "Timer", "type": "struct"}, {"class": "type", "name": "Weekday", "type": "int"}, {"class": "var", "name": "Local", "type": "*time.Location"}, {"class": "var", "name": "UTC", "type": "*time.Location"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/unicode/unicode.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/unicode/unicode.json new file mode 100644 index 0000000..1ece650 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/unicode/unicode.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "LowerCase", "type": ""}, {"class": "const", "name": "MaxASCII", "type": ""}, {"class": "const", "name": "MaxCase", "type": ""}, {"class": "const", "name": "MaxLatin1", "type": ""}, {"class": "const", "name": "MaxRune", "type": ""}, {"class": "const", "name": "ReplacementChar", "type": ""}, {"class": "const", "name": "TitleCase", "type": ""}, {"class": "const", "name": "UpperCase", "type": ""}, {"class": "const", "name": "UpperLower", "type": ""}, {"class": "const", "name": "Version", "type": ""}, {"class": "func", "name": "In", "type": "func(r rune, ranges ...*unicode.RangeTable) bool"}, {"class": "func", "name": "Is", "type": "func(rangeTab *unicode.RangeTable, r rune) bool"}, {"class": "func", "name": "IsControl", "type": "func(r rune) bool"}, {"class": "func", "name": "IsDigit", "type": "func(r rune) bool"}, {"class": "func", "name": "IsGraphic", "type": "func(r rune) bool"}, {"class": "func", "name": "IsLetter", "type": "func(r rune) bool"}, {"class": "func", "name": "IsLower", "type": "func(r rune) bool"}, {"class": "func", "name": "IsMark", "type": "func(r rune) bool"}, {"class": "func", "name": "IsNumber", "type": "func(r rune) bool"}, {"class": "func", "name": "IsOneOf", "type": "func(ranges []*unicode.RangeTable, r rune) bool"}, {"class": "func", "name": "IsPrint", "type": "func(r rune) bool"}, {"class": "func", "name": "IsPunct", "type": "func(r rune) bool"}, {"class": "func", "name": "IsSpace", "type": "func(r rune) bool"}, {"class": "func", "name": "IsSymbol", "type": "func(r rune) bool"}, {"class": "func", "name": "IsTitle", "type": "func(r rune) bool"}, {"class": "func", "name": "IsUpper", "type": "func(r rune) bool"}, {"class": "func", "name": "SimpleFold", "type": "func(r rune) rune"}, {"class": "func", "name": "To", "type": "func(_case int, r rune) rune"}, {"class": "func", "name": "ToLower", "type": "func(r rune) rune"}, {"class": "func", "name": "ToTitle", "type": "func(r rune) rune"}, {"class": "func", "name": "ToUpper", "type": "func(r rune) rune"}, {"class": "type", "name": "CaseRange", "type": "struct"}, {"class": "type", "name": "Range16", "type": "struct"}, {"class": "type", "name": "Range32", "type": "struct"}, {"class": "type", "name": "RangeTable", "type": "struct"}, {"class": "type", "name": "SpecialCase", "type": "[]unicode.CaseRange"}, {"class": "var", "name": "ASCII_Hex_Digit", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Adlam", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Ahom", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Anatolian_Hieroglyphs", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Arabic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Armenian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Avestan", "type": "*unicode.RangeTable"}, {"class": "var", "name": "AzeriCase", "type": "unicode.SpecialCase"}, {"class": "var", "name": "Balinese", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bamum", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bassa_Vah", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Batak", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bengali", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bhaiksuki", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bidi_Control", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Bopomofo", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Brahmi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Braille", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Buginese", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Buhid", "type": "*unicode.RangeTable"}, {"class": "var", "name": "C", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Canadian_Aboriginal", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Carian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "CaseRanges", "type": "[]unicode.CaseRange"}, {"class": "var", "name": "Categories", "type": "map[string]*unicode.RangeTable"}, {"class": "var", "name": "Caucasian_Albanian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cc", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cf", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Chakma", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cham", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cherokee", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Co", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Common", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Coptic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cs", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cuneiform", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cypriot", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Cyrillic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Dash", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Deprecated", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Deseret", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Devanagari", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Diacritic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Digit", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Duployan", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Egyptian_Hieroglyphs", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Elbasan", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Ethiopic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Extender", "type": "*unicode.RangeTable"}, {"class": "var", "name": "FoldCategory", "type": "map[string]*unicode.RangeTable"}, {"class": "var", "name": "FoldScript", "type": "map[string]*unicode.RangeTable"}, {"class": "var", "name": "Georgian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Glagolitic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Gothic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Grantha", "type": "*unicode.RangeTable"}, {"class": "var", "name": "GraphicRanges", "type": "[]*unicode.RangeTable"}, {"class": "var", "name": "Greek", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Gujarati", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Gurmukhi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Han", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Hangul", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Hanunoo", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Hatran", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Hebrew", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Hex_Digit", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Hiragana", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Hyphen", "type": "*unicode.RangeTable"}, {"class": "var", "name": "IDS_Binary_Operator", "type": "*unicode.RangeTable"}, {"class": "var", "name": "IDS_Trinary_Operator", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Ideographic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Imperial_Aramaic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Inherited", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Inscriptional_Pahlavi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Inscriptional_Parthian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Javanese", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Join_Control", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Kaithi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Kannada", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Katakana", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Kayah_Li", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Kharoshthi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Khmer", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Khojki", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Khudawadi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "L", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lao", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Latin", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lepcha", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Letter", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Limbu", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Linear_A", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Linear_B", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lisu", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Ll", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lm", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lo", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Logical_Order_Exception", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lower", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lt", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lu", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lycian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Lydian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "M", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mahajani", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Malayalam", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mandaic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Manichaean", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Marchen", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mark", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mc", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Me", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Meetei_Mayek", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mende_Kikakui", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Meroitic_Cursive", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Meroitic_Hieroglyphs", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Miao", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mn", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Modi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mongolian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Mro", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Multani", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Myanmar", "type": "*unicode.RangeTable"}, {"class": "var", "name": "N", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Nabataean", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Nd", "type": "*unicode.RangeTable"}, {"class": "var", "name": "New_Tai_Lue", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Newa", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Nko", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Nl", "type": "*unicode.RangeTable"}, {"class": "var", "name": "No", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Noncharacter_Code_Point", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Number", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Ogham", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Ol_Chiki", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Old_Hungarian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Old_Italic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Old_North_Arabian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Old_Permic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Old_Persian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Old_South_Arabian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Old_Turkic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Oriya", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Osage", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Osmanya", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_Alphabetic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_Default_Ignorable_Code_Point", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_Grapheme_Extend", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_ID_Continue", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_ID_Start", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_Lowercase", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_Math", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Other_Uppercase", "type": "*unicode.RangeTable"}, {"class": "var", "name": "P", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pahawh_Hmong", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Palmyrene", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pattern_Syntax", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pattern_White_Space", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pau_Cin_Hau", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pc", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pd", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pe", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pf", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Phags_Pa", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Phoenician", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Pi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Po", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Prepended_Concatenation_Mark", "type": "*unicode.RangeTable"}, {"class": "var", "name": "PrintRanges", "type": "[]*unicode.RangeTable"}, {"class": "var", "name": "Properties", "type": "map[string]*unicode.RangeTable"}, {"class": "var", "name": "Ps", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Psalter_Pahlavi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Punct", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Quotation_Mark", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Radical", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Rejang", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Runic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "S", "type": "*unicode.RangeTable"}, {"class": "var", "name": "STerm", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Samaritan", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Saurashtra", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Sc", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Scripts", "type": "map[string]*unicode.RangeTable"}, {"class": "var", "name": "Sentence_Terminal", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Sharada", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Shavian", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Siddham", "type": "*unicode.RangeTable"}, {"class": "var", "name": "SignWriting", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Sinhala", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Sk", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Sm", "type": "*unicode.RangeTable"}, {"class": "var", "name": "So", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Soft_Dotted", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Sora_Sompeng", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Space", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Sundanese", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Syloti_Nagri", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Symbol", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Syriac", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tagalog", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tagbanwa", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tai_Le", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tai_Tham", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tai_Viet", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Takri", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tamil", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tangut", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Telugu", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Terminal_Punctuation", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Thaana", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Thai", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tibetan", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tifinagh", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Tirhuta", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Title", "type": "*unicode.RangeTable"}, {"class": "var", "name": "TurkishCase", "type": "unicode.SpecialCase"}, {"class": "var", "name": "Ugaritic", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Unified_Ideograph", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Upper", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Vai", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Variation_Selector", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Warang_Citi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "White_Space", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Yi", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Z", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Zl", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Zp", "type": "*unicode.RangeTable"}, {"class": "var", "name": "Zs", "type": "*unicode.RangeTable"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/unicode/utf16.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/unicode/utf16.json new file mode 100644 index 0000000..9485ee6 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/unicode/utf16.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Decode", "type": "func(s []uint16) []rune"}, {"class": "func", "name": "DecodeRune", "type": "func(r1 rune, r2 rune) rune"}, {"class": "func", "name": "Encode", "type": "func(s []rune) []uint16"}, {"class": "func", "name": "EncodeRune", "type": "func(r rune) (r1 rune, r2 rune)"}, {"class": "func", "name": "IsSurrogate", "type": "func(r rune) bool"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/unicode/utf8.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/unicode/utf8.json new file mode 100644 index 0000000..8c0e7c3 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/unicode/utf8.json @@ -0,0 +1 @@ +[0, [{"class": "const", "name": "MaxRune", "type": ""}, {"class": "const", "name": "RuneError", "type": ""}, {"class": "const", "name": "RuneSelf", "type": ""}, {"class": "const", "name": "UTFMax", "type": ""}, {"class": "func", "name": "DecodeLastRune", "type": "func(p []byte) (r rune, size int)"}, {"class": "func", "name": "DecodeLastRuneInString", "type": "func(s string) (r rune, size int)"}, {"class": "func", "name": "DecodeRune", "type": "func(p []byte) (r rune, size int)"}, {"class": "func", "name": "DecodeRuneInString", "type": "func(s string) (r rune, size int)"}, {"class": "func", "name": "EncodeRune", "type": "func(p []byte, r rune) int"}, {"class": "func", "name": "FullRune", "type": "func(p []byte) bool"}, {"class": "func", "name": "FullRuneInString", "type": "func(s string) bool"}, {"class": "func", "name": "RuneCount", "type": "func(p []byte) int"}, {"class": "func", "name": "RuneCountInString", "type": "func(s string) (n int)"}, {"class": "func", "name": "RuneLen", "type": "func(r rune) int"}, {"class": "func", "name": "RuneStart", "type": "func(b byte) bool"}, {"class": "func", "name": "Valid", "type": "func(p []byte) bool"}, {"class": "func", "name": "ValidRune", "type": "func(r rune) bool"}, {"class": "func", "name": "ValidString", "type": "func(s string) bool"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/json/1.7.3/linux_amd64/unsafe/unsafe.json b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/unsafe/unsafe.json new file mode 100644 index 0000000..a3e1622 --- /dev/null +++ b/bundle/deoplete-go/data/json/1.7.3/linux_amd64/unsafe/unsafe.json @@ -0,0 +1 @@ +[0, [{"class": "func", "name": "Alignof", "type": "func(any) uintptr"}, {"class": "func", "name": "New", "type": "func(typ interface{}) unsafe.Pointer"}, {"class": "func", "name": "NewArray", "type": "func(typ interface{}, n int) unsafe.Pointer"}, {"class": "func", "name": "Offsetof", "type": "func(any) uintptr"}, {"class": "func", "name": "Reflect", "type": "func(i interface{}) (typ interface{}, addr unsafe.Pointer)"}, {"class": "func", "name": "Sizeof", "type": "func(any) uintptr"}, {"class": "func", "name": "Typeof", "type": "func(i interface{}) interface{}"}, {"class": "func", "name": "Unreflect", "type": "func(typ interface{}, addr unsafe.Pointer) interface{}"}, {"class": "type", "name": "Pointer", "type": "uintptr"}]] \ No newline at end of file diff --git a/bundle/deoplete-go/data/stdlib-1.7.3_darwin_amd64.txt b/bundle/deoplete-go/data/stdlib-1.7.3_darwin_amd64.txt new file mode 100644 index 0000000..f6b2f9a --- /dev/null +++ b/bundle/deoplete-go/data/stdlib-1.7.3_darwin_amd64.txt @@ -0,0 +1,139 @@ +archive/tar +archive/zip +bufio +bytes +compress/bzip2 +compress/flate +compress/gzip +compress/lzw +compress/zlib +container/heap +container/list +container/ring +context +crypto +crypto/aes +crypto/cipher +crypto/des +crypto/dsa +crypto/ecdsa +crypto/elliptic +crypto/hmac +crypto/md5 +crypto/rand +crypto/rc4 +crypto/rsa +crypto/sha1 +crypto/sha256 +crypto/sha512 +crypto/subtle +crypto/tls +crypto/x509 +crypto/x509/pkix +database/sql +database/sql/driver +debug/dwarf +debug/elf +debug/gosym +debug/macho +debug/pe +debug/plan9obj +encoding +encoding/ascii85 +encoding/asn1 +encoding/base32 +encoding/base64 +encoding/binary +encoding/csv +encoding/gob +encoding/hex +encoding/json +encoding/pem +encoding/xml +errors +expvar +flag +fmt +go/ast +go/build +go/constant +go/doc +go/format +go/importer +go/parser +go/printer +go/scanner +go/token +go/types +hash +hash/adler32 +hash/crc32 +hash/crc64 +hash/fnv +html +html/template +image +image/color +image/color/palette +image/draw +image/gif +image/jpeg +image/png +index/suffixarray +io +io/ioutil +log +log/syslog +math +math/big +math/cmplx +math/rand +mime +mime/multipart +mime/quotedprintable +net +net/http +net/http/cgi +net/http/cookiejar +net/http/fcgi +net/http/httptest +net/http/httptrace +net/http/httputil +net/http/pprof +net/mail +net/rpc +net/rpc/jsonrpc +net/smtp +net/textproto +net/url +os +os/exec +os/signal +os/user +path +path/filepath +reflect +regexp +regexp/syntax +runtime +runtime/debug +runtime/pprof +runtime/trace +sort +strconv +strings +sync +sync/atomic +syscall +testing +testing/iotest +testing/quick +text/scanner +text/tabwriter +text/template +text/template/parse +time +unicode +unicode/utf16 +unicode/utf8 +unsafe diff --git a/bundle/deoplete-go/data/stdlib-1.7.3_linux_amd64.txt b/bundle/deoplete-go/data/stdlib-1.7.3_linux_amd64.txt new file mode 100644 index 0000000..f6b2f9a --- /dev/null +++ b/bundle/deoplete-go/data/stdlib-1.7.3_linux_amd64.txt @@ -0,0 +1,139 @@ +archive/tar +archive/zip +bufio +bytes +compress/bzip2 +compress/flate +compress/gzip +compress/lzw +compress/zlib +container/heap +container/list +container/ring +context +crypto +crypto/aes +crypto/cipher +crypto/des +crypto/dsa +crypto/ecdsa +crypto/elliptic +crypto/hmac +crypto/md5 +crypto/rand +crypto/rc4 +crypto/rsa +crypto/sha1 +crypto/sha256 +crypto/sha512 +crypto/subtle +crypto/tls +crypto/x509 +crypto/x509/pkix +database/sql +database/sql/driver +debug/dwarf +debug/elf +debug/gosym +debug/macho +debug/pe +debug/plan9obj +encoding +encoding/ascii85 +encoding/asn1 +encoding/base32 +encoding/base64 +encoding/binary +encoding/csv +encoding/gob +encoding/hex +encoding/json +encoding/pem +encoding/xml +errors +expvar +flag +fmt +go/ast +go/build +go/constant +go/doc +go/format +go/importer +go/parser +go/printer +go/scanner +go/token +go/types +hash +hash/adler32 +hash/crc32 +hash/crc64 +hash/fnv +html +html/template +image +image/color +image/color/palette +image/draw +image/gif +image/jpeg +image/png +index/suffixarray +io +io/ioutil +log +log/syslog +math +math/big +math/cmplx +math/rand +mime +mime/multipart +mime/quotedprintable +net +net/http +net/http/cgi +net/http/cookiejar +net/http/fcgi +net/http/httptest +net/http/httptrace +net/http/httputil +net/http/pprof +net/mail +net/rpc +net/rpc/jsonrpc +net/smtp +net/textproto +net/url +os +os/exec +os/signal +os/user +path +path/filepath +reflect +regexp +regexp/syntax +runtime +runtime/debug +runtime/pprof +runtime/trace +sort +strconv +strings +sync +sync/atomic +syscall +testing +testing/iotest +testing/quick +text/scanner +text/tabwriter +text/template +text/template/parse +time +unicode +unicode/utf16 +unicode/utf8 +unsafe diff --git a/bundle/deoplete-go/data/stdlib-1.7_darwin_amd64.txt b/bundle/deoplete-go/data/stdlib-1.7_darwin_amd64.txt new file mode 100644 index 0000000..f6b2f9a --- /dev/null +++ b/bundle/deoplete-go/data/stdlib-1.7_darwin_amd64.txt @@ -0,0 +1,139 @@ +archive/tar +archive/zip +bufio +bytes +compress/bzip2 +compress/flate +compress/gzip +compress/lzw +compress/zlib +container/heap +container/list +container/ring +context +crypto +crypto/aes +crypto/cipher +crypto/des +crypto/dsa +crypto/ecdsa +crypto/elliptic +crypto/hmac +crypto/md5 +crypto/rand +crypto/rc4 +crypto/rsa +crypto/sha1 +crypto/sha256 +crypto/sha512 +crypto/subtle +crypto/tls +crypto/x509 +crypto/x509/pkix +database/sql +database/sql/driver +debug/dwarf +debug/elf +debug/gosym +debug/macho +debug/pe +debug/plan9obj +encoding +encoding/ascii85 +encoding/asn1 +encoding/base32 +encoding/base64 +encoding/binary +encoding/csv +encoding/gob +encoding/hex +encoding/json +encoding/pem +encoding/xml +errors +expvar +flag +fmt +go/ast +go/build +go/constant +go/doc +go/format +go/importer +go/parser +go/printer +go/scanner +go/token +go/types +hash +hash/adler32 +hash/crc32 +hash/crc64 +hash/fnv +html +html/template +image +image/color +image/color/palette +image/draw +image/gif +image/jpeg +image/png +index/suffixarray +io +io/ioutil +log +log/syslog +math +math/big +math/cmplx +math/rand +mime +mime/multipart +mime/quotedprintable +net +net/http +net/http/cgi +net/http/cookiejar +net/http/fcgi +net/http/httptest +net/http/httptrace +net/http/httputil +net/http/pprof +net/mail +net/rpc +net/rpc/jsonrpc +net/smtp +net/textproto +net/url +os +os/exec +os/signal +os/user +path +path/filepath +reflect +regexp +regexp/syntax +runtime +runtime/debug +runtime/pprof +runtime/trace +sort +strconv +strings +sync +sync/atomic +syscall +testing +testing/iotest +testing/quick +text/scanner +text/tabwriter +text/template +text/template/parse +time +unicode +unicode/utf16 +unicode/utf8 +unsafe diff --git a/bundle/deoplete-go/data/stdlib-1.7_linux_amd64.txt b/bundle/deoplete-go/data/stdlib-1.7_linux_amd64.txt new file mode 100644 index 0000000..f6b2f9a --- /dev/null +++ b/bundle/deoplete-go/data/stdlib-1.7_linux_amd64.txt @@ -0,0 +1,139 @@ +archive/tar +archive/zip +bufio +bytes +compress/bzip2 +compress/flate +compress/gzip +compress/lzw +compress/zlib +container/heap +container/list +container/ring +context +crypto +crypto/aes +crypto/cipher +crypto/des +crypto/dsa +crypto/ecdsa +crypto/elliptic +crypto/hmac +crypto/md5 +crypto/rand +crypto/rc4 +crypto/rsa +crypto/sha1 +crypto/sha256 +crypto/sha512 +crypto/subtle +crypto/tls +crypto/x509 +crypto/x509/pkix +database/sql +database/sql/driver +debug/dwarf +debug/elf +debug/gosym +debug/macho +debug/pe +debug/plan9obj +encoding +encoding/ascii85 +encoding/asn1 +encoding/base32 +encoding/base64 +encoding/binary +encoding/csv +encoding/gob +encoding/hex +encoding/json +encoding/pem +encoding/xml +errors +expvar +flag +fmt +go/ast +go/build +go/constant +go/doc +go/format +go/importer +go/parser +go/printer +go/scanner +go/token +go/types +hash +hash/adler32 +hash/crc32 +hash/crc64 +hash/fnv +html +html/template +image +image/color +image/color/palette +image/draw +image/gif +image/jpeg +image/png +index/suffixarray +io +io/ioutil +log +log/syslog +math +math/big +math/cmplx +math/rand +mime +mime/multipart +mime/quotedprintable +net +net/http +net/http/cgi +net/http/cookiejar +net/http/fcgi +net/http/httptest +net/http/httptrace +net/http/httputil +net/http/pprof +net/mail +net/rpc +net/rpc/jsonrpc +net/smtp +net/textproto +net/url +os +os/exec +os/signal +os/user +path +path/filepath +reflect +regexp +regexp/syntax +runtime +runtime/debug +runtime/pprof +runtime/trace +sort +strconv +strings +sync +sync/atomic +syscall +testing +testing/iotest +testing/quick +text/scanner +text/tabwriter +text/template +text/template/parse +time +unicode +unicode/utf16 +unicode/utf8 +unsafe diff --git a/bundle/deoplete-go/data/template.go b/bundle/deoplete-go/data/template.go new file mode 100644 index 0000000..2a87165 --- /dev/null +++ b/bundle/deoplete-go/data/template.go @@ -0,0 +1,7 @@ +package main + +import "IMPORT" + +func main() { + FUNC. +} diff --git a/bundle/deoplete-go/dockerfiles/Dockerfile b/bundle/deoplete-go/dockerfiles/Dockerfile new file mode 100644 index 0000000..331fe45 --- /dev/null +++ b/bundle/deoplete-go/dockerfiles/Dockerfile @@ -0,0 +1,92 @@ +FROM debian:latest +LABEL maintainer "zchee " + +ENV PATH="/go/bin:/usr/local/go/bin:/usr/local/bin:$PATH" \ + \ + XDG_CONFIG_HOME="/root/.config" \ + XDG_CACHE_HOME="/root/.cache" \ + XDG_DATA_HOME="/root/.local/share" \ + \ + NVIM_LISTEN_ADDRESS="/tmp/nvim" \ + NVIM_TUI_ENABLE_CURSOR_SHAPE=1 \ + NVIM_PYTHON_LOG_FILE="/tmp/log/python-client.log" \ + NVIM_PYTHON_LOG_LEVEL="DEBUG" \ + \ + GOLANG_VERSION="1.8.3" \ + GOPATH="/go" + +RUN set -eux \ + && apt-get update \ + && apt-get install -y --no-install-recommends --no-install-suggests \ + automake \ + g++ \ + gcc \ + git \ + libc6-dev \ + libtool \ + libtool-bin \ + make \ + pkg-config \ + python-dev \ + python-pip \ + python3-dev \ + python3-pip \ + wget \ + && rm -rf /var/lib/apt/lists/* \ + \ + && wget -q -O - https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz | tar xzf - --strip-components=1 -C "/usr/local" \ + \ + && mkdir -p $XDG_CONFIG_HOME $XDG_CACHE_HOME $XDG_DATA_HOME /root/.config/nvim /tmp/log \ + && touch /root/.config/nvim/init.vim \ + \ + && dpkgArch="$(dpkg --print-architecture)"; \ + case "${dpkgArch##*-}" in \ + ppc64el) goRelArch='linux-ppc64le'; goRelSha256='e5fb00adfc7291e657f1f3d31c09e74890b5328e6f991a3f395ca72a8c4dc0b3' ;; \ + i386) goRelArch='linux-386'; goRelSha256='ff4895eb68fb1daaec41c540602e8bb4c1e8bb2f0e7017367171913fc9995ed2' ;; \ + s390x) goRelArch='linux-s390x'; goRelSha256='e2ec3e7c293701b57ca1f32b37977ac9968f57b3df034f2cc2d531e80671e6c8' ;; \ + armhf) goRelArch='linux-armv6l'; goRelSha256='3c30a3e24736ca776fc6314e5092fb8584bd3a4a2c2fa7307ae779ba2735e668' ;; \ + amd64) goRelArch='linux-amd64'; goRelSha256='1862f4c3d3907e59b04a757cfda0ea7aa9ef39274af99a784f5be843c80c6772' ;; \ + *) goRelArch='src'; goRelSha256='5f5dea2447e7dcfdc50fa6b94c512e58bfba5673c039259fd843f68829d99fa6'; \ + echo >&2; echo >&2 "warning: current architecture ($dpkgArch) does not have a corresponding Go binary release; will be building from source"; echo >&2 ;; \ + esac; \ + \ + url="https://golang.org/dl/go${GOLANG_VERSION}.${goRelArch}.tar.gz"; \ + wget -O go.tgz "$url"; \ + echo "${goRelSha256} *go.tgz" | sha256sum -c -; \ + tar -C /usr/local -xzf go.tgz; \ + rm go.tgz; \ + \ + if [ "$goRelArch" = 'src' ]; then \ + echo >&2; \ + echo >&2 'error: UNIMPLEMENTED'; \ + echo >&2 'TODO install golang-any from jessie-backports for GOROOT_BOOTSTRAP (and uninstall after build)'; \ + echo >&2; \ + exit 1; \ + fi \ + \ + && pip3 install -U pip setuptools wheel \ + && pip3 install pyuv neovim \ + \ + && git clone https://github.com/Shougo/deoplete.nvim /src/deoplete.nvim \ + && cd /src/deoplete.nvim; git reset --hard 90d93201044d6210091cd3786a720d06429afbe7; cd - \ + && git clone https://github.com/zchee/deoplete-go /src/deoplete-go \ + && cd /src/deoplete-go; git reset --hard 3c8a18663683ff97fb99b7045265b399ee86a834; cd - \ + \ + && echo "set rtp+=/src/deoplete.nvim" >> /root/.config/nvim/init.vim \ + && echo "set rtp+=/src/deoplete-go" >> /root/.config/nvim/init.vim \ + && echo "let g:deoplete#enable_at_startup = 1" >> /root/.config/nvim/init.vim \ + \ + && touch /src/init-neovim.bash \ + && echo "#!/bin/bash" >> /src/init-neovim.bash \ + && echo "nvim -c 'UpdateRemotePlugins' -c 'qall!' >/dev/null" > /src/init-neovim.bash \ + && chmod +x /src/init-neovim.bash \ + \ + && go get -u github.com/nsf/gocode \ + && gocode set propose-builtins true \ + && gocode set unimported-packages true + +RUN /src/init-neovim.bash + +RUN echo 'pa' > /test.go + +CMD nvim diff --git a/bundle/deoplete-go/dockerfiles/gen-json.dockerfile b/bundle/deoplete-go/dockerfiles/gen-json.dockerfile new file mode 100644 index 0000000..2490b93 --- /dev/null +++ b/bundle/deoplete-go/dockerfiles/gen-json.dockerfile @@ -0,0 +1,22 @@ +FROM golang:1.7.3-alpine +MAINTAINER zchee + +ENV GOLANG_VERSION 1.7.3 + +RUN set -ex \ + && apk add --no-cache --virtual .build-deps \ + make \ + git \ + tar \ + python3 \ + \ + && go get -u -v github.com/nsf/gocode + +COPY . /deoplete-go + +RUN cd /deoplete-go \ + && make gen_json \ + \ + && tar cf "json_linux_amd64.tar.gz" "./data/json/$GOLANG_VERSION/linux_amd64" + +CMD ["cat", "/deoplete-go/json_linux_amd64.tar.gz"] diff --git a/bundle/deoplete-go/images/cgo_libgit2.png b/bundle/deoplete-go/images/cgo_libgit2.png new file mode 100644 index 0000000000000000000000000000000000000000..5cea80acadeb154df26948d3d6ae0dec79ae683f GIT binary patch literal 181489 zcmb?@WmuG37d9b+AfO^3jUb&ez(|9%FffokL3x-O}H1 z&i9`8J?Fr6eLp^a4D;09Yp-YTweEGVwda$Pf;28RDK-iU3a+e-gbE4@h9?RNx)0Xf z>oXto=&lc}#Ko0l#l@+WoE*%pY|T(mWImY~&dJEIGIkiL7#eoKSeUS#+*Lk)3{^4o zZ*K0QZl&&R{?VKeud6%va3^|w7gqT6w*RaHWwNS-|5d$aLl z@omN<>bkof8tfcQC?&)w6Eu>d(x?+Uq8lz)XLmj(-!Ym+h2Fd8bhlIlWdcpske8st zC%^?u2jwTboC0Rzy*)OFl9QA%HadFHJtbYtUw1hlxZ?tNxp=`?Yzk~DoB$rq9Suj| zAb@57Eb->caPXrCn@I*rTG0t9${BN5_Z!qO`sz)EC@^Tz#Q}HkD(Q-<(f)Yybo50~ z!1txc{e2i%C5CCaV<%jkSf6NqM)#0B@zCeu+%Wj8tF3moBIR>ud_cehsz>@t%{^Fn zDpFGP^ycP7L>d~ryl!rIcnS*a?DqDQl=}L@!hU|JsA6JIpBfoGe5kDa{Q2wG_wLEc zGBH_Mk&tL<@$q?jVqi#0($Sfj5fZAa^YFO3;^KlpY;1OR6cl=TLPEa2=;-3&w6rEB z1O%$80D!YI4vw503yX~n8JUibfPl9*CZ@DB1A~PHF)bD3S6Bc3{r>&WpIKRpi_y`;!{y}% z2ce-oJp~0D8%ar1Q}y-d=WpNs_>qzE>(`ergM+1|dwapbU0wP42t;Bc99~;{divo* zTU$=f@^WnK=xAl-(NTDKZ*Ni2)>cZ&%uHkB<>fsBdW9rztGz`g)f|OnUc1u+5`cMc z5|7Q%2A}hCZ!*x~@*D$)h+Vhba`zXVTr9g@rR~WcA&W+lZiV$Bg2!gGNUzHN;uM#R z*M6$pYJZtcr_z49((detLcncns>0@YOUV0ZYr4we>Jl9jk5bTOb!VPdI-F9-ZR7VY z0fRz{pey2F4PeomBILexeu6{Hu3zu6wztFrF4Avs+dMra1KQ8jyRIK?3b=30G`MeH zUSQ%=3i}+a?k+GWrU?5UZJg{AbLcnv93l?afetf`zQR@cf?qTPM zT&E}~f*$o&e+CLllPdgH3&L&P)jxJUX_SDzy8W}sdx(LzGTzB->-=A`td073o zCwu4rJ1pb?Ij*m8JZIXG*wq&H&7lqJ9QwaPXilU(2 zd2qwWpyC^9htmdthT!`*u=&VoE(vtXr#CcA&DnYfYfqtsm_M%yU{^WH%0fOy$FIx& zwtj)RXYQY3Tz4D=Y8IX#;wBt(KFQr07&NxJ^7m7V*h&o+kT+9YKPaTSEL*P2>N1!~ z=QuxdWKNcvqJQ-1qr}X^vH{c^WTg(n7zA|KxH7W1C+_V#nXd7tXS%XQof4WZSDTh- zMVYEmM1U!Ez(?ng|pj5UT-7%0{M1sfHcE|V}^AqEX z%P9F@B>ICEKm&nKW9@@Csq2A^V!#2;-d(c8w(nA%cf416*+{Za`F$5zs8lPfRQlB8 ztfy;I#zl7V&kzU0D-eOkrkh0;e(|J=GmES@K&9qe{ig$%7R^W?)hGgVPw?CXV$JlTv2}DR@H)YFH{Rr`Gm>BYA))pGTGkAltQo zlBOMVa z-HuQoM0&XUu#san!zV}`x6hY}a*jt)HNmD;ysGQp3va2^vSD>_yE!@U@x*raN>wV~PV$wVZ2Pd4pSRIpAJ`hJSY)+>yd z^-bPLX&R!rkUEnuhKf{*DgW%vKRe948YiXbAYY!p@cz#;;r--d z=vsOUTy+{S%73wQd{t1&6Sqz-lqa-&L_1rf8sQ?+INyDheav1)a(F2%*g2M)+vr}` zcwrHhT{uyD7B@SZ@%9mn2P~xZ{lfco;J*#xwIxyxDC6xQ^S=cq1lPI#Ak%QG zJQ3CARv@iw(m8CU>OU)Ll9A*~DAlgTL4~xF46tkG4sKXVm4N%`(CP=y-l5kI)MZ~e zrgBZ^_|8Rcok`Z0zdZ0ee_~&h;^sz}U})#!E19rsYu+yJOo6-SRitdc5v#W{dq`VY z5|5)gC`NCiNxu#hDdBKV`0?<-3ncrYVBBBEIAGceeVvL*!)`#wwLNGi!+AL-zu9zA zDuh=e1mA+5WY#J|2(2Gk;i1((lu8^K>ijG6T|N-}N%- z?4Dh}w7l}W)z4kJIUm1o&=6GP=AU@HOFB_Ve(_Duzxp_3ru4yC>htf*X7nMIdQIn3 zb`8ft`lF1g>;tn+t#>>ciV*~mZ8de<=n1cG=@}cEo=kG5ul7ViPR?A5Hg+NO*v|hN z${&*wIUYEMryieV*K4iEl|OONG|4BJSwqbWPlt!cjbE12@|C*6h?{csCf)OY*N5$@ zVCrF3&}pAGlb5_#2J|67WHAF=;tucw^O{W5843C|Wufzz$umv8nO1R^@>GczK#FmH z6~L&ynwDQ&3g`Fvu5p=Ng^{KUzYWAp5dK;?bj51v>M|qc{G8b2_(Q5(tzkv`#!#_| z|4EU)AiLQLA)~iZ4e1e8SlCk`Xk56D(mJetg7<3M;p<+W$eKr-PB;71SK}+d>F%-L z(6qg+pD`VwZXkRoc0YQAOK;3?Rf;Vv7ME9@vhC;_lfYPXH|IP4vMHx$=a_xQJXFK` zxQ#H18;x2{!L?=p`@zv;dLg_=8uF1Z^4`N9Rj5&21;TUc^dkpY#KHnutwKq z_l?Sb?-pF{R6!5I_bn`svLPmPST8|mt~6yYhZZnAO<<&yr{$GP{^G=Jhm8JP+Jy;Z z+nWyjY0F!me<>S<*a{tDRr)G(6gMfdge@eZE*4%JGk1W2o_;D`Uh|9j(S z$vw>bU353DW>vXnl?^5e8V)CGyGnQ9`awzYtZ}Imi0MP$RL+q)nR?NfT1^=PZDmz< zPn6_(+}HKFQDG{p^|Sh8pGp#j+3EDm$rK8+y!YwL+C|6yOGC`}DF;pP?N#-S1kHGD z<|iwh>;q_W9{+T2eBAdqyqHl~;{(5%)hNJEI=z?AKb${bUq!v;H|!C`#Ij=-(O$P= zq`OZ#3B}*hnV~L5Qn>0f(ZhrhDj8GZ!h@g8n-06i=J21vJk@He9%SD-7RjFyY zM`(DBBEswZXDkMcD!@V+-u`uUeL@O1+ z&xit4aULuRRp2WA=fvN2juIftAsXpE*hEA0@n)Zgm8AWKdOOd~Y@}J31 zlbgGH;f(Aps3byyrloxD)~1&4Y*^SM26~h7tN^cK)_WsI9x3^2LZafme~*Woo5i$SV|N34Nnq%h?wixiQi&RtqglmvuB+M|qB4=o zY*bA+jGPY&nps%n*OUNWr{1QUIok&^W%By_uTJlHWO8)ae{y*G=w2%Bc8CzoO|cd7 z+{K+ijt&9C6O6!#WreuJM4yWk$ADX2T@o&u6~&^fVrr&tuH;Nq`=Sup43W3QEn~ln zm1P$>rp~F8?MZ@NPN@poXDst5{rGdzDIN_sELED~7eSlJa)`q;8~fXtOG zbD{D@G-M&x&ZS}P7NCVCkBxekrP+!_^jTdHOm~u?@>P{W&y7%#gQtP5RH9bRzf?KT z*AJGnF(ofaJJritMgCcpquIL5GTQS;E@d>sE#fpkxt9fw9MjKQL*ny;Z)VI*U(W=+ zD0cH(?|7=>bbR>3pl(LbuE%gxbU3;Y;obH&RqkDf&f<$D3i%b`C&spTxwcQ6&hL1( zPsO7C%M?)8ycv4#vn%6I9bFG_M_vwihPD>d2{A>_b!K_I6LJ;f$^Z61@0N5g9 zsq_VgEPEnud5iKy*9&k7^zBw@A0wB9bbu7`ZKEm0da#(x>hRX}X2^kpmid6XLjaq* z_O|O$l1Lk2>Pb+5{txr=pTj4CNMoj)Hh}S;6aR>*<5`g+GIT=>DQTZM^R+|q<04aOjQRMj`roV_VtSMF3baq)NOT}t|$x}Hwtxl5Hkt-4Ge zYIS%XQK10ExCWD`?z+6J+2`YgAb z+rL&1$vLh{l-gq~CF=1TP*CR8vTLDl-ALLX4U2^o_2%39iv(TfM197Pnu&?g!K(qR zqMTx_BHI(SlV6Q~4eYh2(_Ic;AP&mUKbHM%w-WeQzKm#V_J75!6r3(*Bfjn3B|MPn z`-4eYiDhj3{U$MD8!RsE5$$Ksremw(GI?Zu_C{hZsvW{@F_K+-n)JJ0uBd)A+Qm|J zq-acvk9hhv-&R5>QQy6^P!5psd7{Cw>|TYJL3 zcwy#JjBa8`=$v^&Z6>ehRWL|9ns~I4qL?whN;8hl72n>XqLZ?a6IZ%8u{9ixAP7D^|-JTw1<%)|R#^)W)hBekEL>ulyT!z*GgY zdF9tBf>LSLecidMnovE(D>2vNwr+r$$c49%mO%!=r%_(B6?0}%CU^6irH{`j@AH?y zS!oSs)0C@k8`uG{Oc}KUgcJf-SBuR2rJ^cRb%y1_n>dJjC=|zZmEzv3OF$u9q=#9b zyP-NwF&75hLCisePRnugTGqiSlT1xxEVGtP7o!#ux4RG8SUZM600zng51e(cC^+p^V7H8*=7KSTok&I1`NO#+Lg+w3t`Rx;Aw zmV2AAKDpTpK3FBB?wGXsPI3#@igZKT$%q z)q&gI{>vNw>E;6TkruXrDCst9W5pmE3Eb2t!AY@3;|&sb>sFg2JQKUYMaDBC8_IiS zLG-m}L7{?YQ;Nlrh+p8EPtLsP!@0Q0G?=zi69#zJn(xm-$1N#*w^qDtEmV=baet0P zT*JyHv+Jwxj+z>-R()6JDlsNppa5Q7|77#k>dMO_<>V*d^XVJcJOpw}Gd~>%OVH4K z2FAFHlii@E0Ml!9RbdVSPaFtpy`{+KbJ7hk6(HZ!|1@(n4;}v9A>`HDqyQ;~WLx;{ z*{I_q2$ZNT?cpuEvtoUU#~&0a*x0OJzmL(E8 zm#Dg>dN?p3@ioYqy?+TZ3;i|PwANHrA8ASfILv`^s7qRagMtT18zLcMVY5YR-niOtx;7}>r6649(&<2S|z$cLiW?;{Q^AAD;* zkMgvUfyoB(Wk_G{*U6@a!eI15$E(}M;)T_xnc6z$>Xx>5c{6`M#)eRpRei?%E?xO? zt(#+rkeEXiyo8>4e-Cd(P!EI8jc+ol5Gn!o`>h?LL*}|OLV>_qvON0Is_i`ua=N%= zfD6ABbzs)#TOvjvpzK497L=nybv99KAH8p!c=8`b;debl%=^Bu^k?OWhGWa;O<9sV zKWl$`2r2(su4xa|!vS725D`TuzzO{dn~akyFLoz1zqz;O;IGz`B$PbD9w;e93~ym> zkI8*{Hu5M+%PS0@@RT){BV>(Z;6)ji{uZm!T5G17tM z#)CLao;*0{6~BnJD@$S4wR^>1zfBsm7EgJ$eMQVsr}PcpHGY7FJD}P z9F({xa>%rdxBgOF1#%uNcd+c*&BMlWN)?bsn(vM%kxu0iAcs94ihf_Mf)mU&a(-%X zC^8v-KxVp2H)aJJbTW%C#JEV_gIJbLn~i)*#$PL;s30Ak*w}|dHCVcrm84uu`%d8J z^MuQRnr4S25oei{6wfmWTBBjky}cs?)g}!3I!-eHIpxCH@%op> zA%Z@Utj&or%gt7x<<=K;uc_!CFJf)UZ^j6my=b|?jN$v`xj-ND0l_6caemKgDY5R= z`~-NiR##tN49}BT76Ah-cGaF{gqoYecKe7=^5&kK%h${XJu#b{BoZwrT*l1E&uc1M zNpddx-t5s0H5v>${ARG7)eI1rvCIOJ(0x#ZU$5>AdNXF=uckgCy;MPLJx~+kJ$X=0 z@oOx3=?j1*Q*i<#j%nR6ZgTV0f%Z3}GIniCwEB5o3jc*_T|ivki`r#j<(-~j7MJNZ z^~7as@JLEBzej=I&~m{*g@Zxz6NZr}J{#UO^eTNQ#!0f*?!5P5ok-(2hmvmP<#g@u zBqt0Tx3z>^x35e|OzyGjGi`S(Tz?x6-QOk;#RwAM_uaL-1MVDT7j+^D<`0p@}R#Y+Wm$ZR3Ly4sq1ldl-djAsZ@s)t0AXDx8S zc{{3UY-VdfQC;fkk>VNX>3d%t|Ds%c570WAp6k%rQYW)gdQGsody4ys*Am3hE1Ah; z$C0Lc#15@~#t(I1D^KBsfP*&eX%{=|5Q1(%3vxImbd@bs^4T1b7@-gSCGldm@Nk_7 zQm`mx*RXQAb=so1zBnn8A7WnE&zHbqt(d=7pCWe<%R`9ZuN1$kSenRMXJ<(^-vT0P z*c98A`8Sw{!iYg*10q)neXb1CcBHZ2@CARr96a%IsI5Ru zC6v@03yLHt(Kx*6k% zzDL0cadxD1>T1{5j)t4rlxx}-5ALoX7}GS9*#S#Y9Ln3j1u<}F^fntfrwKHZZ5j!i z6G1yCrv;op-4liEr^&I*p4cZ7v*8=PB47lZYVig+Il&bD;alOde%fTirouA7!VPl0 zO2kLX*$Fc0?OAwsy`^>;39$WzG>*ZGJy@TiIqq80!@iyhH;dJy)Xb}qx7|fUZv~;@ z+vEA~E~v8IcoqdVMI{9!cN2o9V2p$3*aRCO zaxLa!O>5&Ob^g)lSMN(Dpuo!p!IEjP<$^2W?&m%B;Uzxai-RlrzE>c5;OftORCV&Z z6(2ElqNXT@bUxK$i2GEswfGpa^XGk9=O^FA9}R>Rzb&-3L#XH&hd$OAJqhkKw(Ez? z?7FeltZLh(Tm@hL_NR&%!`a$uyhupSueJ{xwZHsko_fDS)tW1863-H>j=d03DmxLl zJ@_Fo(AxikNyymxGJH#BDLM8hGV_;RL{Mzm{idOPx#Bt#@HjNop77x14M;)M@I^p5 z_TGnjnDuiWhYITL9N4YDHCfei@7Yf@?LX+b3&%-n$VBY}lq!*S_$+u!qRY zzOzwlT9Q6pkH1nq)9}oEy^{2Z4N$U3fcZf`Stz9-f97Rb!=_z{%aUWN^zPVL?v#Cj zxt)|-IWm#(aC^*m+NHyEw&-(v*1%<7v0tjwp#8QbdY|>-7^Z(lzB}BLB%r;Y1sgs{inPW{l<#|s6K#Q? zZ>@Wo*8rZ>7fh>()3E&B1~G*+s*bczs@Izq#>RRa23?)|7T7!V6_JwhXRQV1SG&9; zH4skMjrw*D4+qOD4d-g!7l2Bv19j8J)~B`o25L&~|B~3V8|vnVm$pSSeeJIR7Yxar z>6Fj?2w5QM{v=fauQ<-)O^iry*gplqOH8Ur(eYqf^{-klg}fHme1+sl2DVF*BM?nT zy+e~l{t)v%mgizK;w6`Iy?K#C@UL)i>fn0Ym>Jh6Jq&wS-qv@`w24_;AGLqjsOi?e zB-7xr@h@9s>grFYh{?e&DfejccHRAAtlGPf6+UcX)nW#Yuj8F~i3>kk#PLPz2JpBS zbu#iwZxz%q58+(Qh;4l5^pAn16x&`Y3t6EpVMftMOhzX|tgux(d|3O~+8-p;Yd~7- z^={^Aq!=PK#AZx&LVev}clxCcPbws^3%a9OEWw~bL%qI&fwtVQ=a474xrHa2&c*v9 z(iJ>5QKQ90{ZoVvT>crGKdis{>CtCRZol}wsG0~|V1}^^fyrKFMvyM?h|M(6@4KCa zH!wH2l$f*DC;@t+YP)jF9Y*OAQ=fc?GEn)x^4zYLXx$&P%=DZqoPg%%U?f7KEVB@~ z{&_35+k=U8gtfoBwp0ksg&2+_^1bY~o0EeMI{bYVPv}2RItx~r#1ZLx7O~fEnd=QZ z15Vc+hC{Bl{TjF#oxQLuCp61tr3411JUDw?m&Rh}&6B%fHq)7%n}VEUJm z^T=n-Bg9?*Fl}11Wep0R4{I_JQYsMv66mGGXGf8H{ONW_}jqyPs5w!E%s;*aC z9gI7Mghf|=dJX&odID9mngs>Wi4&2@U;+5PuzV zrXVBNcGb9&+XBzmL`b5rxB32UbZTfWGIZV@HnaV^tbd7Rn1mc-IDoT-_7(qB+v{;<@@uxzD8}-?*Z%g6 z78%S7(3CvVt2rT>c5DrPco@tZE=N6lZL<@NHR>=S5yt1tb z+$@FNyPX~;n|{1U=$t*LyvaWYO6LLH6ptg%1?&>b)XD2ZhDcPcilKv@z0XmY8OJsT zPY^pYBd+3MRr33}lOv7(5eoN5LT@7-n(rVf&&aXIRXl=5k{g~~EZnHGqPhHVI3f8{ zxFonq=LA%|)=E1t@T0WG0+A%AVPhngNjbiEkT&pN7E`S6Rst)D>AGY~o3*Vgzy3?< zd#%syxu-yVaEQojoAIds(vu!TbYOj(SI^7ytjBC*Pire|OJoo2CZU@kSxRS|TPDQ| zaWpI9Mcne?Rnwnz4$d~L-eWP~oYFN<=0xTEN(5FI{ad$4OJWWH$dxU8@}}3NWPMq#V1V0 zt@H$QxHhxl;Kw~W1>Lc=QQ_YVPmCu<3c&8e^uFv+(2?ca=a{!mf$!IHSHLkpI8l_g zx;>QT3jx~eWd1F6J}&7(z4P*``31OZv%qS?W0jz> zV!thM61MYAh8wx8-@oB`-S&4+_dk~F{~t>z^>-8dS9Zw@X{(R49Y6f# z9{#6y2$VLHXs@j!vv+vNGleHG1v?bl00dBuOFCkCkAFhxYI!fu%?p%tQ}cRkD0dHrL#3dB5hAdA3H zxd{_UBj169_-)F+ZAT)m%+?uClk?c+V$6(-M(3~Onw}Cp=^Mp;?^WuyaJ6a3IG)@6 z3*)pZf-O=<4}Lba&hJ5!wMJ;B%_St~nWM$s!II6XP(a~-Gbi2baS!QTfK}zgcRX6G z{Y;ujeWqFIL)^34bNXg-B~RQWd#-*)q~&kb$?6=n7n{%iW@|9G?6_kfwSwyW z1H1OG=Lzit(6mH++X2Px=|>G8sc;;IHi3o8?X$wUXL!1qI>iRGacuAxY2e0_hZjuS zycY{WeQ_X!Lm4JP z-en%eP4+4Gc0QC}v@5P1d)Ec|ARL=YR7r9TFxhYR+J-$C3M^DEJz&7b8+Nlg3VJCx zDb9{|vVBb^9odIXV6~WqMefU-ySB~SKqGyE7ZooSyAXD9Mtz*eNz4g0Z_|aNN)Yj8 zX!Ug1cYA7hbXba}pV(}0258!By($!OuRRC3BDf{Z3fUuOe8!SLeb<;e7cVrhMyub0 z))XmRe$+c599tXp{}}PmA)XF$Z@hNJU*+l`rNT)|e9!fS5U+C8QLjAE;AxaK8J3&H ztkjQ^3e0oVKp*`m2Z6VlEW%PYdd>x^Eu9_-I4y8r4>b)#wYtOuW5qXBE6TI8M(t~p z@y`ETDt~I?3H~+k38Q%rl6N}ok?iVR%_FqoGKrv46PI>J;l{{gXmW<6Y}i+=;fM@n z*oJf#Q~3Ojn98K`*%tKuwN-(w=Bq05J0h%hVJjxs1sJ}9>TWUF_O_(kb$?7AHWi8i zU;Ip2SSJ>zW(o;tfFE&GS$f+Bht(c#!JJ?XVr1n!CE=@@M{j8YA(iWs1{Z!;ts70! zBBxVAUsj?{f97huO0GM2#}QscUu=y~o935mJXNv{Z(Fdl2Do`cYjcwznLgr^u31_m z7vO;_>+091Rm(TpEz~=0V%KTkhXnU3%$Hd*FS5clco;XBqjODb_vE@pPEW~ls=s&O zOV@vRIT-%Ah?hVU791n<5yMT0KFXtie!aIcOnAJIVCGvXsQ<;Jnp=M;AH6s@*hSqH z8IagjBI1vwV9o;S^2kKR{lVhDiNu9RN9mn_3fXDSXNBTxW7p&nF2!-7SnM zUX}B;k#i9#;R}M$R=j>h@cNdrBolVd#8;RmjUPYXxBL{7XE#X3!>|O%#zCVvwBF>l zs?ex%N}?sPdS-X_A^a>Q!Z6hG^z|$)IczfQa?M|&77yybG@7!R#+8!H>u64Uo%&qis$9013J~C|Q^a1ApEm30 zOmrNxeav_gnCF@VSqL`+FgP^p-8?y8Py}$Zj6Kk}_+-8mL)@XNpAUz7F+s=g$b-c0 z_(y4fAsi8+NRB=;Ur*%l1JzY-tL=J{#gK*Vx={?rUJRf%W?yU$BsNKU%_h4eP8i&6 zdOtv;9pDmhch@RePa0MDJl)A`nLPV(jn`Ee@N215A^@PsakY{19ERezSQS)`0O0W0 zw2)5E^W}6Q6k=Et^9c6=>L+C)>v1vYTv1W>-;s4Yzk_y@wCwrrGO#mvX~8fzd_J)# z+-zp3)vqB=qMhsLsz-x5og_x$b6|=YDPDQr^2bkZ;in&^sG`OQR%P+F$Wk}FDO0(= zrj@C&aD)-f^L(E)Y)Co(5%(*iXEtKy5VYhwj~BDZK70x#ZrciK2s-H3dnb}aw3fg* z;62x=adF}hx8Aicl<2lKd9du9*$2uEr0*cZVaB%==~_<|KOKxHtX*iUVb$;(LCb3qi#xX5RUw9TnMwW#D za{9Ruz86F_Y=vHPfT}#-5viDU9`!B3L?6DCCGC!t1e^rD{*fP+=R?ha!6GTWTjKIZ-wpsn_%AmKLM6rPi6kGjVhdgll$h_>pqfa z0Cp{C6%j(ag5Li!azYL2mW%}Q;a-=R{ad>D2T0Y_YFGIohP?K@8#9n)`od3FqwKzr z3HwJ>o-aeS0l|TiG@q3ZGH`D0Ff`_kZ^7Nf$k!Vf%&A(>Aop00aM`5L!!&F(LDKod zq~vR_>ais;0d$yeFFzj%5p2e-(;8fqmkJn+x^JJ3T5%Y{q?^)@i`WN4M9wPRl8!9z z{~eD1H5&-nBK5^)9A&gTBh+eO}Rd~AFWSeYxJQVMcS8B^8 zwmI}9BX_+Ne>DoS3_Z%*UMmXHU$5!Dg;vS>{3d%`6%J(L4U45Tu-1?beC6~qpU+Wd z=3#-~kj3^;hEH85*4BidlKSy<7TejvyPn2f9k2F1-4XSwEm4bdA>FB)+sE#;d4SZN2wUg5WLT(a2g}pTBmD?`YZ4yV-t8Il4V(*$%68k5P&E9;U0MRqEpQm8JIazZvEy z8qI5*6FM#Am!g*OM1t4xk{3oB4OO{&`6uCS*5|1DLG=vbp^VLBdgj-t?fV-vzovWp zQs}vOHKks_NF(6HccR=^%S6m`fQRz!tORpx&l7$wPbC%-j@gIuxW$VW@VIA>rV8j? z=J31Tg<1Z;fHpIyFKkYIS6P>9LN-gK9~Rg5SjcS$=4&l+nqH=-p?%-7%tz);$0&C& zAMbgN#Kg0WMA2#2G#B;{pl9OkFl$oS17GP=V2waR9 z?MS{O?Eso`BCN?QczD9!qbMy{ZPUp(R{oQ}TYbC=^sBM+ih^Cds?Ofg)Udz0?+H_K zW2p{L&Ij+#`rt(vDD2l1xjSoQNd1MKjrD@pi6*xSPs^hU}QSSoU(QMY$PKFxd2pD|1 z66#)bN`)TJdc0${$>Ia-AMEvQkr>_Gk>gh*8$AD!@hs|(ERgVH3+z{>HA_#D9FtZ} zc&JkL>55+5%(eu4BKp|2JGkT6Vf8iyJ4msP(!pmxH{AGW@!qlBz_H+r$e$3$7t-aF zoa5%ukn;OS+@qpvgfmi!Y1Xax^$=`e0e|uMh;s0qJMN{Uc9z8tiR}Oeox_!;kpw{_ zXioAOZ^KD&mDS9kt9Ff}VcmQ&)kLi{vu5#CMV_PRLL`6v?rP2Kx_TYcr`P!+g@v1Y zxOK~@EzX~AW>QS(|6qs0wZbQMRDIK2Pshg`K2HwjV+uP%;9xto8hzEJ-po$m7Sdbc zyc+g#v`NLUpmX3qpLSx?Zj#s=wVv&rZUKr&h6wl_ykTea(=({u8iGGh3xmx^vn|G@ zQg5MaGqJ!uf#FkrwRnx^99A>u>Yf`G?J_nw0lQ$N8!ZTz-AA=XW3H$g`|p?=_5 z)0xJ_@AQcLtV;~vUpd84>o3KzOaBCEkz3bgZx^_wes}0oMH5FClLaHwH7Q**8>sXl zf;Mt?bpHMAjnRdDx^rM1YYNL-%GaZ0-pJ3$9&l-5|I3le`y!Jpxt9XwL0IzTqKSSU zb{Prr_%|=P2k}WraTr#-jnr>OGjBv+A#XsYY##orpFdqGC*L*P={^3Df3u-P35Z6P zRp8MeG;nc&q* zP&tbH!l_~gX7n8OaNetRYgl*mdHP3N?9~bH)DZ%n1@RZ>UMi`;KQ@RDH(1^{ottIu z401({eOAp#*e9~_YgK_k44x{A9myOCGEEY(vyLFt&1wzJjBI^zV*5se)d3a8etk19 zt?hR5FHP%SCM0w*IkGUAoL6$4d$l>(OWjOP1`H#sy*q4R%p(Pl2(UJ7)$Cxs{hMIWxC0Jcd>4ImBBA%zYkW# ztHUWxjTvWDMccsMz_HX~mQkWkI{>Kmoa;(4Tpk)Oc=Fb7PZJ_ln&OAYFL2XjisYPh5C$NaFhpq*hcL{{t+FDASJa)w!n_i>JCYFd8xsqI4qt)==khcm zK4;Y^PrJsrBbRm%7(3inN84pYd)mV@Z%>>8UREYmaVei%Ht#d-XD4P`ziJRt)S$Fo z{Z-}?(c-n^j_FFXsHRY)URY6RZGEqGGHk%>QIyjyjKTtq+Z6d#VRqvN#VMv5VXxJXQhU!!Wu9HW1`y1K zQWz18husxeke2Y9b)5KaGLqxnRdOopQ(x%aJnri7YL6CQ!)jy`$E7vdKbMXkMUW+N zVp1(LSDI8U9M7Sm)Bf$ucl)jqINHKrp~&Ctny58e!{?@9co`elc(5 z6C|s`53(GKeR}-yC9*Ky0>V1yD4HxBg=*WURN0*q+0<>in=)aC2dry(@-w^$l?_BO zy*dcM-hT`l45PyH3{GC=F6iAlqRZBDdf$UNp>NMCw#(k|dy(aIPcJ5abL|VFxYYPEt{An7!2MW?`9Zhdg< zq-omSkz>zxc2^TO#+{`>&2rH;gJk0K-LPCK+$NT zxYzO_U#)SYbk$U;QiRaRSI;>10Y3U)lZRdvm&1C&^KTEc={09^5G(rXX73hzojUXo zoEOri?k2HhSB}X;n*1L+kXb@jQY72sbg%5@T{nZ$e{NG11l|Mw>QU92xNkP@-NhWA zSVPZJF|Qe;E%iXQJe~_(L)DymxWOATZO--H+j>*shwrhDN`UY|&3;AoSB9WU5dO@= ztFMXoCJ?ogqn4ZJJrWVih?dhecY}4!5`Q!|cDoW4s5d#jn)W6fb*!>Pw>|)vCGcWJNzqq@UQ#R)x+cJD;sa zptvx`+o<}+m&M2NDKV_tZ)j9u8 z56fvMx~r;D$i_c^a3w&NMU;L!%a@1sen2_0NWvc*kI$+p4?l*Z6PZgQ%$s$x26 z{6aS9qla#O7p6Jxhhw)#~Mwx0@cyBR#SV?q9aMAaL z7{>cg4Ed+oF|@wMIf>gbdN<>oW-S`g$YWN|0b7Ebv06?JvT7vnM1O+tW+?XmDuC+` zH#6rKrd9IeF7oeh#@guD+h9@VolMd2;zFpmJ31`GZo08K9+|>(;l4{&A-eTz!fPF_ zdtz-}Zf4U!WT*ReBpYu;V{42cCO|m?Qm~-eOZZ7bg2sW%?3U8*=V(?5oe&*CIp<}L zf%9OxM1W1KQxd^Do|Ll3{{x5;F}f{mTJsaMpNn|+kDEh^nk5a8dsx$1bBt%g+_`WcdCV*yXC_&=>yVVEMRsa5h=z z>wTRAHyH-~;*m<}Bg9F*$3&3Y3If2G`!|2_*L&fV#TaCX8oOg`5|oEN>FqJH1O(&7 zkv9N?gq+RIS%3_xyASQUx;ix!mPtZA-CNOn3SD6(6~LrWOw)IT4LVx4qMD3>44bjl zV0C&;pL&HpVNaQu;z}#{Iai@URGekz<7I?h&n=sLVRp2RXTisU>crBf5S8h4h8V| zwg0A@PQuzJhescd&g7>|d&u7{&Ko1M9Oc;Z(XTV9n(g0oH%KcDi9`IrtX%VSb~uu+ zIuXda@Sn+JixKk0JjW9ldvm0F^B(8sEW&S(yv?{;@>5+wISz2a8OW%HOzpn>b zgNydK>JHkzw*;>=(QD&-8kblwBGHVYMIHRYh;Mqr2@)VM317s~S#;quL&oZur5%s% z<#iKt9=GSiBD+IHlIldS{LawUI>as}tMKUgbuSg;*4Ug`y^gMIM~Da>^y*dVUY!8dO#Gy}hJp3+99irODxhngs#dccJc&uTqt*~!v^eW$~|1d7b=5j+2CgAS2 z(MMOOKQt{OBxqUv)B(xFK;F1HKCToG?-sv#DLnyPS2?*k2+ggBrq;-x+${?+gq%1| zeAKk<>UEQyf5Y#aLs`^`fVoXP-g8f6oq34M{XFa%(3DOEdeS>+1;-&=J5lW2`^p*%+jni>GLl=a|3#;8SQ9OjJB~3;ye5LL%0g zq_ur+wwBxvABgr#Dr}dC2@|`jQF)R$$7o;ZYS~9+ld9?H$iofX3tL*(8 z7%a`Xw8m4&mt~=!n#r>4?b6MLb2zRVmgv6rDA|OjQLh-huE;YmKMg+*Jk&NUO};AK z{D`NX5HYx9#(30F>!{SSM0d>I@3Gh>@@j=!A^a(qXJJl?Bx2#HxA~Se6&fZAA6bMk zr4(kIvl5JN3cnQQ8BxnCaW-A6B2o=*wtn?6e!HR-4>FzO$jP0Uk1xcM@W!C3sLn2I zv=^AoT>BrSqH4DRPsb_N&c`K=VHU~E4a~D17|0>^tD5%t$aaWQi9~~hb;&uxuh$oQ zY`3N<{}m}`#h~zb4k27iH17<)yiVc1R)^+wu5*cLMG4_CAkwYf1n$3wSeRNv(k-DL5L&5ss9LIH zmT!v3G@Vr{{(^;OWSh%h8FhatpsV2(vp(g_(nD>K=#AW%aZgAaGrkcxLww-J;V6pX-#) z>51G)KP3P=T`lQf3W%o^MI13QwU@dahY1T1o=Ma_WxTsK z!9~aU215SX?^20riECoD;hbEPg$qpQ-@j?d4<^sGice8a2gSq~#TW9^a9a!092?8Y zl)LlRhq{z1Yu?^(m_Cw`tTk3yU~}zehSG# z1>?oOd}B06r2^DS@~J5~Q&%IjIi>tHYv&n%6h6?=PXPyzkfESuG!X-0dS^|}`n`m4 zRQI4y)kN0EwcCl#N5?~A11!sl0e9qB4G>84t zG64tQv^7PBd3D#n-F(jA!?Y(IGpHO3nO9e*m^YinEy#3mrb^t-YMWhw%#W7uTYnE5 zjGcE1*XxyeJ@{E}lCQzG#j77px1G`%GdOzHoIbM+ce$mIOu=E-U?4FPDu7R9!mhXC zJ;X^{0K~WAiQb`h9F`Ct*=(74?G6LZ6R9Rpo5~Sp`PEK{W`mSuKH#A&FU|#9nU6l5 zhO0(-o%O>eZFi}BbJ$`SY5a$1nTLm)7S=ICT@Ry{BV8C#>Dpaox2z~QAxzI4)^zTX zkWKHZ@j4&}4+Ek~Ai(_zl zO-NyxTcbG(iXJk(CY%XU_d`d;rCmn>WZz->oCecRr?>d=?9m_2Iq6D{k) zi;6E;*H}8Z@WI%VUtd7wGv}H!EsnQr)(?d$9pth#<&yOX?-{#PFh!(pjoCrRC%Vo= zP2}lC9*3g;F#mt91pHqu_<~H{fyB~b+(3dvPy1&4E=E9BV{4klq zj!)-Jnb8aN6p-enNcegL6Ocso;`S>C0o)=JsSxu>!`r%A*Vl zc{=1rqcm*e?>hq!%=m>F)d@F?;asNGLWn8tM$8AM^)8fiS~~%_E#*ycQ|T(#OSuQV zB-qX;${Cx5%bQ(vW-|EOQ0>U5wK$=TEQ6_U3Z+`uiJL?UmjT{~5W6K?T~m|$C;se@ zUKrJdiN0YXkUi1tK&AS#^cq)zI=y+^Ue%A?mo^oKmwG1QvdfIn3GR&u#vIIDS(7Qb zwvnh!PT$l7hxsN_z$u$p<$)hzZ`K>JN>r)l1I7}z*Vo!y1}br-2epQ1{r7P#!c|^J zkyKtZ&oq>cD2*a|nL@#I&+)W{Gz#282}u7gvWT0y#_}0Ew(b=$(?SCiD}1unU!dtA zLBV=6iS$1`Ma-DD3_MhWH*IECql==nt7tF{=2Vu-n)1>wmOPfZPCTD!FX!#n(oCNQ zuTZjaGN15sVTrnN(2XbC!--`ltg!MTtSlzi!qB-?$|8_1l40~kGMFl_fe9VTGHqA0 zcr2#Y2%aD6*pE4D__lVV$Z&|W-VqrGfP{=_F0u@Iwek$X)jwi2IX!t9$QQ8n$Vdk! zfhRg|W3Z~T(dfFZ3lKFc`%bj1cSUMOPID4|l-vTdjmJAJNY?wKicl#ng1^q!5uHy0cIRw7veLri$+(15Z&M!%j$39#X|Q zE{a5x3vp3g0ugYf`t*cql#u>Bbcs;CYJ$gb1#L#mh?wUn9(xCvc`wt}70dcZCR&y3%I}VRkX^u7!`Ub78zdu)Xn5jmS>bnZc9fl#twA2O3c|}fDN2r^w%=?nPT=X zVS_0!?p#8*mu5=~;2#@jY}}N5r=?Ba94jZE`=2 zj_?zcEKO~t-Ng6l-XAb#6LKv0Wc^+P2Qc5U%>`Tpsn>|QjPnbk8%Jq~YYh|BvP=vN z45C*`KwWg_z^ltKUFP%Y8yag@*iV9%7uRF% z(7p>qJ}~*!T^l3OK}wW5k2`q*Q@MuyQx|tDDJ~bkb$vJ$!o*EY&B7F@9Egz-w%q!Zyy*jidE5`Ya{9|hK zt77OuadC@kCo`ul4i_%LeX4pPH1Hv4*N@Qn~j zf&Nj<$b0j#smkc=4jDB1XA8?Ps_&T}HrZr*keF~k23Oo_e1ahld5TqfCfI*zUPN;O*4t4ePYz!-tvS5;NLXR1l~8}c z8tmDab|St##3YHlCSZ=2x#)2zVBYp{D%JfXD4g-^s>-E5-fj-^uRK2Vg~ww9o@rGs zi~JwYkbFqDJ`-dpFxX49m<}Kjc+)gez26aJ;;`26y;(xT0Ft(cqoN2+=ab3caCN{>RKBc+S9_)h*&SF&}Hw4jAl#8gEmKqia;grk$IfhrRtuACO17 z$702!Z4|^XYnV>=N*H|vGP3s4JaL#NZKXapjZXNvNU#$st)~gp1VQSd&wZ{Q0bIUi z{W`e6Oz4LMU^avo_Dlc~(IdcS#yZeM z^dY$J#QYzIFUcDb7KcL|VtWG4{6T06BXFb^+X66h9~L;lUop;48jJ$ToMWptqyB)G z=A8hhi|WO?%(>6`-M{;8ng0HL#NvNg{J)LR`_l(nmbO&vls7!pKT3M4y{GM&hvsB{ zgNFh}fOZBLa7EA+%F5~gSgkK>UTvk6?3H);b2L0#Q8hyCON!rxNWN_#Xn>ZkfJ4OJ zZV0C8WzD;SIk>#NfEqt&gjSl}IK1%Mh`v}Ilz;zAk0 zfEh7%nu|Yt&1!k;0c8(SNtWU#1KWVx{p{8FPXocvlwdYW@Ai~nI_a*@7GQ~y0QE8I zSijP7PT;y90{xP|=x%_gP8}5*3<$emthI;vu%OTa+rjj8KY~<}=2={8cU%dhLseioG0_<1*$*l>J!5ak;kEELv(MzZ<4Du55k_Lb%Vcvc&L8Bv z)!9!p6`3Z{L21ie%$%ClRvV-3<(uR%)`o>91aGi{P+G1AW9}(k_)6wz-*%xL)lt|= zp9Ia5Xel*;fhS?XMorGt+%dRFZ5S_KmgY-Nv#)*ycN7gEZiCJ)~n@1ScfU#wReRtnj@`vlE7J;+n0Kh@ml_KKDz? zXPWyuTdM|}to)?5-R5BmO)qWpYag5cddk4I*B|uu0Eo(|Yz{D!8#AtxdPfVI9_5Jp z)i=L4nG0?Y^(yagtB1S6(ktJ)$9+~0Xu5`Ur3?|O*{8;+g&%BFPz9+nT?(n2atKTb z3xJMJ^1jLD>6rfr+^FhWN5ONVeRTAGe*gM%zoJpU=-VsXoM$prhg@iNB_`2*J`m&; zDzXk38wp2Wz%`JWdI>Dz%%ql$9U>yq`Zwi8>C&Rw$E z>t1oYwEKidGix3Xcs>qPqSLPa%Z>9Mx65$>x9MUhU;&kgS&JtF;009Y$%=NkM>UR& z1?)HjqNBe?9ahp@Aa{(?OpDqA;N3j6GF21_S4_xz+ErOlv=kCii?Wm&?gxkqB-Tc?imF;7a!#Vuboz<9bkH=P+*BdB9C zCN65U#D)?g2(HR-%Qi z9$;DTr(zb1OMvA6LZ*O={5eX( zuj#hw5YP#NTbKb`^Oj@W`}aB3w}L*^{g)0GePV$L(VzI1f``9IW{z-|GH(g5e;XoM zI2W45JKX=C+yC>mjSnW0cSA%2+=vh-7)eh72uLl{Pi;MSerl@mT_GJeg4|b5&O%$^ z62dk_o?mpwsKYn=6r2nzayZwZWy&C4!9QbCJo|^leA90}s6EfSVOwKpmKuFiR||<} zC%Qx}VPZ;elDM4)_8t0F^TVOTK322^R;V23GDsqaDp8`+tP!+lf1l8x;A-s=A;upo zTHNE*fhzbrd+Jx=u1*#)pUL|9_zWSH@Q)gz5FiDX?3Ra-o>Y&C_GXwyc2Q{=Whkg| zX6tj#U0}FmXLU>v_KQ5Q5ri%CRuzaGcCx>h3|cSBtsd9O8gz(@6k~&QQ6Z|F+}))PV7mlZ!F-IV4(17_s?^aff$&+FuL-cQRHD3J z^TFL@_8*Eg=Z+ZTIcrCVGRtdwC!8uH@bT`b9q6Q?k44D zsEz9pr7f3#6COOD>lK{p?U{w&%CPiu>q4?e@hXxfJ7yr41h@I4tglegwC1T}Uoh^R zjRzIxPp_ib#sf2$DYL;7L?DJzT}IB7>*oOp&}H%?Ejej$P2~d_GnlE+!E0Mv(egOc zaGwO%_os27P&Sxx`iNXv_1;OI4j4BDN<)(K7yVRXk)d~xA#$!pbysN;xeS|AxSFBd z7)tuZpf>+*Ik0Xsp;}{-B3Gf*2-t|lv@37A>|`X*a)+JC2dG@15QItS#4d6j2HUQ~ zc(oXNNq?od-dqEGASHqr3wGv2&%2m*g|0%fAc*bE;S-Ph#I!7O@%TIZqSxrWClCVq z7@yjCiHkxI=1edi-#ywux{a~%7wrfT5lBHobQ}X4#`dj9G8i$daylW911q$z+3j%E z1MmlNIMdU`;PK2c)dj_Sq^|w)n|L=Z_8%t9=ly)EZdpL&V0xsa4T;L)$j2GqVaDq8 zDS$$L_DK+Z2f2j3MLP~l3N#+_a6Yova6WXUk*o$#%#wu*U?zOR*Wm&y_XrjW#PaUY zpu2(@^MDrIZ$KLQB-B0R<)A6)!G8X@C+e4n^l*;GJm4PlUvOcdhhBj{t5YHjHDlt< za|W&thsCi8%OxikwKDIWTT894mqEW$64+$$m|k?&8ZS=p%iUGNR=Fpt0_T|h^@0er z>wasuAeSI92I|?ZEw5`fcS0IH;Ev*Cjy)3o-sMm4`;6*iI``8}jL&_{U0IwWT8a=E zFDXqeW(Y3loNj4zD%VK_5HMeN$adm*O~4&pS$Lu8hRs}zaIMA= zS4<+=)F}3x?6$(Y<6;e@&DW+(V(?SA;rxhkRKiE|O}f^?qo`Q0t$PPMo>ZZ&eQ=eh zqgEPOzBZ1d*jRTg?G)x)OXXuN?nHf8h^zSRimNV3JISyr&>cLtj~<%vQL)w{wYE{J zkkfq^TZOjMD^Il#aNQZW&B!O~_x*aJ{$eTkEX{L>CH>Xp)|uongNgAOL!=+u%ev$AV)I;xVEmWDnntntiC(iWz7E}M9D0YqGZyMBo^rP&mXZF;=LRPy zO#V;OGMC}X#zNw@Nthj9dq{cZ$_`>Q^ko8YG1?oSCFW8PDe`jSFX;CM*z*mBq$n*G+;fIO*9 zOad8<4eeepViPX#jZO5^&HBtIL)f;I6zD3wTut%THKO#A!yHI!)Xm(u=0l*b=I}n> zDIbe_6{=6s>9a#x9pcQ|6qURxak65CTQg)L*?c`K+B8W!_zq5)<+F4Z&O_+M>gcg# zViG|Xe|tL(|YuDQK4l=Vp-;dJ9bkD`nE0BLdYi9@2PdE zaGQO{5!gVljV##rxNc{{iCksoSc@N6qA@3nB=w|;GiHS!*DO?z<`A;N5IX%BNK|e) z3&Ure*R58Y^|dI0a=Z9vQ6-SE9G(eJ@%xwc_3LGQAzk^cER!7*$qmEe1fAh(zmMq6 zpCmgrQF)aJ9s^{fKNUdRWW{4Ykx&*QakBzq7JlPM{9@IVU`HOKPK9_;!>;G;Znn4YkmcJx_to9 zAt=i4Q&9_38Zs!P_y17+6o9h>vNZFg31=&B00Nk6>$C=0?GruL(ql70PcuDQIv}V; zYN%S~Mp6}=;6Y}jzJwRPyT_^IxqhlxVyD5t>kBa3QTu5tVb z8&AF4I`ab^q=JhYGx1>5%ArbTE!Ji|`GYOb%_MQg0yhW)w9qQ%Z8l|Pr|-#HF>tw8 zRQ{o&OGuyGN?lo_MU|M%L0*^Bb7F_6;k54lo@%VL1$)=__G;dK)FW(841TdwL=oI1 zze)h93;02uHVm~iU>L$RItQ#9_xq|Sa1%hh8p2$(Ob12-N#?dg+7O&9(|U=mT@!*V zdIoW{FO`APx`(-5ak62)0Er9g*~O}qr#Xm{?8Oc$SS>4(noxHJ6vwpxUeFc$908dw zv>INEQPMBJFVBg^z0X(^2z0wn6iR&#kA`M@e`OoqYuvg4%oS{&?-vV{C>!cU2)T7c z29@Nf!paTiY&Q*xmskD$uzSM4Y!OikR&Lx#P%{|PR!CQjj{?*fSs~inSzg@pD1fH) z>{+r&MN9f10eB??b|qHWHtkb($P<&RfXQBP5{-O_fEBz zr0dl|Y6)BH1~InRUi4dg&o^0;)Z36gpWbk)TpL)=X`=rNeML52=pcK^hwH33`|IlF zt#HJ0Gv}2A zi|w74spT`U@3N&=-(wt>-%&mDOqTFF>O+RU*NOkJ+$cx)o`9VWUeRF)J+6P+=X&{I zYoYG31HpKj3-hI=f}re_Wb%XPzcF0&Prw5kIG@n`+cR1|0Q5Qg_o|e(IeqfI(3HX= zBWbxxWd^!^z|U(Kmt!J04%L)PIOJS_%N! z1igtB8}sjT|5q~*2J~4Fan0@RcIYSpk|c~eHeAr(M(^KB5Ws2(UvyB&FQw}Gw7kWB zzdz-_DH|d0XamaLznjpYr|X%A2tM$7tJa;S77^?XE?5frW}g^2%H1ZVY*bTI(_&2MVw=GP4MJjXalh zeFsP9O4T|F>9K7#*UO;MwCt3~mKLQkOTXkmIi(}S%aJHy?8AQPuzF>D8i3hVHxfBw z68ONmH31s$4%nyWe1T>8W8*y;I;#l<9o>viLk1pvTXlyG8G1py;flUlbL%;Id0rrv z!hPhtS((O*L#7<&XpN_&xX&l=&rlcqu_SgIV&?zHl&a%bc{LPHlFl|mL-_Zt!fDF8 zI>5tW&xB}4b$?T~h7sz|OLeJ2iHSx3{pDuuQj#m!l$n9LuIPH4`3Dc;_1|sxukGwO zd(J?e-3`;sX~unj#Qb4I4w!Xl%W;lU;F=8dwd7>3G(6-BWCWt z+rn{GT3Oo`n+Hoi3xPg5rfBfxPHH>D+UM%=y;O7Sv?!KJ7}Ji|;QkL2Zb^mg&?7FM z=eYc=JWYmPAt)nMFh$Io8Q*0Pt+J3zbxTkVBu~b@Je%9t^)9~?Mm1Z@?CmlBh4O-~ zOp0TgbcQQa9r@gUvMeiYCJv*#eH|ko!oZ&XpHoX7d3%_w^ESf5L%a!{F6EmY`h-9dBJ;)m4ESve?<`ASIoWy5IHcVRL6f^ zAVbraQ8g)9Fw3VO2xq$2b5QJVFaBiPZK;|(wlUiJ95LugSdIXf0DDy=(wVep9r4zJ zO>Jp`1_X1fuTIP+e3&fK)5-*%fSj}&#L`!M#x-M7xKt(D8(9W{`dC(;4-_u~`5~NWemX|sqTxuU8Sas*9UGMRro&ScN!`IEN=+hMjSH4b z#!H;#Zs=3Wb=(!rU?Gk0fn6Ep^m>ot^Y*-R?^DLI%)ZU0N7}LsgT0GJ&e4x0EG0; zEeU+PfB(1D!qWD0>_x%;^nK0j6{P&f#JoiJ%t0NzdpiJs2#(%_5^zbtzV-eJ0QLw* z7H@Bpo~=kD@Jng@*oyxl3jgx=VAe#p@+IOMpZifZmTuuw(2MgnR!E4wARhp;>3N{R zkFjgaVm<~seX=SW*ZjUGsu4@ptC>?1@YY5Bz2De%B+#^) zO3lhe3FS4@L!BQi?=$rTl|{3CFwniM&;=f_-OR#lRH0 zDnj?|K4_`qGkZ6f9h*+fu`fvs>H;nzO#-!SVp1*y8dO6dwwMQAj78?L4<=UGHGkPCMy>75g|9%Db98}IDU`4=8!3eb82+f zNL1RpLAE=@mOvq&|2GqEA2NIwC>;DuUa(%-}Kt7`L7@u4B1}ln8`~1_L%a4GGfHdYMv>0SFn2e+x*GU zVa}3y<)gCy8_0i|0;ThzS$e=_Q)uD*krA|l^eb0PZ8;TuZ*!HEE7_Xctj z7lRA({{8w!!}}+}pM{*lr-5E(pLg;~`hGJ`7b^yH=0mck_NqB}ek4rA`>cIfoi^0) zw9Tshnb^k2P9N(41#e|qvSGozJ0K~TM0*@5o8TL`&ExLz+5$@rz+G&eWbBCuo@ zR!aXWtnk7>cc_KR{|A%`ahoDq3F+~oN#%_ijY!LS`LjFo8b;;^;I=0E#qlab2cty2 z>s6$kniiaO$dR{hS&g<1bvZ&6Iv&#P66fg--`$y(GX*{!EwK*!LeJz8G9GkPug zx;^?0RAc=HszuQ=|FQv0dVo4ZLvglF4~?*=f1@%gAZeaD~D+(43_oPQs1OfpOxC%|&3*I*cfcz4CgYwwyuhhcBSs#LRCnA|_FNxG{b zO{Nal?n6DC1v(tejR*Rz6ZOxk{Y-iO8c>gx#k+3QdVKuIfXhLsx{0#JVlUBtu;Acc zRbKe;p~?0h;^e1#%H5zXD~&32TqUn6qs8ialzR)6`i)O`$n~=o+?dhTYQ?tr%|W;0 zFB#xtGl(UnTat$n^5mzwj&^?>T6XnfH!qeb^K%X0BR-qVO#I1V#)+cjOmI*b{;hy+J#rt9 zFTPlMtNNs|z9|dbVe!goVrrs2lTK?UqkL}vX3xh#j1Dt(bjPyqMu4%phfd6}Mqd;0 zz|L=CZ_T399%?eW+SMF&OVp!!a4PUOfo)0cJ8L=Ir;C8`2d-&GvhBTaGRzKMg6*8i z*0J3sV?8!|?Jm}X8XEY!EmTJKO;#lW>ZWUHv6JhJ0~!<)VNTC6DMK*4@184ofx^((MJB zuqC*wKFU>2+eo6WdnQ6AHj;X{5Lb{{J(gDew%%*SsyVWrjF{DYB z7?^<92yuF+0~1q7ep`K0zn$l~v-O*2Wp=sY*pSqD+(KdTnCjPFYt=LVz=I}kRWm!( zVEr>ZLyTnPC1+ey+xSCV{q)*Sg;m4Ra8**^uo@SRW$n)zv8`@b)x5%*dm4pRt~nVR zm5}p@5h9Dd@K|a_)0z7%b zl~vgO={mxx(p)5eS8*Lzl(MRA%*LuCzkXxqTOmY1x8hUNSH%dfj?>656v|g2l#!+e zkiw5#Bv`PWx;sY$4d8LZ@`{94?`@#Y@;H9qje3MkzAKiV1t#Jqx5jetZZ8i@%F!X7 zKk?&f$v-%D^N=^(j4n{xAk&mkl>e0E=vkdABidiep^vIouL~ncgq3=ooKlu8Q&uDm zDifPwNYwCHfw>}U)YY2-*SF?_cxI{&6N*j~9DQU=165kJ@3A0YE@u>yr4(y3D9Y*b zGraJitx8`0%1CYbL%a4{5a^S^JM%$ZEIDjG*vZ^O9wVjk2t7V(Cw=HgQMDmf4#Nnz z*zSkD*g{PPFaAm>wIj%Crz@}`kZP_A@dwjgfxxd*sTV5<4^M;Mh-z1qINs&0&PNJ) ze4^c6MauNnKM_qN#rzeJ+8O3Zns(;C-Gt*Da|d+0*J951sm3~W4%Q6tpb2K%(O>=; zU~GLgWDJ-QlAxCu%i@yDLRFDtt&;1uR1pySCFNXQQYY3fc|HUG4TDwGT(Y(^y)8lI z)gg_iYEZipopD%kK{M`osZIl^^nASKy{vo3wEGP=?)@Wfg^hX3BG$stA!)>UKPD5i zR{cZRZ1^u_|6zN!6l1kpnY$HkL z6%(JNru(PGy{vwxSJ?rA6>R@mG!9s>=&%i~VY zt^|_sqw6*K4`k>Q?^8v;xU*)L3XEG#j8Z7|JLKvouHPE4eyr&lO=pdIkp5%0z{?96UVXJH(2 z%o?2M8Jq90JMq>MowdF|+TyY!Rg7F1xs9O7cH@O(+qf4Ri!TH~B0e z6JS?n<{WP2c>iRXuP5z#e9jA_+owGbpS{Tyn-7&!4{l_}5R2ifu7;{bwSaqK=j&T? zbB73}hu~3*+$)}PBzkP9rxjXjndf%M20)>yBqqn_!eTL@1xtWXzg2sl+^)y3Ewkf( zc^OnFfPxsI_!3%`+zLQV*mnDv?7U8_BkSgWynI9I|KL5)-Z)&; zmRMlL`FyB+YG+O`Z-}z81E9PbvOZ_&a3*|psOXV$qrtQJnm;be% z-ZFwTLPV(KMt|Wmh|rzf;?_{P{4=Z$%B4;h-sA~rN>gFU0+1D8)!@{kK64(m_2_Ut zd2P9JWBDD2&Fit=er4r!EBU(nzv+-C5bB8I5kB5k4)t~D!)7@N8%u5Rdr2Yo zvte?4(-r=IpcYm-P#bWNi+H4U6$jLRy=p4UOMpQz#FXqqA@7!sSQ0bm++4x5jAsS1 z3ft(y_>>9YC|P14up9#vGz`glT=xiQIfS;tK8wx-pVo6A$?F{QrtZaYsW8#GO4!8vs+#C`Z)# zp|To$X3>zcQNh&r6TnQg;qSfE!Gf+#TVI&JvHearVwhm+$<&?apXWwz}_! zG;3(H26x;cyv+_D_i3RVEE9Y7=*J7OL@sCKvqhoPTR!~~(T{xt3Rc6|l*ti4!h=xG z4i5g64Ow(vS+X*RH`JvIeMaZ3hC9T@fp*uJNooXR+aNXlo5$rd4#mXG-S38SN&9>3 zKstN-z~sBpM)Qls``CYFL9Xlmkp<~Zlsf)psMfmnc8ghI+P6EiMGBC0ypUQ6PN*;* znyBNMwTTWVKLLjE8`5x=t%SIPKi`l)zY(&syI*R0A&FKt)stz< zPoFccn|qp=^~)rn&ToZVt53^Z{@+l{*Y57+?2R-9o#g1HLxXQ5oP9dBehbkG0b3Xt zx0e1!#Ak!7p)(KW z4{NO?9I!pWgSS!paV8g}EnKXAKg^Mrmj<{s*2x!VUZn<39XZQUCN9FIs< zkV9K`yf@*fJH41)ty>JU1so$1AJy)z-&{1?H(c>j zbySbOUR^oH(xYs2hqKCuUrAHPIk16w$wS>(q{YpWaIUMKm4CE3&T&<(->{_8tlXcO0G}J;uPZaT-3k z%;L1Wgj~QHylV+zi~k0ekF}9Fxet5?j#2e1j6~XU!9VVtIg8cEsNFLvu2r&KpzWzKgU;aH{UDZa z@~$5*OMIbel0xvrK7>@s9n89eI`3b`x`{H6g*%^#@Uly9#0!Q|j+*E+zsMUS4s{Sxnf&W5-W#DC~1U2tCk zURy4xt+$H4U|Ekv@c_iJ>37t2bm?5$%m++ImK$rQM@+583{l0wtdZ}evnd1zMbt8n zKid|aD3<8iIJ2=R-&hTbbvbEZYWn4~1a%e~aZdMwl9o_|TEJeT=-zL8l|E(T?M!~f z4Qu)MKf;K^&qPOR78GVT76eb(^LS0RxB@wcJ6%Y5w(c>*NfdaznF6fiU~aVP^fm`y|KDz5LI+1Glca&+h3H)5RJ6N*wg*5iUE-Z(1DnI zxjPx2FAaPHJ8GvN-c8f6eJW_fg5+ORu->aYK8RG)kQh%`F|cz zi}ZDGuzoMh0Xt3Ih`l{XD&Q~TC*9+~?TQ3nq;iN6k~lsN?}C%-6u}M`SPSa@&<=)Z zIL4=c4+Xz`Lu=i(fG zv2FdvYxHQ-;hNiUPtHX7LbLFTiO;JQ-1MeLZ|V1Djl&WvdZVYj(4fSF?q>SZE~4K0 zJkLEfqUrpJh$XY0WbgO&3^QjiZe;%F4um-9lAHL>p5Y2n;v#*^?@w6njt3%=JnLrN zrYwoncx64t{IjOqD9i2_M2fo(YJJodwFoSSb}q*}dQMxd#^svZ&@9@fq1H0{5cl6? z{qdeMD_lc3Q@Cr$maGr1q*dHIXK#k-{FZL77Fd-ku%2&Yu9|<#FE}A=DKb4xmz7oB z(j2e)b~Z`S69w3^OJja5Il&=Vx(_jljYKlBUVCgV=p25yCAm9- z@a7)Y;kQ*NQz+Sn#ebH!o)fF9k%bU2vRd`TbSC)qQ-{8zi9fkJ3wqMn&kFK=cx;dN zokd*vB90;V)Q1JMXoZ}0Pt)=JHr1l(5}*4d^SsaaVur-GMD0=5>b)|S-dga_+*tbg zz(Oo8?ICs{;Da;V>)~oq+U+~K*t(WL@nh$!$zyJRrg|>lA*IkfaL0XkWX;3+!|i?e zv#Jo<9iL6#rqkXW0L?~f?k5) z>&t*NJxt>^e8N~%jlmWRgE^j~5&gDcxQ!v76b!AG#ea*kZDPs$1n=D-EJ~DrXMfDB z@npZH^+bx~f=6gTBv!u~2dl7uKMaX+{Kw4>ZtA_}T8>XaT_EtA`6-bG3Hc{$-s%;2 zGTec*C>yIq2~c#D5)|3r1ME{~H(a@UBf+i*+t3|jTu(L4v3Bo^bk|ckYS2O+nOE2- zfYvQz#M-Ne2ET{QT2#Qe-`_G{UW;UpLpNjmT-^xB>N}1U>n)06fzxNOb7??wcNo`B ztkl3Xi!<+vQ8tOCXF>Aumu`3nL!DNOgEn<#dV1>6Gr3fyc^3Yx4xQ=GJwPIcQ2g^4 z{oBpIGxp8hU7J;ly3^(Lv=%CmAxSlYtT1ZTy%C>X+FB2e=D9nDeVI!ttkT^#kjIGh;)`Nk~X8$%E^zd;qSjb zXmm9og&NTl7@tu&tgaHFn^vv1coO7rx^?gf8Q(eDulgNReNL{$Olf+CV?HPlT)OCV zaOp&G^Aw14rgz;#sd4Vr!JfYZd@F1|G@J$cn%gqHc_=WG!txrWJd_$}Lz3qS*%x~^ zw(`b|({bGJiM>@$f-2MyGSU!hkIOxBsPRfr#d1oZ2JW~OJQMG>p4fZ}#o^}2x^Zw5 z-dLF{Zxj9_(JZ7LR$hMoH`fMmCRut}&+6zq4eAanHglO-H*8XKk0E-@>E{#bxQ?{? zub2aS>KkK2$lLu%#>WEmhjkflQI#s)S`*}TXj?JeQuFeO8$ z-$%=8L_R`^G;Sy!7yGK05|TY zM+F&}jepA4__TC4jPT@SOQl7rUBaP?h&cJH92K%@+oM`8@diEotmG(RcBI$7JR#EW ze#42f#wr<99XJM()izKudHj9^H_K$1=aQpYE_-`Kw4_*$&Sadx@qoo*p9=aRDr?D# z=Y?}jN&6819-f>@l^kfzD9^gz7f|VyyyCRagm?E~5l*Mu9%vsP`VQQH_`t2?7f#Hw z7U8oxJ1==T6}?XeL|SkD`?F&kxrALd7Mx?#T{sfKHNnTe_dfS5xN<4?QwU(J3>pP7 z{@H>>%iVw@B=`*sN}R*3cTl&Oo|LlPT*Z=(``47SsDu=)^<(tz9@F*R&!M(Td3USQ zrn{Ezab;!M3Xa=;?Kz4`$%H_aU2yVOwWAXgxE*oyOtNqazT)%2Yq2o;9UF-rsE7HM z;kEgc?B2PJCGGLJ1YOEftW03H>k(;g+^97?W3>=dogWV~sp>g*>@E_Wz@mzElcU~9%I^<%9~CC-$GVF-u9h55`%d2Q0HZ=&3@vo} zvEixuk#&o{O>6RZQv)uO?VdToOnm$|_3S^dMoE0A7HD9ZowLSw40^eL<+$1iI$Net zS-r3#Y}wQ^-S2BBtd&I9dL`?pxTSwwz49DeDB{#X)O+9D9Hb!3xL|bZ64I(p`Il2L zvh-c$mWN#H5B2Fver+Wu;c+#3n#|!uElukI^pPBEbh``Vr3Yuomme&hK-ShMW7#;s zDut9&`>{Q-sG}@pdukPB=#E_^8(U6))S-IXel8ShLS2eRZ~?!lg8+4i8r5~=@w6p- z4noj@+(a_g4%XugOXk_z6*_Gi9b$ZUtbGWv{_hk-)-*71hP+vAh3W@SE)#*Yfx|6m zC=uqx(Z`(dcS02bi+bMQfPepS)TM9G!9;>k1du0>;Rj3A=brI3RT#M0M*~5p_gz7; zdGrTf^~uvfrC!DUByOB2WqIvWN%cb;^4yx;c(#$%_qfe>&I-qi&a?h8mX8xZYbeF( z&4}iw&$sh+p55kS9us^a)K!S$jLR);=Z;UN^Q=oR);>el;I^z!FRdSLGjiTeZ=yFE zkTqRBY&*=m>u{CnB?kaLc=plafs-;mnG%B4W0?EuyTbECdXD4z2Rr0@%z>`rXEzor zeac9Wc6Ks%r0b=tES(4H))e(nUYlK>5=xz_I2^nuD-5~EawYcucI|xmG+H8Pu(Hiw zsxusdv30bYokkkV-C8hG^=n)^+Z;77o+Vcy-|%F!0_QzBHvZnJ#$|@V&!^)on&RE8 zAX8kn^-4l)KE-M$JkM=GTCCJ@*`N{FGZx1|GY5rr7PntnJDo65MHgHPvE@HUm$8k4Z9lzSdLG5atflY>=_!?v-2~*iHA~u|p84R&>AZZ- zyOnhFq>4yr@`O12K=}RFH+npt26%U;?GkKzdNa2R+*>6ldY}GimR%JLDVmtl8#~W$ zcNS}#LQ`u*mDLCi`$96Iv}ec*e$q_u?lztu+VS42mYN`JiQq4e?)D_Jh0R;6AgMDO zLQVC+dKTQVibd4jyI!6Hfgh!)@`Gbi2&jni5{X08WHy=(QD+iR|u zPTTrUpV^|G>yU~c#-}Z>ak~T0b%30U@+-s>Jet)wfGzui&~)_qp|uEh$z>CVRGEGVBK{o~lxZMf$)PT|Y#K^u>* z_F;3FaFY1m| zUqmOij-5WbgW`EVpm8au>agel6QRCOw7)q|QhclCjrbwz`kgv2h@|BF^&@xH3(`xp zI$2r!zn1KwK{Qga^VF2uUa~j*mcY>LGNsto)R6|>K*7qovPj$UcDV~k*w=(!0XTg_Gu|A(`0jIOj>*6pN| zj%~YR+v(U=haKB?2P?MCj&0kvZQH)-v-h{}ckb!E&lvaT8f&gO>z%XSnpO2YRV%~0 z{jAMf?CWzX)1q;QKPzY3y0fX@-3M=81XpHfKjNt=c*~KcaQqfqY6>$#-1WpMl#?f5DZXaADqM$Zat1L!bxERve~`b zpYYzBp>quPe=LBu_v1jNRwyOtp8K!stbQTE$6c+`t^%9w4Isc{%axdzvU3$iCZn&d zu^CW=s%iL$uo}dZc=;iKi(`__BB?t)-ramyCDe#m?~kkO^YI`u0vO$|a>U&=E%R7i z`#^pit2A77=@c!d%Meej=s;|j%*B)o@LqVg3%%B*Ig{Z#tJ0pY7Deud@$1$ZLNt9H z<_xH6uvSf<*j>vnFPolb8!J9I*WfAh<(mFV9Stq7{aUvUl9Z`~|@F<(DuRc@<`!qpsIsH=pQ8nRkfMuN;euYpYOzzQ-wpUifKs!MC`2P zpmXj?t@k#-OIk7ZY!HPzGJRZAZ^S$t0P&ATVImFRzi$+Z=#Y(T7jv!0N*><9k(pMg z^E3>MvJzGEX>qR6Xi{GRS7Xl1S8(9f?I*}>0C689lnc#&%@Xg@3Mp{^a?#`_qxX=t+N9AO}wA$d5dgw{0li{vjO$jh*Sxa zU^kPMcU-YkQX{D@Vn@Na5@{29<0&~y?LymIs(oxTI}dYcjQbSiUb#?R)2R~?>ol$6 zumonpiTYx;RYC0Bc0}%F*W26c@^-)=_H*77dshV0rlflX?DQ3&5n}?vL1kJb_ag|= zA@XE0A-#`-Bu=?1x9;TRA>eT(MSm$k2oT+33y#Io8Zqv~x*44kFN#}6?ES?NWwuE& z2|=lKO)=U3oa>b+6nsetBK`SkHBHa|n;EQemcDP{xTuTik-e)!s}#gcqk$>tqsnsF zG0!z>l4&L%gWR&3tb;QeEUt0ajGbYT_e{KHMr_@&BKqoCj@{?+0MhhG@eZCx+1&2z zo}DFuP8>(T`UL*P@b!3cipAr%N)qAGKxLT{ijRnfCp z4T9U)s_oZL^v#&RSe>gKZ( z-H)Fa4>VR-jG`?R5l0NoSKK2z^l*9v?>|Pm?IEw&=FMEv5XrJm~iBZboLjzuSCqK(R=O3-NnEhDCuD{ z%LHZGz7n+W!-W=C4ZHu_@pk2s85Njimd^L&^rIDh&O znGWWtV6PSF&o47Si|iCl8>_tTc67PCwGb0%yJoBg~fn{T6>r;Z?j7Ay-oIg5}oYMQtcH=0l$8T6)2(|o{5v)W|vz< zBD3C?D5`~{^G)h1<{?ux1>Q!&WHS(_XD;N)mI3Q zXNuGGH7WNpgJjoXvuc}dY>dwAhzHtc`iiV$!mOil+q8vedu zW^o)?U0YhJmkgPzz6bfUjXyXo16J*Ndue1a@les7BrEA0^y@cYsZX`nK>4-pyiyw%e{7j1GA9OcH@2%5d(Sf z!;b1j~M+NaBQ zel(}p!jsY0cDC9lZ@&F4i;Ud?F@$HRmJy`iJy|Uy?JmFb91n-3d7M5t4X?l$$l-hA zn!p;Y;g}(?14TLVAoV=J}17do3kc5K+^Q#gyvH$0Lh@LR0T%|6hdPYH{q|D!XS;wAFgdFC|M> zUBNBBLiy{}r56%OgdleXZ(keI|r`*6w z%Kj@8a@AT^yunvaIgDs$%Igc=y6*-sb#CDM*EPm?m|E?9(^ebyfWS`d@czBg?lv4= zBFh6`aMahr2eI)+taObVU>{@u&cl&&o3kDlMIpb#&mc325Nz45BJO3ngX7{YbDH60 zL<*PR^SM%$o(UUU;XMScfuhQ`hKHG*3762$M_a(O&$%OzOld<8R&g(ru|r=ULiI^r zIikQw0CE@iAwB(YBtP_cToU9OZ_UD^J{=2l=V6|nd0b~`jHFJ(ia7~QS2x2Zts5;? zICL!fJG@c_*FT*qaV5+_e)i-A@y0;27TXOednFU5tSx-*c0_UWD(Xqp@=l~<#XxX_ zgkPow>S}D*$uD`@$`o^{H7^sXDI2NOP_vhM2lk=zIX8`{(*%xMna9cxRk)=NVd<0m za8F?7$JE{HBu^dt66G}U-voygaJ#Hx<~9U4bt?)(o84?BQ+eTW6hR+6WoX7?(Cn4q zL3<fWOwG$MkK0>)%C>VRh&;gc>Ay1pnjtODj(*0fGV`Q6O%S8rTLjeE<3zkh z>QPy=#W2tXqe4=N+^r$8iCgLIysbrwxa6D+IlOq}SI7dEV3CLLVGoHYqQo+AE=%4_ z?8=ZL^aUbnWP=N-y$M7mtO9ZpJm~3|=NR&8I%hbMW!@^W9A6?Mlm~Gpg1V#>_q95d zLlWQ!4w8wrR^)r)1&%-6pAISO#(P}V9r(5RbImgQ#& z(3q!bKncLOxPTA{duv753$KmI`w98BRM0k)ws3AvC(gHOKYa>4l$f9xwoWcHd9rGn zl;tKUChvbz+Lzk4?aD8_T{Q91Xz+smV2YHU?xVl1bII28Rl&XTcBntegr2H#o9M_I z*`1pw>}dSM-u(D&d{(qTl4A#s(U8OO$sN;i8G>2}bbxNsG=m@!U2@+$3d=TZy-5kX z1>kXHhKO^Qj%+oul;&2&Fyo^0JWX=R+jWb|imDK6Z~0Lh6t=^b#j^`PXK`%fjT5Z6 zAxwSTeM8sePhV=;>Yqi1`({B4ppO9L(_rF{LoJdm^w%CaqiA;fM7oGF~Oh88yCP#8ya5mOH&e{`xVxhw!rHL$GaHO z7$Z*?srz!|Dx_fU6f=-gS|9hNe4W+Yd>3PEadmG4vzIsAfF584bE&h#q>l%Ped-D#nasl(#MEOMBbkA2Adhd|9t(Zc&-!7 zRCXH)kS=hr%$Uo8i0L$dzP5j2V)#*o*@;d>-)=#dwzoeZ@dLx7T$^c5D}Ql@%J$*}CQ<|aal^ez zuePpX;9c%HUNP9q$y?i9at36)+(?w?i2BI%z=r5j4U}+P*;&lf9W$WVtFWT~q@kFw zgtCoegW75rf8~hV7qG@n=c$O?1bb8vkzd@K+nrxYB%$KE-hNLYxd!J;zV=X115RFj zvEtJ5JZVsU1klcrCAP@_<^-5F<8vLuZ8g=gzHz3eQ(Uwo*2}#Khnse*vsg(VI zn;aF6ixV3zG0r!zwnZ1N?&utDnq1_bkDkT6#fNlS)IG0Zv!c2 zF~4VzIsu-wjd|(z6#UY@J<k9*PX9ddR z-t*SNVl6xip+Omk_t~Y#0jL!fZW6KWkeo2#IZvfo)QJWZ+5^*)Lw+O4J%qOk@jKrN zvtm1Kc&+Edq~wl6-)}1t_txP04vt+${5(!iJ-U!p%Sg7@>W?bX7FT_ufdRJsm%H*| zJ~GMSF9MBG435p*6b@2ic$~XZbf;WRXJzLDX+fRjA%*67Y?uJrfX`qu$uKR9sHJLw zGz^egbUL_0F|I`EZMt}DTKa~1by%n&ZI?P^0~{c>%1vXxjwNy>91hI0D0=9NAKK;@ z8&-8SpYFPXJ_nqpTNRP&f`#+Z^(M76?1N!tVJzX>{4l!uRNN!SVI}_g;<;BQMui5T zo5&1<(kh$@6T~S3r_GdvesAxfm_{OFEipP|tg|$^$e$FT5a7jP(A+p*FJsjt1Gh*$ zOHhX58pXP`Iim4Q0M^A%$3yc8t=g{gzUf@4S+l@ttI=s*SG0$n%J~6w88^DLDN7_k zG?r}xea`07lHfzm(UMpyhsCklL9#=ii0bV*qOTw?jH8iOZMSH+TTHhx1Q(2QOxWwM zYTqK@^;EJtojp@-mS8QBc!e>VISet{7eaTl$ZIGFk-8y}p(yn8kSVHQFth0n<*dB) zc`UDIU0lSFd;HTw5?D^Gw*f-;NL*iLM%;2<^==)pd+9I2}%X?51+1d52z3`V?K2zI6cgO9$l!5QvQalI;NO{xj;4PN1j8O8s`)+hd3RI!_ZP z+vJ=M%D#l^fF70R&#i$9Zss9?9Y(Ri7!ci}?F$wx;7WbI_LF&?3Ob9`O6It#H9O)9 z$mQxqVhuy}gendisy@>vlaiX7LzIIWOUS)eUM$A1v}Jh8J4fSe;=JMVn3O4x9jYd#gIkQ{rBGZzau}$H>a#l6ui?|U%`@4UWB2yV>8kis zdnaIq1qX-v` z%7)|&D4llwI33S2R`ym@7K$+YZnE@ zQFgccal~a0Y?p&{{VjPU3E*5E`nGb@vPc|6zqY>4Y)JO$v{<3S_Bn#49y0(L&3Ekv zV|G-KYdIPHj+6w)L}6!@bSxyF_Mmtc~;EE ziHv|*Lq3JHu!d005C0C@{#xt5BDjBkzykT$Bp^Wb$JY%6z;_AA?OCRcbblQBH&2Y| z3lORcmM=qn=f9ixAA=jjKBjLK`_ZWOw;%t_DF1a>e0uOdqU!0%?6CfIet#6#J4NuP z&{_&ee6hj*J?TG<{QnoQKKkd#GL{x@eHGXW%OCcE3HA4*hu90$BYoTiVp%Ynl=Dvc z@EgzhE}DlG@S*2~R$3l=YiqW^Yi(^*S8G?r9XS7UnVKxsYuSNOv%Rk~T$?hK6>lLz z2X075mYzy|x^pRby1OaWle0SeZhDhNwW^P{O#+lE(sQ%3jk-<5^eZHicu z=`$fKfTYzL&g|}E;?o#Vsza^Mmzw9}P{m&l-^bMFO=BO{hj1Q@V%qo3GPA(ac^$Mh zEuh4~+Y*^S=_sjO6xYKpGBl95c;vs}91d;{Xfz^&S&G4Fn9a;xS8$ypzun()xx1{? za!4wNr?=YriF_df*}Pyxsi<@Ur+jP18~z&Btv;^5z3BDwquc+t#{bWAQAIRXBP>@T zTj~?)QZMhFF>R%GQ!f^ha$q(cZHYO;_swVl?fq<&6~{{AR#|Dy5rb8c}U*;tq>lkxt~C867igS8LQhW3I2PC9`A1UM+57utgM46 z@oo4V%94=FJ+Zs+ZUd|gKT#!IZ%)1H;w>2#z9F+yluq#HD+5+EC ztk86_B!BX~{+n0J7ZL3`@BYn z*-6L51bxS~Q=7cq-@f-7I&<{W8JpGuCg?X#n+O$PSd@By{sq?=U4dchMDm9QU7`~W zaSQs}QWen+;%#lXjufOfpX)wbi_3>9H28Dv&!vx0khHV|6yuw|7{k_!#>ejYmuGmS z9uUVt-ozLD>fQ)er*jzRTtN{=s}Xf?QO-&HtS^lfC~eLJ7+FPJ?v8TaL1~}ynZ!%; zfX_dm)#B0Q172cKFL8o%k=DRMiqZb+VHn&_#qkn-KShm>0V$q`y?MC{6xyJpqRLZV z^-Hz7EW)VoVdd>S{#G~NX?atEJKxqs&wxv~vWD%K;zK;rna*&z<_P%k;A&A5sy#dP z-Uk`%{p)O7UYfnp1!?sJ#|7n8;`NT}!7lqCa_wKPW}fNTCb}O&5#4y-_OV(Lsnfn} zx#~{)8Do|Q^uT(`ExhR#*-zyt1KM9L0&Gg8p9LH&JeV+hc~5)%O2QW&_?TV{vW;pN z>U0_3QWo&e*N}pTphzR{l1#8)&)dPEnxBbS?P${%)Jo3L=?FYPc8-voO%`GG(rp6L z70#(W!4r7AP|H&>{8`i8z)!o$*D6@xDDx$I6P^+j!k%9WJ9|sbE)43*5;(=tbQT)~ zp+&=b>r-rhR;(p{q-~+kQv%_&)5ub*y*_JwuMxlJvVUBZxShUUrZvHiA5Z%^cOy9y zpV3X~<=VMW=dI9JHBY})mfLX7diY>{M)t-XaiClOLWod!;m^Q} z#__$U1d_Cw#}f!#@!_xsAzI=U1xWT`m19(0(juK98)~NAygL}>II36)-*4qQn0Ak_ zU6i#c_=*r21udtb0NgYQ*j5O9=WXxvY^L~k|7->lzi#vy@xi(SHTqyEF(ww)T#xJR zgCCUzF__{Wh7T7>stnvHl~;r(>va%r;b;Ub>@el+Tw|&deE3qlXY{b+`A!0!d!DI7 z3WUTl6e%r#^#Wi4t&W#uS-SDCMM%d>@Ucd;zB^xwz?Nc@pGxn?QgFqxz%(T-+_P*^ z5e23VxX4}0MZU{kDu#3mQ!ZOT4@*0d z^#W0ga#zm;SdQN``_E|Fd8?#m=^aH4_5oVeZQd7-mES!HZi2FPVt3UOPbg7o<+vi5 zMA200K!XCcg2}ih7x9XwAR%i%{;-+{DDg=nxKbm4!1q$ki{K(!*0u2y8im;=+6>~k z^sz||!mTq{uWo;iT%;U!jCc_k?ixD1CmjcRsXeD*r}o5>NMNEv!3-~#hQ;vrjQ)35 zkaSUe?}W0gT_4DTBQ6A-bxCPM3A*53X*Vx$p-P_&ExWpfwt06mRzOT zg0jL~co?;4HSUegO$e{e=k(m;wusGK7pTA7Tlj*$Xxm(W!s z=2FdX;J0x^Rm*r6on7`d36wTxDXquWW9dt#J)fAP<-&I~u-I~+_GCZV6Y{3)@GeIo}&X-VOd&Zk<4e|V$W7GG> z8Qa4Rc5Qer?CjX!`l8kn4G9%;Ts5;02;Ayw8-~0nFXp^lwk4*IO41`M6C?ERrEHUkzqVN`G_cVBw<`D;yzJ+ z27rg^V{GR$4Qjc24KnuREY~9+p-KP##gm`_df=M#c8H5{#uM?Gw#@(= z?rVkRkL`eZaTG=BMGr=Tj@@4 zSgGypHLTt|EAM7j*5$zRC5*Hxx<*I-IImHZT`O3a+dJEtLFAi3P}R?ttI?^bEmJPU zvk+8jU^11Qb}#$%>~gU!E%3RKyoD<2uA8;Cozvv(<~%&wr#^J~O%g~@dY_)ngsyPD z*y-SqUAX`|Hz(aI>8u6+AFm;w;SXkkTMrJXUJuHeSPkDS=~`DV_^c~<)ACP}AzL!2 z$C?-7>1N&Pm(J{f(}U5{&u1SV%Kho!=@;1YIbW8)ZoWr`upXG(`bBnnpS*I?t%fT+ zW8ryHE<$pq%~xg`##coUoZjk1CmcE{WdAJU`bER3Z;0>s!Oo~aMr^T)#AeP-ptFBO zh%$&T+qzycm9#hx$qyK)RM}d=NHZ>|-9-zV7p8!phoW!ev+*9Ro-ZLZQ5k76PD>5- z8Br2-a|oL~RKI+=ZM+b97GTmm``+UOd~|1PZT0t&X!m!<)8Xz zHxR+Njj-GZ+{c6<_h^bxB5T_8rz704sjOV#w@BXJvfIf_{v4kwwJ(k3c<#)|>-BZ8 zvzW}L-1b+Ig}7G*#nVSQ}brei*+CC3lpV+dy$~p)9&_P;M4n`>=rl;`zXle%!YeYH8Ll100#^gsH z?z8!FYl$?G+$2hQu^AMty;<*IzbX3Q8(&9!REq!^uT_D@ej%@ujPqf99eafr8lyek zoq#;u=j#k)-PKju^sq)LjDy?Zy;sD-9NyUuW8Ml0t6iHw4hz&!%A&Z09Flt3ii-r$ zfgs|r)i|@`>_@ri&l;ngdt%BUJ!l-hHFLw0m_y$a3})bocI6ZdiqPWEXKAQZzSVGNSb>t{QK$Vhm)V@gI7<3xdi= zqZoUQzb?=RqJ~jXcb{P!hZ60=Oh< z%WTXt*Ccl_y;w?%)SQapt)ziXcxhm{3W209N$^(-UFGG2ShL@U3Y9&2&rEOSsLIN0 zkQ57hy#?-PVUr(DN9i8?xnG*vpFG%1@@AapU7gHbBCLN0dCeKo4WTCQn2>cg@`Zq)R6aNQEHxnM279`+? zMBOCO%mYWWoRMndYa!MzJP4pcGQrtzIjC=j;qn5DpYS{zFnrPS2s|DkiH(Y*5*LzJ zn(p*gEk#bX&)K7Y)a29MZ?X?aq=mud{fZ=0Filn~y+{zm%;Kprp5)&uxy@xbG8<@C z^me~ygDbPo%3GQ$5+*fMHC)?}D~2 z;3)bF?OYw$rzeH*SuDwlG*uvn*UN9Gq%%FvN+-a1Sjim%EPP+p-hBcYk~1b5Ja+%b zc$)>=jRXm9YP7UxLk0Pm8giKv-=_D`?&6p+k{oSE$l!#+7uu#We`B0Hq?Z0aSG(+`|Zpz7`W7Sj_Sev>?|hCIh6 z&N;!0DwY-?q<&_8PjZod{xRil(%E7Rsw7($ajH)3Qb?}WCvo}JK_N;2K~G2TXeN^! ziq1iiF!5ZHiGNj4V5>nQxyB(4FbG131Na=L19!4b>f=CAX2vgSk9>e>ry;2eZJ~oFW$dn(bvN9zK)wRlj;E{3pMs#J6vC44pd_L~9pfB#}+#oq-Cq zJ3|~ThMFn{Yg}vCr!Hb^Ngf^6f(90+o&S(ZEqFW8u+m zg<)5sww{kvBrd4a8{>6M6n~x~IaP-kL1Sd5V zKr7Riubsx1Fd0DvFpur8Kd^vSa`=s)2Leg`kahuYms0bED+R##7LJ}Oxns)uni#aH zs&k7yfDG}DPf%Mji zgtA+pZTzu~Wgl2{oHGEa7P|iflF-2nyV{jj3HewjZ!aw|I>aPXS-6h+jf9m`!h%{P-o z9RyJ|a9QZpG7+PA*h-^nn01iH}P!8>k5`2a3n;26|4S{Gi-Q6cjI!1SdUcc;Pt?3|^(zkI;OCh0T%2Lks+ zK6TJro<&TgS!`z%6^toKZ6u%N*Q%Ay@I!MXCMP&;Zdt!sif!aJ94EBK*+Jl*ai za%(Q?zT>+wS?+QXlq|*!ltSLIn%thjR#?(GmPK14CmsUSzOG<|B9{y=AxbLZrI!kZ zg*_)}CHFSAuJJAr9wsU~L{r+@&9Z-;LpOcX3LX+0JiQ*~lXj-%@g^0D)OpzSrk(e{H9 zxuA#kfSXnoqHBK8vk<6`jUAesobkN<$x2P$4Xo`0&DH-G2H!PqvEknVO}!UckRZ8f zx9`96u>G|b-!}S=LPI{}YD3)FL$T(0G-RJSf<{BRy zp4JmQe!sztDYJCrBAS!hG9tC`of!n#qML%~d$9XJP_4yIyxMNGaeU@=r?l2`C~^Sx)nFQFXC9zB;(G6JQ}hB0#k(SN$u2|| zOabDE5tc9S#^+*>g8N>bvI#}(pLMWA8tx;Ex|OIDDmIUBd~}gB5CaCA3}v5IX*|ns zA2o@*2XQT%K9iyxFrKFxe+!CJSX!Za69y;nZH_=6Wyy;BB}(W4pZklMA(!Rup;^1+ zE2AfRK1`0u+w6m^W9{3adgOGj6>Tb;^~2X%_v5pSHV@Zn4;^?~3usy@kZq*T)|ZMj zcWN5<%Bs)0cz(_Wms8nRHl-5Ku9Fm|#WJeR!k9;~+iN>?WMuZ;MRhc#`Ky;JP=R$)Te;uacgeUgbYIlCKtGM{x#6fbt^SY5C_ zx0Z@3g}k@%>6K0LUzi~lyt5D#MM;#V{eq%iMvDtDZP*U#8ZRuU7Eogada+jp0oxS$ z>gzVpCUoPypylgAS#}FO`K45z$G1u2IegB$W!vI$-IJSbvb52*;OfP2sugyl_H}t` znwx$(v+eWqAkR&L1C&#dwSwKmW4;ZPTPhD%P>#|RAD8p-zRE(9tt!V5%z?z;S9TWX9Q9 z2)R?f-fNS+@u5MQqxevS zI2ifcQ!O#ZR)aud^P)BqmFfL*EX^vQ6xoiX<0|R_WG`1ELy3j?>a4b zM+x$%RAV2^^NR_(IE;b>?AS{Sn97>APdRnVI#!-z8Q>41TFL-pmt~P_svt~#kX~z` zZ-l<{^!C<*M@+-T!-8H|mH#rnPYS?jp+?!`JRfPNPD5ednJLFuZ5}C(rM%#aF&|5SA|w zSXKk;R34-tyQaVt9YXgn&nF12<=L?}kp4C9zwO<}hX!g0=hgTe(=*>AwolxIKcl&M z@%Qt>4L+@@zHu!*1B<9|2Ry!89L#;7_@lfzP|};Xyfl6EDSC&Y32&FcO#?u+bzc}1 zb+3K)FNEr(wha@$tEhlE?pQb`gneWl|KH{Q5xROC3S}M!wWP0Iz(EUGM*`z2JvKPk z*5Jxo2@w+#`D_wh3u;<0Q-qXlnA!+&Hyb8Qnqj7U?$A68-f+vfVKN)!SL$^7q!8aJ ze=E(ZbFVExTy`Z#yT|p{Yj#d0n<;3q|d-)r_w} zBT~_>smJpl0qCD7-gzWfu7GR{4dRyDvWQwWtKu`@^fx(UEDT^NA)u?F;tgsz0aa&p zikPqvp&{41(XV9&E>klx`B@Sfjz{mhyQ9&P7*92;@*5<}ynq2KIdN}+rWsKt?a@)Sl61GF^1qi73@oph#y5KZ(o$uN z0(n687S-r{nk9O&m=xe$IC#-ogA~$s*H=RRnShc9usc59S?^lO;rXD?b^lNfkF}Lk zOlrrd<#MZ6h&!~=^KVq{cMduk#rtd1Me?gs*@sOG*iGNO>(67`^@ajzWZ$b`D3wb@%9On$;W2)LE84U^ zDzRu;1r6vzLPD~`$dQ!%qQtEI`QPHIpoI*?qo>IW76|2jW zljESlVk;0A)yEk{cXF4hzOA^3_-v7rPm+Od>${+H4Dr;$mrdB%(-A=EKX>2Va7&-V z1yxSynEX=D--3}Bvvp#@n9Bj0_@Zb|9EIqtJK=z@bdP(Yu6X-4V+vpFx2L;?I<03sJCk zQP0d~X3P8Hdj+!}=X?VQgBsLA+iLSZd?5a1r2@6WVQRryvPL!-+#7QFv-`}kVP!yY zNw2$uR81Q<9e9&E`hwY}zuFsmn95jc2J`TWcjyFt_|cFSKeD{F6h|LDgprMIvJeIB zHyIO#Cw=)z8tOaLV6VE)d+lUkMdlslz~u%^6k|mr&}N|Nz05>gL=xL~cBvtnbqqb= zu>8Xb^h@sg6G^=KooRIy1W-UGxk0pRkP-MpUw?T>|GTTYDHa%-B=(AWNRy$#ios;Bxej4mPymD2mfe@H5FR`AY-Utf2158_i$GDSpHdg z;E`j4R{N4;{KhdIfM?ma0WcBOZUY`%G$sC8_XYAJ19^5_QW1oV#bkhxE+YjpWLIId z&Vv1viwGwzCPH;Pj(?HdWZGt*ve?#@@k>J-**9A#1T|XpBO!@>%eecSZfP5bKZGv%ek_)0=M^*#!nFbN0K-p6iz^&_=5{z!ilMN&>f~^ zh6E)o3}9fS~d#}CRkUo5elgbs0Xjj2oIOq%b}yBuqXZs zZk{Z-A!!hHYr?MLW;+IDo#)!M&^hpUSPO?UtUtW^Yr9K24oZQ~7Kz1XRFgjp2XdZGT-M-u{F?B4;s++OUfH|5bwnpuYHf zvPe9=4yAyQcI1-_nbfUH_AhxDTHYnJqq2BGfdo*kP+K<+OFIe%+W* zpNia_0NPXmpADtLu;YLmPY|UopV1huJ^}cFgfz$?t3pOfG*-CZ7|V>OC;lp}q4}J) zg}m^3_@#B?NSC`UD6!u8>zpOGAB%54VG{pW<1vo_nJVgG?Sb6cnWg%^4c-?Zw6-CB zMeK^lX)9uSWwlRZtjGcZ_x@fc5}_VfHug~pF2Q3Pt{g$-j=T6#sCnvld*<$Ku2{B3 zY8zz)g`%<+{i$9j){R9!`Bt+%cF{cv>uDmUP*jvEu*fq{U^ z9Dop4j2tKyW-ile0V$uG1P`%;jn<+Pp^Mk0<;UK|%i&?ih#qme{@aIl{RgYE>2?!01>R&HH$J6lZg z{gTQEVB&~LXoTP__WvP@HEasa(XK-|mV9pXvd!-2M$7*ci7e^DBc!bwV%NM16)jiz z%X!Qe&zS6s^|qU*dU#UApS{E1>U(AmjEhj3jr~BtqRE!7)pil@lC3N;WhIr?uwjZXF9HkX_u+{(!+)Mjx2*QlzvHGKEAU916}^ZOV{B5e{os2 zZ*EW|so(*HGby>c!Ts9{f$;viJ9rFRy@bg;vqzJBhHSZ22gvv0+cfDs+0^D4mqicWJgBwg86!*f#B`d%F7&jIRIH~saSzHyHilM@(+32Xe@L^v6hh|b4x zRz(;zp~q`^OHOBK|Mnf}z!A$_^fzlDDvvMrg$)r}A3L33m_RdlWFN3*#P%*8T`6?* zw}x>#dT?3!%WnToS*-Oy*fhGsF1M#XzMLWLNN>4KVtP;Q!p2@${i)SFngJg17eVwd z%lCJixKangWwji2+3~k2{}$Q(YpBzwkI?e`XUNEJdhEZSaN~}ogWe@&ur@5%a#_-K zX!Spi&ZLK^Ahpt)+N=9tR)>-Nh#S9r8Jea4mq33M0yE}=sv9PjvaI``g!~D?ME9FH zicY5TCur$!GaF0(PEdTcP+2yeh2eIswV6#m{db~T8zEi53Grh+rj7m-@e)D0Xvz^; zCkD&#FJ#2?r@cKb`_;a!o$=f-V95#@Cl>`FS!6eR%5WMcIZn% zMDf3gcSgX8b?>@(@z=oE>h@4tt~H|;8~qnxdVjHd36iGvUI}Gv_>5BI(7UXiM~QM& z3#)&|h+VkbLo}zYFj*mHYz|Kj6!CWukO08dsG-nctNQl7w@sb&@1oZoHhuf*iw0r4 z&q9^&R?rsjNW`JuQ$b39+!_8;O~SlTWJp1^tz)fqr=kCDjDmo247uv%dwg*+NJptOMp|fQUYMmyz6rEHgjuW^KAXOEm-0uwGEGA2-f#l zFd0$D`AGqgoNI}`v}2G&L+bo4HyvIUdz^h>Z@vmfM73tImGLinDVO!T>atnmh2tV2 z(JOin=jwQyk?6i59|q<}LIj<)Z*>;WAKZ^*IB!|5*Q1cY<~mT?w%XQ5`{qg4r9^kk zYHA?a&$Y=cJZg$c%fPNVuO{9V%HP0+6L(^bia|3Wg&yZ4=lMf27X)F$bmCHZI>EX7dJKw<%WpX3RVSHN zwL4k7{~zk!F}|*F+uLr?G`1Sswr$%^W7|n%CymqCW@Fp7?X1|&lXf5M-Ls$bykFn1 zE9*DcoHO@5?lG?afO}aZJg8GB#;Xr2l3*_On&ch8&auEOv{fhD6cY`?29Zs;WX>Jn zJnH?W;Vgu%3A*H$fKmxy6BjEgu^M~JYl|tY_e=9qp_Qx6T|EFtctyXXM{+0j`<2$o z;tPnqMC+8(1$T(`SA(+a-3sap4v2?3>8`8_YWar|oD-f(UdZqX3vr45| zRaNBvnGLLv-c9CZBacxLQcP^WtO#Y|-3ciwFoW*IyCT>rxN1z(s~Z~;jAYLHzuge| zHV}0HchRp+!C_WUsDWfr;so&s?o_7>9oD;$#&uFc=jj?JPDZP<;v5BBK~|`#v9bTa zxbEqshuaMANDUn`mWIiEVt{DnSJ2coN)tWFl1E>@<#~Br!f4fdfeR-45nY~n&PQGi z6DB3}-r}J*-2K(nq@MvRx27U`gdUfkKt9P~ygT-PdOlfA2&R#ySI)7lwMZroJ$elt zkwb;_D~KTD-M^L?Pol6IFW2LM*Gh;;~NIX}+{D_lBuGX3!$Tvs*AfsW`OUzg=9bq{{hu*Bq>#T%Tqo|1vld!!{Wgr)teLI=hGmxqZXE6Jik{ z$Bj2_)V+z54H~yH5oiEeXsd8xz2POiW$@I_eFAXw09B;4ReAP`;T&>=Z&Xi%rGy09U6 zSJDV}$oSK*`m~I%sDV!|GhmG_mfpXu1y0*u4&Y&6lT%$+Q)stUM2w*DsI=`0{vGIA zGXf*D;dI7d`XeAw8QYlu@c72LuBD$WjV_&0F@uoa0(8AFOz$H@k@NcPW{o5@O*QeT zqh@M$uR}@{QO58{muK2b76MnQ9ABE9o|mL6Pk2p6YAA+J!K;V_n@`zZ?w`% z_Zo^kC^5e6A9#LfOrijXbsr2}bf&t$7CiFqfpTtq+jX+B5&S^M`;-wMtxVeN{qr-cPu^N}p5H`orz)JnG3=3*yKf z*(W%7)l zP*aK~#TyU2n_FF>av>x6CEsI_RdnrNI2#_VT5I+gf@Iww%t9fHECNhPuu_MsZ_mT4 zm+)qpZGHI0h`29^3JULjoYlpyN_p~aVMZ_}+=5&o4)3 zfVb`fDV+Uahnmc+g#=7QvAGd`SlpwN6pWJ-Ys{yVWh=2XTWJ%d#3O@GB*p<_nSNopgQvEnLH3ojac8Xc)y1`j;#>i*O>}pA*T^IaWrGPKa=KqFxfse zUT{>r+gc%@!XZc!XA5$@3JKnmm8z!qK#%43JTy(h3HHO0woo86_azg!Hx!y-I@2O z+I*|)eNWjtC~0du(6D$f31Q&A9_*(01#{q7cEexu4lCG2_bbdsE7i9tDe<2KutzgE z%-*z+kazyNRUJ#Uj=TX6k8*0lm)gRfNjJfny2wGW7SVoM_THg5AwQ#?1-gt%C>ue} zFu&3+HBIA|L{CyNRFZ zy+jP>ZJLjuE8RX&=b|lna#lqqubK zx?hTDvHIqv9oM3@L`r4I(U*Apsd>iPXBONG@1rdiy6L&rmICM*>C8+Cm`t1v_6Abz zib+0obul38HV0S`H`9(Lpg5+7OXdN}FCo8Y5}n% zGyY0y$kF!6j+A|8wJMYLfO|%%IGchtNP&=tTZ1ed;NzUOuswW$Y`d4jVN>c`S)2=| zJ-ej!NX2PhkUhS}p?vKwl0_aUv4Z$^MHlc{DO+jB7Y`VRNGDVtPt)bac20uW6L=3C zx=7GW7=?CzNz)mSyFxVxW45jMx0<^7%?KaEGj_ zEiGAE1n#5{Sucy^?uwcLNbD3uL^ndJmN5btAz^|28b2Md*tKywCn5ad%bLDd4))ZS z&X(*|Cby7o&$URqaq6V{(w4Q^Nf%n34Sf?{tlgnDch@^=3wqt<2y8!$ zHG&UWE$vfEY77pnqG>G*jiv%d^1ddE9D&k5MU0t@UC%qf6%A@s*{X;dVgFcT|KlKT zpax?1=FZ?UBZpt(WJCpYkXrRV7DN45zr}&RD_lw-N|8_;A1eN+D5>18>Dk>2l^fM! zz=h~4hZh#@CX{ETPM`l`-%a7NU{9sB1|*pjE!=fq>pYUwb}@f7h5RIo>{!m*tx$_3 z&By>1UDh|VOKzDSRql>fX_f!8qyM}nH2M7w7k=#-r}p)JBEADn67_`mvprkln-`O< z9U3alnzgbtD;Gxz$m7hno%E&VN!L#6QJp){-e_0Q*LE#S$3**i+|n>Bob~%zbfKA~ zS;m$1-dI`~i{-(im1>0pFDV?qikpE1z#M*5JKHq#tJ{pInupdxdcuC2eJI=*kyHQA zW5;D&v=xT)jJDVD-5;NuGkJY1(j9qmuVp&{JImXPqUY#65GR_qvO7*SUkS2-o^t`D zZpj^4_jH95xfW8o&~O`vSHKqIY?!W0vj-z`nQf=-%I9LxFfZ-8&7i5bv}z{_ z)d}a8T4+T-C>Lf`)==GGyrrql8`wUqu)}GMrTnEdhp7$$ZCmsqrtLFTc^HwQ%H=gc>BmBJPmdT;<}p^jqWK#P zG#~-J^Bm%}N1N_8z6X94%a!{Kueb;js2UH~-N!%;wiSeBP%i;o`Ds$1F+^@UdAy713d~pEI6%T>kE|=6@BFHp@mB?jE4#N7h?A8%l;`o3c1lTZr(RJ8+nAcT zx5oLzZ+qRe>>4p}bM(zFg5;isw*FTZ!kD?6HYMHqWI%<6taCfIvWmtxbZAkU2Uir6 z2?DtvP(Q_RJSd40=JwH^4W}j!%zJ%*09kEc`vr9^zv@~f;%mK*37w3QOZ0Ix}lk~*Rj zU@+f0SPU~W5z&MX86uZumCdD2>S^ah(C1seQq^Z#sWrb4`I!rI4b9v;fJh|FHwk*T z`_nlOg!8_bl%K9h-cmaB>m)f>&1+-4$(1HwDdK zydP6_IrwP}}*??$3ESqmFXsVNkXU{tdntx?ZM%+1LxYpJQRxy$|cQFr#`6x=zu? zv~d>qa&5-DWbvInqsb8?I{!{I>CS4Zcmn>2^mbEY^u4Oxq_!)@o3_wLw*)u-oR zg?=;tna+DFbCOY1u*NMn&&j49$EBg5!04RAWXk6HdCqcUY(mu#{==6UJ4vXme$Un@hm+WpRNOE_X5J&-JpjnW;^TdP+niGo%r9_m)xhga zDj13rtz@%IEZ#IpqwIjw&Q+wV@8Q_lHlyIw3oCKjHj!p-T4XVRR6Sg;1A7Qx7%gB8 z*8so;RLfo-F2!_X#%Fd9`}ll`jD}-M`4sVV3QAN92m(Dsjg1>^8`6Hfa4&m#!HY`& z4E7b!$j)g%6#RD2E%6j7T!Ozx}*i_dk+dx#RT^Pm>8Em=-vt#Z?Zy_b}e*m~i!=z<1( zF5|N7SsZ&?Eb3wa7?AL2#uSf0$@Z_hAtB6^vaZ3kNQL{cZwrQ(G>tC(GFlOZUHPTm z%faerZ1-$#X4i^agD_e0nStfB`zg|+@_gO;`y2XGp=$1-T$CE;eRKoARZVjx8J&2K zt@HJ@(cyEXwT+{e^li%W-gemd{A8w4OS+wRx9tjhgC!`Gt}q*NI}S1d|9#YO59g=s zY@J=r(gMAse1%bM;SpzWi|hit6C$bU$IT15un5h_ZqNGw30)udR8{>&L=Nk<2NftL4>DX!G$`AKP^=uWZ{eTnu7Xr4x0EGH z)175|49gEE*5+_8ml72fbb8)mv)2aY8!JaK%Rh=|7b~cXpC}h^(}#MLYY&j7VB)5a z(%vd=t`zh)(2zYyE8v!6dMviG*A`t?XFDbp?+LO^puz59ccdz^2LznkBD}s5te3y$ zVLBwdbx`PBlr%-WmrYlWns=zRF-~jl3~N8UCB=vVhzfSlrM&y^KpvB4X~7iVt~kp! zydfd(Cn>58u)cKk;rsubyQ`UdrrZ4KdxM*J`LIn}IyTOMt{MyF8KGE>Wy>P9#$b`) z@-I1SA7Imz29(BdBtwg6Qb5@!gAw6S$fF*fKpdOfM16!g`jZ%53HOu>g6Ha);nPhrK8yV(`PP2*`jfetw? zXwPs$IZH706V~c4v<1leomAZ*1J6R7Wae9-7Z<=+N32J>ryu7r$4S_WmWEFql0CI% zdA&X?#yN0fvnTg0Nn3SRoUrLMBCDNB&^Ee3Mno!^W>s$i23MuD1mbRpm>thRCga-v z6l`h@bdB@Faf=AJ7{Nr_E!|7|$>j{`wMIr(*S3>Y-yVi4Hg784#qm*JO@)~|Y}qLw zrN#|dpq7U%zrTsiJvnwp9N_e+az^7f`%t(~zvd1N7rDG^wJHJkit2av2HVvC=}V+E7Y z@JZi(*tykb{HnItCg+E>*89YIOQ*2%!TUQcI(phy_+5&fgn+8vRzBV8*w#F6JLZ|H zb5+fea?6ofORr?3{d%{fgUU)XYKynE<>m4l8#KvAD>$c8n-II0)hSPvG*88 zJ2%h0#z#BpM)yYPHjB=q;eIk6c#c0`d-L)hFl64lW!{qtLuQ_LAh|g8st?-r{+;^g zYmvmaCAv~I;KM$BCea&Ph$tO|Zpx)LIY%}^AL1rC(9Gd!j|X=NC!1xrie-nT>i7-U zUL;@Nuc_i_hD+vTF=1YlMsiLx-VoJzE(pH&x{K6Jt-%)9m^%Ma&eTJ>3vF;}EmYjU zj50~@JowSo7@u8r21oc;<4*(U>kg!JTXmb(po;`qeTi;vHJSH71x=#S&{$%c)OWV| z0j-hC!ixf94)#wz?3(DQ6NT>rULeDekbGyn)napnP)alH=>QGWj1*jWMq&ggoPz4= zVss3On8zeu!Q_*Y8n*2nV3QFU7O3<3ae2-CbS$4U-UpPuuNe`-fO@?cBV{XMSj&yD z9ui#90}}qwvmKwEy9@wf$b3?|P`)`5k_V4a*O;t<~;vPPUI ziMVzlj)Dh4e#%eu5`(fmK92QMJ9230%*v3kZKV3H)SBt7oQZO?RWv%5KUtVNkEYhv zIskf&=nAp{yhs3nl?y$khB(V@r|~~Cdj4BTasT-pQP41#OtcbKm{%kmd|DaS3!LO5y1CuVQ?BYO7Jt#3-ibPAW9 zl}trNW!9sdTJ@x}npcrn4K0cb&izex;E<>h#k^8%?KFi`T&> z;zA}`+Dci!h8h)R@Pwq$9P(F&>na zQ(`*z5p9Y0_N1{5E~hZUS9z|3fmpTMxQZ6;?#&__6Z^ZGZK%^N%dRp{x8_L);MGKb zzlJ|@Uz;@EWA@xO7pnj#*f5b^8hjN(U_1}e>rBNFmPf(J?eUijo|d%xqq!+|{cfRv zSk94+4PCDIV;`<4B$=FAZJvGkSR38{>;(WeV7NRczinM!9-qLc8;s;;!u7Pz&FQ9n zmQY&bf6wk#3H!x5;oqm`Hu8gq9Kn6Tr;>~6UzR{_PW9de>vED#9`ahYSnHKp*AWD$ zcb)9sQpqOv|K&jbv;13u2Hd_7j&J$p@96ViiQ%RQQK!s0X7$3-|20qf&t9v*1U}hq zvu=)s(f{9s*Z-efj@n8kkifcX+8&1X-_+~>_iMC;LAYoMax_xrmchfZVC4-(XP0}p z91(l}HQqxVU@&woYe*DUeVuSGXRg?c5ncYyygf8g##+lCWQ^tJh55_eQspi-LE+>o zt%Mw|ygx0b^SyolREx`mQSxv7defa~^1527d$iA0@7PobY)GHZRQ@SCy84#(aetmD&Wp+D!4sLE9NZAh1Szzs-PSc?rnWyxH)cUE_6$-@TB5vYpv^ta)S=Q1Mwx^WwVii*zaaUdSD7dOfFW~#ru)E^G zJ?gBo@{Ry6h+l9Yp;WdIT{_*mcHZJ1JCu_C7C2;#Hpsty;!bT~ZtQ`km5TURceX@~ z2KbQ!65wTqT`YDGA!y&63VDeht>E8#L@$ZY)|D=vd7#Q^fgUsfluvPKE)y2P-W+%2RG;NOW+2-K*^LDT*iBdwMybR*+{3cPN}y?LXC*e9&;A1)Bvo~ z$d+0(k~F$5n&f|6^^Ui9M z`eUcMk^=dkF-TYpHd#1XedTZ>pUmWR+0;@m+Nn( z6b?TO7*yR)F?F!|c;e&VIn$HtM@4goUi1VU=)S&?rpL8;HMHH`UpfohAdK>j;4S7Y z;Jp;F{JII{X4HJ0Ym8)gyga?cWjsW^bf4B`HY!yv^LU1!GJ0RhFTrD{PGwg@jIXM| z$c!G2F3w{zzqVTSmoLxjN(80{Ep-j z9W5N9Ra7XtbP3)1R!9XtVHH?)@6-_@bjGSImcavd6=t|-*9%99lkw?i0lJNi%s?nf z?oEhY&Ea#FB zSEn+{-CLvnGUL9OLEi)HwAPBAtKLF6e)B~+6hS@*9nnEX8FuL~rOp6yK3)Fu3^gs?G97)RC z0f9uml&QI+STpr9^xOK|O6W16P9WjXC~vLRt^BYk$xJ1EaBN1!PZ;g~YIp?W)b&+0 zd`H(aqyg4R$E0QcEZt_E`7$NYUzKiQVxVX}fztS(l=mf6nN#=@5>_WrBAKoXMLK>0 z*xSCjSCZCV81Lx|`JfdQ@>eB(UvLF2?#zb5o6yt-NXdd;LERga_1A0tG#e-(@U~-J zpEs@&X6l?e>B!s39}Zf%#lh>e@L^f-WX*YEroxgAAWSeCA=Y|rDrKd`Q&|~0fe5Ro zG$_JU`{T`DKc>Esl}rr^Hom8)vLE7Db|2&tR+6b`YhRs@FMoJ~tK?n~B(h?_(Oui#5hjzxu?M<)}7( z0YL~_57b@=#*(U0uGT78yxV2^Vy~bqV}UL769Mb1OS~lwP4r4${|F{B+dWu zp_4x${9uYI?c8W*509DIxeT|HXr+uYLX2S(3JU7BoIxKt@vozg3eUDn3+uO&{@CN8 zjpsD_jzab-Q?7C+dFW+pmrMp61hsjCK=$`};f8A054V8R72Cy|0+M^~-_BcB12|}u zoS-Ys9KuPFL@!dbtlu!7x1c&wRNFnQy@iP3)~MPQXr}PfGIjyrkhR}p?dHpmm!o-D zTrHa;vqV6hjE>Q+?M>2iR?`y~hnD*8D6tETr>Ey+30mw8#h{z0?A6obqYDa#wYB$xsrwKbRj4!XH?t=E&Aknw~~+M@;S05 z&kBk0Aqp}6N!IS!eg~4fT* zsRuU2djks$hrJ0bgRzq#flp?WQgc#1DSQj#4GRc+m4eG%8!RS}A1{wLCZwT(4+^WS z8tJEs9-rMi{a3g5qf7cH(6or1FrG1ixf@Y>?<*qvD`Px^eW4VJmG8Mfkq-^kPa=1E znc@-qRX|LE&0-6whgsQOKW}m98@TC*m{ZY2O^xoT`lt?A7wkXy|2_jYA$|M%MIc9V z4PeQX0}O>$Z7-Ka#);#>ZTjF;3_oel)aJjRxyq4@`rb}BX!Q05@^dF2$3qFYcc{5` zx_8hQQ-eaI2bo@ds@LI(mPm1`$gO3a39#Iq&1HhMiafYfoN}{MwDsviDh-~8ZZrHc z0Hs=yyxQOwoh;D;j{rS`X1{anglZMeT=wo-5+z?@=vB5-|N6SQPPJN1g963U5mJ3{ zvx}TZT3Giu$Ys>>R`-iVA1AO~HW~#<`vB)1@||j);CAZ~T>#ASoOlGJ%RrqU*0W2m ziyjM}uPNk+D_<7!i>R_Nl6k}uRR9Je6#E46yrb6GPpmCfIlNoqy@G;Tc>LobH6CWn zBi%ba5v~EqOO?N)tqM(G-p%lC5%*Mjgq;}Qt%iX~wo-T>O6M-Uq<$4tLk0keR;*zg zqmRk&IOB%FH$18DI}iJ3q_BJv5Q{_zxPe5&oz-mYc3nHo)VaFxhht}2%0=bY1$H-- z>>e^0f5`I41hO{Q;?nwfA63~=hlTmCJjv_dY<< zBj=cV`EKt;v26=fY2`k{O`@<&KSw`KXmSV*2<~VUwq0sgG>5w12}}=EYfqTg&g1so zrER!TAMD_Ky5jkJ^=f?vM(np+`r_~-@kdzv65~|nbeA&L>-_%1;2E3D@FK-3`U@&D zMIQ1AmG=HhB0-^ps?MK?$#0M;PcW=xFpS^s_WvPpyH3TpUIGm9p(Qm@qWT zfvGvNDkc43)Ojf@OjUwiJ?n}CnI;PU?ovJ%2pDyW#tS^cSLye;kO**Q=^yj3(%K-O zR}?t>4#7bm$l(#WK_P$TG_^+|vWU?FF`1>}=8KualcEuRq0F~3wVBJwmXsAwT9`@6 zm^PW76_QA<9Ee`Z+$>+i#bdmOM&9ZMb+V4X!nO0|iVbTdS7UHu+7^ivp=cXM+A1M) zqf+6nfgjotF?{=lf-XspbVJO}W|_c~^TIV&AW~iJLe&npBTB5G8Hyd392zD6_(=*2 z%|E+39>nMsBcfJf@m#AM@*5UqF3I-g$^jaoTRa{m&OOf!kqR}P%;vsU&@2YEDdJVc zpy9=4j+t17BQ8r>$H3U2?v^$Qb^D{-pn-Dm4X?K_?Pno_sq1@jd6b{v4 zGJs9cq(*{XF^=ihLyGS{PiOEfkKGfWElT=~R>!pwt$(ie-U@-H59A#gbi=g1B;b+` zaxQL`iCDF=AnOVA?xCk60`>=qJnKi5W~ZQa@-f?x2e?}?E|WD>T&@dDB}z-1qFvSK zJuch|RA^RNeP@a@Eiw41Hw&sIN+W zv3_%zhEqT+r{xTlm}8?-=iraeDrXB#uQXO;4fkYhrcl-7 z{olm4bFgJ!kI0Ia;};xz?zCQ>-nuUj=UsJ!Oc9=c$5AL(7;jI;PJ@B?^tZAMFT@qt z1htdF@V~d(>LO@fd$|LaDsjXPtW%Z~PrZ46%h5A@ z9SID*c(GarsA<^8JQ)M5*ly0=&Ze~S=BR9da3UQTpY9r;xh-| zX^fP}aBa@;zomFu{tp^_gW}v8Lril&hnpEvbXaj6cB?$XZ8gC92~whRvVd{_=(L#4 zW`kFQTgfjhTkUEZ3VkNt|I|Y^$EWHdL@By6^}K8QD0fn-^0{(}T*$v!BOdt@ps;bt;@NHI5Q{B&8l|-y&DNJ7FQ=OvF>5Ybb zaSR>TCp6iZ@wRzzsDBxC^oPW%A=z?8g(o*7W6p?VZ%zQJC@1VA3i?Z|CJgc-ruWL- zku)#{ggLPW*l{&O4O>x74EYc2%cytHf4_9!3?wolUmUkmQW zB30sK6tL3gW)n}{S#Ic{Tpnkls8~g1C5yKoyJdxC)PG!g`(E?W=SqdgmPjcAPTsm<>j{XQ4J7lJ=b z3Cqe9OX%ukf`0uRpZKjkyutosOf$!=1@oLdUiRtcV2C(WwSfp#79$^m@DkKFZ>Ei8 zlaV^W2LKEP2x9C3EhTZHO2!@-E{s3IlUy;9)Y%Aa#WciZ7(Vkkj67V~T&}Nc4Bpl@ zJPZ&C%TD#&yp|>SFO;)X^vf)iYODGaH~fhs{~M$ye@{Y?+gX1;2zRr?q_~P{H>;dm zi4$>h5?~Sf*~PTfl=QRn_zx50lE?z~@$kVF7)sweKc|(bpq+B9{mifCGz8)4b<;}L zP?unAJ+mMmt1yvh!K&?V!tUC}WOjrhWemQx)$?D3^Ujz9xRP`L^4}B{{U?d@1*CrB zbgPVca~c}*h+OP7|6jiQQNQW{+|G^Gh4=^T{=J?5-1$HLvT2T>M|wU-Fmd|7Uak|A zi|>1SE6(>pg8#=ARl|SZC90cs(qByAubP%kpbwaO`$-7(e=W=ZXjh;Cx;W%fH|Wsv zzdXh7QXM#WJ<`fAc)!5^_O|}@hCAm7K45R@M}vlCu?;rnj$eL6SEqok6)``1omF| z$-Pjoic%<@F z9F9AEZ1f*8Su?bse?of$b;^EmiH$DHNe%hG^H!3X|1Z3CeHcU6r|2mdpNI{dhgzAe z!*!^nyY9Y@2;kLv=YVeAY(bAI?Sq9m{*FoO<6MyhGbLD0?b|z3)&o)AV96_>7vPB`AA=w?XtQ=V8BRE>&P(o{lyzvCUAvc3CT!grH!R`U zaI@rTfsC>&KHUUpFI-n|LGaW!YF1EoeaYN2-05a_)#qnt@p0_8C;SIachBr>3{>M` zMVL&)KLFSECkWz`Us!xTUAE*u=FX?Bm|#Jvt(iu8602K_f^7Y05As2_;jwU_jmGFL z*PNh%@PQ_koSn8sq%^)O-*1G{HK}7$L-K6+YX^JNRoXtOr@MS=k@U}=Ii#~YGMAF) zyh>n4F{$xGV|N3gyC^^}n)Dks||i$yl^fmn;Yt7u*Lom-`gV zCpAdhfzo1P3%C0{Hm1?$Bl%V|CrHyK5K+^dU@^^qUpD=TN;Q z_T9M*8mqKs69kmV@T74|PEv(azg)@k`0hq(pUGGL?ImZEa9-O@4V?1%=eanGe)#@XU)<42e za$s^K(HJsr2HmBgSJhW)@#6dV_9h-llM@K9yk#0~%8Cz5&vy<_cSw_48}tIIvM`#h zm}H=hp{6UN(j2 zs%@Z;f`{=WkwZGH$PzjiL}#+0qCX<60m~vxaly=dCDFOXX=Qon-73?UFHHJXv=tZ@WVC@i{PM=!o@b2=-~f+tuZn;Xxb z=<4^C(dTeUtMjZE+`!CN4vmmgty|0Y;oZKy_pa?2A`qY*AIUp&fmFVeLv>%9;-7e} z(GtWwOQXaVM*FsIqdQ|=_JjqK@)eNxucXe{1 zUGo0{Vt?j_iyb7X=!wmtEqZ7~2G1b2+$RZnr7ar?oG9T!Km!pMaNmF%Z{R?6QDw_g z%J@W&zJB?kxxSjuSU8pm9ry-ae^UKg8#(b&m*ElsYqxy9@MyQVmsNXD%mur%-JfGk z$L?mu7W5RBO?i;St(aF{sG3)_A?kZZPy6$X-mz`z;>GeIojm}irA9oW7Epqmp0AUO zrHh1j#6i1AyVo9fHEBPJRA~s-+_Beu+d0#ujfgJMI?f4L=#;VWRj!@mf)SP1m(!9=dc48gFa zd0B9Q4oGAHj(Z0mnV&$`VJty53iTMwB$FwAv+u1&bwz=Qzq@Z)hF*>`+#hl>-zTw!`h9~9&;Q>mXEz|2NT zc#0dLb5No=1vv=6eyHV*hadnxPg_XRQn!5(jK{#@efn%KYeDzTl471#(oPtg%|xuj z%;ibPVjdIBE~Dl(D3(En?4Gl``E`YcECLoSl`)SCX`pzQ(&Q?A9w#?0*IHT zn|veu1n&s@AN2aPl6n6v*4dJ+0qRFdG-Ht6bw;n>uG*o5EWx$I@r)m&P-NQouSmga zx5XH_HVTvUH;g6a_29aXt4FC0qUIgC9Rt~sALHidUJ^>HJiCOTBMIJ7Ua#Sz_=o-S zUG?)HvEseYT>Y|du1C7TS<(Cjk>vu4sHUIE==kspXQg&W8Bxd=l*u_Hn?=MMGbN@( zhrLW*a_ZEC7U%=BQ468Mv$32=4M1!9QmdBS4>A=_>?>+&0j-Qy7_#X?+%We$v5N5e z@^0JMhKIgd+%hRxtqKpHAl*A9?`JjNpi&pcL?eEEB_>WNDlhLLObz)B>hEeW2HcJ_pp*$%UNS{vgkabA ze=)M@*n*{eHh!-w03J<0azu#u!XifuvUR6)1e}eYR>3>0c!srbqOCKj#xs1p$?l7Kgu~g=LvDAOd>&e4f`YoOR znb$`QQ;n>PyPX?UdmVVrdcJb7_;A45oTT})(DP}9zU%PCwDppD&8f^#P6l6G|B_aV zw`EmOS}HKbbHKdgO=rl{?prt|FJU@}#+06t$X08!0@)VGftOwh6#Hm6$u*CbTWxDh zrTuf9!0Qw??sP-%G^!AR@fC>3r&*bcB;pMe^A$z#H6QUwa=ChImPTw=RB4dDXK`yw zNFf@R$LGtl>=Z$QOJ9eIPq$4M9whDLtWN#1-plZTjBXky;)G=wf^NIW6~4e#Ao*7%g9Gt5q}*#c$Q+&4n-G>|!;|_)2s65^HPoYqsJI zk^5&NOfOlpw$ocwby?TQpU`0fVQ?*u=BBu6MND^*AH->5!}FNJrUm z*U8-?x0gsq9CqD!M>7`j{G)TGZkvM_%XQV8V?}g8b%xMN`O5z9K;0G1w-dn}k~QmQ z-?;8@YyNLRB2PPal)(LZ#v;9ScyQ~G_MYG2)~#9iMxbdrsGo$}Puad`*PThB*4&{K zdic|4;2W69I$i!!onU9&O^Kv^uT6(OJ&l864pf-5HUBZ(fz1XpGuP)DrWZ%Oj|!o2 zh;T>+)PxWPpg>1PIAus}Du2J6ZcDca>;f@5VV02>ch}@YS{I?^PsmgD{}-)+K&G#n z7N$1fLu-)n{eNl=-QmLa0Z>OuW!|5rFbezd1--}_KGq-~ucBPyX)7h{-c2p7DcB&; zw~G3kjRM~~Jr#&IH<|F{M!KReGYj@{#dl95vC&XZi?t)fURaEyk9V2L*sMTt8Oy#9 z@e|Jn+dlZLoJdW5^Qy4CmugM6Z)rnvnz){4;0MZ;>6|pTE$M)MW*@9&jx&yh^ua}_ zt#^M~tDZbDiA#lq;6k0{74_`suM)f+9LguR#H0(#s!sK8k;ilb-OODvJReIAq`PmH zZ8^s?&R^A3i&UzaaDt>SuLyNuU?@jXgdytt8?I3}(2F(j2fgT#<| z)0Bi;3^fdyr{MXQE9*j9H!LQs4u8Dp(^~%Z$Yq=Oxt z+yQ9J>$~mZYu@cHbtF4LNH+RUCiNFyz=OBtLmWMc%xpAGyWfP+obD*onzRv*3n)?I zKycr$!U=5g*Y)yncbh;WFD^$ciE4vY1N#e%9}akE;tuD%hDflRw2WJUux{4Y8NOi?x?b5DRthg>wxH9*b ziVwdQiKdBpZnAzYJ2zwVr-()?iytI82FdGhSHi_jz5Kxyjfvo5P4iR!L+uPhJqrgJ zrPP746Po%EAC^H&7#NK<+#B@2)Ec7?Ma|wajk9(H93!?uzRe>1A2LlAtYUUuHDW#* z?NY-!mw3vUXWN|%V3puQlQ|S+-2<9GCOfFqC|VRcTwwl>~LEAq_!)@a%-6= z<>+}6>D1Hd*r)I~y|!vQp44#VwMBh~uP?jKJPji+gj%b->4PFLWxdkZ*t>KeqZ{?a z`X;w}ir0TyPd}_41?4#e7LH@{z;gav)>bgQB@8Wk+PCujaS0-G*8wr&^9asxJspXp zqXQG9Fi!i6)c4AeSK@qc!N=zlttO9NwS~n3On(zAOnRk2mu?vzSDIau*z8h_R8l(9p9$6fxVrEuC7J|&FGemCF zGJT|*R9ZR@LYm^z@Q##CUN&ZzDK~{cE3_Y@l#Gr%R$8Vy`M0Q42RT3kTMj{WTH=%FEyF8yJ;)xt)2Vh>N>uLh6Llcw6yorCaK0N%%1J_w=Bc?vL!e$oMSr&kRus_|_6!-p?-vp7s}*N{74X9s^3N zd9PrcJjbJ_l>BNNDo19zv){ISWM#YjVhk@%el0!F)qt~3H0ru~ATQ5|w%i4dy$zpg z6w=<>iE$uDTY19fro2ZA>UxLgWR_&ZK=?lN%;{k(%lXxy!GwI}J4lS|K8S)L!!G4= zJiD-4bwRx(++LP5s&L^%CjaYF2#6>(?l198!XYrY z+m?@CCu)mG$Pp-Jw3u+_adgzztr-3d<}SE^WY-*0FW+&8MW=g0#dMxHAFzkILvaE0 zFXQUTEZYpua<)-)UqaQ~-DQvR0X6DvI1k`|Dzm0eB zB;gX78LYtc8hvdkzo+18K7GnHn1@o2M_TKL9)^t7DiAY8HM~_|w8i-$h=r!Lc3a?u zZQ6oTQW*;plAeF33xm$*h}_*pITj=T4>^opAcP<|C1sLk*W}iZKH+`D}O1 z=Yn!rn&WHuyj2&0q-JdbTa_0jtP7?i6w8X_ld4}E?*7itK*t>!59Fa7t}vjn_lnY< ziC@?Nqkq=LR!jav7hC8J<;Km~+$W`Hv1Y)DMq*LT$w+H$D(d`_xvRg{4Ut@TV>X&Y zt^8RRPt=8!1m>7RM2{5t-{@l140AL?)O6G>*IVDSjdqNu>gPjOum-bVnz&EH%UE>; zABGF*h_`U4KFSJ;sh>U?;tV1talTCw$&Ph3INhlxOzH-6uwbHTO%2p*$KE11H_%`M zG~~p_tCGn>)h;fQqcnnoB)+}vO{7QB&m_`z@I;b3VlBD9rcYoK=E2t9%-Js~9z^YW zcSJ?^M1jnW``JplBpRm;);NX%{U6TWGPpanVH!! z9z#qqGcz;Wuam0kx?O$y_BXy?XAJvDXKQasTbfhPT3&#Oq^mL@T^|>;08+S+^vb8o zx8~wrGVn`;w{wulb_+OBB;Q=3r&uOR*a0pvvN&4sLN_Ns_hI;0GM7siyksY-W4%?f zSQgq*dKTBHE1MTy?ri=fvGKe8CX6hMwzJ{d&rTeqIq2x7AfMZ&or@0r!rAAnxi{?8 zDHI+R8~D=mr>#l1o(5~U{XI_9 zVL+M(#5YpBv~3GzI?Z)tMAQ{0of;kM*nTbo`e%L5dP7=Dvz~?|G~`N=vJlP%g?a37 z61omw1{sd|&O72qaAcBV0ncM_m!Dw`9-z<=*oa?EH_I~mJW&afIe zje07%au92OYhdq^Tbylanss02q?2IT^UM!DQ18;L*SmYJE#7iu0DI>sqS$3{Gpp12 zCl9=}{C=4*6W}1+uH&fnr~vmD%cu=%tBdbE{X}ynQW=lt3&4$cNu|qh$juuN^26;o z;|B9BT?RY1)FHFbbFJj9vl%D5Rg5R37npy0j$eOXa#((T6rBsO${*QHr9}vBv0=$f zmO54SJNkmKF z9%1~$f=n9^4k~K;1#WbecwJe~Hwc(61Ww`Ice{OHksttT3RZPT)D72}$pSo)li zb~spLwWMz2IZH=G#)W^a3ZPPPc52LtS!s1?1VZ^ZTx>)Aa){V(#UD=Ue#=B!L`W-ErgYQKbjT=ii!)6AXOd05tKlSi{ zSLu1Z`<^_^3dO`3Cx~ZB7XBFy073AlJH7}>ug-lfoAKi9Z_e)1XUW0r>|NAl3%Y2y zD6s*mIzcYFD;8atHor*$EgB%)_B|+4ajYY^b&a*HqpKO9(~nD4$%o6d$ju+$4bTsg ze;J^obD!fMXjg|1a1r*eHTKpqQ5nn#RDOhlI)ahsl6(05fM-_vDhAEv#uNUYP=G{a zZDXW&Z$j;f>9SUq-@mHV!!WVTRQFVkS|T$>n`^I^zbXbj;gBu&d~iv8yyj&7h*rEO z^)E+MS@qd)QS2{ARMlVjtk|AraYrD-Nw5?7n}Gcy^4UJKYQrEPcurZ3F`87H`D}PE z`di>rmM3=Wc;%_rye_eznKwI_^92bZXN8!l%pB2|%HpgO^A)9ADOOZ~xsL zVH3ax?g5|t)JPXKeu$|Tl~b3lP{s=@T-c+{3O!Q`16O= zBd4U|;X=;=Cih6)T)u?VoSwN31Uw!ugub7>J*H~zd8(w?gaw2;J+iH=?>Nq0WHT6Y zwGjTqiUjY;;8pmHr_6b{wI0cTcLCoI4a>g!nPV7kBCsjx?-9WmsQ#l5$*+rWei9+t z4EvwW#dnbv=iSyk!KtMFU&xlfT0cSdZfh=)eQiPf&o#bpCiTc{&TNfK{w{4*btP?gZDbhHz+*+}L%7)Wg)aI5n|1wy9_uobcaU9+G#iph?2@E363H@b3>Z~*f(~($* zZ5RXwknmPfaISOGUp>m#0jPVUTYeV1cUBvKfPnNt##oiix-TD8&FL)zA|cJ#OyT?i z_n7lKz%6KM{IDH(UKvak6bI1$HpFyI7Ryk|9Nl>KhAgh zB1qT{w_?^HQqO^1w0=!*xKE*8A?Al_qds5Piy0ouuPODrF%Z~_apG*O!`$H_qvN4s zxm2EooDfDd?kn0J^Q*Xc3)bP_$I6CDWiiC>qTox#XatFK?~P)a++Eb!-k#a$Ss={r zV9Hm{yXz0#*8>5g%r2RVA5%R1D&z2cuyq8Tb?aQ8R{HSs&iT>%v(!9Fxn|RcEm4@j zb6fs3Timr*C%Q(T`wA&@5;|9;yP`fKaZ$$lC{t2+3tz?HEVwt^0}Rx!xA&YsqTu~2 zW!Q^9@G;|G%~Y^k^2YWmo%h&$!51bKiySsa}z`-DQ_e7lW??*nv{^!do z5FWaB5#rn4NGmCZ9i3Qth9TN0T@ZQ z3L+~MaW$gdHt&1*4V$&n1bD`_^SNs=9X7$g%VCf=a{qS6hF+I3v)r`-HG;oXS~|Z; zHEucAX5}E4IcuRxiOJ>mV{1yT+abrYRVu1>i%k~j_g8#HR*XUil`3_5mExf|KZz=tnImB_9Eia z(qb54>50wYGQCXe$;CFR`~?xCD3rvq3y+bE4!LUFH^irvnFZ01BBn7I3_AGTJN60+ z?({+x1GdDv_)pDXgCk}7AB`z!50KeBTJBTj)ihC~p&$4EGPx|p5DIg*sHpYfl8aUr zXKq=(EEU)}uj=|Ldl3Q(_2)($5Pp**eWa%BXf(PITXH1vOlK0*;?Y5s*Tjr`WW1oL zp_m*WnMmR6!r)c^c|0z=3X&a9mpSv1i*|n}w9SH&ka{}JaZU~D()15LTIV;3 z!cL4(DcX!Mry9SuvEJ}mH(YMumv7{P+L1aYebMhL-+eRf|LE>P_as$f*oLF+z_k66 zw2$Wsnu4i0F~1zHSAZm-nmRc_NDOn1iqrMlxV)~aVfRp*oa@W;8C>l-EeKs0eC*pe z+s48QnY3g`d_a?IBuY%9m1t8#Q(vi>Hpy-01qPH^i9Bk^n*>&PkIPRk9h0Gzt1p0V zGbRziQJ49~1FlO&+1^{#y$?GJ^X)uknwmdV-<{!9nn5%oGoc#K5inwy7M!Ubc!^BC z3fpm7%c1hT2{(tbi}~{>vK(9=w&2$SCU8mhTUpCjai@0v!lD6;cUc`|j`tk@Y{_0pZ zICtOHAAG`K)FxT2jcHQ!0vh%h3Uv^71&F#|_aLBTLn&*r;@1*K3EYwjEsw^bO|Tt6L+$Zm&X!<|FUhOYkq9aRW;f4>QAMm=BmB^ zjvKQN3gkyLjgTqj1j1E{bkVn!kj)soCO;c!c-9fHjA_REO-H^eO}xtKl9DJSuWK26 zbY@TgjKq$@sa4%l$F2Z2O2!?eY+HWl#x&n_W>*Cx@go$-K329xm%mB}+zIb@)GOZ2 zB6!bAbm=4R&wFT*(FJ`Fty$*^A@4TAkNx$NpY8c{lENi}-BN5F@&yz9jO4lddA$OQ z6n*;PAWBAcKdM4P!d@B2oR@u%&ZmMziRDW{=1A4bgtWy8aXs~rtZ~qS5W?e8eLlr* zDSn+EeMZlgk(wN)++v-qDXX2(P70hyC@ojr{A8h`Pg{`X8(W*(727BfZA*|L8IoCV zSv6r94s5DwbMvChFmoSsNB$S>C0$T zFD$W7lT>mBV}73Zt(S)x)nS)Q1*oDQQVJSAhd2%3=rX!RZit+hJFoR=SPIUY4q)Pk1zkG#mJ9{Wn6e$_7S!!h5 zXd1vkix3Tu?6zKQ>#Q~?Ufln17LFO-@7U?QaX}=hBM~^>&i%|^uEK<{GRh>C=gE?N z+~t~L#750mmMB8ox@8-lf6slmDKaPkD`n~g-1r>^yJw79kOae`{Ir#~)}<;c?Rqe+ z*MKi(xU#lCHy>Z`Z?MVLfO;iO|0@=NB_9e!SNhrmh+6nR4TcH0f-3~smF&d8g_@C)6P}&pT;AN)=-0%(t$>w>0nCjsSN#_Q7!0<|W@DE$>hU=A)qkS@-#_Ey z>wCs|(Sw^omWY4jL4KKGRQ?kPQ4<}W4`=KS+bWbND9|%GU|efN;mByaMEcDc*g#IO z9R7=RuWMiB}?e9^*-<+>7L;UIlUNMMsyZF+?E8>V%c@2^I1%b zK3@^a|4;c|acs8Rk3I7uV`%bF8f(h=4>ZK*r4->Xtd2fek#t|m-gchSOZdSpRfgtY z^m~|XqwNSj)<8CQ{D0{80f}R}IE4e)Uds4eY8acQ2CZwnUFccZ&tRyW90RKisBC6k z-O(|e4o{r%{;AZ@X9pB&^!6~B+N@Z3U(hyoG46=Mj(_nNGqh=qd(IV8N@JD#TNBmt z+>I9;k>;;#a9$5I;ohaeti&LjG4#M4Dm%8itN+Y%=BxS+kaUv210>;QUm2;Alq>r) z$HyI2S2ol{d*(}j>Faz(6 zVruLFjIIY9!5E{wd=3Z+mnkd+lr1XG&pf*c2Q3n-TiZ9#V)^UqsNvFnv9?pS=NY6z zZNjoT8Ht>NUXUVHR-#xtv#1#%*Q!g?fzAYcN1rKKvTXX_0xSFTu1NKI%0;eq<@aC&C)MtOHY<|D3VAry4QB*^-WF-@>T~+y03=b3kC5CT) z3D^83h9~@VXB#;q*3flEN-DKet9A5m7SXgr;?f)$;f#j$jcpO)^#a~M){ zjy;x;<+(6M*zq)3wpOmaLNyYCzve4b%K^vC1M6en^WH| z>yO)5CJYlT0708uylkgzCtNNs7c#sFRi+vo>269TB~N4Q&%9**b@oqvIC@D0HN1IW z&$RU*|4-CIQM&vc^{C}pEIGklw^YTOqlSS|CE^U+H>J&;&LFp)OWj)hr>5hY?z?sI z9>1bs{wpgKsE|$-TAait!0JM zc04@#Z&*Z0B#if)8I^9gfAiIRE#XSuN2gWfAq&t`(N_)oLy&&wR)rpbzH~m!Z+SKz zWC}Sbk>RC(e%yf%rIkQ=z5t`3Uj-93Gm5Xg4InCABERPQgQl!zZMw5sl>A+uWyq?$ zXzS?ulM|^X>pO7gs?};JD~V3;Ys6U_aMi@%D35CV)KZo(^+HYguF2*mPxTL^LZPS^ zOxd;~zwf60d*i=HK+NM_^~p$f(*TR<4JRsGa~j~To^7tPl%6fB4LEZp;~&RdP+M@M z7^#9oZwz*OjdGKc|btMC5N%!RksWA|tO<-h)<{pDG z@=ZwVv>HK-v4iXqJV1Ul5<2 z36ZzdJ-@t&U>!-Bj*-Ks9L6KxKkmCJm|IYdE*Dni5f^0Aq*r#=aeK(5);q!$?gpKo zZv-Hqk&78xkwAIGM`zDb8+8Bo+xQR3&(;53?c))sfj4U2-aY~LYKHuea$|ddZ3@yqziRjWCHft~v8?`%P4dtG{za_3`pzDI)7ZT^4MxcshO>bMkN{13?U zALZzNeUI({Lgn{y@Bi?_aPR76t5DS4KldYlwcyWdbp54rx=V;vWB$k6NdM6VqB>y? z$GoFMZrU^wgRQwqQ~%+AE7HvSJ5ZOJo7a4g3jIemi2Ifr__Lp7AiD+&hfj$7R?mQ9 z)eFF#k8NASUnm9Da&kA9JBFVv%ckH5*c&q^o3h<_5-!qgg zZEk&``Y@dHp{ryx&P7MVW9ktdynpkqWtV6S1H3av#6QC7WRf7nG^Aw-M`Dvd-y7%q zsPCy?K=jA&Wetd<817M>KnAKC&9k%$FZ0Q6Yb!9ROAm zBVrVX3lNC->Ejt$;ZxGSdtwjMR=0+q&>e$q&xf-t0g!jm)sTC({97^&r7@fK1mj{` z;7Z1}u(T;ld1sR$l*ID7YVkb1DzjzQ0w0GJwPrPo&x(Xyg;D&Kq3$=KV613N%R78i z!74-wEZk}^f~oSm;0L|$jzhoJe<(ZcLe_V*V?z6rgNTIN@|b(p{ee{JsUo85j83IH z^nGHXtlE0kwyYvUcZAmmCk;NyvC_6W@$m=gk0|K+;vBKhlXtE*PdX^y=7Puj%IJ!E zs`lwK7c%vAEUp}0Q&s7SL_c~he9Aw{8RI0y5Gd{!vtT8ZvgIr#HMn|vpbH$rym&~y zVON8L$!Nho+8uB{HPK;A|84L&F;+EQP$bE@EWu7BqHgxGt#(6F6%}i@{WyV_?LO2U z7u7N;%FR88Zg06l;P9AHYdBHA_)=%=)OzqG?>&p%I3Ynk8hE2+pMI^jz1@7W!f?mP ztbvN4W5{4>Pw#yf7t@5PhT+IA7 z!GD}L|KqK_K0u5RPR7a`vN40sPREVUiEVn^a~6GE?NwI5K=datIKGj9dwPSHDNZ5&{!N3e;)$*VW2{1 z)8fn&@5%AE^>aOPi)j6$N<#<;$ZWmF%1#gy??zdP+mzBPI6W6LdPhtgQd;dO3Ue_) zycb7w<2}dXeA5!pZ@y)Jy`{WF(4vhGNC*tyKn>e-996*3-ZdBw+kgE7FedZNwNW4V z@H#yRd}Iz8u}Jg0-j(#JCX@T}BI2`;MNBh|@&0syS_&(aDS7W?@7iYi03IZTix3V+ zw$N@@9n<=q4L^e;5Gjdp?(H>$=M@vj5Zw#;YzbFJfb^R|eS!6P)(vqPeB#RGx9VU~jPm;;kM) z23tdrC;kblt=NE<8C5{e;DFEziHHe>Q~FKGwF6-J3XYe@sO{p>)(WQ#uJ{j^;?G%l zc^w2yK*o0GY8lU?Lq8H4UcVG*z{)u??~?c>tgY_>Qoqeib7 z%({fyVQ)1od`U9N&U=+)HE)CJb)4aR(=JED)sx*OZ3CL%FgNT>;ms<=;hd6oxG&?e z)o=DYKGeQiEmi*p*jDq3ep2URac@u^%F@E0L8AP1z~Nzt0Xi8BicOWzFw|9ZnC?_h zg*hAhpTs9~VQ=D-ZZ2+uq zWh{CV^9&z2+{jjWA>6~ylfj*a>FLy$EOqF1lsNJ19WiOQT*q7r_ZKa-pgz%Fn=eaK zq(F~ERdCcDb?c7dgID2-=|0iietQJ%bI5`SE4CTCF)b>Lhcp4dderajTH!iVHze$-;)5Q)E*Sz5BDF7852w`J$sGt%XH0P4G)~ckG zfAm+ZDpqbjX!9VL;NZIXyF<9CuTeVM-e#bp8)B9|2RK`5q})M=V}Ay@!s@XA9C;&# zE!&jFa(lsSqXMe8Lh)3%xj!<>Fs!bouU_2d8hVL~#J^lVDl2=|BDP7!SKrQ+ghDD! zsFgx_WG)#zM^%Lj9KO7TwE+Nx!qzb46kM5pb8m^po@ud0f0A2f$HF_LP>BniL4Lpxpyfz|hP>dz)uN&B3`$Jrh5JYHFBT&44IAwU1if+{yJJ@PU6ZfrV zv%y`NmS1+KWSnr!ib?uFN|H0217L4OQ>!Oc8wKfJgXxpDd^~A?-4mLXsa@@ct zDjD6$gf+RC3Ee9?1h;1&PNG*y_F0*)1C#`(?d~Ehx~kD3T9h{p4EMV*2c*>5>||BN zHw?dt8|nEx)?B{LKcO|3mL9)VU0z-y2;=(uXKUs3dGZ7EBGbHd%K?~2CkO0tAJU{p zFy6kXZ!ssa${1>FnPz!2B`9?{{?JX{-G`4i#}`ZQE3Q@+S4Keks1OVNsq%G>_s)rS z*<-xLR$!um50Cxn7_eyJGsnA^*>SsQF$G^)IVrj5)+LHB`jzNN(ssUly+NfR3L_PP z*Bux48-hSTyuk|XQAmK5fSAj$RZuhrr8>N7il?E_c3G}uD}0|-{&y!7Yb@&NN24HJ zn=)6GfE*^b3|=Cma)E(XUBipWeCH8G8l1gL#@kMdfgF#Wf?yLCV-O&7qte1iL>Z5_ zm8H8`8ppeu#Z=u+6A<)|qP~cFzdpW4`tn&ddEaidA?|2KOIN8UDBpdjyTdNONAL?Pd0+VmKQ z$CLs2SqLNY`M}s!I2tev3Rz4^rXgS_o`pu0q|_Uejk7Joy~2ujH2XuK+y+=ul2Tq< z+mESGsW9sC*e250)Wt_5?JC3;pT~1>u zT8e2~i<@j=Mve4h^lDcDk{D!k&8;g6USg}qOy36(D^9~lEMCB3?uYefH$1dseXhVa>VRoUs85poktd(@z`~gOukZEAXta1JIs5+ zg4+d!LP1H{{yh|VBBhCDVEE1 zjL7a9VCki+GzCp>s2Nop3jZC{ii^TvFxR^q5#6_=W-U2yFRWC={i6uqBiLdK%N+j> zlK!d`9+vx?FIp|RL{xe%NgsI^>S40J&X1_I!Ct&}Xt5sM;bBVf#pJ^?yCirkd)F8d zJ`ZlNaaV3mEZGoN4W}=BR=tQn7hBA;5I8DUEYAD%p36v!N1hhfuzt0eid%xJf#rU; z98TkeoS1NG^OnEZzABR^x~^%QfAKjC;%8QGh!IVisky3mSZX!IxLkFiXRSA=b1Jn( zMF~!n!Wxet!&^6KUme*ad{_u;q{lW`FayK~CLeno$Lmb(y(y1l1$`{X;k?a2?Vdu)a$qKcTTme}Taw z`7l#@cM4#MwIXp-S|_Nj(ZFXP%ANo*csf!@YppNRL_G2TH_44dpCWi_auwvm51U*pX2cqxqA8f!to%fU6wfQ7sj%ljxMyX^c zy$1z!ditB%U$@2Ds3goNtvJYf6PDk+anC#n;HcpShG8uZeD`dHCo-zVnXRRYuKZB+ zC`K0q2T0yCSsTNZzDk%hwew+CS$&hJd=nONdJc`x%@ALVQ`fG>>cW@Wn9Z?$I#SE} zETma7%5kCg1Q0{u*rgTjx?w568wmci|FmX9$=b<{Og_@x8nv+7Q+NbH{S{Y?mCdBu ztzp4y)kLl1z^-rAflqPGXUKrMpihpf$Ju7ehZQUC8d3XtvTXjm^FbO*Hx-8sy&`5v zP#%`gd>i!>vLN^V#my^Q%@Xt4BI%waDsTOgGNegv$zaTI)o2zrO|bntH#V*mo9f1daywi~UaeoZyV(em0mJ?va<#dnKPm;qXJUn@LkO|FEig5pp>eGpu-#H`Z$(>N z_C2%W(Ac_?v~p}`#Bh*x+DieE8=;c>kCXLOhoeO+Pm(yzBR=)bLZ^F8yEt z?V-Ct{vC^8^DA22W-yFFEiq`-z6D<1jRn`UP-7@fxFdP%*Bgm&ZN6{e-Jst28V!J& zp=f_qTXGl)bN~4B?=Q%9Pwyw*<5)^emFTT`Q-qg$>bd56l?FoI(>9snF2qnCjColw zpdfi`brAyRs#*C6!{ss>5A+N_e+}bo72Uigc#Riys}kv^8cs!RM{)AQQ*>odQa$bJ z?17=lXt~-a&7Z&!D~jk6(2+&E46kr74pTC@7Y9||EdL(U+L*6M`T9VZZW#q-b`16e zHRQ^VEc+>qf?Bk)ad4(a_F73BP0xMa?0uzTFbynol{IU!-U9yI4AoVQo07L;X z1Xf*+7${DsN}1+a-%{wpl%%0jHfBZ`r@g*pyPJ(ir-aAZe5DT2aBcB1JdmiP2`Moq z&b+-!#<4|Pg0mjf1HeL>w^4z7QrKrHCPYr{d%>v2eQ)jT{leVsGsd&(q40ZpC=C^Z zQ62_ytAcE&Sv5(;^hBJrMhJ@^q}_>(%*NC>l}T15hX*sE>AfbV1@6SMp6N0B-yA69 z$n7ix&M#V3cSGh`=d@j}8H~vX9(U3d5^5oQT*G?gdW+<9sX9nQ2n?D+p z?4p`q3>Ap2Mt7~p(kHijB8nJ)DU*<5nL%W^ET!X(oYO6wc@o&BJANA#$aiM+W+zAX z7*S>;LUj}sQ_v|aY&F7emC@-XuADh9FO0M>ZK|tZdZb-EYcXud*tcW(Yc1r9*sP8? z5!)TVpC<45crVVStGORuXs(>BE0XlXI6a@-0SoR66_J2EnoAg-Vy6zb6_aXwT?%{J zGWD{MgCM6K_t}2YeW_Z=b;z!GFuyZ1*k!5J77Zh=NaZARgA9ksb3Mf|eU8K=CT8h9 zL4RQ{tM4Nb*ZKZ~k}JL;wKX1QRN(f|Pu+pZ6}6|i#^lLp@e;rS2VeAlTWY6^80$cV z1c2LqlqNe6QCC$0bSejQk zS4#WQG)s5D0kbq8^PKAXa!{kUvxmpiI;Q%(hTzC&=7b_JIUC&raG7L73Io1P0r1vI zc-)7Nvn-H6Uh8KI`>7@;5A_3^?w(Jj>5t!;k#tDpAyqI=yCiJGs23KU0A3~a<8JH9^G?| zQA3^&yz_&AlNNnXnv6-(?9t$O(L}lZlv6E|B|oww#Zwt4??md*KfE!#s~5D_NEjBa zlCf5XYW+eSt!%nJYF9H2PZQX@lP8Rji>ln-oAW&eMLc~W10LYVu-0O#(>}8o#Dqj4 zZO1ywL2+D4iHSBN+zN3O!Y5aig(|oaWnTW{ft6_&=o4I46&g>6z(1DJf2^i4fSB>9 ziGUGlIssI4mJP?aiAnM}ESVU_)vZ8*c2v5WR~Tf(+S`E2n+joGq^UDP(5h2n?+*7e z2}JBj3BF82t*Vqdy~Pf57i$S?jG%C8d}fWyFipCdtN!mF4QPeDJ**Pfg%>kfs@rLb zE;O_%^MD-Dek4wQZ=^d$agM{|La|I3zPuR2dKjpWCFXwlK`0!BE3`!bI2;(q;B_oc zHBYzFZ1mZyr+NCUQ4|aZ6ALcEaX)N=UZa3uWKm}hOTnoo*mE5$-rfw~ooyzkbr&hMYRb<{AZH?WZP^0$W|+#T zmiPYtp(jC$by^~NL1IJ78mp4!NPbV8h_YygHvZ&*M==tKNj zI7u=rT9E4IwMQK0Dd@PZz87TRDg!ip;MDj^kk3}ej|9b3k2g2H!TJO7uFarx(@QhS zPNg70`aQ!kl48?wE=LeFx_s`b;_K^a0voc2)i8+x1RITNu3L=DXw3&`-Uqyi=oBL*jb>YGQH3}YUKnyKB;3uKVb8O8dfkcy~H-kqTN+S3IQ&| z`ws!12xbj=C82nWP+y?WF`2Pl$R<1jd4alU>*i`Zm{A?42g@P=zxIT?3wAmKsNWV7 z{He@NPq-SE4F^i8$nDhsWddwKAQ#)sQCyt-6tl+N0C9Hm0<$Btiq2vU6}->eOFFZc z8|xvgAAyV#0gfgsqGR@wi&!3zqxXJ&PC#Eh zr@8fdrbF>^L2S*&7Y}#mOkWy67{lQ0Ys>Fb4X7)~k|l();wUj2N@XX3#EgMTA9jj8KQ75?THpGacxHt@3RDk@vYCAp(6}` z`kZyt?f}_37>53S9-Lt3Z;9p142{2PAxp$Lfm5oxKtfGTUc+c<3{SZ!;>Fr9H5y_SL8i}of zhTF#%Ev2hF0OF>(t!b``rhYXRE;JA?F=)5HRQlNlbqVNlbup0M$8KW5_J=0D7NNY` zCcgKZ>Qre>q5+X%*VB>MW)JjvvMEX=p{C&>0F?j!Kbp5ZkPVA)3+uFl#A7O z=PKi`Tm+C2cruK}n5MjHdYTiffDDofu(J~m|N9U{Q(QKsQ~;`1J#tI$UXS}?Xk7Y( z=9pqq{El72v$*4rK1+^*Hv9IgRm5`jSpUcnJTb5WWi)JI>nT@h?DVSOLqWZ$_{mC*;ohZsa1$+$$@V0lgslcFixn0?ngEiaOcj! zG0^Oqi>ytebF5}#i}5oKNGlz8N|#LB7|?U&06{knyVa3_6x-}5g&4h_$tEwr17iM7 zfo^V(4Ko^_r6;E2j;_JT$T$1b{QH`dvs}G-BJ_fcND_@WWk0F>?NJAP?le3|j{3{y z#l13E2RP*P4U_WeN$(a~rH~(r!B|Fzk?j<6QJFF~b>+Do(I^L~n79PY;XJgi?$BaK zbCDr=H|(d{ChUZai#w7z0S1VxMUW=pBTG#g-8*P4f+j@kct~MiZSl0&m4G+{DwP5Z zG`+hg20(HfpMzGaeDX||m4I7PN7eUXm% z`yq2;ebf~O1SLrIlA=s{R%>_DA%!t8-?7Ug0ys@end)wAeaOQ`02p*5n87#LwU zIkQAyND0esiKNuH^sc9)-Q5*nW~;JgW^+O2JM3c0*w}&^Ge5VTO|Ep2Oj8)cHyi!MLQ`GT1Xf_dTN}!~bU1yR$&LgxX%;8b% zLN+F*Xiw~`c2eer;v>P{y46u zvf&4A*|t+f8c&y_M`C-%;*kK;c@c{Xml_chzQv2=v2|VPYzcNt2>aa#54$rNC67WO zPn?O%(6h>ETN}L*=ifWFUkXMfznmDp5hZKU;Pr6}sj|8jPo4`>BLAk1=wwScC4I`L%GkjykFmv#ie?O&QQea9}$7eV}T* zG|_Oq%>2l>!5?Cn=BphOpt)jk5Rysi;#I*!U80@2Na+0II2mwP-34VHO$6oMlaM(2 zkg|2nG{&ArR;II^reH^<5v?K{FCx1+&zZI)J)P3Re1rR~xcq(f6IY1hUbY2}xRLu| ze%z4g@F3-41TF9j&z%)qfasgsFBt)jUEUNU*8}J2Um4N5^T#eP8F3li4yF}2mseVn z8b=JR<+%&tpi@d&*w_;E-C?6~I1Xkr?#j2F)G65t1>XnEDmr%a=f7W+zs1u(HPrWg zg9t+GG6Hfy%c#Pz%PqzWj?u{BN%l?4!!%Ds%33^nVrpw>3t7uL%7>$ zU#j!Jsqv%edZB=CQae=c_4%d030;t2`sn|0wUOUp1%H+J?(uM69k2S4XzYK#>h)m4 z^-nM-_-k0hKx|_W%i%o9L$)utuBPv~{b!2t$s#;^M8^+QtLH&|Kr z!=alIbV1&lTKUt8=k;AN;Pqx)&jtg5#|vZjM|j;V69C4fTK|ERN^aMYOSR#?{-o_= zLqU-1T?3n4d6MF^e%Jd+j?}=UHx^)xGI<3ZR|L(bVDS03?T#6qLG`J9+<1!NVnasraO&#;*|W zSbrwmMHVAO;>w=&-v;=1T%hjz{wq1cT?5igPnsniKTYlms*8i+#z3_jQ}f)2rjJq1 zNkTX~MevUy;Dit_0-XHdIfyJtpDw)cfPugP?-9Q~`5C#+8TRahsY ztKUW`ca;ng(|!J~s0||w-#_^^P$7T4qM}?(ei}!-pLbiG{KLTEOI$iygr%aOn4I|g zew-ZtB_S!WWPIRN90L}$xSC?)UX+J7cSX|Z7VKEn8D=IqwD(|pLc7}%4~mrDXND77UJDl!NWarcJy5+Isyvfom8N97x{tC>O*Dt&}Ok_^xn5H$DZnq zgL;?-dyIG4wonvv2~6~6CcO5<#;*`Rz6nE_u1Fj^i*z56su#P_PA4kFr#$Wn(yD{o z{aPg--}Tw;fA}Q(-{(_#em#7`A^L&2714C4ire(#%Dy71B_t&B?!pvFg{1GqyD~wJ*)qavpa`PVb!_Kb^KQ?>ZmTfU6LHA5J z204Q!*f)J%o7rF3cEld2nw^mK*cvf&&7vquEY=AUJz7>f=re$6y?8A{~Mq zK!X@0h%oU`Te;kV27%KKre{#aalBGX+JhOVM9DvH&Kx>e*5vzl1)`6Nm(d*#_}5OH zuHb5BUkxjsEM-+4KF7eDy~3#4GT&7XwX%Yz2=ztqBK3kzqQx^BT1dXQuLGvUyUWOq zCfB}}il2Ei9u|YZ|0HrIvy12Gz%YSs! z-4?ofCe0_6?osZt%tLKRBuepsgVR+H-Wv*k&w|y>F6v1UCB)${wvCELtGvRgXzHV< zSh`EZbp`C^G-F4iJ~0N1en{I(U04cEyMw zaT8v9%Rc|pu!1J0MFfr1-#in#fbo5vdea*8FylK-?$j*b@mOWAkAW&;{L2n|Ukqf! z`AtkRRU54m3xm2Tf$~T~*IpcA?P|Nk86C7@#}#*q)9ul zF19`&+rt1TEIn^!w%9BOi7B~&Gs*7sPp~+c<(?sDpH0v&dCP?4R3r3-gCGG^R`pfybRq8*m!oS<*(i0 zHCsqy`?nu#X$T*Ne2@T5c7BJU>YlQP+io~IZ8nT-=7W?FeU2AI7~ zzseKU@rTrv_Bt>6YG;Bi+yuhAL)OVZd&)CNMWpI%excCw&6$xh8n3|$lJ#@ov|G%2 zr^E#W!h1HrJU`}g-cH>6)9-jS-y%&5X$kVO?msX$KooqVe=QZ79iiLsRae;i;>|w_ zlXZbiJ&sNh)v)-}^EqglP0g7y?QxriG$z^~Xw2HH6Z-;RDodEl&}85)ps1=Vk@KPC z6Mb^zjs_nWVI9#6BU=fvk^@JGs>{f3`UTGPnm#zbj;faXr4AOI$*JfuvjvnJ=_ zvjWKq_$I63Iww>UESk9&@Zq5q>bN<*BWcx?Nnj+)pxT`Ub!ObOwK`O1#)x1d{z1kY zkglo)z1ymCs|5WA2d6)XEkSG1aPerP{?$_^|k8?YQ?hyPyol zqyo#OqS62ua~js&|D*1m!z<` z$jDo3?~I!eP{_CF*HXvekt9H73P1D85+d*jh7AtOr6D^V+QdO-aOn?|;_cKRC!wsL;rZGuaIV7ZJVi&0t|> zp3hB+@FY^o)(&1>l_;q!8zf$}w$6$-Gogxa%73&e9gyQI4t4f7=Ja2vk9@-jCBHQ= zpMMTIEU@r-WFU(7Z_d3VibBm0tds#E*?b3vo-}`wBc#1J7x_WU1SfUWCAjDv=fTI; z_f7tXm1Tm&6WN~RocrK)zBKA&FTXPZ@vkGwVs|MyC~giSEoyQ+4&m>xoN|RBjqB zr7SO?&ytu53K+dVv>i>C7+^1V1b#ZXayyI@3O(nHM3)}44Ve1|%>G)Od?u+fQl zxkLH;+pXh19b z&Dnb1T_3SHd_Z=!>W?3kc3cR~!w^LB%8Hs4MUi=&{pg-<>*Q$844I?lwoA(A@LGH{ zM13)7wGgFqCiy>(aF;vIYP8g&zM&ZEl^yTM1-xe?8_cgWO7`g~#`CLK7*Ja`9%|h! z%OD7aV~{?y7!N`>kM^|;=6qipE*O(l=B6{r39_G*q0S*tSweMGF-)6%y%)*<% zk64>M@x%i~mT+i_u@l2$woVNw^O;?t{vADJp<(&68JPN*d>EsEl?#L^~qi z;zYLo!Mag8V#)e1dh<0W+xT)PAM^6{7+7D+n=GGUC)KpY^>d7PcUB|zaA@Dx^8(EMbb`0 zVMZ(t8!qSm#AUh(3x~wVxqEW|OkcK2v$2YID1^dYwJHl_m{HspG19Pqz#6n644|5J z-Mn4}pLM0Vo7;tV$d`LMG!EzR>$uRMwy!@U=#6~){!9dYt3(3r;O?AMsS`d>!a>Jm zn0*Som|)Aiw^MaAE;%*BWb>ToRfp>U3E`<#dUytU$Qv!E~*lRjY`3 z-pYFZWM!UfoH>x=q-c%8&8uI3IvMMd`47l~*Wqe7$M5dOyrS<}`4Y1&S*$K~tEzKx zX$g?23v}XGm;>1>YZYPF4t0>QTw$C#=J+C15z0cj5NY>X85Kj0K;6( z_*p~2u#UNrR|$+!Vm?CUAP8J?q-HgK*u!5-}*98ye!BgdtZdS@P2BbN!N@}hn8C@ zw&{4aK9lcc7>g17dNkPFpO&29Ken@K zYJEWFq8&3Hx%0ar1sK{>toZ`YFbM~gc5m(vqEbllKHx{0fs25CM8U-Z{UY-3EZGtS z*12>|zjw&@1jcfF7^BZc5*?4a8oxt9@>J=>ewC|e;voQ+OQko^GxGi=h^<9v_ln>n zmfNwEw~b;n0i_+*)&q~cpZHo`{X;;)TmEYz zE9F&w6?JJsm`@i3sYX6OMtg4;KRwQL;M`!|Rdbx}sW@-#Z)J9AgBMCvXa_o)?$@rY z$^L8SYhR`#)^s$L^?OgYi)gC3i0tGyE&OqnDE8mUja}}k>SxQLtrA7fqUrI9Co7t6 zNfUtE)cj~-NsPLccd>X&S8y6Ja6)A=-(NbD0leBf_X_c6yI0_ie1&3a04|uB4e5pr zegQkmSfyjYo3&A_9$6Ry;av6QCxfuz6F|(qpKn z{vkHA8X~SR-?(^1D=AoMC33^$lekz|e4W7@s$S#@QHuP}qKLx&#yV;xu1<_thbNdy z#pr?1=vzcC2bu#&p=c`vZtcghH-xprwzDYiBA7wdZchetdDI<6fIt508%S#l}{I{2x%Tkl5JuF$CRls-wt$>E49Ue^mrMm43d$28ymwgT>L&jz65B zwPq9}$8O3?;#wo(k&Ubc1}%+#?T}1*AKbSzTUMx;1W2_JM37eEJQOs7=#4e+xB1H^_R9BW671U%rmd2C_tgnZ{7m?G zr*$Rqjq(on4A8BcYl`spCr>9(AoG`nJ;T$mEUAV1_13tnbIqG7g(VR9qPZXM)0#Sd z4rn8H3aBu!jV+$32`war=T2=ePmlS7ZN~FDUHsnCTCSasH~d?^+@@{vCbuIaX=iRT zW!2YOTI@)K3O`6MfyZ~u*w56QnZ3%)m??NP(yZ*7$mbzh@V^c`X^#vl+%FUr zgN0e%XWweSD7tST@FWE{*@~T4N~&A@su5?XM(09nM$e!zz8<}V44a_qaV--J}^4T&ksp|vBuwuAIc3f z`%CM2oBi+bg<~c{sjrlAo$@z|J!Ni>>`u6o_K|37AldK>++`?=Ww>(x(^L$BtJ_I}fQN1oI#A7V-S2ecjj6hhpRtou8aP3|Acsbgubb8K1d` zw@Uf(Q*LV)kQ5t^u-Spa(d4tt6y4oVW18bVe-98Dgs@OAW52?<4OhN_X1~FkiU{ew znd%@Xrm>-(HrwwXus35cJ+vYY$)L!%HYM!+UXvoNPZMi>ewnP|jPP*e^osb^KWXAJ z6PrQtBBW9B(B*}&cPtBHHAK&eohqVXZH|!03RepG9{X6#v}~NO%0%yFy~QJ&@W9$o z`lydY?zT|1LD78ARL4_2uscsi<@TU=KFSSwp=D@BweN6;7u7iQ>rP;mU2VOc9u9k) z615yxCr~x|nT-4?L-~%j$70%cJ(Kr0;tRxE+b`{L=UK(kK6M%SHSLLB9vR903Xm7F zgtr3KTPuShA=ov>1CGZr{t1VjjtI&d`OC~(q(3-}1%;tp2UXVOKeu^7LB?X;N)nv! z2KQKGsQWxTcm&+yS%f3g{qftTYQ*ka$s$`QEbaXDuY3ARM<`)?8eU1(vOe>ALh07D z-cl?nI$rh8k5!T9K?(On9PqiHE5T<|z9Y5w!7%d76zN?jh-0;V8GyYRp83_^qM8`_ z$q_3&ghzNiFpKWWQV!8yv=MAr$2FVz1Okp6p`hrrB46^=XDd0{aCIW}<;rH~S&lg> zvn?>?8a;*m4vIOpu5HBX4P@_ViYIgjc1wS2_>+Ie1uYjEik{;1#MavEQvYxqom){@ zez&}LMRICIDVN$rX~OMWF%jRMoSy>QZ!sEFCda%qk^!`PC1nFT2erX+Ou&JdtEm1k z9h#otY*Ye!OEBS?rF_`4o4S)*eY~O_%24k8(HeKk+2VT!pT3=BNZD?d*Iy{hU3Pmb)?p*+F+Y z`BWdoRS;EBVD9n@MRI7>0+|_ePSVQ6x$>q5*I8^n>s}FE<&o^b1?zP8gv4hR!$zR_lSY}|9=IQ8Qk?07lxZa@1 zaK2wDvZK3jzN5R9Q*nm)U?q2TML^y(jb!#zQPmx0q69|}$H(kVH!GEUQ#66@cQ!)m zeeCAc@1!*Awg~3j4Dh{uR2L~3kPmWS-YjaO2S*(!`D1@NAcPxB@l)x2v*;7n(TcdJ zo(+!g;3K^jGap(;Gl@htWW`<13^ud4bZ&DR`&hQ^i(ng{o_|t zvGQIIk0`v4T;#OjiG)KtA>0eW%d1w=+CqK0hC0PUPd80!o>`at{^;R9p%^EcFy{Gn z+j#crLk7D&$}lsWro-*ePX|EqRkP1{rSi-x=ZCmS3AQWMo&GVyI6~^X8>+%S1d3>( z4hnUJEzj8w-oFYnbOx;_C-{1zO+s3qv0lC%z>-mu@m7|Wse4=UGO<{EZHt{Oea5IY z6H9qSn240>1r!h!%^!__8xQE_-KGwZ)hVb!e;9_sprq|7LmxlO1orq8lyI58z7k(%W_aU zQ(x+xq|~q!OVG*RPnfY>>m2C#Sbes001F?0^MaGJ9~lzij6OZhR}1lbE|6jH;9_lZ z+df<~w;u5dK2%V$1)e5@{A(uPQYl|8b+@jm0g&7pXh+FO$uU6?~s#s#M}g;A*8cvjKS9B%Q_(p6Z~(%VCE@3-+ED1Q(CKa~mn5vUpZoUR^Fe^KiEhno z3+3LDBKx2;x--OW^>!9r`Y5C6SpAT?a^DHI3{#_xOMDX`Q=5i)3#IygQ5}mO)96j? z+^nW_rWmy@knwtegVp{m@secja!5vH>{R*ELuL1u72Tg&=YNd+xv>3WN|!~gq0^z9 z_rz8v=f$8^^mhWukS|@~(oxnK%YJSfXBIm)dzZ$VjkW-i(82~zdARwk@yV;1Er3NHJ5QX& zwLu7-02+=UTKSV~NDi*bs+srH^*7};{x;gCrVP7o%j*{O%eHjMc1#{E@;v}yqZP`~ zJovXU{hcR>Jgz2rCODzHKAsHF5b)PCInhf2=5Cv_$y$TXPPHTQjcT1S`c67d(xM2V zAEosj9TB7~TI@~v|n8?wk{e6Yz6B84LDcS)BBGPS6M_iO{T1jJ(rPJ>T z9V}qr)`@@qxcu|VVT}kv#Nr1$v$chJzkot!S^XNT0aArCBb8)U92%O~kqK7m0a+in z)agq9C-(ba5XL{t?`>ngoX3e-#7pph-Ln7cMg0ZI`2PSo!4gTWx9bNG4gU6t zycx~98N|TmC*$Il3nmP#itWp>cE$VLr&CMiG+!*lDKIihvP%l;w__5BKtX;$QcIj9 ztuwQPxK$|bbO`Ufa>DlR!lbbt3*sr&g~Om&t@0s$lRv3hN$Be z{^BMP?9Mocfz!X zynpk;M8FjW4`R6AUj_}GI<(lfj;1a5>l3eh2B=6s4#z--*IZ>0t9pEBa6a~~INuXE z?s8VN*l@ngjZb`cBwOyruKxY1-uAvzwnZq=@vIK&b@G+-L7ybgq@pJ+B1O4%ac%a! zT7RPp$-+Ng^@UcahpMu>A`mB0NN4*Zl0()|8a6d5Ia?ywWajIey+IM%!llz>85$k6 zGO*VP->y@3V??O%m$F)mh1(HSagpv?)yMYd)?9$iC7`b_Eo^pGDGN*by;Ik486hb@Ex;O-bMrc`@S3bwM8-Bn zE0(VU?+og_4~*xcrHGO$eSkvw7MANj+^}-G%HgEf=;fbxW*0_8BWhwQs5pJMY(@n; z$p^K!&M3mKce0xah6loDS&<9o$0*;6Dd{NL#`>ajtANV%bx8gOZ=kjw*$mTxA#Rrn^!> z#H$jv9xV-&D>pqKqUP;#p(0{ro+zm+isxAlw^O(T-%C0Y9I;~Q1S#&$Oi4Uk8!qy& z9qHg_T4vR^9IQe>J-ec6FFC9hRb2n8YT~xn7r*u@zt^F#329=fV;grKJ~yE8*sBSm zkwnPGCKC6>)oo9`J_={u;#f!$ir6N6M}4X8>~gVeYS-afCC=A_6kb?V)yKToiP+{Y zA-LA~(l)0GIUDNeb1m?_S=V>iN($yQP*Y#gs^U;C|K_GT96mW0Je1cMliV-g%O6GT)v4;lAhEgdLyw( zgIghY%TMGEy%MT7Wbj*w9TeoC{dRc-G#PPIw1ke+6V_xEl}G^w?mRAmdoe?AXN;^a z?IJ_$t}erfvO%?JId3q42xy*F=Wna9A7)?=uV9>BM0I;4tBtJ9`j(~2?p&f3WPx~% z**z3#j8g{g=*w(AD1R~_{Z01~Grh0^uqE+zgTyhd)v3`alE#o|BT5@K>1_GhuAzqO zGUe^0S!B=mJ*{fGN>~1}>9ie#D?KBs|7ihZ)y&3|4b}#^sAF;{PJlw1A>sw1Sg4Jn z9&#%ie{IrYkvLi1%Lbg@(XB0+wq!LzQEq;ls0k4}i zoP7cK0kq(HEh;2mE<~X_8p@eEbf7d=z>hkVje1J7IUFgG(*)i9##R5^IrJa4^P;{9 z9R|O#AiOf+Hoq!k9IBpir_U{DF6;?}N%x~*O>kM(RZa9BAYA7~57h8A1Qq;RPLuD( zdAeqlzdF4hrR?sNj@RUMy=>^Wq%I_;(WF-6NcOHn@!{4_EYIAvibGzzNe}c8?F~Qm z&f^iXLPj-{sYl8fIqQRzg8*0)%EoyhtaHj;W znBgzGLclVVn{T2!+94JKh2&uJ?~sap0^2{3ibOxrNN^Y@lbYKDsUkK^D=lwlwx4^* z%-pXs0dsim+|zg*zkx^5w1F)-^~wXxFAr%;xS)CvMhrry~XMEir+=V8z?Ln0X9?h z^5nYO@Z-^UFlPI|0aQq>ePDxuW^BB8vKjWJ(SO-B3{5f=E6-`y|P?op*rvUooa z`4x3HzMdB+IdOocy+N%I3>ymL^Y?&y824PHG8Sk}(6IwQ`tx@i=;w7aF* zmTWf|5d3;`Az-dp)NI=TZN?#7FJQ(WP1|32^1kJq(6HNZb&Y;3Ho}F@?h7ypc07sS zP(x{(2r_C9B}WybkzZheFd1PfHi|6K069MT5LJQF5gn0mefJ64HzEN0S7P zPe){g(8-3xGKI_oZ|Lm$@8?ZyNeGP;gAb2kvnlUJ|Thz_GW~K!(>9M z=3)89y_K93=q&CIGN8Lt2byGa(t`)f$mgAu>A&mIo;`%g=cmst;G*q4ZAuWsY(!Qj zPTNmto!%B#dS0~IFl(x6(Jf#D5ufoHRO()6s_Yz(LGg()j9?{|6%l@S}kD(XgW z@zuC+sNc5hyPMlH8Sz;XKse*N+lwgA!OMVwc`7R*%pF%IQ!QY1K|HU#u#05H!ZJ15 zz>p-iHuKu7xLcAlC&X?aaa2fh131W*#H)d^kBZWTNMt5ke zSJAao=e!fj)?eF#+x86S@%QJnJ$ZA}tYDHZt6q%Hpj{BZS@d`j_=W%y85s`pcuiS87)+WLukr>2!GUuB-wFL~9UPMTFVf?fg)Kwe&mww+&{BB|vu`LEB6WMI8J z(N(IBMHkjJ6agd_6woywx2Hm9^?biwSo6w;n}JD8Z$=F7rE!bxX>%Y z;H|5cFaewH&<+X*V->AIi9TGj=qk|4eDT~U?dj@E`WJ9!;?kD?6v0rs{5yhCVf5`n zHkx2-7!YJ({C_sc!dt%c--0Z*zUW=uqCkTg6IX%vU4Hiy919DR7;KPBFkua#jc&G5 zCm&4h0GwSK{Fp}B=O=(EMGuc*_hN=}`0$%(hog*b990n!;nNnZ1-zeJH9$=nu2zdq zT*q|z%28WE+!!+4QJ3V=%oHy6*fXV?TXxv#3fE$APae?Q zOJXZ|A$JEaG?bBVl{B$FkLj``uY@80AUPV}=>yEXup3!@_VEpKot#@BE zjOa1-F6#A39A2A%#8U~e)+zP5VktPgpL3kAQoG}Io66k9$YK3M9XCEG2g7@Qgp!6N z&~BKM-Pwx(UU|2t>Ygo$+Xthdpj!NP%Qdje>;t!ouS7n=9<%&%d9;wz4E(_AF z%lGeL!})Z6Yn!&XW@-B^PJ6Zjp;f=;J62~@a zGT8VW+GTM#+NH()HR$4@-BZ2ENkX~Js;;9WQ|$!Be@5s}0wT~zH*`UfprBu$W<)jn z{24SB?pc57gA1B02Fr@)=UFd3gv&gjdnoK z;4Gn4Cdb+*wF!u7QY^?<*VbZ%D@<1ztNZgHT2W?}3h`s<#3 zHP}~&em9Vmp_BH*VFBtFfeNUjE3B!$ROluI;&4L>3X35^JTbYekb+mlV)exp{0c!6 z*$cV}aGd^1QuT;0nerNLY(R-_YHbZYk8xg9Rcwn_NOytkriI*9 zSe-E_t&r9>IMmJ9`;tmZZXtsU&PE_I``)qRHOt8OD8IH{d8i+QXF*lTfSMm}Xo9|m zJUPmzC!%zda1f(&fLD+qXAWd>xX_Lb@y>jrZ~N1XPOWN6xZU%{5jS zN6Rh%EDDRcO+n|OeQxh_OH^*1d^Mu3&@NhJch?AA*pY5qb-Q(v zm!OHcKVkWf=m?^Bn|NE2qi|%|*GR&iGLg3E*oxHl;Rux#3?H~Tnr5IdemUVZdJk*_ zxu*-YBwB0HiqBM~&7LMVW`8xMWn{Sj`iU@pMAEzWN?Yr-B*LnlBi&0W*J3O5V)syl zt46M9q`xpL87Pg`C7Vy(rlV$|g-pCv;T9~VJP<55U58|G8Omo)30lcuEFZU9aK79i zq-wwnS(K1VZg65-X(<6Ph6?XvaSKo`5ZdkTc?wQtNVxIum|_O%%yiQ83^cV~w&h2Y z3(zgnZbhUe2tD-+h~1efnd}wu*XkG*Uv*}A$_v3IQpG`|s8X(eqTP@Rl^t+o`7&Q< zN30le?n~yT(P;>297!keWg`ZEU0o}QT98-7QJeX>W`%4C^KnN}vJ=8d96pKKSG_sdEuy)puX zPi>vpTlCrex?w_7Y*KsI(!Smnegg8u_qroLd$(L4dlom15FMyB4>-oOX~Y#7Qg}|$ z%|U)0oyQ7_L()`!QLbb+7&#qo?aP17Xb=?sKf`F$D;-Ob1TIB*@JO<0Um?(-i0V<^ zuCJ9Pb!xz~Pe*!RjlkDbg_^rR`0=RqppO9JFE(p_;6=a@%^7U{_72Z9(cI5FweVC) zjv5$2{uTP#WAB;mqVL4<};BVB7)|Ley zBWoj4xIv+ib96j3YmUBYY2Jz38fHdpP;({&c`EeY@zd`{3WG~8cx@K*#D8&O$-8Hv$euHTu z7;64&%XtI-YZ`n~tX~M~)?Ol7le#l}Q?T4#svKB3CGTi~_$+QY=@9`>RJR!+-8&7S z?3UhLDsN6h?(I#v+hY^fF|&`7Y*)GPUW(HY&Lx0`h)nX_U6i=@q_g!+8IRf0#w2Eq zZ8CwSvKcq)Kuta?`H~6BV8mE+0nHHv2-biDT`Q>b?6?)~qN65)l;Np|kjo#Qb{(m0 zyLR{qk6l)TVX~HVvBhRJ?wz<;nhV^&ZIH83_Q?(WdBr`lksZMG3fF97+3ttS;Dd^m zx*um)6L7s}loip0p|YPcz{Lu{fKuIlA2;T|pH|U3g@gn8C+*or!N15%Qi3z>M`_4* z&@jTk?r&p*VOKG`6EH?7n~nTxTDlij)T+QIw$_0O!v={S8ZW786|7qDnofq(xy6^z zd`~oQQ^ECo^V|`m!8|1zJ}>QW{Pap-B;2!e9q797>H8nu)^uD7HVxM=F)6+CPfCz$zOTatjddbJTi>~{%293`q|U<46QaYt~ikmh!VQvsB? zQ8)v&iz%tzq8g;(9x6k*25y7;_j}<8XLPv4pxJX_AE2(V7*Xxtj=A`8{dAI7ELODB zpxDj#7hs2TDOou@!OScY*jST-T0wOFdNkD<2IydfQ&F7bW%oM07U^$aX%4EchxK2YRX4$fzRdIK%U0qv444{maGI?cqsai z-}7d?VOlt9;8GBHLZ-n?m9r2jnC6RJz?&W8?GGAdqrFe*f>^o{QO;UNu+0gIz8bSf z{8Y`F2ZX844n^E=8m`_6kp{&y_{N@KMR1+|QUw(>_Lw}q zPtUh9`mX)W%a7OHvUeLo$Nv6!ppc$(L{>2!mt%5!86X#% zc2(R~ob-qb7lO?!DT2Hf>Ks+d?5NORhkX;Zavjziq($5Amw`rPV+PJQeFG>;)*`a& zZX0ITUy1X0CB74Hu@u zS28y)0R$4{4g%L{vn2eYmX_lFX`1-B=1`pA(^K|9FmM9KI4X`pTWl$(t^5dS5GUf} z|B-?rtfBlz3PvJTV5Cdc^hrdWzLTA-Bh0%?RY}9r!+#sgfXZ4$11Z8Fk`xv37wqv} zz4@==FmBrN|FbxZJ}2M*f5c%pVu>3}eSAr9uRt|1naa8HF@lRS(xd5B`AenehZ*#D z+JYGd5N1?kG-`aQOKu!Czun0tg77H|HL+(be%q24?M&eEq^T-{Nr%eh^K)!;bkF?R z?n6o=%4L(op9xw%=K5-HB&UcH8jhgZjFSY8vDUJ6+U5Pvv<3SK)D66Zc+2^cHs6Rr zGy(OsHB~+jVp;e=EBT82`r8y6&!PNewLZ(yA>Q^d!@#;H+`afeXOf5Q& zB~$wMYlI(HT{$Z4ih3%aR zYLokb+NYIbx*KyE=F2A}FW{iuG@OtA%b`4vpZU4AEXr1L?Iuc_(jL#Tb2->E{6#Ii zCR4209zTad?H>$(OJ_tju-|p8Im=vEdHwMT8#yp0C8K+_0)L&-r^XWI&YU=PGe4|7 zzd$sqYvn!E z-42r0^gWo{J^mpH%($Zmam5+{E5XuQ1HAH8PmP|^%}95B`uNH&g@+UAexcZo==HmL zJMig0$&CBJw7aRmtSsfF;}1z|?{X`A7Gy0nj3e*XFUs)btN+N!xWw=GTQU55euE#5 zAMa@ZW#O$ZNIlpMkuE1f4NlNLx8dz;(npg*Px63;$9J}!YF zo-B=B*uRmfVb;!h2sUVNT4P(P?!b^qQB>VqOGvuWcAJ&hK_hW6qdiO=j#2fye%_Sa8%mX(^;k+^ayNCZ&`@fZnxNCH1!-gtiqe^m7Z^}?_m)sK)o zc}g@1a(`wao-XxLW!Km+f8B0fZ|* z7d!n|M$fdfs3QOFhWV3!#SsmN#Su+l8SYPy{mpms$9H&ThyZHmEY&khhQIrO|6(B7 z_z7^mv`Z<~;s52~zkhKj_=ll7v~iM|;p>0#ho`Lo#*^kXMPkgp|3u>akDvZ;J-H3p zL?{~@*L(W_Jk&#xgQi=JYDb>9}hlOH21~X-uxyo`>>Epyc?KgWK>r5 zRvESNh!Bf->aeDz(v+N)X^Lun@TT3|(@7|~d6RQvBeB23zsl)>9MRJ#E{>0G<3+ab zvm*R1?boX6;souBT8FbL*J^lQ?i~vLAO4JgbIkBA;Ufeno#6@(4OA=zfQ)y(o0C>#cHx#c{uM3Bl(9a3LU|r*_AQ6C))J=`9L45t&^GkJ31P(_e^T zz_4jNpJ^>Uiz~+04zQXUH*;ir#=)Pgx0uZZD!t4uuIqy&KVY-kEXbx!@tO+c-q9^J zj!LN6mX>E$q!0I%@I~j~SzaE7U^~6}h&pheWpeE8G*brxuidbhC8rFTd3C)aiE$>Uoxn6wzLaet^58#aQ2ndV^pT9zrxff z9oanr%`?cQ`CQQN+4RcM(wz=n8x;I{KZ)^Hu07j9xhv2tmf|=ZKECR;(oB*bNH%DL za*05|mi;BN|Al8G7*B{A&e9d`RowUMT(bUs1(^l+ZPpGJGwquB!l>u^WU(f9r4Pred60T)UUAUnqz|!a)HAvms-l=d#RPUk;y1cHn_8L;I&+#_lLz~tW3;^rIPu3 zVx?mHYV2^UDChlSOKTJ9Rr9;^164XFgfPJNI}%s@w;6ss?$By$zntejQ^l57QU6*l zVf{1fpO*k%WItZcx(73uGSU9IYGYC2OTQzII2n;7V#Pw7$jG}~#+=?Ni;~WlJ7HN> z+!92Po3HH47_wU0eiEIq#|%Hf_$YMla(mio>LatF3+s2kXwlWdWq#!+$SFg0f6iQ} zdRQ!NG=2ej^s_mTv-Er?^PJ~K{?Lw6_|)d8P6wG}2?bZrk-mJv@I2_dOVf_cvymtj|5v z9S;!2C-?Cji*H5;O-E@ddo*p(r%=D`V}Tz894vuDdsn>67dBGmcn2V+L00=K=!_+I zLS{Px##}Gzg=Z^cjE*j1Yv3V$eoL}4Y23l1tutTT$uP4r858`Cb_A&{M8{h9~n1oo88S?^BWHCo${c{BJkKz z<>`<7L)6lRb#%WVcOkpKSM(B>U!TD!??myrT3hM$`f7g{YhDhjw#Colga8JE3%Shd zwkHBt#P7uF7J*}F*%W0O%shBa^Ot*Z9OOknz>ltrrUgusCQriTSd<%EElHMKXt~Y2 zHGb8sn_K^`Fb~q7cI87klFOzbthk7?3-0zO`LrRAUNL7HYm}$he6);@8N)+E2=`@% zb7Qx(6=mPFYoahfZq%uXGX`K^%=ZZB;44Sa+q6fiS&u#1JAJ|fhg&IC9ElScgoI3be9Djo2Slhzf7?5pwgp=xgp%1GVK6wMls;KFrJr z07*-!vuSxo{RFO(V}G1bKMY9;PCjDnflX zpVV6_sx0Ehgw^uaL;tx))zop-R7?9UL)6Tq=j@kvg&X0wzM8#-ZU~`=qXW?tcBHY{ z{AKqM=y9Cy&_PWIHkC4s5!#Mb@TH=4I-WG>g}4=iXF}Ji_w9y)U^BNVxmX-oo4TGu zkKuwhTs*@AbaJwkkza`ihv%-wwiqJvA;pI3yR*R>`Nh0QSHTo=ehm?Yf#l^b-5UI|pq#x_FyyG#n zk@M(fq?DEqQAe`%lkZmxHI%;^e`j*m2h@qj13`OWQCy1AO)QlM^q# zVd&g@EUHQL@|G5>yP6$Bb1bUD6zP`ovo$`!=^!S}+B$HFHCdtsv9$~aFMZ=nI-IO0 zsZQTTdhMyJv3CqT&gqlMl!^}>;dnN*is7JH z?k_0(A`^pWw3C5Tg#^emqGCclcvPzFTQ^i2B9;E)7bfWBWSlmSO60khgm)%^M_fE5 zitjOuZV(jVKEC`6IFyI*0!HMc@*?IEs%QQZEPjd6}`&)gL{T;Q=?_hb|l0!m8g zlc9WA`<$svxb;Z-x-F_9=jWQp3XT$jZ<3r&pAfZJ+ZY(97CD7@xHAjIOMK;>KvspQ zDyA*1tum-w2BoZ6TqUJg!=P-Dj7W?JausP-^Gjrs>bMHIlRPCdZHF@5LY!=_XW>)Z zuAAtlUN3rmnLPEjN%_$kFJW2lWQW9pxz~M5qCC9!St?;QdIoe>nt>9Y1#Ak<+I84Vz5xxQq z7M@Pe*fc)U`qoewR8q#k5uh<<|L~3hDoRObHVTBL*`9Bt*i;{pd71Hv0Q=4fMHg8V z>8*&P#`)Eoafb!jiS^}jZKR4Z`@BSEhh!(ZV0h7YGe1lNb|Xh;#VP}L*->-|TxeB@ zQZC--=jOcfUivM&phz@7)hyK<4n$?{{xr)W!+!0oQrqxeZ}2n?)%V_A0zZEq;GB=?w_aI6{sJ#Cen&VbMj zD@O%kgX;kCnZn98GlUW1%~Pv9snf-F`Z4+Em(b@jTIT31+AhzasNlXS6<0l7=UoZ} z_cMrr+0u{_5J^m-BbcMB`_e@r32ZxMo#%F)e!rLl#vnm5BzaTi-PePoJ@inQE{#kM#BZ7EdkGmm@Nqn0rq}eh(CA}Dalvvc`I~OE+nK>4>PYV;6 zB)=j$^I6>OtPTVX2d>q>#Zcd7i_rGMd_@@2J89sK0ci%Dqe0e03Zh;+%(-DuZ$Idt zadldgOnZ?TA(O$yFO-e?DQu{GaM4SMOulYEzIDycT%a;1Ykr&hz2f;Se>x&HN@ zg1zAyH*Bu%XQ|#KDF(kd$%?HwJ!#7qEWhWue6qtsEP0jG;;C1x@+NM-k@{rswAR+}z+rAoWkZdL#26I;Yr6n1F#Wzibq@{VAon?2nV2;Za~4gXq%k z#tmgkHBZxqQe=}j^3v#Eb(RYb4L%H@hJLHJlPWw&YYtsHj34waUv9Rf8zo6&I`^0) zI#)6Q!5%N)?+YMq6N?}m+MJWDRRfko)_xGXcAtYT7O&~boE+4^ zod7^1OFNG?nBW&}WG8K;)s>Zn06F#k914rlkN=Ckw+f4^+1hp!AOv@}#wECGfZ)O1 zHMqOG1$Tlw1b26WySux)JM2#0wO+|u-?vZp{*V4cu4{Hvvun;#RnK#eF}@1GGr%cj zG71i_7$iC|Dg}yU0l<6GULQc1|c!(t# zNi^|{&F)Om$jqWsENC~qFIDl)Bf~^OSZ{H9@vdiyux|wpRzh~7!?rhKR(i@7sh!bS;k6{P7n&3DzGbI8KnwAC@vZ-%6r=}N&ODPg}cA8q(b9LsR+(B3Y zTBEHoJLYhFW)tpnC>}(LqEuUkYT(r76coY^?)KW8c2e##ErVk!l1V$_A0LMcxNQ~> z3O4UFdGN;hzwCQIVtj>%{Z2Of1&8?~&Z6oV{qb0>z>48tt@FH~!Jak{NrrxQQlV9( z>7`04eA9t&gY6##5(|MAXH3s&L5@$VVRr^~;W|lap=0ar(MPHiNElX%>f)ZIJ3HFb zz2?LHh31&TtY&i!RUw-<+Qc5m!~PU(iGdErB$yO+00rfio|NuI0dr8vX?{uHmSLy@_!3eIyl6GUaTgN_hbH z@zOn)d^GeI_Xjuu9#x;Sh3OFTY=vF3I?a~7#Tv?bX@jKUngS#xdvA#IOTjnK4hkWf zl8ZP**)~jC#+L>2jEFu&q1FvB6{|;o zjoj~0&j+PyT@A1E-7y&EHV7u<{@R?2s{GL&0ZEn3D0QEig+>&Zn_i7jG)&NLr`I=U zjp81!(|@qN>@}pjyC-oilJY`~4r(y+-L^*ac5@9kP*J(nEm!x&X)=0OJ}9L ze1t||8yA9bgd+3sS1+*z1sk;ZD<-mU27wq+DYTjD?cQ}p+!Qv{s}CqyF(*9<%RPc4 z#Fdy*gXD)D`$&6oSypma!?Af&ge)98qzkNLA@PKh^y^V#5l5+(>-h+CkNoeTM28St zbBSr(`U=VxI&_`fky~2e^X@xdR&k87$kt2Gn2so|Gx0?a#KZO66N3*T9rkJ;us)bj z3mdW-K7fY$tK8z~#rV@Y&@6=!&G23dczt1u~<%=w=Ba75~-s zN*yFZa40!_y@VC7UVKd_F^Nv2R`VNOQ{L-3Luu_@*rF2dV~YS8YmCXr5M%>G8rWfu zhmRj2#zb>zme+{4fk&?xecTDSWqGZ3nmww?Qis_Bb5QHrQ*i+Lf{Emahs6UmBB+` z;*SKWQSMv`z9##%!VE7i4naz09Sef8(hm2tQhVfQPFAB0ZH@nMaE*wkIoQmh+boDy zZ@v{OwdP@i8|AJ;K+NuycI~SMr(@gX4=L>5p(=nOu~Lo0dCM#EDt(7xRDIw%(#})N zS_!B3<@80@+;q`mthcykq?tdhz#DEMqOO5)AxmSti}+;yXyaO6rXiK{xTdITrhuOc zD88Ju#^HV-a_?9=%8_&6g=&iwSrR~Q?#$rV@I~k2+oy(g$()sf%`eXHiMT4OR1e`^ zcSl59fsdz&y6vO&iS zbma`%YWXxS_HdkH=D!eAj?#4F88&whq*87@1=cdfQKsMHdt}iCHMeh^1*dwjB6T#c zqml|}O@v*}sN5-Fv^PBgn&TaWxOP@}pkUHiaQl^75Lvu-n7%j2y$jIZA)67A&g9bX zgP>C7-4!pH7!(UQ(qOtB$#8;EoPcgZPA7VdRcQOc$Rm7}4-pDD4)OU?)#C%&fC8j% z?Txt&pP3exv|Z%SeU#)VUK|6A^%YGS>P}kfII-(^Skmx>c64T;n~Xn8Vmgc?6uO_{ z^&D4|^Vto^auxOG60lAO2DacrcKSp<*G z%x66}m2g2wMCGTB&bef3@Nr~{3FZ9s%>e5x68cGa zMQaZ0L;N}}H;yA*_9Mhcur#U)rOFmvhAm*Eg|i4aDWPSb4Zmb6ohoQiwR%oqbl<9* zUP##_ch@HVy3CRypCQPGv&6%-3a3H#gZ*zthBk?GaCLS!Qx+|_r;`Bz_uMVJDE2oD z`$s*P8Tas#%2`2U-c*E;?C`EKH1SUk*1+a1j0N`(v@?9EM-5_tOjfbvO4^>VZ~;vT zd|3~6^bVr7F!Y7|0J?=?-shM-VyYzd@a%Z+d@D~JDbBCK129jk`^4wlFLGiAYtL68 zFsTmk8x%Jpjt>xUqF{L#(29f#83k|`}dpEl*_^!pUdNDS@0 z7q1|@_)XJ$&K@i)USnvb&otiInJ^0of21B+HY%!Qk zrWmkdxdgQi7DO${&xN`XH2==5JjBv6>CU=GG@vA;b02egex7$f7An?GZo>1BRjhcN zx0Qt!coeXRz7iIF_2ok6t%`9&mhZyHlx0VE_U)MsJ=f!dSo?*Jo*gayyZI#tYF63? z>Q#=2m|04UOdnsRIh5)o{c>ZiyBE2SVK=2LD=9{rqZ0$zR>%_MIYCF1DcupXCen)P zq$hRT5o_3R0J^}J1rBi7tIk|ufL1V8Ntv*&T9)5pmN@67yk1M#@Cx+#;=FZWI>#gv z;KOilatmOeG+=g3%`y*_yPwi!k?IK{W22URxDv=1T{kVJE$1>lzAC-Q0fX-Q}u;Wmq@SO+!eYxTm^tK=@%11m~+W z2DBjwVf36p(%fDVRK+H$i&Z7{*nVquO4rET&%i&N6z(r~$q^gV^NoWUUH5f?KHdI_ zLKxs|u0Xy?d=X-Im7JCJh(D~glc79X$N&D_rOux_3opn%;>b2vMh7R_?j_ER^1TW+ zIU3OG_m@dx<+pVD?22LVH#_({-W5|3$rLx6P;ke5GiMFur7T}i3_aqi^uBl2KH6L( zZYTIN&&IZX+h~EeDR+5M&f$6jlid?>UeVEG4)67Qp+=sxeSU0kvf*Y|GIoyyJ7?-X z+QCCkwZbfG4PEO6@XH>hDvQ4QmlX0Uvy$*HvA$ZDMzDXol+s}`EX2CIhRL+#4tRmy zhb12w^qq-SDCHi`ND8U(vdFMEktAfGfV(8OYH!9g8Hjut;ZdbpI}VM2PNCLM7Rw%0 z>`nQmA2Zs2lIEU1!POa4u6+$oRW3nRd|Rnc1Xl}nfEa7E{K{%z-p1`? z2#;L`uCYHmS4%Oh$Z7rB6@DAVdLPw>a37=P%~6Rbx;94-gi`hPda z238sgN@<@2d-7$*K-uvf+zsY69dovep&Fz`825ePU3}ZvM=w8Cm%i{mY+xQ`d!Yhw4JiZtRasXdzd^w5l zfN=d$Qf4(<0>q55;S&H0i*_!DGG-E;Ay=>yzFynX9AW*w9B{3#*I!waZT`r&sxIMv z$sp`*%eqhWsxpNMP+}WgUoWOIya%n=^Eafgq=8m*@Cd_xgzz?Txr1*(hR%Z%c7MSu zULtiIDl}&|pYBxz4+}&)K#4a##@uxujU*>XZE18QGt4e_&^R3)j(M74Y2q+VH7Wmc zD2L(nqRZ7v(phjE?ZJ{bdlB2K)zQ2cvVkRuo)WjW&`)!;Wj{O?S3q>C>78c?+Z*OS zea5Wbg&h*VzN$biXP5W%(l3V7oPfA zRH=BfG{36ppqXs(gyt(%z~6RGKr7$Q9;98a+&`DvY-rIp&s->%lt$V6oudH0=Wd9I zJ>789V6NjVw}@etm}Dy2vInl41Xl6Gp&S#e9yPVB3aEbsh~WO>xq%|KRwTQT7tog0 zov$WWg_(S#piB;evRm%luZS*$&xv4WTi?s!O#kGt#H#MQP@V+~@F>d^~c-sHfU z8iNiLn-M_2r%|E2CQwaJE;2uO&`{QOmm@evomJ!14o>=UYI^+ZPE2b5`<=Lh0DU%u zSzkmd`Y~~ko_B9eqogJSay;hTIC^hX7BwF6Q%7m`Ia;_mdc$!8cx?=wU9r&ISN(D8gJ`2D}PdYjIc%4oYVOKzoDAND<_9d6k-u#{SU9ogM#Y2~W7`&<0^ zH~pXuBA$_qjF6{!_zOqb{{u&{vlZ7E;QEQ9p#NVSlX zu`_irfuY+0o790vntSNS-xR?l}6$1ek+=zCQProHwz%AvUFT)>` z$qP^PAH2xT|7l)C#o>a3aMC{_Ks+H}`!-Yp7v~bj7Gm3<)25jHuir{SdsU4rS^gp&T6BtZ;{~b^srg z8n*Iv_9M!-;Nn`r(^Xl;_d~8ua!h}=8n=J@qLTcg?3?&x~e zvH?!p9#|wHSQ2Wt-YaPI1o~H^4tMqImJ~ zR34eY6>`@1l^7ed-r~(P5Z&A9serJ2#KPX^H|FhRcEwmMlClKzzxKxZgb&E@EqOb= zjaomo=*11Hi;#062!LunWLVt0SLUFE8$%^J9K*yX1}QvHm2In9m|o$inGsK4<320l z3Jxm+_(v?fU#Q%H)1=@@R*2qg2~KHo+T;T;nPAhOtfPudu$hX5Z?kc3ZXXe+AG&~n zi+f-c?ZUk`3AWx^LuV_y7BbrqFyebu4ZUY!gw7rKNmYt63CDOLhja%NFiJgr&!sP}?V>NE9Bl!SwO5bYs6zq=d}y+~x2AGp9Vpdtl&n#p$PRgL4F z3%FwrBz=#3A&fQ5=kTo_Z3~DmtE2FRBP+vj{LY3g2if?I$bA>_iP!9L3B}jiF|=#r zdN8Wdjq+mOtmC<;za2aH;z`Pytqx=50HR9@CnP_?;|;s>MN?6{j}EH{k_lUtSlep0hsjOfYmXMFgBH5+4w zybAc5mFl*P+cnRuGdJG&YifN8elZQW$-@B)Wf2(e1x7w=Vzq4wx}(@Ap#qDsy|X$i zbnlXm$c|!#k$aD}+Ona?n}fCYX@P@4LMwipBMU(Fc_F91pQzA*AdyH}P~5^j_kkVxMXHgzMwq>gyKWD9|8ZQ(kqdG49oNrNlvC)}zom~o#R zby8afVs}%o*T9D_}%nV<03u7_JPD5l--{82I#wZ6&koxtF;Fi-6mtB7^<}RK!_ST7rBUyW|-y+A*|~hKMDS*(!mUhl>p{H zc>$LlZsAX;Y7*`&SdC8|3^2VaX3p#8x;(%Z!L~8C3-*%;eadEN$ELCw;;%n_WaD0k186t+}6&d zYNv}N2r@o)=u)}q9D^GxhY`;0xj-IVNzDH60f*;_du2&VCS*q3i%pvTfRA)+CoIWGp-n(2fV1TP6$%)k ze!oSR!)7w*Fd25m%g-~=2)>yKwDDQ;BP(B=sge+P<(1g=RiL69Y%h7+aiu0%rc|}S z`U;>wH8VC1b&E~=zicS6seJFqah4+&^Q99EUmixTU8D|#|7Qg8mK6Pw{#C8*>?}3# zY3o0{vXX6^(uwz#iG1w?4hfo^>gR`^4u(N8&+AA^Gjq!kpt+J1?I zW|uM;?k)Diz@R}RdduAWduZ^izhjf`z?i9+QoX*gKd!%$U~nu9Xd;WLjEU zq76!`kjDwfo01RT^hpuIf=s#~R~%+JFhwCPi71fX1x%4?T;{D3rr|VScNZA0b!B8>uHL18dE|lH_!7f2W%906y*Uu7q@q(@37DxTNI6rtG6*Pq!z@3XD`J(- zouybvJ|v16JkYF;5_@PAYmE~(4vnD1LNRjE(wf6O$;!m1Wc%*gW&MCY<3;q)R9H1Q z$8;;>!-3) z(YHq@e5W4lFZ@hbmqwe)*?@1tXi{DPi91+9-0;>%mP*QHty0^d4v7xH=ZKO|(G)s= zy7SJOi&gX($Rz?2FPJWJYGIZmhX}YIp(;d>^Oz81p-PJW!=Im1R-?~-4&+4pa*R8J zEX+dHOCx$XKw7=vwTIH&Xy2G1@yRk4`o^M1(IuJOlZZPQVaf5;t#T0hldmoUuBhe2 zpcKKNywbm{b&<>h=6_o2{j@#bW1;+3I6x|xjs*ndL4Zv+;@>bCp3mkD@#P%y-RVSD z4pK=J(x3#J;IPRC%Gkz42I}S)W&*%D$L9^4|Bi3{Tq<2i-)cSC;0aDl2-p=2vL-!z zemsAUwpT{rL=5s^YK%_F-H5b>`q2N7UgLC1sq<-^gU+D^2NGQbE7$_#50**Y+gj9EV(d05kt|%%^G4bibccrsS_^t zM3FIh&Am9x%+s}uQIB|+m!sswx$azZ_=B*AT)Fle~ zZf!5Q!ST+S0L8uh@N@OLl=Lx zX1TPQz1EN0-D7kWF66XEB?frg)gjN(Imv^Jb%DHpHVNTjIkM8Wj z;yi1^*pBxw@kw$8oBWHCx9OEZNw~!gcWbNkxaXR%i&{pf6dprqUQo#&j=4d4!v_rh ztoN7!MPrFs29{ME!QpEz-`Snv-2$5dMhD)>U&nFEV$R}+eIpw?o;p92guKqB6Zk}< zDop9T5nP+m$kn>tgIJ=ULBD73@C~w-Q>W~THw4Z$55z*Vqs%sEzgyva9v!?H+%W%< zpxnNTt41fJjZtG`5PC!_+P7~#7cF}vUuOz~#jUqs1OZ*7p*1;W9M2TB6A=m4Y~QTv z@g8fnowCexBI9*(<{Mlyq!|-l-kc|Z0F%AQljIGpXVEf6%mKS zvza;!%^uOtL|TU;C!D4XGt^aqV(+@rt>h1C(9VopBiYP63i10Km0xl zG-<&iqfD9+D!*f|bK|To*op&KQQ>M_t41KfcVXKx-ULxhF1x<=N0RNxPCVsFV{5Tr z%4y=g^Wq9+ilMRfOoPTu*TvyfQtwDw)4^1@(ItV32a8gvew8-7`$EH|b5;&O#__sP z&`Q@G7t8gUuPoi;%lk6_U~C5(EmY5xZ&yT=7T=7O8;D^ECjHqJ-YdJcS&;V&A~KO# z-q6dToYQYHm;5*=@Qobn_;e_~H&;)7Zl^cFSIiOsHW@{r+dICYiy2p}xdPkA}s(uWkavMqt0RIrdL6ng{y-%=gxA8u$X46ujR;%Ok3;1e-sSnvIaye|88GvF+1c{ z=2LThon;+g+_y@CKYShbCUrqNfs*QMMN%4w5vAn%upiZONsWVQV0f1a@{VN27|UZG0?k%^HyA=x_kw`4gRvMai3|4KViWt5xLuNDQQgB9EohByw z%MeBm7^sd@`NI+xBB;f!fA=0^wdUawvMjO05)GD`79vD43WGT|7bgGTj__wWw>#Yj z-&+EgGYEms`pA@orR0upZ3`jCoDoEA2npIz>xsBcmVs(0B=NT9BTapxc>a)`xtp!| zFh_*X-P9l8bg^u#JC26FX9^3qQryHPxevDjw`U015y~9e$f`dj@|PRt%ar*Yv8qxKN9IMSp0RwyBa3 zt(W0@vuS=(%<9@eC}M?dh+alpb#nY{R;H0!BZ+GhwP|R3TXQ6hxsSYKK$aRUXZIH5 z`&`YdY1arK$hhs52n1d~E1&z#IkNxfEm*Vw?W3!vD1;r@vhrksWIl^je=YxU?99Q} zc2{FVF6}%J-#iK73k6F**o=F1V+$1>&D0^Oq*09`7))>UQyQi>Ud|h#2&iR zG|4~GAMNmApS)@RefjkMI>SK+!_i<;Q;o)qt<3?S8>d!$(5R$TXE6{rAT#w?`F$PW z#s6h%2Il$~zMKv5xs{*V#sR2ir7F1^ag)Pki z2K5`}UEAbm6e>m}De6S;+ev6TyM>Q|d2>X|`$TL;tbKxUnGQ(Po1VA3glR%1q+CzJ zPPhXcUQwyM>&F5*YhuMxG}{qf&?%@X4Q0ZtVhfQ>JAmX$tA91lAH;F$zJT#pi(b(2jy zU^49?N@G&Mxe8xL+l)=J-wgr%zH-7w@O_OdThr--4NS>(;?2S|#bI?#B8#xzFJE&J zWwA%Y;i48%-Edej>Y9bcmA1>$u$RE&Kzy>fkO^RUy-yhT8h+&f~q0$ zCoXaNriNYtGWDJ!TB5u2-bfTzvbYIPouUs2GXnhxx5J((hq{v6PjVRJ38HX6v_=sg zc5L_BB3HaNnzUQSQde= zs`bP?@Fb)=-q}<1N$G*P)?Bn|T5^e}V$*#K)*U4~i%iG5+A1GLsjoj-f>w8{*6@-< zCuGJ!>*RV`ls({m$~mKfNts6JYyrRiz906%RHD-)JG%$V{A^|D#X?Mul87>o=56su zFivtyp5Zs~Vo;C~0?MaCDU?*^i&o(AVp}k2#A|@!Pdqj7ST(?sM#_gw=xJ0j`u~)f z-ja@?LjI?n7YR?3{=tS#sno5(Vl3cm4>ZgEfC%6c#0CzP?w6%E_9YCFK12&Y>+#xK zF^($0zmJ>XYIu5zmDYBO)iH+q;xTmOuD(MB4#ZHOeGm{RNXr!xWv?<?HOD2GCnNqzcY0l1wZXI0_8)g+greR2l1Q^h@hz6f`8$Mt^rd;w)^+j0 zAMPI=YvEn5d{Wv<>G-X!N(1#*eS zMo0{Fuwp@O2|)CN&gDMNqM{Ew`s3RnVyO2z%YdHs8=YJ~R2ZVVwXd;hz!@y}%I z3^F8bGE1pq``W~RZma(0LIR_ow*|jfYV&gLhk1nmKJ0%*NEgDl4i`6Fs)ot`44i)- z8PHzYV*#7%UoJdg}nZ><$}O8;MPnnvJ95%m5*VPh&U zjADr=N|Y%6s}?Qcb&LsXJVK!0D3`Ymc~@=xO82{_31+9ghE;;EPeU&J$SC=}nMy1~ z*%KBUlFoDv4}43U&R~3?vA`|>^=I2{<>#rDG?q$ve#4@_KZ0ZakbV0^9IT@ruavXS zq}+o)k0(|lKMvx3_}c{0=hboJ$LsYbC>U)L2Y`{1)E3*KX{56f&X14^50hE@Oxq& zN}HRFFlhI&eDkjQ044m-n?p*Z6eAWO4i^jE6LN59I){bZlA*`&ur=DN4q$h|mSiXr z2yXp1btXs7L<(HY+voNPtm59JkC2?(<6YLBpJ_i%Xf1?(q|S=q%+ok7o0L>REJpd~ zz_me0K~nD%+uAYOcd8@y>IqY?+i-R_7=OJm#vosNit435k1V6LroIK{Zyz*lJr+>( zMEPp1HP2vI1R-Za9#c|Ju?T7~3%t) zECd1)Oj@`Eb__Xzf5~imciir(1KqVxycEFh5YuS7>o_A`SsigbWJH}WO<4ww!fx(`jOqLOBf+8*Aq7k*G$mB{ zE1_@$`Ja)-3sM~&gdy#|C}1^g7q0;qHNDw?7%(9sFp0*XL!h{d?OXPG&rrL2)k8!} z#V>HLbHr8B4r;rJbF;a1Rf2S?6+B-j_~|>HG=OH&LOLQAN9jS!Ao(ul=Nmlc0YX%6 zRg18s6njTyq^>rhp=zQRPx^pSnW-IEV-Rm#N@Kd;78Y#BX?gb zy7115?~m4mx+8DVemQvi=#tX6H$PZGP67VlBUSMXcyC?N4=||#QKHcl@UQ)}C8Ol} zZh=zOs75K{_9EZ|FRVfp1yX5dW-Ist7Ontmxh7few4#Z%e=gxzgQxnVcRH6Mjp!z2XyX{_>ns@yJP6hnR(0U_qgl>$f357^D8%Tm^_OmUG{7QGA4z586 zfJto#lPqUZm15GOlBuGUr#l?qXd>nQ8PI{hSteLc`n{>t^ZWQKQGr!@OahihiF#cW zb{$hIu3ilN9rO%7=_7HfR9CS}k0nu49!benlOZ1k*C zV|m_i9LMW6Gw~gbpX-Acleadk&%1PUnbPidQ(C#J(C-`aX`dvv*=X*Hv3wEIf7uNW zSx4LFT@`R4Th|B2?>zy!Ik~d?5|UluPg^BE15J=F?n+o0r$HuG=|jocOvJ@7oLbKi z_to*I=wWR`xL!|na@3QMdZ$jq6KuzlQPR#Z$+NhiPr2HIzy$8kq%)TNMgh^=a}_qA z4Ba9Ny#G{Y|0On4*sT-`{Y`8xw#`5>wCH?TmYJ(Ghx@?e`tFbiCrqhsSRjUNx1834 zJ%Z3RNb2Asj1ZvB)2dYo2mOVNaGZ8BC%XZrH+`N{R`9EVN4oiZsBf-_PH%&1I&c=0 zizOvfYvYzS0v8Xf{oP&$ev_PjT$A7*CbprxzC7W4l?ZF66?**gsC1oUi?cz9lHWhd zbR9Lst<3pcFLKa(FT+y`oQDr^j;rGlTQMoyQvj5GfiKfDWC+G~uw#hqHgAB_Ab@%Y z|1-AnlD>TNqRq1+ zSF*J@Zyo8$Wc~97ua!5@A&ujqC>t|5*+%+2o9yEihlbfrT3lIEvErv8TE*(&DooE{ zeiW1zD7of9IX6MFJ1dV|@**NJ-4Xi&%b&Auu+Zy?qh_a~YPXc5hA0XCKUP*q2obJJ zbhiZWi-NZ9gwM#p;|MVOX49y^3^Y7PE+gW2Cm%p2$xo4OInAn^vhztP($wY*ssr2K zf7_p?(Au^lV&>%~zCis2_`?DrQG97NHL)1C34?G6g?G9lSNNM#xpuiC7^r~KPg;$6 z`!sH*&NARA>utOCfuV3dq$v}z5PV#1^G-jwROTY`n_Q-4d4JPdT^(+YhkhIv#n4+m zUt-v6M(i26*s6XDxsp4H@@xUdjoh)@0+|hg+4)|cZck`?5f5!RLJ@*0-`T?C`vc_g zxuYWaEPiDStgX#Wep|#zl?MS`)B&+WY2%dPjt{w@H(PVl8i&=OXEunxhvsTRE2Mx+ zQ)4DwoF05wUyJPZF6R3?N1YMv zOO!o6vg<9t)>wu<1TELu1(q7Ski`25SImeLwinYWhDSfA!Cj3_p=G$FqT8C+cOSXG zy@=CySE=PIRK*-G@rz6NHEcPK!Uw4=f%H%#^^U2 z{(6o$;@&K0w-$XCDmI|n5pehWm>aLdVJ#{h^8r>OtBMt0?@j0m&3ZlU1Lv8$^TeAf zwc!~3@*_B6IvpDvi3F{$Rf&MLF4VCvdM%m10Cc+9=n%DEl9HU0GZLBvP4D<1uY5gE zcpfezyQ=uYob@<(0Gmk>7 zvx%aVkOO12M!L%lkhA;7zoQrnhagHoPd=|F`rm1GjsBg04{=Of=72}oUDJ6y#7R$q@AW5_<>IerlR6R7R12zOc=hxnqHZcC!e_PTkY~9sxRD~Wvv}9T%u3xBU^xSM8etJzvPI)SzwZ7To{}3 z7gy;y^rgHV$SBn`%8rp++w-j_HsYaYYNW2o8r~E7`>n}uzcR1UcnSo;HUuJqsK$u$n-$lIZ|!&NPU zs0X938)Zkdyd`CP?&)eJ&-FH$fV$N$$#$!Sc#Cq51ZLan0zG89##|ZHeeLHHQqrXlE@ZQ12brtij1Rk86aOZM{J{J1b<8ICKk5LvE75dE&3_bu) zn9miCUnri@YYTz9n(Jv8>$dEdD=5gr-orF|lw*h3NhwBNp%Y#zmvxoU;=zu%RISY( z?hZ=Xk52(BLH=?9+1#G+iWZEe#vk|-B#^XV0-->$Jbw5`nSgr$Ek&HheaQrOJAs>pWMSlDWl;cuBJf1JFb z-|jxwNA|<(9xtu;J@%S3r|B*VPio)qzG(C-iXnshQ@>!W?W=Ur+UUdXR$jg&yIeHl{YZln&9zAF2L4j} zAo-sD2Y8O9vN!N7@s(19Y}2i=)<^YJNm}J*a(+D9-XT#Kr_aP!g8^C~`6ya0&wOIu z``IRJ-R}30Yi9#;lYXB~M!d0;{1u3e;K<8)qzxoQl~cII`^kLbwqV|Q|2#DRdm$0VyM6MV_6i%imQ z%dGjl8%=w5GV+1^I#%sTH##eCPv^m-)Ze#GLSH>XJaw2x#ePBJaKmMaC;o4RUw-N- zjm&RhPZ|xw*=Q{!jA>+NkIm>^CXC#4iQGTHFr7rP{@fn&I+95Td%oJDgY>6vA0Ja= zxqc6v3AMRYl(7Rz$88`NZE*-ww3t+yB>sM~?9>Q;dvTS(fK;h}f` z^H=?GoiOmaG~L1I|5ahp2Eii(-gX4h4#@BC*>B@bBLZGGTA|uYs;lQIyRc%TIL+H!>4w==YBVcpi9J6HFtP^qHLloQ3 zg-Oh?0JY(=)l^`lv1`h5wXm$dwI#62@rY8&Nf$J?VJqUruvEbz2ZoX5Jr^ z|4pmWXaw`MM40;2zQ>O)9zQQM+B>0Q4RPHVTFf7C-rWzKUs!6M*$VtMDn7d0*bHH# z`ZdGfR0A=H{8L~KhVc^15OHIVq3huwvZ704m^0sQcx=BLN3_EzWf9Q{q)pn}MowqL z6i!Bf)T-y!+)1KgPU-YUN)13wEaza5#awFf)C4BvY(=<1x_6|j>hjBimP+LVMQb-i z%)e^^9McM=`IRc78x$>ByZ6^DtCRlZajic7AqYLVJ=ssPn2EVVH`yd{TJw_*bv~4+ zRXAMBDW5;)ojugXpY??z(iEuvEJ>HsN)UIh5GLB8v=eP4_9c9)CSxy%^B1&>-1*3l zoa1N73F6jWha5~A*s9k=@{`;x*hr*^DC=z2fnu7Mm}Q424ab%Y-j8~jFgUWta6byH zdT$1w9!?_nKJ)3a?#xB;GCA5540qowuEV@jyyM&u2G8Zfuy5sp<^q>AI;Ka*09~@W ztyP^|+(34;jy^HiZbEPQo0M?Py`*YMs!&OI1DOa9s5&h^?lfGg?Mbs6m*;C#?K0@7 z$ZSzVO@sRGaqkDk!q#F6&QZK!TQ5F#yKTm&xz@e&d(@H z-)ouOmCQ#^jIeFYEh*JTdV$YZ69kYk-rys-mr=cQ_yYrvKF!O;5Qg*czErjBB9-(b ztu8YaoK=tmD<5xXY5oMUZNEclD^bnP%;`K#+&FI7(JX8&^#uk5Wy@n~IxCHEM1rzAw!4U)lJrfO1Yb5tv$XG(1h)0qQlu~P`O#_KrxIyGUJ*Jc4iAHR@QgWgSK2f!h>|PG8CcqugJO6 zzAC+>y(O?vgmBe*4w2UL)C~74Aj+ir7+ez2Tz=$TA#DVGKJy@-lFuj#kNK}!VkJxi z{ewR!EpviwLMd`yNxADm{#DvaoaNI#xlp-9id6N~yrD#}Z!a(`M{LGK z%Z-EPotNgFe4K1p+1bLG94RTy;do;t6A=7IJ5t#G_}{GPmDcapZ_jsL7;_1YMEaoz z>2T~MTD2QV_ZKuShhUsi=OdUc^+15h($qcdEBo^1p+}zQ4SKO2y!+7>CDj|rC#ND22}2A<)+^q9*a6w22}eEWA@ zupCXcwVB7N9Bw2xNtj0L(T_HqAGn>NfzVnVXCpvDIdJ;6XYJ6lHT0OBruCiO%nr%b z{@nvoQP)S$C!w`W5=LuNJ@PKCv?PYD9CyE4?g|@wO|2=oSsLG5C&0|n`S(MvcUUF@ zUz2R-YK$ovhTB$U&4-q6!7v>lb;sR0_E)a9s2(}Qo?1gt@vF@HN~r>lrFX7rzE@GE ze81~s5#`XyYvh4GaOm9SZ>Q=vRXJc4Ghmm;ec`-!)F?gS&hG8quVKu{qm2;9@%) z{{w<5g&OSko9<)ba32drOe+8LFH z7<i&wEpYY2P`8~yN=7cH43yz z6Uv%;J~_lab&|rrRgQu?2xOxo5{{)*J1V|U_=W)5+0CbCxSOR6E%4-dv+}+)_`~a~ zXAOEgbOIQ8&=*;RxO$WFBE?9f1K~+^36qkVr2%gJ7fOJ>%DuIO`EyMUD&SJ7;n{jx z>Xk}^RcYwOi}XksM(M%q>pRFSLPAKNrRK%kkG7{vt_?$}?47u0KBvxHYa{85rFZrd#0VITPH+#AU=lv(k zzmqUp3aJ}W-?-mEUbGbmF0ENRxhOUw0t?N|`t>wU8kK+cJ2GOE5O2BLvqc+}Ro_*H zX`T=bZSDPxI(~$GyooKhGtzrBw7!Q;{M?h zgyHaabqhU%KOjzelJ~$w*b+>av33o}3jlbNrJiSBe^{&0Az9)C;nBc)S7X1Ii)@5@ zgaLCBbkmdqeD=SgqJ@unR)ZC5-{4sZkcT>Bi3N1DX7T64?)z6Kdxlx%=|x>cKb7yU z6(~2^5%Pt{XH^HESS~-TkIYXl+1R;@4|)2*pp}co@sGZN-g~(GUbXVPoEcJE2DL91 zB=97?oU8|1UWST z5yzK?5a=aTJ+M_!-Ge$SEFiUcmE{~gazCDlVa+$i=-}Tf6@!2~;rrBOd)EN{j=V7? zV0b19d@or8Y-gZ}lpqcauQNBEJ31f`J%D6GO71c1F3fD!4&)wN%bGp!00nZ|HLAvp zc6nY{XZjM^J6N5{vRh5BPJhbug#P=iI4cm&gB8lVU!G^;U?Z{s$Qk{_^1<3w>@fW4-k)* zu*S=a&^%S|myk4gfi9dlm6;*;Q;jBzA+)A%PVe0cJXX|X(p^)1=%0oMYXs4Nvc{Oa z?r8GZw!Z?D&-ctC7H=pzPjWdM>5ppMO9y(2NqA}1^$}ijsoe-se4b%Be8Htv$IKqz zwcG?Nri34on^ue!Vfe1-1;6IS*^k61wml@wu5iInJK)S>?_0@=Zkb})9zC^f6WIcn z8{4$Cr&{>8&(gkYdOlMxJ&@gmGPocj6m;1HI6;SLdJHY_J}9hNPZ$U2;>2pk)Z>Mr zGara67fdm?2z=TRG7$ld;f!yq^A&$qeDf@do;%`;BVz8;N{em~ z-;#u?@k#XTt1H&vy}ruXsHekC3qKv^7oYTXKF39ym2~yA6`ZZmf!0%cBfy${ATxA- zlsuX;ZYF{{nCb?-qC?Sx;}IB~UoLjW3l7J3*XHQqj|)lf0KzNc*PCqM-GVL`;T1lS2!a_v<4ep*EtFE-pD1KbR!1n1PASrme4 zZYeW|=L1x$AL&nvoF6+aW!4uvO)&F2TNA&0sGvkHs-)@amEmBg#RRck_m7WAP5mN& zyM)hA*vb-QBNJdotN}{tinGQp6PoFbEH`sS!zM-#u?w9pXoASPWR3`$JG|#irt5uE zG(C2K4+^qUMB#NI8YULD*d2n;zJn8E!mmaHs>o~Z?8nFzEbJSCsoqjKKTzFrtgeAg zU&RPuJlwJe7B@q4Nsh91CnJQQA}S|%O)ZaR#&=D-_#*Rbnr@|!s;p^y)iwMyq${D_ zE$4(hx?Q2U9sM+ZOeIK*XsL#9!e>l~juCHNTtH(m$``UCMulVDDKw1T&KbjP1OoJBruS) z4+C08lZsBRNKwrLdM;{-Zq*plXe@MGwOI=JwOVF3C0@s3qT|Ddi{Ee)F68MtF=|W9 zf!_5+#2z}gUGq*GZqVr17LyRjwW${b@*JRz+a>MgAk!C$@ozW*2{X zk2zeMo?hB{@~Q)-BRcehEFMT!61{H)cLZq+5>3@E*GfD0JLHsH;1box=;_J+#}>S& z8f;A8Ols16DGb#EeN%N^d-5-_of-BzGuoTWuj5lmcM-HSNYaWd~zqi<038r?CK zmQdc9{3KU!*_dva})L`7r0zI|>;R>b*axrIgEGq6ge zMF75#r?MM;_}t?dvKa`w1)gvuY3zUr8wa*fzDz2r)k&LU|GM?vDD>0sgR!6qK_}ET zj(6*MZVG{mhfs2FRHE*(8au%B2>O* z8eHGYyP{m*+At;Wy)%bw4Bp##a%OUbx0@Yj?`juLnlyjr`^VU(pAMYro%@+9 z3)}gwS~s?>=ovCfu02urBV=kWX6uUmTdS6VwTVQBctejPJn`6E&n5TmNf$@4T+#2U zgi??6?w>gE2TugyqbE}R+?=HCZ<1H?mAovT_gMGqolwjRMtI0b+(6uj54#|yy$1BL zeWV{hf8gX;bK^9Am(6_)IEtKgXkw?t)j{Thl5kEB^#}z94ax>CXCx4_5=l6l)vT;N9_9i;! zinjNE1Qk`G^(*3Hfk($vHus%dBi|{zu;6Ul8gZT(>80!zr+Ght?@Ns5=G9dWq{=S1 zA4jfZgLP7@wbsDEmlSYNp#ya#iYxGnb!O%58Wi>k*m9jH&G9fl&kSYIu--y8;agWA zLruhJ8(SQG0C}Z5`gGmb<|^{OK3aS6mJVxynOwF+HpaOPuiuVk0Mp)-AgQA{gEV2w zhnr6Xn^HjU-R#oXrzCBhPiNbtRbfm}!n1o7Su@_zp$z`aJZ&KmT(pt{_3S3$2_GPV{}Aft}E=HP>FHnS#OwG9foy& zy^gSp5l%k?w7^v1vZ0>T+Hno{&H(rpBJFSKwCZn+&HWY}$|0VRv|;Jr&;aWHV=ZklfL( z?8EgMne=iOOf4gfN=qn$|90bd#XPN5i5VX*+z-3y*q9+AdS}pbTtibrva!mAMiKdwx!^@H51DObuNy5PVQk$x7O_)ZZg|iu3e* z*Xvi7#d~;_^Si$M&?KA@{yzGLY9*2O8e`y%<)+ie#rg>;(3bMxe)t+YRk;(T8J@rw zf?#na!VTbdUTJDT5@Jn(fs|7YlAvhIbC>AP0f9}gZ&JX6VG%t$qxIjDRVh*n!Bf~S zz%SGy9{A0Pkw?D{!Kd*SsF0LbYeMQthfQ`rulWSgOB@TqDe|uzJ6t9>$QydS)>(zC z#pB7|^rzMk&E7JJ=Yi1iJ^Qci09e*d>(_Ir|SkaV}`~Ed|aE#`>dDpNLp6qmBECCM=25iY&))?sjaE z>xK9!J>g+*>at6UgZ*m?*u++HEFQCEcHNo;iRiu->>+bGChvGK06%SX;)2Q_ziN8k zWYro&aPVGf$n$>YIfTpci;GY4nN+^zb{`tRKQdg@h=aM^^>xDz-q_n=+^Umm-taJpCny;kR-KR0;U)*IBwk6c8Hr5F?GAvsu_EL z_nl4f&{Ja+$%Qm}kIpo7A8_LL+QJsDv|Zt6D~{RD4EU!DjmDFqvxiWu-;W7eAvk)& zuNDNo(Gu<4WEpKpWqSy%4FSI6_ZAwSrczhW{6-(hf4reuYere}Aoxa>r>^Q9c9SOm zVNrr|_$?jMX4WgYVWbVRO`_kR`Z}YhQiRUu!+X}?=bcwl+^1hKP9;%s4v2}2siBjX z{F;~PUIdUvFT6F;?Cj_;5gCs!1~xKuU)yaF**U(o42yhWT-jl7A!G7L*3tLT$Nd%- zT0c!{Sovo0<;y`#md|3?vAHPT%V(RdD4c{LnFjQC()V)mJ2;OOylSm2WEhXJ;rQME zAcy|~L&1MR`wi`b{+r;Z|NjGT{In4Vep_JfCe(j_;kPczF5$HxZafR$iTba(m{d&3+rN{i`nxp@03akSXuhouG=G zo9G~m=rl1ukxG$DF%eT9$3y?9wto-}MTHGtHwZsbu$FCL!C=iy4|(PK&OT8wfUb5} z)AV-uCWg_UVtad4oejZjFxpdTHP_dslHdn#K8LAO&-!u(le`GHe?oeVkJI8Iyvb^~ zeMpp&GlSVmB#w~IQ;rhw`Lo?@7VnSK zi{vbJ)Fj_K4Za$)B*B<_-M_-&02=zofc(HIIb5!Jqv7IdB-drv_z*e7?LBbEm6n! z(2*m;B^u!)vUWdi5t4yN2Ed<%JEX!Vx3%*yNJJErD|f7ozmae`J=4tpJV0gcAc4zK z5DIWrUy1y&a3z{|`TY63YJ!k{M(C$rv<@|gw`!<)kzAij3by9!+J|<``@egEIjcj8 z78>2=V`bM6dGH?kOp>F_r#>QmsW@nFB?mdJ5Ef90)?QE3BKh7N{xwc&5^Pd)@eR!$ zkIr8{gYsI*>pW4_D?tG%nU#-J-un zw6mm&EoSh9uHSdf3eA*Ct~qF;9kqVPniIPIqo6DH@28QPmm7+LJom$Plyv(a`hUzN z5!m>!>jC7U}LP|l$ z)f`n1$RdjVtSOn}r<;Nj+=R8&rz(`2uaZ8I&uYg?CkZJX09WUg_V-_J3Nrx>+V-^a z*9-fRiI${GmC?sv);zxq^c%bWdcWFo_t~amQZVH2oVk5|>hhUB zcuN<{T4O;oSK_jJZ}XINpVNT!W5!OzW@6-fHMNc$zj>FL9#+j%Z%?_NkZQs->_uNAUs4z-}so@Npbp@`QjNc3YY+Jq* zDbG73YzwJ`Q)zV1lF{V*1-b<^9kxJ=LCYN4P^~vYF}`}>=HE>zH{OXiUW>h+(Yz<* zhwo1Cs`fNT+goMDN?h*MY~&++n&8R5!()L!{ZdHIAmRxl>KN|2*{|U?=txA}_j>G* zm~XLX%45ze@|bUOK^})@UEigz5$u*}5UJa&YkA-OgB$N1O((_pW!^KcAUA|?NQ2Qu zS#!QE-OXxdz~W_vW*c{WRHR01-Y*G)WhSJ~6ZObDy@!$lm8GIh!c8cjfFeK}38kQ3 zNI5E~eabUmZXkCh&VGZDabpbfju4*yZR*AYs=+$3BqS`a@VnofD?BYnY3I_+6+kaT z?k;QGBV$+`BO~-fSb)+@h<}?E1S7KGHI=f(10G~`)a9%mkRL1WtOFO*C*fTwi$zV& zWm;8Ctq0O2Ey0e8^Gl5K&OvMxhs+J!!wRjIO}YYoCfW0g7U6)COBkbP|Ckz$EodM-j#?S5Cu=5?fZD3lwQtHiNvepOHf~A zt)$~c(2#Af*(%<(Y!e=sWnYD90CS5548>@X1~FkzqF0+ zw;4`h1rjleTVgMPDgbBc{K!!QyxCrX*z=)G(Iu?qO``(8aE+2#3Y_jA7^AFJNJZ8sQxT;syv=MyUcaV0}4yDaXb zZ`^Q|x0Ie=vCWEixxTQd{fzGKqOI7eTHnt9IkK(M=X>qKvF^*W;=*Hk<~=%26xG3; z-7*@*0NRetQeWvy`o3k)v+=b|()?u5grMg~(KW`nOqmd83>8-)ALKxB8iu}|59FRI1&E~k*A z(~@r>m&NZC4Vy2gd(xiqj%)r2NKYQ*ETK(<+Z3ZF%=+D~b( z0(oA-x*&_Xhpwu@cX#Vig}S2%y5(f6BwbZ6F?2vYn&IY?ou>wBYV!xnF#qufZE~=V&HT>qZwDVA^_K2@8anu^hBM|J{iuXQWw8&iPOE=!|Q9aqVMl=hlpOR z$Q~`pc>mn5azAQP?Gl}aQrpOtTP19FG_2@#^u1L3@fGUe z$fo7ZA|a?0pWYRA*+tv+09yGM=$kk`iW)0P=Kje`ahtE2?16U!ZKCDNr|XEqUJjz? zdt{r}<=9KPDopS~IGsi3jw*wcPC3m+F~N8wDVl<^sW4&ZbjD_X$~B?*!VKD1b8i<|K|V`-Lw7&sC!? z8UM6>Kjx@ryTWK3)#wNuMK1UD{|6NxD$5w zYBez}{mneQ(=yrrHxfCAa4KAp;osJoP11_bMpkqt}z5$aXW4xjMC$xG8y zX%{^_nJGK@>t1Y*GP;goL8i^xRk)N?U2tj7kv*zROx9Op-T;<`0GJyF9{uPqsWjb- zaPwA*n6dt?Uln@mHTp>XJ@tmG-XFl!gGnTXy+=o^Cv6CK)X+B&6Dp`zITlSg%r>WK zx8@;PY(_yS_2-tdrJ)j2Zo#3duIF^iS#I}|lzyRufIks88V&VY!rF?A4DFtKP1sO# zV&RLF?E8@ROQ&+Rhok)T_BBD`b*cw@+)|14kYkB_r5HCj&+o+YSr@h2wM3o>Q^Vpj z`}H=Q%7ttQ;X6qK(XZJ#1;KCb83iS^maj7pl`}8A9Kw&S)}L{vJ*Tlgslm9r4}D^6 zsVmtIp;u5`!3=eYPt807dKkQ7Vq%1loo>$IY3l@?qrL$yot$EPHD7`v3jxx`y}>4j zxejdfs4!zm9a~5JNTLf-I)Yi&W)E!>@3l!L>;71vWKe+pcPuTY>?99K14xz1&sQN5 zeU#v8GpL8UQ@ZEp!v_>9rFT*pdzS7Ie{E}c7$J7o=KAdk2Li(8+rtWZTW_TaSfv*o@Syff^mAQ@zs8TW2L{pQ+hfS^KN0lJaPgsJvjHk{kxA5C8o!==K zvQ3%m&YX=sUHmkK=lR}*KlKrGLUR^!*@AZ=&Ky-V}zjo2Vfwhn-ODLl76Vb8$%6G>HX(u>$5Dtw-R^5OJ$jU`ljT9zWR0Pc!!JmQ-E3r_e zxRlS|YQP5PD>H$0OS;^sj3{!IDAwrR@=S{yKezJzqBO)>W^qDcP$==YC313|q=Yjq zxQovY{Qj6K_QVBpPuR#Zm9)RsQI0bghoK1?2&q*{4=ALKl7?%w8z;pVe6`c3m|dZl zU1(GYMQ$V%crP1HzE$iit_rGpc3Zq+#55cyYZ+7{pjK%{x8?R0*NSEP9>I^gJHsTd zS=&4kNOD}~R27{GDR@o}c}4C)-gz6D?JQ4CaWkQ&soF^~ez|$ickZANH$4mz%3m(r z#lWO!x7rH&dn@iI2n~HEHw%(DwBJ^c7uiPy!HGNL49RsdU|uuddC0CXd<~HD=F2MJ zo0s#|XCFbm*-2jHuq$$nYe<6Kn8GyQX#g_0e2PyxB6hc#_vWkZN00ygo6NDwOeb~X z$kwz(l5?P8xF=*a%Xg2YOx6TW6QI9kH1f6$3_kiWcX0q^nIGGWC0k?eR&vZ{Rr!aUg#w{Q zS(O&dx|#;z1J!VVj@VXqRF$}a55OKxUFq#^8o?*!`V;S`=ujL;%kS}){f%5-0U;eP zkFgt~^nu5Z3K6VquE__28K*o6M^XPfmjt!TW?1m%o({1UodL-)?H|kNH6QmAG2g7+ zBcBw-KX9~ZA1p@6cdIBUNUp{l7iW&zUO33!eWqXd3jBf-Ir*+*>E|-H>32y2@`b1Y zO92hJ>j%G5PHzHPxbcjnw2vUq>x6x-@}!yI+{Wmq5@)VTROHPXjV;5V^yIgHSa$a4 zOhtN%5rAWi^CLa|=BQ6K%e zL1~^Zu)9-%9WM-jCvG1@Tk*1qy5~ zHkwo&4diFNk!_X`iYC_JTRt;>lA)<0(g9yHNd@y3@2Vx;YP&Y9*AvIS-f`` z$u5bHO?*3`CHv7Ml#+{ON_i66Dcc@W+wm59uq|tn_!b%uV_MSBJz1&ZH+;f)tf;=x z)DW@mgY-4kgIW_Wrn_+Kq=@ELcKntQk^=Uw&Fpt#bCGiJVr0!mQG#JSOn%dcP zes0h>?^*905;A)ecK4o#Zc9_~FB@3>H1^Bymz{vMgJ6R5_ptnuQ27LW#CgKnNR_|z z2%&+GhU%@^5O1{=XeD>~hKr+uq!#-OCvUfGk02(Jyh@&cxmj+>M~2Y0d$04a{XoT` z<@+i>y~0D24UbWSU}*mpQtdUvY1TA#oJtcjy?`G=waa_{r=OCLac86{)|On~4b8wB zjpq3Z?TqWjb2y70$*~P5Ki&@utIZrizco9?EcgaPP#9g!PgwehBR0`%f8*t6x8@6` zFH<-6iXipFO1zjOZoo=gqwgc1IrznYBk(?MSLrRMr@a(edg4U)_~Wv=&%1%1V8dUd zIhSX@hM_dCo>4R~OikZ@xhXl{h~lMlL85+?_KMzQgYmecR;=9&fTT<1z}hw+?{()< zR=Y;HO#LdPZMSPPP&Li1kHW!?>QRZ?nG_VMXJ&E~Nu7LQA5JT7>7(Q%%%ek=-hajN ztv0`^C@1{263BjUCm4FI57F(UY_Daz; zINkS_nbuIRSBJRkqygTyuQ@uuTNWe_#h#0r2?%&pgi@+z_UiZ=!!scC2RdL+7=L?y zHta$LJ}m|n=h0mBud!T{tVQpshiq^5%-Dl&oMIOH%=1aFGKDK=Z(B?TJ)SBOzu9vK zr2>ADZ7(=nD#?gJ{!);$ANsLZEE0>g!|rvpE7cH(Gnf7zizaGyv)Vh0~``i=ElvpWp= ze;x*HpMT0Hb-BiRjAN<&lSiUm>waHtox8#5K$R}?Vzhc{n{l^^STv0ikjNbP&UDT6 z%Oqii6a_EyY@?asd33LPcE7a9kRsMP%VQzi($;BOsS%XF=z#v3IqC(ar3bEsH>9k` ziC)42l^V_IOX!%+%(2On6ZxPwOegNQla(o_JG2&M5{kCa}mnZ#<%k9SDjVO3!{ zW<9t3#ruT(5@4l61upxbLR|A0o9SkLw(-rq=-OPTT=rc1CxNAs>0oN@GAIrLe9EV) z;Pfn6MTceU?c{pkuvw)du5z&+W#M%%m0IO(WoM)HoPR&U$@p<|s^$P&xZda#fyi>K z7?sguIn8(>s^R@^F}DEY=d05RX??Tj)GuCtBgqLbBR-t+%#gliNWS9R9AQ>jBmBRB zz~lu&@+w12R$fbK{U)DMiv9U~JF4g2{##3>-ls$ISH5}e;8j@kJJ`6)rE3_ZxL!6;gvd)htliA@5Uat4~Hi=I}5d%_i4H;>Wm>V8a$I~MI;UAnZQ3PeVL zFwek)y(AeLKXkwW(xsd@JJ$DtwfJ#P#KQoFg!Ro=`|75IdA5x~qpG!(e*t`H@qYt8 z7XHsXVbC}V%KAr#s@IBvgs(RrWcn(dB)Fdj%Yw#f4#lo7wpK;T_fZHq^j7Bqo7O?& z9p2>s!r_wYA)m!5yJ%C6R($z{?^`RC)oI8$>9nH3)sSm8mJZ$bQf^Q>_l{MA;;ZzG z(}5Yb&Yg^c*NNLJ1EaGVLh4yc?&+T6%Oir8E`Az6D>_;*DD-Fc-B)bZ8c7(kOwDgjn04X?uA7q(=W|ir$}NpW-)k3R$yH zg?Sc~dMA7}qQ1Zoca82#Vof3XH2}{Z1@K+xrmZx#VrU^-Lf%`-PY4a!8@{kaI!Pb{ zQ6?0ofZJ~CrY(^e@}&e5eD>Fy&Ws=wM?8<0>N|@8T`QO{%I^V#$cy$P^kxSp7}Wlb zHMoC>Mg{BoO>`B-2q% z-FIR!!LHoRjgrqNPPo*!ejdDfnLY=OXfgp~|HkVTrVCe2@)TQJd@ zoPxI}>|4j!-dFQQfW3Se5)Bc3%ok5$h(evsdUXZd9)B0%v{A_V_`M}nVrb@aM&Wvw zLno3i!?4{*xIRyTxtne}G}oY)Ln5!v*uQ@6e|U_^LX;oCKu%sc#s>DEL-e1o z`QuyTQbM3y>Zk9HtN&Lsa`H30eN1B<*2lE&|Msa}{h$2;+HlRAYv=y+d;c4bbjAP= z&FM#&A+vw`^?&|g?|`vEdfu;f_O+~+EOwD{wtdW6Hk%x?Df#8WxS^f=$;Nyp<3+Jm zEG3!)An?zU9_I<)wxM)!zNz4pBVeL^MEjT=73U%i`B}5+`9mKZRR1}n_-zsUCmsAS ze1&mQU!q^B`}5nOrPrFPZ`ZzLVOygdPac|+ei@8rMjG{2#%m?gLV>kMVHL|MK6j9^ zC#cUaFuubj^v)bBSt}xvE<1T7?yxBfnG*BQHu1%jQ%lwjr)x`L)d%GZm;E-ajerB& z#(KcfF5qBbY>#{^t-=%|`a$c;{=v<+AJf{kUL8K`?-0UG7P?$KYy$2GU7z5*Z*51H ze7ysfd$<0Ev@S?!U%Hd7XuD75_}0LH6uX}swb+4HBa_w^o3~dt7P+&iHPZq_#zFEI z@jGv*%)!$#MGEk`4igvC$lkFZF`>usIz3>%ymNn^FZ=e1cW%hJdJ}D)?h2dsibu;n zE}+dno5!4mFg11Xry=k7OTL-WM-uN_glpbrD22A!R0(|zv3_Ss=v<+N(CA$vt5W$b zcMaYagV;bSYpRwR7$*n%)9xj{TqC8a1017^+H^7R-r{l3R~uD*or6W?kiMa-SZ*#v z@wEARmM+?%+1hq~@A6vx5i*}iEnB<8s%5Y1XT>L*0VQICNckSUMg^fGc8BVosFr1E ztX-R5!EMT@n-@(cXQxdcYHAQzm~Q8 z(vC$aK+{({^J%MO6p_yNJSH}doBpqP01f%=!wi#`GUB9WR9l8>^j)@>x!eoPwCuHy z)ouGFWXj5?rEnHDTBr7(zcm1VjPw0>dgCN5Q|ROw4o-!vD7q3aXSYE0^X}n#FEk8v z|7DZ0fF}NF7Us7GLNx4h&85)XXinqPhJaxd(0Uw<&hMkxGmBE&p5G}*G3aI3v@_U6 zso+Ucs>zU;QJ~pw-w|BXjxIw&bR-F9@NgQq%a^bD^HDiqtjcU8L}E-Yc=Qz~T|;3p z?5+XMy!K-0g@F>d&Qw~PDM*;$Hh$qMH{%;Qd@a5HZ(vWZkG5dEF!S_u(}eg%TfXNd z`kCONY(8%>qM@Vef1qAC{QT`4b!XPMx;5m*q$h+@f`AwN)#t4IKb_#H!`!#&#lXoh`8oiyi;Z?NIYS zq2Q2u_0?>`!e4@Pb~{2oDnLkUIp#_ihr{5v(vRFbmD=-!Q@M8fD@;?1L=;cc%}#-g z8+@I0hT37N*lphx-B{@Rub9m<&TH&mGx$U$g|5vS8B1?Qn0xPc+KE~J2~7#Rm{ntP&6^!x}QI%gfba!Dw0 zO;Hj0`>#(UgKJ7*N~m-_`T1Whco?~{(E@pP_&PCGuqC792UMb?gaav(3C8RG-(bOl z|6gIj!GFVo{scf@4nvJcP%ZO=212#+dFLhYq4b;07)uZv-@cMAu2N*Aj0U;EZS%)b z0|$U7r+3hs-O{J@>ngi9w=*;RHp3w-h7;)ACYBYFY`UiF_vVKAg|vQ z(CN^&8lUn9F#XoJz$(5zxhTt5e88TS+#SVfb*`FuSDE+kd~mLZW9{#o*f&Yi7yVRi z`a>4zpx}|=NOwp4;F)~)GuQON7m!dZsSW8_7CU<9_j8117d5x{FuVdi!3u{DdcS>2 zeXE@96AQDFIn07sq6BjAT<+SFNgIVfc5|ruTwyzM z*a`cH2QZ1E$K|uFc36Os&8$vwZ~Yhr+>|xuXG?|_Q_@0(MEz8?&9NY@LAT{B1JZi_ zRK{f&k*hk}`kRObjPg$l7)1Vx*6?&mT+#Z*!cz8V@pAP}?pe%`)05};_@Ap2yrVeR zm!tCbd(nkOj}-v?;c@l*UyRI;74mMK>8-34dU3E&tQ+Aq)8t}*V~(@W<}_5s!uC!Z zTgT7Lt1oP^AzxUs6=E35b>&}ZxrR1^p%cZMe5VwfyZe^7Q`Y zGJbVgBAFix&kQIsKAjE|*rf_1whI+;SeUtrC9v*)9joGj8kR=vM&-CME2{Y zEU46CbLlos*hWeEX)G@VWU}V(J}X@RQgOG86gcV`+k~p~C8k(X2{@;*f$z8^xK`tg zzWaOM?1x^RVJ%_;vSeG#57Fc$kXKomC?hu4ZY8CIiFk7dC{uT>DEh!Zg`)u9ZGQeo zEr1-3eB9};ul2RaWUhkP%^IKNlj#)%(Oo(apYm@FRj`x?1OtQOh)?-S@We77g2H7M z7`o_y7?gs6vQ`0X#N2-A(Ir4_)v)AOQD!subQLw`U@}*Sr(B>hjH8y~N)CDbSkQ_X zS=9W}^dF+6XO-%oqGSq{GG%dw`E7^m@etuG`}@rgQ6%#JCjgTBzXC`Q#XmjCyD~V1 zzX4>`um4j3>HjByg!@kb8B1_C?U8eD`|0L{LSX4igD2#RUGH6O;^z2HS`10z@vPEN z?_HIE`L{ONeH+m~T)|$A>t9Kp@eG67-}^%Gu5;;27V1nE;m0mcSLh@OJiW>(B)Qu! z*qFYak>&SmD_;BH+>|CK>N40*b+Q@{K#7Jai!8y z1JTDRPb~a8MWKTx4Lv%jZ2!ZWlI;}9H z!v1hITSdXHrsLPOw`<`0$$F48V1|a#4r#U#>QtM7*BO#}`>ZSXeMrZj>gIc;wJ91` zXMq*$kvbpoBV;|n{P)gP!sHzU{D{8!xJu|hw*qao)qBc( zPLmqC*m^+jq)F_65t&J&{WSBxQp@nrhG*L%(sRb*fl3%brSr*JEE^;Q59^}h%+emX z^ZzI@&-+`T3=(LH`%9p_8I3owyY|<9EKb8{;#-$$Pv|8Y*y;M39CBtKuh*mu!2E6Qeru_5~MSQupjJd7>aUJj~_*f}~a*68YlFi&T8DcaJTJ4BQ zb+aX*{k?*k(N94&01hzG?C$)%9M4? z6w&aSI(ye(?74kbF+XdMBbTJ>FXQu?0@e1(WWB`_x6*(OC1oV5djnvD6_~dcR)iS4 z?M-Xp=z98z!Gi^P0zZRP!8xPz-0Atsp8OYx6~-a|8^(qUZJsW0nk3q#Y>rtC0_IFa zM8tx@m`A$Pf+whSxVG4J)NB(cucmNhsjrP~_BW4Mw|5nP#ma0Pxwt^@P-FS^+@q&h zUsTsgZ1dpjEI*vt@ueE?F{uD`Wl`olbrTBjWc1!_{@1qq6{Gq(&nLDM$AtEfPWK2_ z)xzmAxB=s;vfPvyHJlcFsgJ!33FaMNV}%w5{-&YzbSi`_8IWzRJGMhbUC+o(z6Xhk z{8e&YgfR_ihDlBEk=Ba3@a^Au1Cf0NcDQ<%%I>1zd;?ZZ0qk*P$SIzNnvChocPQ#J z-q+tcEq*tnxx`~?%Eq?}AbAIufB0*=mn0N6Ye}YgJ9@Yxh4Sl#6sG3L>^5 z^`8owWd_#7Al80~x|?m%jz7qd$G)~wpXn!N`g>Ps{0AQW>B0?O62!(kWRq@rJK#+J z2Bgk97GsX3?yQ;GDzXMYi~fN}?d711#WFMPcD|1F&h9u!WijC-O}keQPjpL9 z0&TU5OV4C9C7G>HvM3fF)|zGeHhQKqo^UCL6ilv8iEExPSA?dE{u7=~6|x%cjuW&9 z?8U0P&4~eKXc<2zMLE;U+>H2psVLTa5ra#@ghD0hhb?us;&Q_*(F-swq1!4HdaRuh zrufYm*mh5=vtf-^az5Y8*?Y?98*HLiSG?lNFIyZ1C;O;2@)j1xUMfN!Ir87^x3?@k z${KFfZ?mFyL!IhNa^Hl51TM`F#Z;7kRsZ|uM`<|z(*B30S)z1-#|_PPB;RY} zdtS6ZKJqR8EC1uL(~C4@o0vIG54N#D6-Mf@3LG1&pOyd7?@Nr|heuVwUD;Gy=>}tP<)* z69}X^3S76Ri)D{FR9R#Jm`rc6miNc|{h`DHBmtJg&^neR4Xt|%F6mkh@p~^3=RwCs zZ?M?hyP=1o0GV|qD!A(%p)bEp@dQ4Sh`Yq%y{(iSFt$rMNa}f;oeL<25qk~CCdUT8 zc{=h4EVd9P$aUj+zewpWH4&DrJ58J(3rGUxvTDDzjc%1!mO7ntrzhx={)aG`IK{Vq zmCe>wfZn?9(xx@;bL!M~4Q^@nuwxhVrhAp?oM{erdG00pQBF#Tg1%pDOZ8FPJU5vN zsj4-^X3Tlqw^$J&9~Xv{dX-fdWE1p$QV`E&iwhYUfF6k#ICGP9bUU(d!>{Vhi1^jP zhTK(s*p&C%p>3vI5=cEPzliRum0w!;C{XB``Y2xumety%0>JSGrCRB$74j2u;Kty2 zZN&XXN;l#iBTxQmO_S*t3=rmlehd#v;!r4i{`>lU9d3q0H;96*O|I6NK3+9%c0N{eG+r^Y)o#yd0YUxW<+*#~I7*4=I%_ zoaIJP6q2$e_h?vHe)wO{Gq>V#bpEGlU;o6{;TBaG9KH3M8^2Krcma#dA|OI zwDygZPaeSO!&wBa5#218DhD6A?meHYSMp`0#Q>sJc82nQ@lONuoT5Nwlr^325nvk` z>-a>fD~c#Y?vue;Ti`@&Tc>W0*y_j(YNP)HAnWiiKvn?oe*?0x9asVhG_dsr|4wA% zCcS2Q+P65B|JB~q68YQSjCg-%=Z!0_AsE;lM*iDxmLftR-YM0;?Ex!r>9;ThjvQh5 z1?#>MA8`rIBeaJcCuxP76SJ}crDbeDPt=^*asRogkx9~0vZo268DILAv{I_UjxO#K z`X;!GEkZg)J%6P7sQqbK_rGbE7yr;MrNz006{6zDH(B-4?cyBn$!%8M=*=c4b73%1 zNUhT@r(jT1tjb`$w=+6{LC%)|usz8G7;ri$Ow8cOf^AEAK`|ytlLkl=hAfp_3)lUC zJSijcpS5UYdts65@n4@Bc(E~cw~i!-?=V`D(7m~I{<6wT_=NkV72x{$q{zTK;Qgg_ z{UL;y_h>~*U7->0nAWcaMf zQMeZhY`w5LvPrATx~WfR^y;ps__Zj$ePO~5UY_=cp>RBHWpYvFYOf=}5qEm-v^%p` zV!!eL{Cy9V>ssI+=z0OU04^uTObq_;MOCtI+%T16z#j9<=fe{!MjDZd0qW`J=BPmvY6rKJ}Ht}2BKkPqBe(w%2*F{xd313Ul6_f%bwgAPKn z$a!$TYWy&OZ-QBgxtzRC!Efw&;Wn|1_Y;51tN#`o4Koa1CbK8I)R^AQ1|E|ud`yMqn*P(swQgpJg<1EQRP91Y6*YwV|frp)oDlPPj>4Mlj`N0 zaz3szzigK+Bh!=<0`femyUwN0P~ObRdh7fF6k!1|qLnZfSqs@+DC3Gvlx(FA@PcmyQ$}7xd^j~$rS@>` zcB|CS$N11LHX?2Ariq4QGBMz*ey4TDA4$$gl2^IKUn$8K=7o~3UQ{A!lDcHEjQkb{ z_1J2XRCxfb15CrOu9@W`_O&!0d6ClV*5R_eAH@u{xGS1pXpI#nzh=^Q=`C}1(V<)b zeY3q(Mn+qI&7?GIue$Qige3FA7H%Xn?)M|r7bo0BZOB>+TW=KKNDmGyMOQ7ex=%{yCz z=&oMTj>_6epnYjJi7JcT=^s>mC>#kE878mWrJGgtXr@rv0Ji!E>w#=r_F|3j4}NDM zK%IFi3niFYO)swSH9#u>ne<0S9QkU(B1}1as#+NpBh#r(dZe93W?At~wc=pV`Ym-q z?&EKwh)J$eTMP1#UlbrOCe5Dj1k2yOm{)M^At{H_pQ6wWU6@VFXHbobD7x*(F4<+% zu^KCCkZnI}0~R_8rY29o3;%+6C5?$%yG&+iYUH~eJp7ThI-u#YJtqf8Yvl}z1j)uq z@;`lF>5eZnl@nf4&!}2^v=2ut;4A&x0xW;yqHZXgcfnZ5y%{f`%&|40xk=m)?L?GL zbEUBcp^xQ#Talif#d7i3E9FtebY$~)%^#1bo*XjD#j9ciFztV(mjr6IYgH z{fqk&FFR(lXK886!DND^`CCf zzn{$yN3>01+XDu@hL}I4p8o{Ve>teXoE!)^WwrVJ=KXu9{V#}_n*+pxUCypdPX6U$ z|NWQ$k50~c96nOSFh^m{IP(u*Ejww~qCTF#N%g;gWP%t0aWD3>Fm6}QLH%G5TS6v5 zCXWxB1*zNr9q;1d{=dh&426nFyn$nu@?@4i>{42y36`OUxIF{K=gkmxC)=m{Z1`UOm`ZXYRQgQG4VAh(GG_oR)Inq^e}K> z9V;y%hQ>*sqmHMkFi~{;<9j~?>LpI=^9P4Eb}qFmq0&!PsAjuEgf(i%)XTA`Vs7r&{d&UX=cFO@6<5Oh#5W(iQjz;(#@k{yeRxx;sK zfQLS!sCi|%hjLhB{q=Rwrq^L1qN4fQLBA4`6Wlb(<+1@|-HO!9brnfqy2UaNxU7>b z?G(;)Plf*uR2vQ2{;EIl{uhs=d!9Ic8QbmCLA@m0w5e6Q=?=T%gnaJz!?Io~Zdlhf zKCt3N1)P7OyK6i4gR3j{!iJ0x+NVY3+)-JTodG%+gpxt(&NnE@y|8HlgCtX5TX=*@ zK`Xc|e}xH$5d>E63$7BHr=|L?AcVoGSy_lo58_q3tO%Nfo}CW|dtPf~h`0HHl`k$m4unedn%>3T`|7oO!uk6Q z!ry)2CrYVK`#e_yYkxnSX4PdvjOI;hjNz^!skSZ}SnFPoY+##rKt*3FNoNH;6FstB zsh5jaFK)$Xy=RVT15TSX#wJqzweR^ri$r^H-UoDN{7*1M|?uv)eS6u2ITvUs0*A+dnyBMh`4}BC$ z3TNS2_u*nc;yIFo$E2kSP6sFMY!9bTr1afRJ3sbDs@;4{peTOYoFHr%&a>D)qsqkY5f!pO| zD{(s@xuu=4-_Q6Ex9NQ<1E(-$_y1jBvD$BMk(Z7%a^w67mMAIJ*i%#lJ z{p>YD2h?~olnEe0t}nK)yXZ(*P`6&+47%L+U)kj^hsz6wzqH|XFxxq{Qv?~d0k}_u0fm8S(so9|B(!cBpWw2SfO*3@zdq-U|_lm9v zFp}053F~AC{;!tDnHTV*Wy=n;MaA*ihWQ1?WvQz4Z_;)!Lgge?AW5i4I3!88paT2+ z#FqB}jD+xzsWExC+7;KjmnBb3Hj+35LOH+p4Yk}tc0zDgIe+x>Y<*GrR|IVZ&ayR9 zeQS2n9(m41h0x^|G2Bl=k>!eV+S)piv#foEpp`cL*uWA7^rDaRgc4QQNJ$wW9jTkl zj3u*K5fVZux_xe#uCCz~b>aJd$@T5HA|>`~v<7us0E46A)N@;2#5D|Uy8_H#6?HU` z{!qF`ho{W`x3aCoJ(~QC*IbMmtdJyw(u!K5F0Ln`Jf`x2JC}%uga*NEq+>?MpXeBB zp~&)D=S@5{IOseOvm@%Ish$$^$z9q=;QDpsC&ewwFrGO&k3Uh<(Kz|^DpfrI?n#os z+Yt6bt11tXErdNtfctu_PI8${+JxUR|3>BlbtHn-L5Um)To%X3a8~AnEtCI*I59Wow32V_j1Z_U;|(10nlLKZn4^X@JVEP6D!Y>0s5- zFTif@Xum=D!|YrKwGY_}n+%oj4jsdRN)~CZ2V+e#@K?qib(x0`sX|=jp3g0LY0to* z8nODBBwqM$I!rRIGj(i?cG-uImi>5(hN5x^&ROd8vOU`=L_(*|9J%K!XX}Z3&6Z|} zqY!0UERgehZDD&vh~3hblr!V9+>Gd*<3F?8`=~tMqza7-jLY#JvOFObv-lew;|@P_*T=OS5@+$` zKkn=^2x*l;ik_Qpjf2zZU7DI z1d4@jQ>!&oBWyD)m_0$Z3@6If0N~-Yp2AJs=Dt`H zIYL|Pw(#R%l_MU)S1g^VLo(WgS!RDkIpUWRjdb{o0uJ@lA1T^Me6b-+JpIg{O{+~` z@rEifOY_lDtRGk81lRQx06OqKdF#2RG)tJMxNvl@VDANuQPB_0pFg)zn}m{5exfeO za5pYe>BH10Zp^rEBSpm>r$H@4ysv_IJfdu1p?3VLp>STeb1P9$j2h*wUk=5FLc_Y{ zgA~J&8v~h-X`_(7qm!fu5nv|l5@;6`Jx6)q^2T0Lj@=-!oL{iEm zS!7LNOB5=Yf;E!_{7->m1GpVq&X{_E<*iWn=SvVr=M@y15+{hcn-y zD||cX^08ox*U3I>r4M=jC41kL6>uLoHEfFBA(6a()ZBE}MWMKf0!ow}mS@tw016$=(}@@<67BR5K?Q_vWxod z>Ut7?lMUy2LAKTIHP3$N+uJ9ocl~@~{M#K~)v(M;*@+?$Op`A#c+N-L4X?Pq_m1%; zwCQW|EFg}#Q2=kVNlGl0U*4&HthoS3ut`{3({0ylZ5 z*1Z&2U9o9OEV3W1eYn8VudAr}&vG-j(U_)AQ3U=j2qSYLGKC*1L1jm;;<%5XR{5Ra zbvc&uzXiPo*L0{t+<# zSMY;#hTPVMV=Wi2?V5u3HcKrroCC7J0fN}a+;ny>pOBn z`#fL!*Xk{JEL?jn)-LKk|F*1b$Eu!9-mKQ_#V3;^?J`z5&AaA)rXD&G6NGYG6F7RR zSRx5Twm=~&e9D0n>AMy0=7FwqycewGr!BC^W1rtyre}m}yNoM{T^yEspb(zH`neq-24fd+*nm zuumBabyYOWi$nRZwM0B z(-OBYy}) z{^tN-F!N_))lTaC>UU=;g^VLUoBTSzm0k-ib2oZF7@5pWsM;g)4&DnW#7HjX@$E>9 z{ZuB_1rH9r5{sJ8sY$84u<(?Nn>)$^GgC15%brs}=t5pYILV%?XUB^>=wD$uOaw-K ziLm8+kV~`dofT}R^Wh%E_Dnus-VcgKDn(WmE~}^7`z@H%5JW=0MZg-NDb64VA9bcj zqR64;yV0+039#Myd<)-|q|LgtUuWsKxtf;87W)9W1juY@5dSeF{N5s+JoF z3_kdAg|XHC{s>MRQFdT`1QG#_UIrn8=|WTi?G+7a(^xQ$GneIVhY?VT!T#J1S;6w3 zCQ)DATVr&9vr=nVOYkShm5N?%Q^E<85WFqNDKMpP_&oO*+bWh2VjG;0!+9A?-|p@k zd<>u3Ff{DE1D^Iz3I`dx16CY@zy)DiG@{>^8#Y?OO&oV-RUnBkUf&sMe^m zYx5{-eu81=uV17|tFd=mDWz^c){TYuKbn_4LNYq?falR@Bv)VGuEt4XO3g zgtAj}a$%jb5nk!2bu%(WQL-Tdpe#=I!PvK1ZO~C;b73uLRhv#F=eMo2!B3qCiRKo!^Ik?K$%p*bBQRsH-hwvZ;K;0dj<>WN zk*7stXZsDliq+?ONVjqqjxD>m(V^oH4POnd5NGm(qbs$E3YyBb&&dA~3B+Ik2;N)f z=o9|Yn}hOW_t`?{%EmWue}tg;HD~+ANjBM)1}v}TtENTGucsBKh|hHo_}x6`fbLUC zvN-SOp$62+MBk|Q#$gwE0v3c$74Wu^FT`L81uF|l*3zte=z_X?!mC%2$$VEzsqqjV z@cy%qjD|)RUaMT%;W}e|obyb~M7CQtyDNrPGuA2`!bezm9H|>$PreU{g%RQN%LvJ! zW0rYC# zFCpY%RrEr*K_4lp6UP{&q&d>EyV9s1MH4S29H$z!UoJ)Z*(_|Dgh4w(gSO|^=r*d^ zKySopxr|B(nA^(bylvJmN}FngR^2!}ub8m*2ofi8zYv)7Eb;6G&QwNfFYFr{Izh5C zj5{B)x}V_HWZvG!#m#w62;x{~%|avt!!_bOiQ-Qp?EtNSVXlmU&;NY(F0%c)UrpEE z+DdZ4ytUe&!Ota|CJmT~?t`1o=J$<&lM$Yj%+7(>9(#eJ+C)UuU8E9S;t+i*e$7bR zSCtzBHL}laqbd`x$jNX*3O)?iMbxf3BVx}iAMSgYix1ODWa<@6adaoV54dDtnTAsqOi9ouOD>9RD^ zh~=SmNRFn#`+3A6XCj)=WlQ(nBbLHw(cPBIle#o;!e(apaHpp^P-BqbphR(bjcDs6 zXriUV{;UjUz>-&=X_bM)d22|qth3F9PKkYTFk*1u==Qi=EoYDGP)O2JIj369#ujk& zlq#zaXy7kF90>$R*+eMrmX^1^Uyv!F`e$@^*5g-MrtN!S9wW%9}6|y@Ds9 zFMI7`dr}vp-J5wlxlxC=N)i*pLWDO82=}S{Iw2&0RxX0wdt}_2gd~85IL;2mwN^Rp z!>7+mhp5xgk3qWzqzCBV6gF_ha|o=;+mJKH`edX=Qms9Cg!GeoiE)-(#nmcZTKKGI zTscl08-)u!^`QsVMI;{cYsaWDduUjxqoccK;wkGD5&ev;HApPH10xi(A2OyOoZyh73;<37N~{$JaNPghW3 zSZ)}*2*?>ll>cFeKi?v-2>bHmgp}GJLc;HV-+mOrFb%CJ?`ksq???Ioi!ICkICtk z?);qj^=0I6K9iXM41Mx<{P&H;%U!+5EQsNs_9IjM(PORZWY6i`R^PHiYvhLW0M2lD zEbfASeEX2}of5|OGy3xm=BBB(OJ4C0kmv?te9V|K{*o zJCN_YioV~fsRU`hGVY&i;$KV3x-8LNfL`|;-Y+BVMW0}ANWp=N)TuHsaF89#^_qP{ zB|J;mJgkIqul_Yg1OR7=(;70DtIEsG$qH~SdeVI|M0SGy{lTyOBj3JA+k6?KgDr8T zv=o(&tfKD=xW-!5#18f(^n~e^KkpZwbSiM1Bbv7Vh!SoV=GfQkKxk?yx0CUP`KgT; za(bWX6FOCtFXI;%ck}KgeEPH`C|316{S8H8cCh{0=m{a?8P0>l8MUj^y&*!h=y)Kb z)0eJNba|o^C5i`~{fY+IH3MYtGM*xr3>l(EqqXnQkSj0`d9sHgmNt!xdK`!Jj%PzZ zk6cz-^FOq^bnuMakk^*-ZKQbjE_%N?w7sY?6ON{Zi`SG^y|GPqo>@lf)x*{t#PDaG zNAzOn0?L5i&dy)Sj8Mz21z1#6t4kemWv^xEQi0Z+H>p37>j!&k~n{}V%zSZU^*rmT{^V_P$4LADEBqPBRZbZxK@YekZNIMMqbV` z_>W%mg=htl3WmdHDYZ-06!Kpan@{bH0ZdzY&p|%*>KhE_bK|K@O2%fQZ)kYcy}i`m z(^%J&O5!{YS?OEMIW71+z$URcIc#v7SMl=z&Hmea73izZ?*PRnb2_Q7`-ze}%(Yn1 zE$ftSimAp*PpRb8(Z(HDL|uiz)R2B&V|1{MI#@A1$LJcu3$HWm^4hUxvV;N76>l2J zN>C6n=-fYcoZxkwU*|9^MYILE(WljY;OBW@a#4MpQTOPef44w0o+R+)-bmtR6(Z7H z@mx180)xGA22V~tw`)`DaCv{rwAq-Xb&^+YVG8Qp+5V@xep{ zO4q`Nm7(hq1zk|NO4mGKG0tv%!l7vA(eL~1{V4QLOyN}qj%4W~L2RsJL6vvBk!|hs zLv5ZI-+z4)7!~aYkpouZ_hPE*!LuP|9Jk#@WfXI`?hh2*7_%312?-)X%vSA3(pFlp zd7;HviG4Phiep1KodYvR`Ks=>N&RkuG8>yuPrhN;nCJGe@*)f4?*VufvO>n7oDw4` z^ltm8^EC9!x+>0H$8lkx!h<5hj4f_->@gs&l@UhTmIz7tmAS2o4=Hp~^VeWZmVaw4 zODu9RZvcve)ZNa}XHQkG1@!oLHXv&6>mozH1dOhwbsNMY8`7k})byH0?Vg{O!~g*u z6U&|wM6hVl3J2c{CuNu<9X{9SPsJ}M%M>Ge_hy(S8*ZN_Qvkgq8^$Ee%bzqXs(`r& zoccTYLnE1vWMd#^WRUS(sC2_j^q8uI!#s?g!3$*?8bMrHn1PnXI#TMvr92oGcO{i? z2Nk;Rjp4g)O*BoqRVvm98==Du?>#2(B~!CDW$Ej+7Gr*b#<;Ge8SyZpqftvHQ#U$` z!Z?8-EexsaPKyP7x+v5y-YdRUA)fFsl;paBhiOM#QXw5-PfPQ)pK55M8ZB5=Hc#hEQx35~%9WhmRba@P-5u@F`ryhOM0TD$4SEQsliJde%*S(r{f(@ z&6UJ9{3w>2i-tE%V|8#z6ZKn-5>$UjJy9PQG}J&F8I|82OG_xSgSilLIu_G0z$|@HsN-xUA+HO*WFegZLDw%-b8V=^s8cq#GulT%W`9#XR1WUa=57yh9^Uc%*q2 zHQIjmynp2Pf}>EembV^TldRnZm22q@^ZO;UK<8Slxv$snnBhY-K7qPmqy6niXBLzv zS*{VwzIwwhyD{zfK$uqLkV1p;&b4rR(ykR1cl1!Hm^?lwCQ7+Sdu`mbn$zu;7rI=) z*dv3H=hdlaTvm2a@{V}ydrXsBvI?0^pPNiptUgO`7rS5&L%o9ixDH8$PWG{MWsbh; zw~ZW=W61(w{YlyU`?Rg6DApL`Gwhedy4k~L>>nF?7$%vPB0BB$^4faZbWin$=~Y88 zK|ZcEpSvu_+%0}g(wTW!6DhT>o5YOFrO5Cs=q_k_sm@2l(p3yp-DS0V$QJx@eLp!* z8nzt%h)|n3Ho1Z;lbh)SGSk*5J{e(f@~J=w!)=uOs3clO8~BTsS+Rm>hm^@fZ$3Pb zC5j&(CHL44IVcDsl6c$Qi-25vy0o}&4Vw`JDE>6J{8IOpcT8zoWa8{YczvQFF#xJT3!=HyA@8a?lHEIkH zl+b*F#!}a2Ks6cH?s(aEb1;MtfU8PX`@cO=e1QnqcZ+w^1xe8Ckz9@ORp!_Db3PBO z3!R|CxK`QWk;j?61`nzY*uUu>c0c>h+#NsLyckXIq^5X${L+KO8U4LJW%p5ih2iAH z%}~yI5?rC_vwS(c=U1;LbFw>5$ZsTZV(Sc|DG$u~_65e!XVuY^XFqhu=CMgb%I0$( zD|$&xpuNX9_|)ug&}V9V!c`N>=9$bdy|+j5qI&B2c_40Pql6~v$m1%(-RT^y`QA~~ z_SZxEGJO1RIC4~8W?!Hx`D6nWc#45Bd-10{Fj% zr0}DVDWe2q;4Kn!eL)QDPrfRUT*#_LVQl$q@|-;|z%iPX*N;jG-X`0?!N2R=un%1J z_4aP#+;Fy%$0a07wC*=OZwn*H(Z2N=R`mY30^!|y3Te5RqRYS4BpcPhzcM=WHgD?* zeDpNu@3zs!@^SW-8Cv+GDJ+cC?QJ2=AT=y0E>uIns#GHEKhIgVUNN8gBfzvV@@4fq^}8dSq+C$U>iERq+18ULpcLT)X#T7CPA| zIn@VzBoQNpnsFbrxx0}pPunukX(`4KUO;>3N+Rrbq z`+bYq)>!_CPpNi9ds~7Wk4szaE4eRgH7;b7h^UqEi|7WI%Ro8jybLj~$7`jn{qe!~ zGo~C{F22_mobci4Fe2JMRj%;4b*2*8DTaQRM81ML`>#MFDHF2>Jl#6}h%y`7!M5qb zTh6Qb50!bEzRbG1ny1%>{X6M&eW~jUaHkgV7qo*wFx~27Sxu=0hR>)^ZjK$6%ZTVN zK;fdPF2bfOCQSI~}LjvLzV zUfLUS^f{`oJ7@U5)Ag*oxY09vfiIMgpw0$_ZyvQAEQ?*@`eeKOKCs4|;#gJx#Q`j_ z$(YjZQ^zpe?BQJGz*+&^FR(qk=R5o6TDDS}GA`ROP7t)N%eCORMLWjRRd1;gdGg8f zHHhdg*=J_qZS&2Z^8Ravd z&v;NaRePE@@_!xSA9q@IHEyuy?d7al84#g$T0Z;C84=ekRt`iwgVs^L*+TARkF&)K zM=Rn~GG**O_vIl%W8}y^oq~4TlIKw<&Nc^vt-Gw8n D8mw70$YuS22oV-Wv49Jp z;r&#Q%u-a$7o&Azg$XnSHyM|1O_y)Y3CSJ*HZ4KZ9djW)hm*GAvZ8)y1P2S<>G18o zhT&A^>st&4AOBE5Ko(KH^OV~vo31p&dyrfrz`w%7D=bDAzy_4H z3j)Lx4?LwlR4tHo_7OXaWTmRFT>7`CG@KNzJtKM!7p{2s(s|ddKn#vVM5=`Z*&X47 z;Y@t7b~}(dj~(^1{05z-vrN)kC=JQP0!nw}(Kv6jaEV}10%7NWxiAuH)Zv%95-M{L zoXz!p&YV>Pth$zd#PtaJeZS!dVawqMAov24i+L$^|E@wzTEP#u&gGZYisbRG$SlgS z!rP9iE)EP@w-#RMhnX5>RQ}G34yvFBp&AHWKdjM9BXe0skR%Ujz6z^Haa`Jmy<#Zdlr9Mhea zJ;K+iw=I=n_HJ*m5nb3;UQ-v&Z5{sZ{C7@?Io)}4Pl7M^BR&CDm6mT-AIW!&5b3{` zzn#8`ZX+;nMrJiP9I4|gdAMhD?>coZo8;JHt!R7auL(_B5i{>ZE@?wuVvrWqdURm^tX3eFDXtF9p%K;YwpBu9wu%58^U^NAhJABrWX@8pNJ^;L*?fSqL)bL!I`g|8~K_R+DN z0BN~9%KEw=hF@~>X**HvK{zYlGjd+P3>O=r869naGVdn|+^jDf7Fi-R4e+Zmpudr* zXkZ;c7spEj`Tlg_)mD8%rqURsKPFGP6R{77eb#zj?Et#7F0cZ*0giB2|HgJ4rjdbb zB!NI7E?POwSU2-TZMH)ro9ZPOTum&Y1>X+82+~r$S~27Gx?%1R5W5L&zjcz-iQ ztr3qJ2#ox`IsfwI8{6&oy=YNZ-^&gl{!NeiujL@O7bk}Zvrv&|76y3!QGP!i-F21e z!I$B|I;ZN#A0)sM#e*0{hyRX^pkqu%9;vK7)hFR$y?;))wm+%FfW}mVggrwAoksVb zzQVuN3#ajMVA+WE?QzN}<|)mRXbe)+TtbZoZqV={EGmxc+V9#xZTpm}?_JN}DgD_&;{UnF?9Urt|Nsd)~@-H&sT2iJ7&+%u|lPw--@cq={6 zuJOLGzxT}=|@GtYu3nlv^+1pAFVhk2JWdmCd^wq7;3CpRIAS49R z1=w_dduyk-l7INXk0>c3r~*;UmCtdE6TN+br-LAQii<~Dp>UOG^Jk^+K2D8^M$e`FP5k1kyA$nbM;55e zm{kw@p&!aySC9EfTI#Q0!C;660*as)Mm|yXrY{uAVTDd|M{dz_i0(o3SKv$d9l!- zdz)4JJNyW|bSC7H_0h63rtK-c&f+B0K^`sn+L zlmadL#abu>rjhQ8OEJ#MjU)1G!{n$>K%eteE_!3Bhjr!l{_-o4?Xs>YWWUD!fm~}q z_UzD8$@-(o=hD)*(`dl&az|5bUdmTaL0SC>nVy?w$-BO7^|2$>JP7xG4%(>W=i-^x zv+MR14*U`Uqj|@ijmRgZZ#~ZTwTypzO=fx9t14i)mU;l>l1FP{4hIs~G=22^i|34R|5EZr{M>W0PZpgB}yw&K!8Z zS6gsvoNZ*aWTWC*nN{afQ}@f6CWkP)(97n70jgnMl|GOR+q>dJMgvhd#m6M1h9dcv_HD;yL4;=seTcFmD=s+l8XTe zgC#lzDpkkRUN!iI1P9uV7{v9~e{v}&lj%A-Uc%yDVf$mpTt{`dxCzTloyM~9{=P#v zt8eKiOjrJVlsXuO7N~n|%sqpn;6&9qQ>6@d897#0A?U-pDDwuk6X7nHclhnT7uF=YR;r zOImIAVRl-_-)KW}eEta11cgR(^jgQnfo)2u9(-{su^g0W84Keg(!+?nb-%u*W{~Kb zWVm{ROEp#s>k1wO*2$rVOmq>c%U&`S^aZ>i&{gI478y{%zBNy41CP;xtYs^_M1d3N zf558+Vm9wGW%B251-WV4bO$UbI*$yP{M9Qw*GER{mxjk(BvVP(q;_RL3%r8`Y_Cl3 zUR%!UeTEg>&Dx-j0xd3PKH@1X?SYZ%42r=1oiV&g5fjqocq4}wh|Q^RbfH@axxYz2 zI0`O8L9}S$@i0S67e;UZwCI@z5qdr(V5>9^*(+pOBAz#b$WOK=U^f=-3T}MHR@)!) z2(}~!^YSUoS?N_QF`^j!YW>DxLQ_^cKbDUfl4RSO^Mqe}`wwn)T1HLn;{HonIhBau zwA{rR)m{k-GpgNhQO^=osl~f2f&N*hfwc?^3A%@te;|ZP_hb&n8tdr=m zIm@mwTNXt^3W%?1FO%Ce7``Fv*;sxpl^dp}6lJqAh+Sk#T%(g=7;C!{2M=V0V4Pzi|eErl&sgK{QQ6$W^vqa=a3MexEMXapwp*#V5V|B z#lOzL{euztuZ#K#u74<&uMB7dGen#J3-SKPF8=^ahur=|PC5{Op8fyL$o{;l|33pM z`jr12%K1TjBJLut1Vg3?_-{LTM0^Nr`zpGwH-Z2Vx|(A0oeuGMKm&UU;h%?c1~roZ zBy0Zb@;@3u3MREyk52I!AygP@a6zzNpOe^91>n>wIp zAYu%z(X{PX%WvFPZx3x_Nw>$!lOvgOVV|?t!(Quc(4O}u{xi(-R9XBNjAbsgafr@d zEaUH?OK$i$@ND;6-F7E;{P`EX3F%)?F`H}?a8I+$+VV^&(t2~oa~!SnIC0tXkQnMDMOTMGW)6{ zYIgoJ8nyj+O@{m^}q9}h-Cj{+9KthcZjyf6t7 z;Y>2ZSE!v)l21 z8|5k1yavlbxnbNM;jO8MgDx|1XRk5hQe#4fH(n?Bwi4F&K-w4W;k)W9bZ4d9^L)gu4}7boH=VM1_qDg3vF&$V+HV)dxC z*f7t^#mm{`DUXw{JQlDodFSJ_(nbI*yt=+pn_8KSdgcnmr>mC!8FiOrGS@u^1fx)5 zT{k-oEU1SPc`6yK+`jlVM$>8|>1+>b$KN|cga$pL_pq-HwgW+NLX~Q}{M9HtF9tW4 zQ|1~@vvzY{H{jWfb~cG^A0;*}Vp3Y?Xqrymi1O`b)e>9q5$CSAox0U_Df*0te?mU| z?hdUk9qDJXiT?|=et-mfZ;_8{ubgXzzJ#yKQs}{JozND4FkcsT6@vT@iqk0yee*}e zK}%8meu@SbE6_?=>2!wt2uW_flN%S#-b_j?HUcj{q@7K;DL7r#qCPZ0Es15Thg@0o zk7PPX*)k2$Mbp}$7MN~CX0RwRb&>Y~#-q(pQ5L3{&^nf{>96k8$ga;+Q6^7 z2p%xy_fnYMN7za>XuKJ>At(Bi2I6BPgt|lG!`(gcY2`P@`>-f)_=T;~n0ni5)hMM5;wig>X5t@V$m;q)F3c z>A55aQD{q?O`_ABRj7nt?5u;BzTKNw=63L+=ZP1e&oqgU#|7$aVnRUZ=M{|D5Y2Bu zVdJUlo`&+_`(%?58SY;Y`tv^O|L34@!b3MjkISf3E4uJfE$ zaum`VppV*d3ey8l6+u5I5(_eU`(PDTd^I-fLPb-dRnyn%5VfAPCl?*|ZU1 z$hQ0OvZPV;n&B;7g2IhvQEb_}XB7O^vq$>Dp1t!8Z62ss>&+;AQaNFc*Hn8Y(ShFZ zjGa{LPw{P)bM5@~2C4-)LuuS%ZLh_vhuPh^u6q4Bt}7c1*FvTlysn@rR^J$LtT%{4 zelIY*jk-~&knrd6XH&g!Vc*|=Dg5S2wH7BIU!QFO;oj`V zkle=!oRc!aU7OMcK7%^&k!b2V9CeMKbx9MEx*409EuIZNQ(q0&q}hUlNXPKul=)XK zeJF!MAi6t__^|FhgazDHeY=06*Cl)VrMwv-$$g6wF#ZYaOeMGJ^y;oU*F3;Iw>Y2Q z(ScYlh{A*v7WCUZA_$&yW6tj>Pkl$ImvciB$3dWwGP zQgbn5A>8B$xgZYd<1+j)DS7|BK4x@G%={Wc32Y8Dq;+;F3?oFu(BHh+36y%_%Okc1 z5uJ#14q`tVT2Kmx$c<%XRc1xQ7LykkG6RCDJn%inIgfTyXf)(GPtEzm)Oq1noLj7a;?=N z9b0%CskK&I$;R?sRh<1S^e}{}VNs{SZpLYmlhCK`_LzFA^`yHIrOac|Irdn8k%9^YU$@$#i54d%4~e~)du!{YD6Cagik zT;tl-)i4w0f?bucKQ}(V2#FvnT-nD;n#@(N*w+`1d{QG%E&L~Wpd|P-`*a!BWz(oz(a83kd{epeO~fXXj9V4cmMM(#^ua~@r%zH zQ({NzB72s=R>Q$^<}45$wjR3r@-lFnHZ5FMejK6%QQtd7>@+;C6lqDkLd;+|giS*B z0p*L4i?pwPxzoz^Qmn7qr>w?nsqS>sbJ3T24*ey)74dR4!X^5BIN6?paYuz`kiPzX zUxT;Sosyx%5ixX2{kNfUsJ*$s48RtN{s%}=%!%M3Oqv#_jF$cW2Tmc(SWW)F?zm+jyH+ zP?9BE_n?26HEM_}Rn(}qM~EleVba)DULP52ab(}_|LpU-qp-hd(IKOb31!o|rh|gU zU9Z^FH$rhJEt&jj4r53=&9W8n3`6I5F1#(uQd7ik%(ed6pe!7a3-hKC!h^&X`xFRv~*4jKBwX^(GLt#I_ZHP2eF1u_Dyl zqmSv^#ouo>^xf+mUiw)D#~=(IT1s?^nO3IQ5N*s*CHJI_6b=<+A{kS=XM%K|meuOC z#A}8NQ}p{^;YNbVZ3|Vl9qs>fxPck`H@G4DL+$joY3UKtbEq^~_npgu2f{5_0>^tZ zdP0yk(pJt3sHo@Hk^3O)`ZVw_Orw7OZ%l*Wgxqg3vXZthFvz~b_Jb2^oabM)VjdxW z>)sKGYUP8VS@>qSn??kN`biQTfMo@;k%#D}v%0pQdK`#daAR)vd;ik09Xv(WtL;>A z+RgyHuVEUi#w72|R%XPd;zvK^8rF^^3oDyy<7Vabyu5d}*=s%+h^50^VUoEY*KZqb zW47fmLJ84Cay)4`Hg%p8;^xblE`3w80+Eq$?I}_l#d40;hOw7FhW^ap(b3V{_9+^t zM#|&NO<&xbJkBDZkoQKkFSE?hT1JUOVKiJZa)(~2CcGEahi5czAnwGtF?<*Tzne4>N^ZyDi&MIi7pkc`Fy`;;8z&@fsgA ztPql?U!xAi^Y6k_dkv0^@=EgX$nR!mMX8Y*_!ymLT!HDwjz#qo-=`S{e$?;Jo)yX? zUrQgJfJ8MFg=XIp-vk~gj%7yf+O0cp5FmpC`8g{*dz+(+21b@1NxLisyC;OAGMov{ za68d_8EPihe#MQR2!D0f?GvQ~s5Sj{cmo=!8CJzs_>)o>XAJy+z#@3Q5-M;$tcbM3 z$yhx+}`L2-Wl83#h!}D!5)F_&>s&C@9&<1}@YRCl|k{|7*(A08!0auibziv2DwWNp`ohqJC zH#BOPtRCzX@1`5BfOIzqJg^*{O3qu9IV(Ds8usG2e+Z%&&tE@@Gc#5yR`uSuKMy*~IDr$)F_Mt)WXN+9mZgrP* zj@j<%vG?9%qy@2wz$ue+h2CE8$_QSBFz>3mg&C=P5$rjJDzUc*X+g}mA2xl|@jX(V z?|q+ucVg_6AGOIy|DEWG=Pt0g31r&XL<1*PyHFLzRN5IdlAF<9GVolQEt7+_nC#$vQ!^A% z4tRWs*yhxFAP|car&Tz<>g5f;?NyLwn@VO7o7qIj(jDxsZoJYGL&;fa>^hATn?LQ{ zQDsk^)P`E2s!;=BpoAbMR+`zsiWIbjJkzVXBXf_rAv%s|N%j4X6uG=qcPAe&k?rXd z%=~8(?CXT#ro2b8-Hrvm#>%L=io&=*x(l5I2bIhk;>#K8XT(Cirw}y66a-t&R%2il zjq&RNd=Yiclk#7D4HxbxSQG`ET*|o<{R`b*Xa5|Tf}vg*frD%s&1_LJeV?ztC~9zh zP`2%ucAt=>0cQMHA4WIVNL%~y%>47n^6SGnBPEGvpBZnH8IfluGk_*iG1~t4{c&m*o288;%7zO6M0%cC$l4s zP1w8dripc!1KmL+yhY{*ZsjRoz+C2Z>eI>wiNyxk|7q_lfT~*GeklnBC6rKN6Vf3{ z#|G&}3F$5Y>F(|>0qO2e>D~eo(y&2FLV6=5n;TwtY}ncCuOF_1UXU)vGNG7w;Td+?+s1ZZ1qX{xt~Iyc?pkq%%Wa} z_M)SrfXyM+D|Zu%fc@JRF83ZP&4n=cvM=rEuk4AB1%WI`3t_*7yj^c@{~P2jZea|o zlD@62)E6cN43kEtgj)1TE7#%`O&iW%h7=v@N`#=xbh?j<~^Gx zXj>ERnj*{&`GB5NrpAY{7zBSDbL~yY$B9rfPU2AiEp8%Dx+&9l)6D@#v(M#* z)t&eENSymSqOF$5XAFcn6nJr$b!Q%1`yq*?2cRW0I$}NWSz8{QmQZ7tcjXjU>H3Kt zJIzztMm)dJT}J-WXf)S3@vOjSIY9hfNQZY#g!aK(gjX}}Nb%?j#PGHMfga-|d`FL+ zkN$!l-^H0o6Htje%3qqIc&KqphPVir61}}p^h>XG^3gt`F%fHJ-_3g~u|d|(?pI9< zqYEITnVB099>lNK^6{d$3ATi$4}KS524Dny({felHi<@5F9fN;Q+@th7A3r$hTW)`c!Fc{y9W> zcD6JlMbgMl%^l-5K{?({%!yOg=9H=u_6r%noDQ?0PIQlUPmyBHwE~*F2T_buib=Q- zJ=9rqI;+G?@88;IFK!FJo#mfGak3^-R!)bp30Mw5u=eKhqB>P>vjdE82X&q!5>C&` zMVe$@_{0-Wd3G@Jy+os4E}*~m-ti;%_{%6TBjSd@fkN`+CWQ~QZ?b0ae0zBQwrvXD zs{+TS+|~qpSl5fw91}UAYoSRv+~-Tf?f9o3OP?GBAr*kihAA#;?h1_tE+|{^Zq8+u&dYmQ0p0e(Ppu%FVrJs!XL<2caerC|8bs&! zEQW3&Z9o2H9bh9t<&qb@266pF0 z;v6M4>G2o?nd)j%74z(0*(TN7a1(smCS*@ri^kY545sPq47l^uRtWX}P_j^gmXzp% zjXwP_5di#g)6R-sgPMM+;Q0~YrN3jV;Qx=U{-0y3z(5QM0p7!uJzo~&7zX1yRcr27 z#t-D`pXz4$V`!m$7v7`s#c2{)#448%8|0-a4$4~&@VSd+WL~50izYpFd?2z_W|yR_mnWrif7&S@ z(d(ZPSMKcP@D`D_DSH6s8h_W4d;3BBT1K%vb=Y{GJS~U8z6eRJn#_9B%$|Rhl6NDs z6=-8NjDvcHA0bG&1qN0>8izW*{Nj$dB6k;%hNR=5HeEKgYS3Lsr|}<)ZO9^AN~H5L z-iSean$f1z$QFXHVu#|V7tljq$@k2@c)8+skcNGi%q1)F`LrT`h;Wy3S9@;O)OmfL za-yVRuXOmQIHYmzn3~KS;fnXaoC0SK=g>+i2b70LhoZK#{6am#*RWUDFBtSX9|A+e z+xe|J99!STt~4ur>-{j^us0H2!KwV14#US=CPRC^@dRoFv08nV6))hLI16!gHGVT6 zXQ18~#pA+R2@%Tr6h@SSzDH{rItsxbb3WyGjZMA%nlDw$Ik})JE6+~-SQJcDv-OtO zt0#|;sZ}xb-B_X{1$WL`d4)dEYQK>!C|x*B+biy#?wEFotdpBImYL}}0XI7Q2SzJT zlj>&jgl({`S7RPJ%2%OTRfd1-5|Fn zItB8YRB*V;kXqV;No`d4XN^gD%gGBqk;U8+YCB&2_1Zt8Q+w-#oWv|_CE~u7CK7Sl z=nb`~c+7~0F}MpxC?q|lv`)HG;=mgOH`o*oXvdPNXje?lDLEOEk5vS)4S0@e2spLGHsjrDWB0Ln-&jJxkzgqt@aw znp7(un>|krKMDzZaNeBfGrP-&gbcY8^MaE1Omj9l${U^%E7#OqC?>Gn-#>A0Jk=_0Ed0y2`5eGhEXbeu4k?bNh&U+`BhKw<$)ri~L7L+MIrlK6OUN?tYd;=5 zWGiw1&^dOil(r{i5`{z|&vfeRC8ty>_&%ag^l6`N6DZfh(v6jS^OEWj9f6~f&sh@A zid|N6fgYyW3v_ND!QGZ%zFn{h-B@F#I_q{h5%{J9!X|cKP4}S} zsoK>$ALtcYVfd*`Bmr@)y#l(`D&>XkwE=7kZJb42Qx#7v9qf^@$rNew>A$1D!q9}N zJt6(MbEf*m844kP)J7rgn*Cu-o{RX42^P&UKXVnL(5-s%b@7sZ=!9iN2Kj*D2f+Rz<$ zUBiWlO-h|_{`aO9Dbuq`svI90Z_9=Hz8syLnX$D>Ep~E5_730adBcG6X^6?8!Ol9( zW6XtT2kVvGp2t+VebE44+}lmzB%ep;`=}QJo zW=?0E$AXlOlA6cgC;O_5mI;`NGxwRi!Agwu&moIk7>MT43*vI)Kj^+sNJ}qbAj#4r z-HJzNM8y@toKEliFWPx#vKa{+!A-&U__l{k74GAN6#lFkP3IJY$(%tq)jZh+n#gMG z7w=N|jxP_N?Pl(UI8%i7c4UP-p2^N0>}xMRxT`EfD43zE#2fj@oRYX{0KBDD%BbIG zLZ_hjr^R5b>4vmjhZ5IVW6QSlp}}uK@R|wJzv%b1mF2?fv6h+b1iS}sa)Lcu1|Opz zZb(irhS9#{qgV_Ov3xx~4Rnpb{Iid4wSEhL!j-kw=s73HNsO)`s&iXBTt)L>QyW|e z8PP+PM`&7_j;zTrD|2qH`O~{lsfx+-2#a9)7VKT+k-ehGnpc!z0(mDACT5m-4&g`NqucJk;C$%1Ng+tCU+A4E_0MXmz3)$dS)6} zn`4!s*SM8xWV@_SWBH&g&Qoe$M8YWOX3PiCR(ek8!!aFfU<8s%fr%4=Z;-6xRAK0; zlpD71M*vPLCC&HXAQOm-3g#CRD@P?ug&empAwM}GQ&ri{xf4w1LdnLdx%84!{*cPWZM&?~B2Z+;) z41%a=9R@|3EXOO|Wc8MlR@hKbaZ(a%kV*eV%8$foDARH1aY(*WENjz*isyp zNkWJrO=AxtvE2EIw$&Q8onF1;qtiqyH-2G zY*pMSA^KtrE!EOmx`Ap}z*A1JsU`V0w0&kZPzF%(kJKzxIcRo;50yA+R$eN9lY~`J zj!&qBXK1=jD~?w6r^;+9&EE-IE?&>btIF6Gxq{V^>#ksR283@WkONLSSsS~rAOM(l zFBhYk$zRFjRbY^VMv426x>sMW@r8`cs`9VBn7bh=h-`?lqZDsP{1dVyI zSz@F0Lig7dw$^y=i-M1IGSsrOWXxhLPkWVa%PsFQD+O*wDl_67Dr(sj4sdPP3U{z) zbM)6dcY8Z9#>eE@(w4WQw%B;(4LC7(na>>1xFY|CQBdCX|c3pITzWg<^qea#szu=7E{5Ew0HXHbztVwm^05MpXdI?t4*k?UERXb9R*VOXX6=%YhNvVSbtY-1~ zOfHefx>fiZ#O5_B7+e0_XR7V<;O@{*u!MRJyyZ>Py$HQ;0Ud~6sd;j3S%`2Mz_t2s zxFny9l`=h?%A$9+SCKcqh~E=LQ1wF^>o6b5pW~XYgr|W1Km7QTm8#LRF z7`R{O>fe(;I?fV*4~ozvv4p$QStxrvOweV`EHz|oxs`C`lSs=b$n}@HzqB@>jv@UWVs@Tb2wUcXQhVFrH-}| zi>c91cm=9I^v5_KoKk4bEWNzyjq`L=30-@4xJ&WOIMVM!5` zY;|8hzBoqTyZ_#G^628Ew~$`HOe>68tB#CQg~y0jKGYRTE#?#QrKCROsH*Qp@gdBb z{WHj$2|GGTw$Wow{k^a@#t3cu%qglSD6~QI>_@K0f(9BBxxL6B9j_v*uZtcjL=+IW(LRRP9n|e&z zih(`JSd|8DM)&D(ahsi&5e*Rg!MfwyJlQdGy!I`qd#caMt1y=hH3ELM?KQ*%x?$njN)2Xm-h{c|!~_OhYaTA=xweJI^XLawEK(wr|vyFtTVSyB8R^8R6}4TYGKCM`jdVEI#jgF(+_@1wLb|RA}tI`!qfrMDf~< z>90^{9Nm{fxWq6$DOd%Sx#Z@)xT7C z`Wj&$xu~?A;FTO#{uO}#B~k$R-yrx%q11G#6V4$!V>JtJZ~x)6@=p`oky`pm z)mm~!rqi#Flp-*TakG&YQg9Qw?h(j!yXHB_$Oz0)aaWY$+|fBN{AfyNDdCC#_*C>I znsK*BJfYyyfvM#R$iO_sSwV>t%Nw|%oQX%Tag7St`Y2muYZHUFxz_wr+?m#59w{Ui z0}g?=C;4-(msgq`PXYdhJLy4^K$9FQvkR-r`*0e!1$`N`UZJN^(+s(5)DAqyY2iQI z`Bq4Js{pplO!b*zi^Fhb$zTpI1=Ks5V>8Qa_@_!jPJ#i2LI6 z1ijb-X0D2SFML>U;T2QibT?WwTwtOaE%5M#f*AJe`81z{imXRQALK%@M)9j(<7vx6 zd8%J{DfSTtE~&s|SHBTXhD+fX`mR+gx1$^zvMVH%!pG3ZiCHq9L^if0z0Q3Pb zJ$-)_n)FH8oCH5J(&t+q0gZ-6s2aW>9m={$(wdZza1G*3wl3=B5@NhP+#JCpqLjJ` z!)Hcyb0I6!Su?)*?Xg$vN3pf~`|bU8MEndMkabw)%LzYq6*E8k<6!o~oC3+aJI-74 z6`vQi$ZcG2`gaSFvOOM|p{c14#UK8Zr4qQEPAK^KG@3^4NtiFm{T>y0tlc{jyv`JK(tZtuR?p#vEYAXlchP%Ce=!~UnjcT;v+Yqw60 z&C&|ECAC~|)h=z)wgt6y<6{Q_MugzxL3E(nssWkX(on_f2bvwxO|fxf9(OKIVRa9w zK$3XBGz_~jCG)wm4GmZ9y->#myvHD9osvA5@ifZHxW9?3aWyx+01uUHX z)mOs+g>|6W>oWGXSV{+lV2AZ31|J2aH-tm3dT_T0Pdqm`X%6fQMHlx0(`4SLo-&1b z5poY%;*G*>-U9A^N_cEcq(WHV4*Ak#XhEx@u2AB;6tKTa`8M6MY5EVrvVcS0H8@V!dX~MiSBrbURqe4{s#FEdTmmHHNKK=>b2Id4BxLF{85*-Hsd!1ZF9i2>g1{KxVU!S-mtB!wnJpALZ=y98 zKRxcTeMUGbp#=>zYnOaB$oV~rH zY;?>DpgEg0d=s(bCwtmA{H5?2SDotyRCcHZbmv+(F6jHZ&S82YLV*F%24tV0`YE#R z{77$#E*Hlx*J~ICa~r>4xZK>f5p7M`g_`9GJU?q%zi=h%2}arY;N7|TQPxQRSm5gE zazKfYTFR+;0Dl*&G^7)pcv;BWc*HvR7WLS9^VsZ_9N~d!%%-^(^l9_G#RexH}>(3_X-{B6d~qKPegXX;j!1 zB@-C*AC!!L;NJxOusb+eQr(*#Ypva|!YXX%dRc647OW@^ze?J8CvuJGpLM3}AjY>l zvLbmLK^wBKm#a?~AIHD1m7cDgT{E9A>ifL=H2z4R%k+hNMn~>r9eGH%bCU{$(iGg> zFicmZ_j#^Cw6f*EHZU*n ziY0>FVcuw8xC(HKWLpu~6HGaGSx76edp}R>_Q5F|HkmVJ5Pa=%=n{P#(kUD~^S08C zPyP93UB#l>qga@x@a%V^B6)yqN{(iADOU~a# z`^*+MRyEQ*N47U3m4?59N^m?gp6o#s<#|HkYe62JH@DUwnM{d$@3JF2H_Ddg$=5Q4NTsPrcj!%eG1+G&6@f~^#W5S~nF>w*NyoX%o6Q=m91`yr z6A)m$_nD0|_J?Y#gFkfYHfE+zeYSgXwwQW>A(RqEHW6>e9-Q&qS{YApT*-*BA^Z-E{`UF?Gtk(ZFdRpXDO*awuC;>pPPh0dC zy}o%K>fWuY{O^^W>Z#i7-}B<}eSAO)-k;9rObPbgFLpo^le(@D{Z1+op#fE+qJp$` zV6^Wx<8hzSTtB_PE(1fxJ)a#+iA11-`OT+=6i~cda8%v>>#u)uW$nKXr5S4F za@5yu@-+tfhg9aoA5L`t)c=X(Uo`N4-4n>m95|pwop#Q%-yLud1E?|O)|r^|W6%Hm zm%k2EJF@P7^jlVX_R zs`3?X@m-1k8({}y?7tBZz%sn;SCBUF`VYLT%u6m7Qsn8lNzJs$%7i32_rAhjre-Cat9`@enlD&K*Waes^{%;>o93UH0EG>Qh z{ro+V5JCV~h?k<)*z4bIl?>$BrmxR~-$f5o8OR`v;?vC9-)*%Z1SBIB;q0&L{f7mw zwyT0}+T(aNzpV{Ng@C@#wYYHo3I4ZGAmIWrKrCv>XZZIx!J%;g;haQ6VgGyE`Ew1Z z9EiaKmrIjzyG1EXbS?uDZ^3!^mnbu>&m&*R>))``Ma%TfN=g-Nrg%e!~pq) z+jF)5wvF*cMd$cG~!=&e0(I}-Za+~7xOK=QVg$Bza5XxxR>k&)WT z7F-d#J_CuN}@cRyWt;a8Y;_~jxeH^TY)`?b>p^CM@z%^;XR zW>~HMZ3?544>PfuTMl(8pZ!#KmKSD&{{4_%En;nXHv3%ghMxabZlpg!a%Ox7B``}2 z_+2X!`+q+>{--@~yuQtc6V1TE!GX}vzL~O6(HC?@ErIww;k;gZ#?;ls*CL@}Ui}M? zaD9OTo@&<$_4=A$+q^{Ma8h$Imi*73eBUPy{(6*o3d@Gx2yjF=abX#uQUPu6{{>jq BSoi<{ literal 0 HcmV?d00001 diff --git a/bundle/deoplete-go/plugin/deoplete-go.vim b/bundle/deoplete-go/plugin/deoplete-go.vim new file mode 100644 index 0000000..68b64e4 --- /dev/null +++ b/bundle/deoplete-go/plugin/deoplete-go.vim @@ -0,0 +1,32 @@ +if exists('g:loaded_deoplete_go') + finish +endif +let g:loaded_deoplete_go = 1 + + +let g:deoplete#sources#go#align_class = + \ get(g:, 'deoplete#sources#go#align_class', 0) + +let g:deoplete#sources#go#gocode_binary = + \ get(g:, 'deoplete#sources#go#gocode_binary', '') + +let g:deoplete#sources#go#package_dot = + \ get(g:, 'deoplete#sources#go#package_dot', 0) + +let g:deoplete#sources#go#sort_class = + \ get(g:, 'deoplete#sources#go#sort_class', []) + +let g:deoplete#sources#go#pointer = + \ get(g:, 'deoplete#sources#go#pointer', 0) + +let g:deoplete#sources#go#use_cache = + \ get(g:, 'deoplete#sources#go#use_cache', 0) + +let g:deoplete#sources#go#json_directory = + \ get(g:, 'deoplete#sources#go#json_directory', '') + +let g:deoplete#sources#go#cgo = + \ get(g:, 'deoplete#sources#go#cgo', 0) + +let g:deoplete#sources#go#on_event = + \ get(g:, 'deoplete#sources#go#on_event', 0) diff --git a/bundle/deoplete-go/rplugin/python3/deoplete/clang b/bundle/deoplete-go/rplugin/python3/deoplete/clang new file mode 160000 index 0000000..f047408 --- /dev/null +++ b/bundle/deoplete-go/rplugin/python3/deoplete/clang @@ -0,0 +1 @@ +Subproject commit f0474083bf402e53e57a4a8764962ffcb06318f6 diff --git a/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go.py b/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go.py new file mode 100644 index 0000000..1c401cb --- /dev/null +++ b/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go.py @@ -0,0 +1,325 @@ +import os +import re +import platform +import subprocess + +from collections import OrderedDict + +from .base import Base +from deoplete.util import charpos2bytepos, expand, getlines, load_external_module + +load_external_module(__file__, 'sources/deoplete_go') +from cgo import cgo +from stdlib import stdlib + +try: + load_external_module(__file__, '') + from ujson import loads +except ImportError: + from json import loads + +known_goos = ( + 'appengine', 'android', 'darwin', 'dragonfly', 'freebsd', 'linux', 'nacl', + 'netbsd', 'openbsd', 'plan9', 'solaris', 'windows') + + +class Source(Base): + + def __init__(self, vim): + super(Source, self).__init__(vim) + + self.name = 'go' + self.mark = '[Go]' + self.filetypes = ['go'] + self.input_pattern = r'(?:\b[^\W\d]\w*|[\]\)])\.(?:[^\W\d]\w*)?' + self.rank = 500 + + def on_init(self, context): + vars = context['vars'] + + self.gocode_binary = \ + expand(vars.get('deoplete#sources#go#gocode_binary', '')) + self.package_dot = \ + vars.get('deoplete#sources#go#package_dot', False) + self.sort_class = \ + vars.get('deoplete#sources#go#sort_class', []) + self.pointer = \ + vars.get('deoplete#sources#go#pointer', False) + self.auto_goos = \ + vars.get('deoplete#sources#go#auto_goos', False) + self.goos = \ + vars.get('deoplete#sources#go#goos', '') + self.goarch = \ + vars.get('deoplete#sources#go#goarch', '') + self.sock = \ + vars.get('deoplete#sources#go#gocode_sock', '') + self.cgo = \ + vars.get('deoplete#sources#go#cgo', False) + self.source_importer = \ + vars.get('deoplete#sources#go#source_importer', False) + self.builtin_objects = \ + vars.get('deoplete#sources#go#builtin_objects', False) + self.unimported_packages = \ + vars.get('deoplete#sources#go#unimported_packages', False) + self.fallback_to_source = \ + vars.get('deoplete#sources#go#fallback_to_source', False) + + self.loaded_gocode_binary = False + self.complete_pos = re.compile(r'\w*$|(?<=")[./\-\w]*$') + + if self.pointer: + self.complete_pos = re.compile(self.complete_pos.pattern + r'|\*$') + self.input_pattern += r'|\*' + + if self.cgo: + load_external_module(__file__, 'clang') + import clang.cindex as clang + + self.libclang_path = \ + vars.get('deoplete#sources#go#cgo#libclang_path', '') + if self.libclang_path == '': + return + + self.cgo_options = { + 'std': + vars.get('deoplete#sources#go#cgo#std', 'c11'), + 'sort_algo': + vars.get('deoplete#sources#cgo#sort_algo', None) + } + + if not clang.Config.loaded and \ + clang.Config.library_path != self.libclang_path: + clang.Config.set_library_file(self.libclang_path) + clang.Config.set_compatibility_check(False) + + # Set 'C.' complete pattern + self.cgo_complete_pattern = re.compile(r'[^\W\d]*C\.') + # Create clang.cindex.Index database + self.index = clang.Index.create(0) + # initialize in-memory cache + self.cgo_cache, self.cgo_inline_source = dict(), None + + def get_complete_position(self, context): + m = self.complete_pos.search(context['input']) + return m.start() if m else -1 + + def gather_candidates(self, context): + # If enabled self.cgo, and matched self.cgo_complete_pattern pattern + if self.cgo and self.cgo_complete_pattern.search(context['input']): + return self.cgo_completion(getlines(self.vim)) + + bufname = self.vim.current.buffer.name + if not os.path.isfile(bufname): + bufname = self.vim.call('tempname') + result = self.get_complete_result( + context, getlines(self.vim), bufname) + + try: + if result[1][0]['class'] == 'PANIC': + self.print_error('gocode panicked') + return [] + + if self.sort_class: + class_dict = OrderedDict((x, []) for x in self.sort_class) + + out = [] + sep = ' ' + + for complete in result[1]: + word = complete['name'] + info = complete['type'] + _class = complete['class'] + abbr = str(word + sep + info).replace(' func', '', 1) + kind = _class + + if _class == 'package' and self.package_dot: + word += '.' + if self.pointer and \ + str(context['input'] + [context['complete_position']:]) == '*': + word = '*' + word + + candidates = dict( + word=word, abbr=abbr, kind=kind, info=info, dup=1 + ) + + if not self.sort_class or _class == 'import': + out.append(candidates) + elif _class in class_dict.keys(): + class_dict[_class].append(candidates) + + if self.sort_class: + for v in class_dict.values(): + out += v + + return out + except Exception: + return [] + + def cgo_completion(self, buffer): + # No include header + if cgo.get_inline_source(buffer)[0] == 0: + return + + count, inline_source = cgo.get_inline_source(buffer) + + # exists 'self.cgo_inline_source', same inline sources and + # already cached cgo complete candidates + if self.cgo_inline_source is not None and \ + self.cgo_inline_source == inline_source and \ + self.cgo_cache[self.cgo_inline_source]: + # Use in-memory(self.cgo_headers) cacahe + return self.cgo_cache[self.cgo_inline_source] + else: + self.cgo_inline_source = inline_source + # return candidates use libclang-python3 + return cgo.complete( + self.index, self.cgo_cache, self.cgo_options, count, + self.cgo_inline_source + ) + + def get_complete_result(self, context, buffer, bufname): + offset = self.get_cursor_offset(context) + + env = os.environ.copy() + env['GOPATH'] = self.vim.eval('$GOPATH') + + if self.auto_goos: + name = os.path.basename(os.path.splitext(bufname)[0]) + if '_' in name: + for part in name.rsplit('_', 2): + if part in known_goos: + env['GOOS'] = part + break + if 'GOOS' not in env: + for line in buffer: + if line.startswith('package '): + break + elif not line.startswith('// +build'): + continue + directives = [ + x.split(',', 1)[0] for x in line[9:].strip().split() + ] + if platform.system().lower() not in directives: + for plat in directives: + if plat in known_goos: + env['GOOS'] = plat + break + elif self.goos != '': + env['GOOS'] = self.goos + + if 'GOOS' in env and env['GOOS'] != platform.system().lower(): + env['CGO_ENABLED'] = '0' + + if self.goarch != '': + env['GOARCH'] = self.goarch + + gocode = self.find_gocode_binary() + if not gocode: + return [] + args = [gocode, '-f=json'] + if self.source_importer: + args.append('-source') + if self.builtin_objects: + args.append('-builtin') + if self.unimported_packages: + args.append('-unimported-packages') + if self.fallback_to_source: + args.append('-fallback-to-source') + # basically, '-sock' option for mdempsky/gocode. + # probably meaningless in nsf/gocode that already run the rpc server + if self.sock != '' and self.sock in ['unix', 'tcp', 'none']: + args.append('-sock={}'.format(self.sock)) + + args += ['autocomplete', bufname, str(offset)] + + process = subprocess.Popen( + args, + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + start_new_session=True, + env=env + ) + stdout_data, stderr_data = process.communicate( + '\n'.join(buffer).encode() + ) + + result = [] + try: + result = loads(stdout_data.decode()) + except Exception as e: + self.print_error('gocode decode error') + self.print_error(stdout_data.decode()) + self.print_error(stderr_data.decode()) + return result + + def get_cursor_offset(self, context): + line = self.vim.current.window.cursor[0] + column = context['complete_position'] + count = self.vim.call('line2byte', line) + if self.vim.current.buffer.options['fileformat'] == 'dos': + # Note: line2byte() counts "\r\n" in DOS format. It must be "\n" + # in gocode. + count -= line - 1 + return count + charpos2bytepos( + 'utf-8', context['input'][: column], column) - 1 + + def parse_import_package(self, buffer): + start = 0 + packages = [] + + for line, b in enumerate(buffer): + + if re.match(r'^\s*import \w*|^\s*import \(', b): + start = line + continue + elif re.match(r'\)', b): + break + elif line > start: + package_name = re.sub(r'\t|"', '', b) + if str(package_name).find(r'/', 0) > 0: + full_package_name = str(package_name).split('/', -1) + package_name = \ + full_package_name[len(full_package_name) - 1] + library = '/'.join( + full_package_name[:len(full_package_name) - 1] + ), + + packages.append( + dict( + library=library, package=package_name + ) + ) + else: + packages.append(dict(library='none', package=package_name)) + return packages + + def find_gocode_binary(self): + if self.gocode_binary != '' and self.loaded_gocode_binary: + return self.gocode_binary + + self.loaded_gocode_binary = os.path.isfile(self.gocode_binary) + if self.loaded_gocode_binary: + return self.gocode_binary + elif platform.system().lower() == 'windows': + return self.find_binary_path('gocode.exe') + else: + return self.find_binary_path('gocode') + + def find_binary_path(self, path): + + def is_exec(bin_path): + return os.path.isfile(bin_path) and os.access(bin_path, os.X_OK) + + dirpath, binary = os.path.split(path) + if dirpath: + if is_exec(path): + return path + else: + for p in os.environ["PATH"].split(os.pathsep): + p = p.strip('"') + binary = os.path.join(p, path) + if is_exec(binary): + return binary + return self.print_error(path + ' binary not found') diff --git a/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/cgo.py b/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/cgo.py new file mode 100644 index 0000000..f7873c2 --- /dev/null +++ b/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/cgo.py @@ -0,0 +1,212 @@ +import os +import re + +from clang_index import Clang_Index + + +class cgo(object): + + def get_inline_source(buffer): + # TODO(zchee): very slow. about 100ms + + if 'import "C"' not in buffer: + return (0, '') + + pos_import_c = list(buffer).index('import "C"') + c_inline = buffer[:pos_import_c] + + if c_inline[len(c_inline) - 1] == '*/': + comment_start = \ + next(i for i, v in zip(range(len(c_inline) - 1, 0, -1), + reversed(c_inline)) if v == '/*') + c_inline = c_inline[comment_start + 1:len(c_inline) - 1] + + return (len(c_inline), '\n'.join(c_inline)) + + def get_pkgconfig(packages): + out = [] + pkgconfig = cgo.find_binary_path('pkg-config') + if pkgconfig != '': + for pkg in packages: + flag = \ + os.popen(pkgconfig + " " + pkg + " --cflags --libs").read() + out += flag.rstrip().split(' ') + return out + + def parse_candidates(result): + completion = {'dup': 1, 'word': ''} + _type = "" + word = "" + placeholder = "" + sep = ' ' + + for chunk in [x for x in result.string if x.spelling]: + chunk_spelling = chunk.spelling + + # ignore inline fake main(void), and '_' prefix function + if chunk_spelling == 'main' or chunk_spelling.find('_') is 0: + return completion + + if chunk.isKindTypedText(): + word += chunk_spelling + placeholder += chunk_spelling + elif chunk.isKindResultType(): + _type += chunk_spelling + else: + placeholder += chunk_spelling + + completion['word'] = word + completion['abbr'] = completion['info'] = placeholder + sep + _type + + completion['kind'] = \ + ' '.join([(Clang_Index.kinds[result.cursorKind] + if (result.cursorKind in Clang_Index.kinds) else + str(result.cursorKind))]) + + return completion + + def complete(index, cache, cgo_options, line_count, source): + cgo_pattern = r'#cgo (\S+): (.+)' + flags = set() + for key, value in re.findall(cgo_pattern, source): + if key == 'pkg-config': + for flag in cgo.get_pkgconfig(value.split()): + flags.add(flag) + else: + if '${SRCDIR}' in key: + key = key.replace('${SRCDIR}', './') + flags.add('%s=%s' % (key, value)) + + cgo_flags = ['-std', cgo_options['std']] + list(flags) + + fname = 'cgo_inline.c' + main = """ + int main(void) { + } + """ + template = source + main + files = [(fname, template)] + + # clang.TranslationUnit + # PARSE_NONE = 0 + # PARSE_DETAILED_PROCESSING_RECORD = 1 + # PARSE_INCOMPLETE = 2 + # PARSE_PRECOMPILED_PREAMBLE = 4 + # PARSE_CACHE_COMPLETION_RESULTS = 8 + # PARSE_SKIP_FUNCTION_BODIES = 64 + # PARSE_INCLUDE_BRIEF_COMMENTS_IN_CODE_COMPLETION = 128 + options = 15 + + # Index.parse(path, args=None, unsaved_files=None, options = 0) + tu = index.parse( + fname, cgo_flags, unsaved_files=files, options=options + ) + + # TranslationUnit.codeComplete(path, line, column, ...) + cr = tu.codeComplete( + fname, (line_count + 2), + 1, + unsaved_files=files, + include_macros=True, + include_code_patterns=True, + include_brief_comments=False + ) + + if cgo_options['sort_algo'] == 'priority': + results = sorted(cr.results, key=cgo.get_priority) + elif cgo_options['sort_algo'] == 'alphabetical': + results = sorted(cr.results, key=cgo.get_abbrevation) + else: + results = cr.results + + # Go string to C string + # The C string is allocated in the C heap using malloc. + # It is the caller's responsibility to arrange for it to be + # freed, such as by calling C.free (be sure to include stdlib.h + # if C.free is needed). + # func C.CString(string) *C.char + # + # Go []byte slice to C array + # The C array is allocated in the C heap using malloc. + # It is the caller's responsibility to arrange for it to be + # freed, such as by calling C.free (be sure to include stdlib.h + # if C.free is needed). + # func C.CBytes([]byte) unsafe.Pointer + # + # C string to Go string + # func C.GoString(*C.char) string + # + # C data with explicit length to Go string + # func C.GoStringN(*C.char, C.int) string + # + # C data with explicit length to Go []byte + # func C.GoBytes(unsafe.Pointer, C.int) []byte + cache[source] = [ + { + 'word': 'CString', + 'abbr': 'CString(string) *C.char', + 'info': 'CString(string) *C.char', + 'kind': 'function', + 'dup': 1 + }, + { + 'word': 'CBytes', + 'abbr': 'CBytes([]byte) unsafe.Pointer', + 'info': 'CBytes([]byte) unsafe.Pointer', + 'kind': 'function', + 'dup': 1 + }, + { + 'word': 'GoString', + 'abbr': 'GoString(*C.char) string', + 'info': 'GoString(*C.char) string', + 'kind': 'function', + 'dup': 1 + }, + { + 'word': 'GoStringN', + 'abbr': 'GoStringN(*C.char, C.int) string', + 'info': 'GoStringN(*C.char, C.int) string', + 'kind': 'function', + 'dup': 1 + }, + { + 'word': 'GoBytes', + 'abbr': 'GoBytes(unsafe.Pointer, C.int) []byte', + 'info': 'GoBytes(unsafe.Pointer, C.int) []byte', + 'kind': 'function', + 'dup': 1 + }, + ] + cache[source] += \ + list(map(cgo.parse_candidates, results)) + return cache[source] + + def get_priority(x): + return x.string.priority + + def get_abbr(strings): + for chunks in strings: + if chunks.isKindTypedText(): + return chunks.spelling + return "" + + def get_abbrevation(x): + return cgo.get_abbr(x.string).lower() + + def find_binary_path(cmd): + + def is_exec(fpath): + return os.path.isfile(fpath) and os.access(fpath, os.X_OK) + + fpath, fname = os.path.split(cmd) + if fpath: + if is_exec(cmd): + return cmd + else: + for path in os.environ["PATH"].split(os.pathsep): + path = path.strip('"') + binary = os.path.join(path, cmd) + if is_exec(binary): + return binary + return '' diff --git a/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/clang_index.py b/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/clang_index.py new file mode 100644 index 0000000..cee7d39 --- /dev/null +++ b/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/clang_index.py @@ -0,0 +1,293 @@ +class Clang_Index(object): + kinds = dict({ + # Declarations + 1: 't', # CXCursor_UnexposedDecl # A declaration whose specific kind + # is not exposed via this interface + 2: 'struct', # CXCursor_StructDecl (A C or C++ struct) + 3: 'union', # CXCursor_UnionDecl (A C or C++ union) + 4: 'class', # CXCursor_ClassDecl (A C++ class) + 5: 'enumeration', # CXCursor_EnumDecl (An enumeration) + # CXCursor_FieldDecl (A field (in C) or non-static data member + 6: 'member', + # (in C++) in a struct, union, or C++ class) + # CXCursor_EnumConstantDecl (An enumerator constant) + 7: 'enumerator constant', + 8: 'function', # CXCursor_FunctionDecl (A function) + 9: 'variable', # CXCursor_VarDecl (A variable) + # CXCursor_ParmDecl (A function or method parameter) + 10: 'method parameter', + 11: '11', # CXCursor_ObjCInterfaceDecl (An Objective-C @interface) + # CXCursor_ObjCCategoryDecl (An Objective-C @interface for a + 12: '12', + # category) + 13: '13', # CXCursor_ObjCProtocolDecl + # (An Objective-C @protocol declaration) + # CXCursor_ObjCPropertyDecl (An Objective-C @property declaration) + 14: '14', + 15: '15', # CXCursor_ObjCIvarDecl (An Objective-C instance variable) + 16: '16', # CXCursor_ObjCInstanceMethodDecl + # (An Objective-C instance method) + 17: '17', # CXCursor_ObjCClassMethodDecl + # (An Objective-C class method) + 18: '18', # CXCursor_ObjCImplementationDec + # (An Objective-C @implementation) + 19: '19', # CXCursor_ObjCCategoryImplDecll + # (An Objective-C @implementation for a category) + 20: 'typedef', # CXCursor_TypedefDecl (A typedef) + 21: 'class method', # CXCursor_CXXMethod (A C++ class method) + 22: 'namespace', # CXCursor_Namespace (A C++ namespace) + # CXCursor_LinkageSpec (A linkage specification,e.g. Extern "C") + 23: '23', + 24: 'constructor', # CXCursor_Constructor (A C++ constructor) + 25: 'destructor', # CXCursor_Destructor (A C++ destructor) + # CXCursor_ConversionFunction (A C++ conversion function) + 26: 'conversion function', + # CXCursor_TemplateTypeParameter (A C++ template type parameter) + 27: 'a', + # CXCursor_NonTypeTemplateParameter (A C++ non-type template parameter) + 28: 'a', + # CXCursor_TemplateTemplateParameter (A C++ template template + # parameter) + 29: 'a', + # CXCursor_FunctionTemplate (A C++ function template) + 30: 'function template', + # CXCursor_ClassTemplate (A C++ class template) + 31: 'class template', + 32: '32', # CXCursor_ClassTemplatePartialSpecialization + # (A C++ class template partial specialization) + # CXCursor_NamespaceAlias (A C++ namespace alias declaration) + 33: 'n', + # CXCursor_UsingDirective (A C++ using directive) + 34: 'using directive', + # CXCursor_UsingDeclaration (A C++ using declaration) + 35: 'using declaration', + # CXCursor_TypeAliasDecl (A C++ alias declaration) + 36: 'alias declaration', + # CXCursor_ObjCSynthesizeDecl (An Objective-C synthesize definition) + 37: '37', + # CXCursor_ObjCDynamicDecl (An Objective-C dynamic definition) + 38: '38', + 39: '39', # CXCursor_CXXAccessSpecifier (An access specifier) + + # References + 40: '40', # CXCursor_ObjCSuperClassRef + 41: '41', # CXCursor_ObjCProtocolRef + 42: '42', # CXCursor_ObjCClassRef + 43: '43', # CXCursor_TypeRef + 44: '44', # CXCursor_CXXBaseSpecifier + 45: '45', # CXCursor_TemplateRef + # (A reference to a class template, function template, template + # template parameter, or class template partial + # specialization) + # CXCursor_NamespaceRef (A ref to a namespace or namespace alias) + 46: '46', + # CXCursor_MemberRef (A reference to a member of a struct, union, + 47: '47', + # or class that occurs in some non-expression context, + # e.g., a designated initializer) + 48: '48', # CXCursor_LabelRef (A reference to a labeled statement) + 49: '49', # CXCursor_OverloadedDeclRef + # (A reference to a set of overloaded functions or function + # templates that has not yet been resolved to a specific + # function or function template) + 50: '50', # CXCursor_VariableRef + + # Error conditions + # 70: '70', # CXCursor_FirstInvalid + 70: '70', # CXCursor_InvalidFile + 71: '71', # CXCursor_NoDeclFound + 72: 'u', # CXCursor_NotImplemented + 73: '73', # CXCursor_InvalidCode + + # Expressions + # CXCursor_UnexposedExpr (An expression whose specific kind is + 100: '100', + # not exposed via this interface) + # CXCursor_DeclRefExpr (An expression that refers to some value + 101: '101', + # declaration, such as a function, varible, or + # enumerator) + # CXCursor_MemberRefExpr (An expression that refers to a member + 102: '102', + # of a struct, union, class, Objective-C class, etc) + 103: '103', # CXCursor_CallExpr (An expression that calls a function) + # CXCursor_ObjCMessageExpr (An expression that sends a message + 104: '104', + # to an Objective-C object or class) + # CXCursor_BlockExpr (An expression that represents a block + 105: '105', + # literal) + 106: '106', # CXCursor_IntegerLiteral (An integer literal) + # CXCursor_FloatingLiteral (A floating point number literal) + 107: '107', + 108: '108', # CXCursor_ImaginaryLiteral (An imaginary number literal) + 109: '109', # CXCursor_StringLiteral (A string literal) + 110: '110', # CXCursor_CharacterLiteral (A character literal) + # CXCursor_ParenExpr (A parenthesized expression, e.g. "(1)") + 111: '111', + # CXCursor_UnaryOperator (This represents the unary-expression's + 112: '112', + # (except sizeof and alignof)) + # CXCursor_ArraySubscriptExpr ([C99 6.5.2.1] Array Subscripting) + 113: '113', + # CXCursor_BinaryOperator (A builtin binary operation expression + 114: '114', + # such as "x + y" or "x <= y") + # CXCursor_CompoundAssignOperator (Compound assignment such as + 115: '115', + # "+=") + 116: '116', # CXCursor_ConditionalOperator (The ?: ternary operator) + # CXCursor_CStyleCastExpr (An explicit cast in C (C99 6.5.4) or + 117: '117', + # C-style cast in C++ (C++ [expr.cast]), which uses the + # syntax (Type)expr) + 118: '118', # CXCursor_CompoundLiteralExpr ([C99 6.5.2.5]) + # CXCursor_InitListExpr (Describes an C or C++ initializer list) + 119: '119', + # CXCursor_AddrLabelExpr (The GNU address of label extension, + 120: '120', + # representing &&label) + 121: '121', # CXCursor_StmtExpr (This is the GNU Statement Expression + # extension: ({int X=4; X;}) + # CXCursor_GenericSelectionExpr (brief Represents a C11 generic + 122: '122', + # selection) + # CXCursor_GNUNullExpr (Implements the GNU __null extension) + 123: '123', + # CXCursor_CXXStaticCastExpr (C++'s static_cast<> expression) + 124: '124', + # CXCursor_CXXDynamicCastExpr (C++'s dynamic_cast<> expression) + 125: '125', + # CXCursor_CXXReinterpretCastExpr (C++'s reinterpret_cast<> + 126: '126', + # expression) + # CXCursor_CXXConstCastExpr (C++'s const_cast<> expression) + 127: '127', + # CXCursor_CXXFunctionalCastExpr (Represents an explicit C++ type + 128: '128', + # conversion that uses "functional" notion + # (C++ [expr.type.conv])) + 129: '129', # CXCursor_CXXTypeidExpr (A C++ typeid expression + # (C++ [expr.typeid])) + # CXCursor_CXXBoolLiteralExpr (brief [C++ 2.13.5] C++ Boolean + 130: '130', + # Literal) + # CXCursor_CXXNullPtrLiteralExpr ([C++0x 2.14.7] C++ Pointer + 131: '131', + # Literal) + # CXCursor_CXXThisExpr (Represents the "this" expression in C+) + 132: '132', + 133: '133', # CXCursor_CXXThrowExpr ([C++ 15] C++ Throw Expression) + # CXCursor_CXXNewExpr (A new expression for memory allocation + 134: '134', + # and constructor calls) + 135: '135', # CXCursor_CXXDeleteExpr (A delete expression for memory + # deallocation and destructor calls) + 136: '136', # CXCursor_UnaryExpr (A unary expression) + # CXCursor_ObjCStringLiteral (An Objective-C string literal + 137: '137', + # i.e. @"foo") + # CXCursor_ObjCEncodeExpr (An Objective-C @encode expression) + 138: '138', + # CXCursor_ObjCSelectorExpr (An Objective-C @selector expression) + 139: '139', + # CXCursor_ObjCProtocolExpr (An Objective-C @protocol expression) + 140: '140', + # CXCursor_ObjCBridgedCastExpr (An Objective-C "bridged" cast + 141: '141', + # expression, which casts between Objective-C pointers + # and C pointers, transferring ownership in the process) + # CXCursor_PackExpansionExpr (Represents a C++0x pack expansion + 142: '142', + # that produces a sequence of expressions) + # CXCursor_SizeOfPackExpr (Represents an expression that computes + 143: '143', + # the length of a parameter pack) + # CXCursor_LambdaExpr (Represents a C++ lambda expression that + 144: '144', + # produces a local function object) + # CXCursor_ObjCBoolLiteralExpr (Objective-c Boolean Literal) + 145: '145', + + # Statements + # CXCursor_UnexposedStmt (A statement whose specific kind is not + 200: '200', + # exposed via this interface) + 201: '201', # CXCursor_LabelStmt (A labelled statement in a function) + 202: '202', # CXCursor_CompoundStmt (A group of statements like + # { stmt stmt }. + 203: '203', # CXCursor_CaseStmt (A case statment) + 204: '204', # CXCursor_DefaultStmt (A default statement) + 205: '205', # CXCursor_IfStmt (An if statemen) + 206: '206', # CXCursor_SwitchStmt (A switch statement) + 207: '207', # CXCursor_WhileStmt (A while statement) + 208: '208', # CXCursor_DoStmt (A do statement) + 209: '209', # CXCursor_ForStmt (A for statement) + 210: '210', # CXCursor_GotoStmt (A goto statement) + 211: '211', # CXCursor_IndirectGotoStmt (An indirect goto statement) + 212: '212', # CXCursor_ContinueStmt (A continue statement) + 213: '213', # CXCursor_BreakStmt (A break statement) + 214: '214', # CXCursor_ReturnStmt (A return statement) + # CXCursor_GCCAsmStmt (A GCC inline assembly statement extension) + 215: '215', + # CXCursor_ObjCAtTryStmt (Objective-C's overall try-catch-finally + 216: '216', + # statement. + # CXCursor_ObjCAtCatchStmt (Objective-C's catch statement) + 217: '217', + # CXCursor_ObjCAtFinallyStmt (Objective-C's finally statement) + 218: '218', + # CXCursor_ObjCAtThrowStmt (Objective-C's throw statement) + 219: '219', + # CXCursor_ObjCAtSynchronizedStmt (Objective-C's synchronized + 220: '220', + # statement) + # CXCursor_ObjCAutoreleasePoolStmt (Objective-C's autorelease + 221: '221', + # pool statement) + # CXCursor_ObjCForCollectionStmt (Objective-C's collection + 222: '222', + # statement) + 223: '223', # CXCursor_CXXCatchStmt (C++'s catch statement) + 224: '224', # CXCursor_CXXTryStmt (C++'s try statement) + 225: '225', # CXCursor_CXXForRangeStmt (C++'s for (*: *) statement) + # CXCursor_SEHTryStmt (Windows Structured Exception Handling's + 226: '226', + # try statement) + # CXCursor_SEHExceptStmt (Windows Structured Exception Handling's + 227: '227', + # except statement. + 228: '228', # CXCursor_SEHFinallyStmt (Windows Structured Exception + # Handling's finally statement) + # CXCursor_MSAsmStmt (A MS inline assembly statement extension) + 229: '229', + 230: '230', # CXCursor_NullStmt (The null satement ";": C99 6.8.3p3) + # CXCursor_DeclStmt (Adaptor class for mixing declarations with + 231: '231', + # statements and expressions) + + # Translation unit + 300: '300', # CXCursor_TranslationUnit (Cursor that represents the + # translation unit itself) + + # Attributes + # CXCursor_UnexposedAttr (An attribute whose specific kind is + 400: '400', + # not exposed via this interface) + 401: '401', # CXCursor_IBActionAttr + 402: '402', # CXCursor_IBOutletAttr + 403: '403', # CXCursor_IBOutletCollectionAttr + 404: '404', # CXCursor_CXXFinalAttr + 405: '405', # CXCursor_CXXOverrideAttr + 406: '406', # CXCursor_AnnotateAttr + 407: '407', # CXCursor_AsmLabelAttr + + # Preprocessing + 500: '500', # CXCursor_PreprocessingDirective + 501: 'define', # CXCursor_MacroDefinition + 502: '502', # CXCursor_MacroInstantiation + 503: '503', # CXCursor_InclusionDirective + + # Modules + 600: '600', # CXCursor_ModuleImportDecl (A module import declaration) + }) diff --git a/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/profiler.py b/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/profiler.py new file mode 100644 index 0000000..3d5f671 --- /dev/null +++ b/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/profiler.py @@ -0,0 +1,66 @@ +import functools +import queue + +try: + import statistics + stdev = statistics.stdev + mean = statistics.mean +except ImportError: + stdev = None + + def mean(l): + return sum(l) / len(l) + + +try: + import time + clock = time.perf_counter +except Exception: + import timeit + clock = timeit.default_timer + + +class tfloat(float): + color = 39 + + def __str__(self): + n = self * 1000 + return '\x1b[%dm%f\x1b[mms' % (self.color, n) + + +def profile(func): + name = func.__name__ + samples = queue.deque(maxlen=5) + + @functools.wraps(func) + def wrapper(self, *args, **kwargs): + if not self.debug_enabled: + return func(self, *args, **kwargs) + start = clock() + ret = func(self, *args, **kwargs) + n = tfloat(clock() - start) + + if len(samples) < 2: + m = 0 + d = 0 + n.color = 36 + else: + m = mean(samples) + if stdev: + d = tfloat(stdev(samples)) + else: + d = 0 + + if n <= m + d: + n.color = 32 + elif n > m + d * 2: + n.color = 31 + else: + n.color = 33 + samples.append(n) + self.info( + '\x1b[34m%s\x1b[m t = %s, \u00b5 = %s, \u03c3 = %s)', name, n, m, d + ) + return ret + + return wrapper diff --git a/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/stdlib.py b/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/stdlib.py new file mode 100644 index 0000000..13df471 --- /dev/null +++ b/bundle/deoplete-go/rplugin/python3/deoplete/sources/deoplete_go/stdlib.py @@ -0,0 +1,137 @@ +class stdlib(object): + packages = dict({ + 'adler32': ['hash'], + 'aes': ['crypto'], + 'ascii85': ['encoding'], + 'asn1': ['encoding'], + 'ast': ['go'], + 'atomic': ['sync'], + 'base32': ['encoding'], + 'base64': ['encoding'], + 'big': ['math'], + 'binary': ['encoding'], + 'bufio': ['bufio'], + 'build': ['go'], + 'bytes': ['bytes'], + 'bzip2': ['compress'], + 'cgi': ['net/http'], + 'cipher': ['crypto'], + 'cmplx': ['math'], + 'color': ['image'], + 'constant': ['go'], + 'context': ['context'], + 'cookiejar': ['net/http'], + 'crc32': ['hash'], + 'crc64': ['hash'], + 'crypto': ['crypto'], + 'csv': ['encoding'], + 'debug': ['runtime'], + 'des': ['crypto'], + 'doc': ['go'], + 'draw': ['image'], + 'driver': ['database/sql'], + 'dsa': ['crypto'], + 'dwarf': ['debug'], + 'ecdsa': ['crypto'], + 'elf': ['debug'], + 'elliptic': ['crypto'], + 'encoding': ['encoding'], + 'errors': ['errors'], + 'exec': ['os'], + 'expvar': ['expvar'], + 'fcgi': ['net/http'], + 'filepath': ['path'], + 'flag': ['flag'], + 'flate': ['compress'], + 'fmt': ['fmt'], + 'fnv': ['hash'], + 'format': ['go'], + 'gif': ['image'], + 'gob': ['encoding'], + 'gosym': ['debug'], + 'gzip': ['compress'], + 'hash': ['hash'], + 'heap': ['container'], + 'hex': ['encoding'], + 'hmac': ['crypto'], + 'html': ['html'], + 'http': ['net'], + 'httptest': ['net/http'], + 'httptrace': ['net/http'], + 'httputil': ['net/http'], + 'image': ['image'], + 'importer': ['go'], + 'io': ['io'], + 'iotest': ['testing'], + 'ioutil': ['io'], + 'jpeg': ['image'], + 'json': ['encoding'], + 'jsonrpc': ['net/rpc'], + 'list': ['container'], + 'log': ['log'], + 'lzw': ['compress'], + 'macho': ['debug'], + 'mail': ['net'], + 'math': ['math'], + 'md5': ['crypto'], + 'mime': ['mime'], + 'multipart': ['mime'], + 'net': ['net'], + 'os': ['os'], + 'palette': ['image/color'], + 'parse': ['text/template'], + 'parser': ['go'], + 'path': ['path'], + 'pe': ['debug'], + 'pem': ['encoding'], + 'pkix': ['crypto/x509'], + 'plan9obj': ['debug'], + 'png': ['image'], + 'pprof': ['net/http', 'runtime'], + 'printer': ['go'], + 'quick': ['testing'], + 'quotedprintable': ['mime'], + 'rand': ['crypto', 'math'], + 'rc4': ['crypto'], + 'reflect': ['reflect'], + 'regexp': ['regexp'], + 'ring': ['container'], + 'rpc': ['net'], + 'rsa': ['crypto'], + 'runtime': ['runtime'], + 'scanner': ['go', 'text'], + 'sha1': ['crypto'], + 'sha256': ['crypto'], + 'sha512': ['crypto'], + 'signal': ['os'], + 'smtp': ['net'], + 'sort': ['sort'], + 'sql': ['database'], + 'strconv': ['strconv'], + 'strings': ['strings'], + 'subtle': ['crypto'], + 'suffixarray': ['index'], + 'sync': ['sync'], + 'syntax': ['regexp'], + 'syscall': ['syscall'], + 'syslog': ['log'], + 'tabwriter': ['text'], + 'tar': ['archive'], + 'template': ['text', 'html'], + 'testing': ['testing'], + 'textproto': ['net'], + 'time': ['time'], + 'tls': ['crypto'], + 'token': ['go'], + 'trace': ['runtime'], + 'types': ['go'], + 'unicode': ['unicode'], + 'url': ['net'], + 'user': ['os'], + 'utf16': ['unicode'], + 'utf8': ['unicode'], + 'x509': ['crypto'], + 'xml': ['encoding'], + 'zip': ['archive'], + 'zlib': ['compress'], + }) diff --git a/bundle/deoplete-go/rplugin/python3/deoplete/ujson b/bundle/deoplete-go/rplugin/python3/deoplete/ujson new file mode 160000 index 0000000..2f1d487 --- /dev/null +++ b/bundle/deoplete-go/rplugin/python3/deoplete/ujson @@ -0,0 +1 @@ +Subproject commit 2f1d4874f4f4d2a40a460678004c80e69387c663 diff --git a/bundle/deoplete-go/tests/cgo.go b/bundle/deoplete-go/tests/cgo.go new file mode 100644 index 0000000..d5b8a05 --- /dev/null +++ b/bundle/deoplete-go/tests/cgo.go @@ -0,0 +1,18 @@ +package test + +/* +#cgo pkg-config: python3 +#include +#include +*/ +import "C" +import ( + "fmt" + "os" +) + +func main() { + fmt.Printf() + os.Rename() + C +} diff --git a/bundle/deoplete-go/tests/cgo_git2go.go b/bundle/deoplete-go/tests/cgo_git2go.go new file mode 100644 index 0000000..ce6f936 --- /dev/null +++ b/bundle/deoplete-go/tests/cgo_git2go.go @@ -0,0 +1,25 @@ +package main + +/* +#include +*/ +import "C" +import ( + "log" + "os" + "path/filepath" + + "github.com/libgit2/git2go" +) + +func main() { + repoPath := filepath.Join(os.Getenv("GOPATH"), "src/github.com/libgit2/git2go") + gitRepo, err := git.OpenRepository(repoPath) + if err != nil { + log.Fatal(err) + } + commitOid, err := gitRepo.Head() + if err != nil { + + } +} diff --git a/bundle/deoplete-go/tests/deoplete-go.vim b/bundle/deoplete-go/tests/deoplete-go.vim new file mode 100644 index 0000000..4770049 --- /dev/null +++ b/bundle/deoplete-go/tests/deoplete-go.vim @@ -0,0 +1,35 @@ +" Tiny init.vim for deoplete-go + +let $XDG_CACHE_HOME = $HOME . '/.cache' +let $XDG_CONFIG_HOME = $HOME . '/.config' + +if isdirectory($XDG_CACHE_HOME . '/nvim/dein') + " dein + set runtimepath+=$HOME/src/github.com/Shougo/deoplete.nvim + set runtimepath+=$HOME/src/github.com/zchee/deoplete-go +elseif isdirectory($XDG_CONFIG_HOME . '/nvim/bundle') + " NeoBundle + set runtimepath+=$XDG_CONFIG_HOME/nvim/bundle/deoplete.nvim + set runtimepath+=$XDG_CONFIG_HOME/nvim/bundle/deoplete-go +elseif isdirectory($XDG_CONFIG_HOME . '/nvim/plugged') + " vim-plug + set runtimepath+=$XDG_CONFIG_HOME/nvim/plugged/deoplete.nvim + set runtimepath+=$XDG_CONFIG_HOME/nvim/plugged/deoplete-go +endif + +set completeopt+=noinsert,noselect +set completeopt-=preview +set termguicolors + +let g:deoplete#enable_at_startup = 1 +let g:deoplete#auto_completion_start_length = 1 + +hi Pmenu gui=NONE guifg=#c5c8c6 guibg=#373b41 +hi PmenuSel gui=reverse guifg=#c5c8c6 guibg=#373b41 + +call deoplete#custom#set('_', 'converters', [ + \ 'converter_auto_paren', + \ 'converter_remove_overlap', + \ ]) + +filetype plugin indent on diff --git a/bundle/deoplete-go/tests/fmt.go b/bundle/deoplete-go/tests/fmt.go new file mode 100644 index 0000000..5fc719e --- /dev/null +++ b/bundle/deoplete-go/tests/fmt.go @@ -0,0 +1,18 @@ +package main + +import ( + "fmt" + "net" + "os" + "strconv" + "syscall" +) + +var str string + +func main() { + fmt.Println(os.Args[0]) + fmt.Println(net.InterfaceAddrs()) + + fmt.Println(strconv.FormatInt(int64(syscall.Getuid()), 10)) +} diff --git a/bundle/deoplete-go/tests/requirements.txt b/bundle/deoplete-go/tests/requirements.txt new file mode 100644 index 0000000..f4f3f35 --- /dev/null +++ b/bundle/deoplete-go/tests/requirements.txt @@ -0,0 +1,7 @@ +# flake8 family (dev) +git+https://github.com/PyCQA/flake8.git +git+https://github.com/PyCQA/flake8-docstrings +git+https://github.com/PyCQA/flake8-import-order + +# strict linting (dev) +git+https://github.com/openstack-dev/hacking.git diff --git a/bundle/deoplete-go/tests/syscall.go b/bundle/deoplete-go/tests/syscall.go new file mode 100644 index 0000000..c6eb25d --- /dev/null +++ b/bundle/deoplete-go/tests/syscall.go @@ -0,0 +1,16 @@ +// Copyright 2016 Koichi Shiraishi. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package main + +import ( + "syscall" + + "golang.org/x/sys/unix" +) + +func main() { + syscall.TIOCGETA + unix.TIOCGE +} diff --git a/bundle/deoplete-go/tests/syscall_linux.go b/bundle/deoplete-go/tests/syscall_linux.go new file mode 100644 index 0000000..32c11ec --- /dev/null +++ b/bundle/deoplete-go/tests/syscall_linux.go @@ -0,0 +1,15 @@ +// Copyright 2016 Koichi Shiraishi. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// +build linux + +package main + +import ( + "golang.org/x/sys/unix" +) + +func main() { + unix.TCGETS +} diff --git a/bundle/deoplete-go/tests/syscall_windows.go b/bundle/deoplete-go/tests/syscall_windows.go new file mode 100644 index 0000000..593ad7a --- /dev/null +++ b/bundle/deoplete-go/tests/syscall_windows.go @@ -0,0 +1,13 @@ +// Copyright 2016 Koichi Shiraishi. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// +build windows + +package main + +import "golang.org/x/sys/windows" + +func main() { + windows. +} diff --git a/bundle/deoplete-jedi b/bundle/deoplete-jedi new file mode 160000 index 0000000..f89669d --- /dev/null +++ b/bundle/deoplete-jedi @@ -0,0 +1 @@ +Subproject commit f89669d2b089d75f1eccbf8d14277b74857a850d diff --git a/bundle/neosnippet-snippets b/bundle/neosnippet-snippets new file mode 160000 index 0000000..ed18d97 --- /dev/null +++ b/bundle/neosnippet-snippets @@ -0,0 +1 @@ +Subproject commit ed18d979d76709036f6c4f7a2bdbfb29b11e3e0e diff --git a/bundle/neosnippet.vim b/bundle/neosnippet.vim new file mode 160000 index 0000000..3d33626 --- /dev/null +++ b/bundle/neosnippet.vim @@ -0,0 +1 @@ +Subproject commit 3d3362622ef10deedaea8e026054064bf62aeb33 diff --git a/bundle/vim-rooter b/bundle/vim-rooter new file mode 160000 index 0000000..295ba95 --- /dev/null +++ b/bundle/vim-rooter @@ -0,0 +1 @@ +Subproject commit 295ba9549aef51ec649e104c65663d3c5f1f23e6 diff --git a/bundle/winresizer b/bundle/winresizer new file mode 160000 index 0000000..e914728 --- /dev/null +++ b/bundle/winresizer @@ -0,0 +1 @@ +Subproject commit e914728083536102c81281a2b2d0b81eec1e6bfb diff --git a/sessions/.dev.vim b/sessions/.dev.vim new file mode 100644 index 0000000..de26b24 --- /dev/null +++ b/sessions/.dev.vim @@ -0,0 +1,195 @@ +let SessionLoad = 1 +if &cp | set nocp | endif +let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0 +let v:this_session=expand(":p") +silent only +silent tabonly +cd ~/Documents/deus/caldera/NUMMUS/T-Platform +if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' + let s:wipebuf = bufnr('%') +endif +set shortmess=aoO +argglobal +%argdel +tabnew +tabnew +tabrewind +edit Legacy/src/customers/nummus/barra/src/flow/complex/customer_flow_monthly.py +set splitbelow splitright +wincmd _ | wincmd | +vsplit +1wincmd h +wincmd w +wincmd t +set winminheight=0 +set winheight=1 +set winminwidth=0 +set winwidth=1 +exe 'vert 1resize ' . ((&columns * 95 + 96) / 192) +exe 'vert 2resize ' . ((&columns * 96 + 96) / 192) +argglobal +setlocal fdm=manual +setlocal fde=0 +setlocal fmr={{{,}}} +setlocal fdi=# +setlocal fdl=0 +setlocal fml=1 +setlocal fdn=20 +setlocal fen +silent! normal! zE +let s:l = 20 - ((8 * winheight(0) + 23) / 46) +if s:l < 1 | let s:l = 1 | endif +exe s:l +normal! zt +20 +normal! 05| +wincmd w +argglobal +if bufexists("Legacy/src/customers/nummus/barra/src/flow/complex/customer_flow.py") | buffer Legacy/src/customers/nummus/barra/src/flow/complex/customer_flow.py | else | edit Legacy/src/customers/nummus/barra/src/flow/complex/customer_flow.py | endif +setlocal fdm=manual +setlocal fde=0 +setlocal fmr={{{,}}} +setlocal fdi=# +setlocal fdl=0 +setlocal fml=1 +setlocal fdn=20 +setlocal fen +silent! normal! zE +let s:l = 25 - ((24 * winheight(0) + 23) / 46) +if s:l < 1 | let s:l = 1 | endif +exe s:l +normal! zt +25 +normal! 0 +wincmd w +exe 'vert 1resize ' . ((&columns * 95 + 96) / 192) +exe 'vert 2resize ' . ((&columns * 96 + 96) / 192) +tabnext +edit Legacy/src/customers/nummus/barra/src/flow/complex/nummus_flow.py +set splitbelow splitright +wincmd _ | wincmd | +vsplit +1wincmd h +wincmd w +wincmd t +set winminheight=0 +set winheight=1 +set winminwidth=0 +set winwidth=1 +exe 'vert 1resize ' . ((&columns * 95 + 96) / 192) +exe 'vert 2resize ' . ((&columns * 96 + 96) / 192) +argglobal +setlocal fdm=manual +setlocal fde=0 +setlocal fmr={{{,}}} +setlocal fdi=# +setlocal fdl=0 +setlocal fml=1 +setlocal fdn=20 +setlocal fen +silent! normal! zE +let s:l = 74 - ((42 * winheight(0) + 23) / 46) +if s:l < 1 | let s:l = 1 | endif +exe s:l +normal! zt +74 +normal! 05| +wincmd w +argglobal +if bufexists("Legacy/src/customers/nummus/barra/src/main_complex.py") | buffer Legacy/src/customers/nummus/barra/src/main_complex.py | else | edit Legacy/src/customers/nummus/barra/src/main_complex.py | endif +setlocal fdm=manual +setlocal fde=0 +setlocal fmr={{{,}}} +setlocal fdi=# +setlocal fdl=0 +setlocal fml=1 +setlocal fdn=20 +setlocal fen +silent! normal! zE +let s:l = 59 - ((4 * winheight(0) + 23) / 46) +if s:l < 1 | let s:l = 1 | endif +exe s:l +normal! zt +59 +normal! 082| +wincmd w +2wincmd w +exe 'vert 1resize ' . ((&columns * 95 + 96) / 192) +exe 'vert 2resize ' . ((&columns * 96 + 96) / 192) +tabnext +edit Legacy/src/customers/nummus/barra/src/flow/complex/import_flow.py +set splitbelow splitright +wincmd _ | wincmd | +vsplit +1wincmd h +wincmd w +wincmd t +set winminheight=0 +set winheight=1 +set winminwidth=0 +set winwidth=1 +exe 'vert 1resize ' . ((&columns * 95 + 96) / 192) +exe 'vert 2resize ' . ((&columns * 96 + 96) / 192) +argglobal +setlocal fdm=manual +setlocal fde=0 +setlocal fmr={{{,}}} +setlocal fdi=# +setlocal fdl=0 +setlocal fml=1 +setlocal fdn=20 +setlocal fen +silent! normal! zE +let s:l = 41 - ((6 * winheight(0) + 26) / 52) +if s:l < 1 | let s:l = 1 | endif +exe s:l +normal! zt +41 +normal! 0 +wincmd w +argglobal +if bufexists("Legacy/src/customers/nummus/barra/src/flow/complex/__init__.py") | buffer Legacy/src/customers/nummus/barra/src/flow/complex/__init__.py | else | edit Legacy/src/customers/nummus/barra/src/flow/complex/__init__.py | endif +setlocal fdm=manual +setlocal fde=0 +setlocal fmr={{{,}}} +setlocal fdi=# +setlocal fdl=0 +setlocal fml=1 +setlocal fdn=20 +setlocal fen +silent! normal! zE +let s:l = 1 - ((0 * winheight(0) + 26) / 52) +if s:l < 1 | let s:l = 1 | endif +exe s:l +normal! zt +1 +normal! 065| +wincmd w +exe 'vert 1resize ' . ((&columns * 95 + 96) / 192) +exe 'vert 2resize ' . ((&columns * 96 + 96) / 192) +tabnext 2 +badd +1 Legacy/src/customers/nummus/barra/src/flow/complex/customer_flow_monthly.py +badd +3 Legacy/src/customers/nummus/barra/src/barra/portfolios.py +badd +1 Legacy/src/customers/nummus/barra/src/flow/complex/nummus_flow.py +badd +59 Legacy/src/customers/nummus/barra/src/flow/complex/import_flow.py +badd +30 Legacy/src/customers/nummus/barra/src/flow/complex/customer_flow.py +badd +0 Legacy/src/customers/nummus/barra/src/flow/complex/__init__.py +badd +35 Legacy/src/customers/bcc/barra/src/barra_one/utils.py +badd +34 Legacy/src/customers/nummus/barra/src/barra/utils.py +badd +301 Legacy/src/customers/nummus/barra/src/barra/style_analysis.py +badd +77 Legacy/src/customers/nummus/barra/src/flow/complex/barra_flow.py +badd +0 Legacy/src/customers/nummus/barra/src/main_complex.py +if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 + silent exe 'bwipe ' . s:wipebuf +endif +unlet! s:wipebuf +set winheight=1 winwidth=20 shortmess=filmnrxoOtT +set winminheight=0 winminwidth=1 +let s:sx = expand(":p:r")."x.vim" +if file_readable(s:sx) + exe "source " . fnameescape(s:sx) +endif +let &so = s:so_save | let &siso = s:siso_save +doautoall SessionLoadPost +unlet SessionLoad +" vim: set ft=vim : diff --git a/vimrc b/vimrc index a5f4a3c..d8070da 100644 --- a/vimrc +++ b/vimrc @@ -4,14 +4,18 @@ let g:is_tty = system('case $(tty) in (/dev/tty[0-9]) echo 1;; (*) echo 0;; esac " vim-plug init if empty(glob('~/.vim/autoload/plug.vim')) - silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs - \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim + system('curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim') autocmd VimEnter * PlugInstall --sync | source $MYVIMRC endif call plug#begin('~/.vim/bundle') """ Install Plugs +" vim-rooter +Plug 'airblade/vim-rooter' + +" win-resizer +Plug 'simeji/winresizer' " Deoplete.vim Plug 'Shougo/deoplete.nvim' @@ -19,6 +23,16 @@ Plug 'roxma/nvim-yarp' Plug 'roxma/vim-hug-neovim-rpc' let g:deoplete#enable_at_startup = 1 +" neosnippets +Plug 'Shougo/neosnippet.vim' +Plug 'Shougo/neosnippet-snippets' + +" deoplete-go +Plug 'deoplete-plugins/deoplete-go', { 'do': 'make' } + +" deoplete-jedi +Plug 'deoplete-plugins/deoplete-jedi' + " fzf Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } Plug 'junegunn/fzf.vim' @@ -34,6 +48,7 @@ Plug 'majutsushi/tagbar' Plug 'tpope/vim-fugitive' " ALE +let g:ale_completion_enabled = 0 Plug 'w0rp/ale' " vim-airline @@ -76,18 +91,42 @@ call plug#end() """ +""" vim-rooter + +"let g:rooter_change_directory_for_non_project_files = 'current': + +""" neosnippets + +" Plugin key-mappings. +" Note: It must be "imap" and "smap". It uses mappings. +imap (neosnippet_expand_or_jump) +smap (neosnippet_expand_or_jump) +xmap (neosnippet_expand_target) + +" SuperTab like snippets behavior. +" Note: It must be "imap" and "smap". It uses mappings. +"imap +" \ pumvisible() ? "\" : +" \ neosnippet#expandable_or_jumpable() ? +" \ "\(neosnippet_expand_or_jump)" : "\" +smap neosnippet#expandable_or_jumpable() ? +\ "\(neosnippet_expand_or_jump)" : "\" + +" For conceal markers. +if has('conceal') + set conceallevel=2 concealcursor=niv +endif + """ ALE configuration let g:ale_sign_error = '->' let g:ale_sign_warning = '~>' -let g:deoplete#sources = {'_': ['ale']} -let g:ale_completion_enabled = 1 let g:ale_linters = { \ 'javascript': ['eslint'], \ 'golang': ['gopls', 'gofmt'], -\ 'python': ['flake8', 'python-language-server'], +\ 'python': ['pylint'], \ 'rust': ['cargo'], \} @@ -95,7 +134,7 @@ let g:ale_fixers = { \ 'javascript': ['prettier'], \ 'golang': ['gopls', 'gofmt', 'goimports'], \ 'python': ['black', 'python-language-server'], -\ 'rust': ['cargo'], +\ 'rust': ['cargo', 'rustfmt'], \} let g:ale_echo_msg_error_str = 'Err' @@ -103,11 +142,14 @@ let g:ale_echo_msg_warning_str = 'Warn' let g:ale_echo_msg_format = '[%linter%] %s [%severity%]' let g:ale_go_langserver_executable = 'gopls' +let g:airline#extensions#ale#enabled = 1 + +""" deoplete + +" let g:deoplete#sources = {'go': ['deoplete-go'], 'python': ['deoplete-jedi']} """ Themes and colors -set term=linux -set t_Co=256 set background=dark colorscheme hybrid_reverse let g:airline_theme='hybrid' @@ -204,6 +246,8 @@ endfunction """ general set nospell +" restore screen after quitting +" au VimLeave * :!clear packloadall @@ -219,7 +263,6 @@ set undoreload=10000 "maximum number lines to save for undo on a buffer reload " This can be a little more destructive, but a lot less annoying. set autoread -set autochdir set autoindent set showmatch @@ -235,7 +278,7 @@ set list " Set the right margin. set colorcolumn=89 " Automatically split words at the margin. -set wrap +" set wrap " Default to spaces instead of tabs set expandtab @@ -286,6 +329,7 @@ endif let mapleader = ',' nnoremap :bd nnoremap :NERDTree +nnoremap :WinResizerStartResize nnoremap nnoremap nnoremap diff --git a/vimrc.backup b/vimrc.backup new file mode 100644 index 0000000..ee5790e --- /dev/null +++ b/vimrc.backup @@ -0,0 +1,303 @@ +let $VIMHOME = expand('~/.vim') +" check if in tty +let g:is_tty = system('case $(tty) in (/dev/tty[0-9]) echo 1;; (*) echo 0;; esac') + +" vim-plug init +if empty(glob('~/.vim/autoload/plug.vim')) + system('curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim') + autocmd VimEnter * PlugInstall --sync | source $MYVIMRC +endif + +call plug#begin('~/.vim/bundle') + +""" Install Plugs + +" Deoplete.vim +Plug 'Shougo/deoplete.nvim' +Plug 'roxma/nvim-yarp' +Plug 'roxma/vim-hug-neovim-rpc' +let g:deoplete#enable_at_startup = 1 + +" fzf +Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } +Plug 'junegunn/fzf.vim' + +" NERDTree +Plug 'scrooloose/nerdtree' +Plug 'Xuyuanp/nerdtree-git-plugin' + +" tagbar +Plug 'majutsushi/tagbar' + +" vim-fugitive +Plug 'tpope/vim-fugitive' + +" ALE +Plug 'w0rp/ale' + +" vim-airline +Plug 'vim-airline/vim-airline' +Plug 'vim-airline/vim-airline-themes' + +" Colorschemes +Plug 'junegunn/seoul256.vim' +Plug 'scwood/vim-hybrid' +Plug 'kristijanhusak/vim-hybrid-material' +Plug 'srcery-colors/srcery-vim' +Plug 'nightsense/cosmic_latte' +Plug 'rafi/awesome-vim-colorschemes' + +" Dockerfile.vim +Plug 'ekalinin/Dockerfile.vim' + +" YAML +Plug 'mrk21/yaml-vim' + +" Python +Plug 'ambv/black' + +" TOML +Plug 'cespare/vim-toml' + +" Autoclose +Plug 'jiangmiao/auto-pairs' + +" vim-go +Plug 'fatih/vim-go' + +" vim-multiple-cursor +Plug 'terryma/vim-multiple-cursors' + +" rust.vim +Plug 'rust-lang/rust.vim' + +call plug#end() + +""" + +""" ALE configuration + +let g:ale_sign_error = '->' +let g:ale_sign_warning = '~>' + +let g:deoplete#sources = {'_': ['ale']} +let g:ale_completion_enabled = 1 + +let g:ale_linters = { +\ 'javascript': ['eslint'], +\ 'golang': ['gopls', 'gofmt'], +\ 'python': ['flake8', 'python-language-server'], +\ 'rust': ['cargo'], +\} + +let g:ale_fixers = { +\ 'javascript': ['prettier'], +\ 'golang': ['gopls', 'gofmt', 'goimports'], +\ 'python': ['black', 'python-language-server'], +\ 'rust': ['cargo', 'rustfmt'], +\} + +let g:ale_echo_msg_error_str = 'Err' +let g:ale_echo_msg_warning_str = 'Warn' +let g:ale_echo_msg_format = '[%linter%] %s [%severity%]' + +let g:ale_go_langserver_executable = 'gopls' + +""" Themes and colors + +set term=linux +set t_Co=256 +set background=dark +colorscheme hybrid_reverse +let g:airline_theme='hybrid' +set number +let g:enable_bold_font = 1 +let g:enable_italic_font = 1 + +" air-line +let g:airline_powerline_fonts = 1 + +if !exists('g:airline_symbols') && !g:is_tty + let g:airline_symbols = {} + endif + + " unicode symbols + let g:airline_left_sep = '' + let g:airline_left_alt_sep = '' + let g:airline_right_sep = '' + let g:airline_right_alt_sep = '' + let g:airline_symbols.branch = '' + let g:airline_symbols.readonly = '' + let g:airline_symbols.linenr = ''" + " let g:airline_symbols.branch = '⎇' + let g:airline_symbols.paste = 'ρ' + " let g:airline_symbols.paste = 'Þ' + " let g:airline_symbols.paste = '∥' + let g:airline_symbols.whitespace = 'Ξ' + + +""" FZF + +let g:fzf_commits_log_options = '--graph --color=always --format="%C(auto)%h%d %s %C(black)%C(bold)%cr"' + +let g:fzf_action = { +\ 'ctrl-t': 'tabedit', +\ 'ctrl-v': 'vsplit', +\ 'ctrl-x': 'split' } +let g:fzf_buffers_jump = 1 + +let g:fzf_commands_expect = 'alt-enter,ctrl-x' + +""" NERDTree + +" Close NERDTree automatically after opening a file with it. +let g:NERDTreeQuitOnOpen = 1 +" Use a single click for opening things in NERDTree +let g:NERDTreeMouseMode = 3 +let g:NERDTreeMapActivateNode = '' +let g:NERDTreeIgnore = [ +\ '\.pyc$', +\ '^__pycache__$', +\] + +" ripgrep +if executable('rg') + let $FZF_DEFAULT_COMMAND = 'rg --files --hidden --follow --glob "!.git/*"' + set grepprg=rg\ --vimgrep + command! -bang -nargs=* Find call fzf#vim#grep('rg --column --line-number --no-heading --fixed-strings --ignore-case --hidden --follow --glob "!.git/*" --color "always" '.shellescape().'| tr -d "\017"', 1, 0) +endif + +" Search in files with ripgrep + preview with bat +function! Fzf_dev() + let l:fzf_files_options = '--preview "bat --style=numbers,changes --color always {2..-1} | head -'.&lines.'"' + + function! s:files() + let l:files = split(system($FZF_DEFAULT_COMMAND), '\n') + return s:format_list(l:files) + endfunction + + function! s:format_list(candidates) + let l:result = [] + for l:candidate in a:candidates + let l:filename = fnamemodify(l:candidate, ':p:t') + let l:icon = ">-" + call add(l:result, printf('%s %s', l:icon, l:candidate)) + endfor + + return l:result + endfunction + + function! s:edit_file(item) + let l:pos = stridx(a:item, ' ') + let l:file_path = a:item[pos+1:-1] + execute 'silent e' l:file_path + endfunction + + call fzf#run({ + \ 'source': files(), + \ 'sink': function('s:edit_file'), + \ 'options': '-m ' . l:fzf_files_options, + \ 'down': '40%' }) +endfunction + +""" general + +set nospell +" restore screen after quitting +au VimLeave * :!clear + +packloadall + +silent! helptags ALL + +" Enable persistent undo +set undodir=$VIMHOME/.undo// +set undofile +set undolevels=1000 "maximum number of changes that can be undone +set undoreload=10000 "maximum number lines to save for undo on a buffer reload + +" Automatically re-open files after they have changed without prompting. +" This can be a little more destructive, but a lot less annoying. +set autoread + +set autochdir +set autoindent +set showmatch + +" Put all special files in the right place +set backupdir=$VIMHOME/.backup// +set directory=$VIMHOME/.swp// + +" Draw tabs and trailing spaces. +" set listchars=tab:<-> +set listchars=tab:›\ ,trail:•,extends:#,nbsp:. +set list + +" Set the right margin. +set colorcolumn=89 +" Automatically split words at the margin. +set wrap + +" Default to spaces instead of tabs +set expandtab + +" Set tab width to 4. +set tabstop=4 +set shiftwidth=4 +" Setting this will make backspace delete space indents +set softtabstop=4 + +" Disable automatic wrapping. +set textwidth=0 + +" Make :Q and :W work like :q and :w +command! W w +command! Q q + +" Make completion smarter. +set ignorecase +set smartcase + +" viminfo settings +" '100 : Remember marks for 100 previously edited files. +" <50 : ??? +" s10 : ??? +" h : ??? +" "100 : Save 100 lines for each register +" :50 : Remember 50 lines of command history +set viminfo='100,<50,s10,h,\"100,:50 + +" Jump at last opened cursor position position, if valid +if has("autocmd") + au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") + \| exe "normal! g'\"" | endif +endif + +" Warn about not being able to write to .viminfo, which messes up restoring +" the cursor position when editing. +let s:info_filename = expand('~/.viminfo') + +if !empty(glob(s:info_filename)) && !filewritable(s:info_filename) + echoerr 'The .viminfo file cannot be written to!' +endif + + +""" keybindings + +let mapleader = ',' +nnoremap :bd +nnoremap :NERDTree +nnoremap +nnoremap +nnoremap +nnoremap +nnoremap :Tagbar +nnoremap b :Gblame +nnoremap :FZF +nnoremap :Buffers +nnoremap :Files +nnoremap :Rg +nnoremap \ :call Fzf_dev() +nnoremap c :Commits +map :bnext +map :bprev