MCPcopy Create free account

hub / github.com/Albert-W/crawler-project / functions

Functions3,568 in github.com/Albert-W/crawler-project

↓ 10 callersMethodNext
Next scans the next token and returns its type.
src/golang.org/x/net/html/token.go:950
↓ 10 callersMethodReadFrom
ReadFrom reads an IPv4 datagram from the endpoint c, copying the datagram into b. It returns the received datagram as the IPv4 header h, the payload p
src/golang.org/x/net/ipv4/packet.go:28
↓ 10 callersMethodRecvMsg
RecvMsg wraps recvmsg system call. The provided flags is a set of platform-dependent flags, such as syscall.MSG_PEEK.
src/golang.org/x/net/internal/socket/socket.go:251
↓ 10 callersMethodWriteTo
WriteTo writes an IPv4 datagram through the endpoint c, copying the datagram from the IPv4 header h and the payload p. The control message cm allows t
src/golang.org/x/net/ipv4/packet.go:63
↓ 10 callersMethodcancel
(removeFromParent bool, err error)
src/golang.org/x/net/context/pre_go17.go:140
↓ 10 callersFunctioncheckForTimeoutError
checkForTimeoutError checks that the error satisfies the Error interface and that Timeout returns true.
src/golang.org/x/net/nettest/conntest.go:392
↓ 10 callersMethodcheckResourceSection
()
src/golang.org/x/net/dns/dnsmessage/message.go:1310
↓ 10 callersFunctionchunkedCopy
chunkedCopy copies from r to w in fixed-width chunks to avoid causing a Write that exceeds the maximum packet size for packet-based connections like "
src/golang.org/x/net/nettest/conntest.go:452
↓ 10 callersFunctiondefaultPriorityWriteScheduler
()
src/golang.org/x/net/http2/writesched_priority_test.go:14
↓ 10 callersFunctionencKV
(enc *hpack.Encoder, k, v string)
src/golang.org/x/net/http2/write.go:191
↓ 10 callersMethodremove
remove removes a node from the stack. It is a no-op if n is not present.
src/golang.org/x/net/html/node.go:195
↓ 10 callersMethodsetParent
(parent *priorityNode)
src/golang.org/x/net/http2/writesched_priority.go:109
↓ 10 callersMethodvalue
value returns v's field value corresponding to finfo. It's equivalent to v.FieldByIndex(finfo.idx), but initializes and dereferences pointers as neces
src/golang.org/x/net/webdav/internal/xml/typeinfo.go:357
↓ 9 callersMethodClose
Close marks the closeWaiter as closed and unblocks any waiters.
src/golang.org/x/net/http2/http2.go:237
↓ 9 callersMethodMkdir
(ctx context.Context, name string, perm os.FileMode)
src/golang.org/x/net/webdav/file.go:41
↓ 9 callersFunctionNewClient
NewClient creates a new WebSocket client connection over rwc.
src/golang.org/x/net/websocket/client.go:42
↓ 9 callersFunctionNewMemLS
NewMemLS returns a new in-memory LockSystem.
src/golang.org/x/net/webdav/lock.go:115
↓ 9 callersMethodPop
Pop dequeues the next frame to write. Returns false if no frames can be written. Frames with a given wr.StreamID() are Pop'd in the same order they ar
src/golang.org/x/net/http2/writesched.go:36
↓ 9 callersMethodSendMsg
SendMsg wraps sendmsg system call. The provided flags is a set of platform-dependent flags, such as syscall.MSG_DONTROUTE.
src/golang.org/x/net/internal/socket/socket.go:259
↓ 9 callersMethodString
()
src/golang.org/x/net/trace/histogram.go:234
↓ 9 callersMethodWrite
(b []byte)
src/golang.org/x/net/http2/server_test.go:3151
↓ 9 callersMethodWrite
(p []byte)
src/golang.org/x/net/http2/hpack/hpack.go:237
↓ 9 callersMethodWriteGoAway
(maxStreamID uint32, code ErrCode, debugData []byte)
src/golang.org/x/net/http2/frame.go:890
↓ 9 callersMethodWriteSettingsAck
WriteSettingsAck writes an empty SETTINGS frame with the ACK bit set. It will perform exactly one Write to the underlying Writer. It is the caller's
src/golang.org/x/net/http2/frame.go:819
↓ 9 callersMethodacknowledgeSelfClosingTag
Section 12.2.5.
src/golang.org/x/net/html/parse.go:409
↓ 9 callersFunctionappendVarInt
appendVarInt appends i, as encoded in variable integer form using n bit prefix, to dst and returns the extended buffer. See http://http2.github.io/ht
src/golang.org/x/net/http2/hpack/encode.go:195
↓ 9 callersMethodclearActiveFormattingElements
Section 12.2.4.3.
src/golang.org/x/net/html/parse.go:370
↓ 9 callersFunctiongetContext
(r *http.Request)
src/golang.org/x/net/webdav/file_go1.7.go:14
↓ 9 callersMethodmarshal
(proto int, b []byte)
src/golang.org/x/net/icmp/mpls.go:43
↓ 9 callersMethodok
()
src/golang.org/x/net/icmp/endpoint.go:26
↓ 9 callersMethodpathAddrs
(address string)
src/golang.org/x/net/internal/socks/socks.go:246
↓ 9 callersFunctionrandString
(n int)
src/golang.org/x/net/http2/transport_test.go:391
↓ 9 callersFunctionslashClean
slashClean is equivalent to but slightly more efficient than path.Clean("/" + name).
src/golang.org/x/net/webdav/file.go:23
↓ 9 callersMethodstreamState
(id uint32)
src/golang.org/x/net/http2/server_test.go:196
↓ 9 callersMethodvlogf
(format string, args ...interface{})
src/golang.org/x/net/http2/transport.go:2315
↓ 9 callersMethodwantRSTStream
(streamID uint32, errCode ErrCode)
src/golang.org/x/net/http2/server_test.go:554
↓ 9 callersMethodwriteStreamReset
(streamID uint32, code ErrCode, err error)
src/golang.org/x/net/http2/transport.go:2290
↓ 8 callersMethodClose
()
src/golang.org/x/net/http2/hpack/hpack.go:229
↓ 8 callersMethodDataSize
DataSize returns the number of flow control bytes that must be consumed to write this entire frame. This is 0 for non-DATA frames.
src/golang.org/x/net/http2/writesched.go:81
↓ 8 callersFunctionEscapeText
EscapeText writes to w the properly escaped XML equivalent of the plain text data s.
src/golang.org/x/net/webdav/internal/xml/xml.go:1876
↓ 8 callersMethodGet
Get reads a value for the option from the kernel. It returns the number of bytes written into b.
src/golang.org/x/net/internal/socket/socket.go:24
↓ 8 callersFunctionLookup
Lookup returns the encoding with the specified label, and its canonical name. It returns nil and the empty string if label is not one of the standard
src/golang.org/x/net/html/charset/charset.go:31
↓ 8 callersFunctionMarshal
Marshal returns the XML encoding of v. Marshal handles an array or slice by marshalling each of the elements. Marshal handles a pointer by marshallin
src/golang.org/x/net/webdav/internal/xml/marshal.go:70
↓ 8 callersFunctionNewDecoder
NewDecoder returns a new decoder with the provided maximum dynamic table size. The emitFunc will be called for each valid field parsed, in the same go
src/golang.org/x/net/http2/hpack/hpack.go:100
↓ 8 callersFunctionNewEncoder
NewEncoder returns a new Encoder which performs HPACK encoding. An encoded data is written to w.
src/golang.org/x/net/http2/hpack/encode.go:35
↓ 8 callersFunctionNewPriorityWriteScheduler
NewPriorityWriteScheduler constructs a WriteScheduler that schedules frames by following HTTP/2 priorities as described in RFC 7540 Section 5.3. If cf
src/golang.org/x/net/http2/writesched_priority.go:58
↓ 8 callersFunctionNewTokenizer
NewTokenizer returns a new HTML Tokenizer for the given Reader. The input is assumed to be UTF-8 encoded.
src/golang.org/x/net/html/token.go:1195
↓ 8 callersMethodReadFrom
ReadFrom reads a payload of the received IPv6 datagram, from the endpoint c, copying the payload into b. It returns the number of bytes copied into b,
src/golang.org/x/net/ipv6/payload_cmsg.go:15
↓ 8 callersMethodStack
()
src/golang.org/x/net/trace/events.go:363
↓ 8 callersMethodWrite
(p []byte)
src/golang.org/x/net/webdav/file.go:563
↓ 8 callersMethodWrite
Write implements the io.Writer interface: it writes data as a frame to the WebSocket connection.
src/golang.org/x/net/websocket/websocket.go:222
↓ 8 callersMethodWritePing
(ack bool, data [8]byte)
src/golang.org/x/net/http2/frame.go:847
↓ 8 callersMethodadd
(f HeaderField)
src/golang.org/x/net/http2/hpack/hpack.go:170
↓ 8 callersFunctionattrValue
(se xml.StartElement, attr string)
src/golang.org/x/net/http2/z_spec_test.go:330
↓ 8 callersMethodcheckValid
()
src/golang.org/x/net/http2/frame.go:211
↓ 8 callersMethodcontains
contains returns whether a is within s.
src/golang.org/x/net/html/node.go:178
↓ 8 callersMethodencodeHeaderRaw
(t *testing.T, headers ...string)
src/golang.org/x/net/http2/server_test.go:3468
↓ 8 callersFunctionhuffmanDecode
huffmanDecode decodes v to buf. If maxLen is greater than 0, attempts to write more to buf than maxLen bytes will return ErrStringLength.
src/golang.org/x/net/http2/hpack/huffman.go:49
↓ 8 callersMethodlogf
(format string, args ...interface{})
src/golang.org/x/net/http2/server.go:600
↓ 8 callersFunctionparseAddrs
(attrs uint, fn func(int, []byte) (int, Addr, error), b []byte)
src/golang.org/x/net/route/address.go:366
↓ 8 callersFunctionprintUint32
(i uint32)
src/golang.org/x/net/dns/dnsmessage/message.go:227
↓ 8 callersFunctionpunyError
(s string)
src/golang.org/x/net/idna/punycode.go:31
↓ 8 callersFunctiontestServerRejectsConn
testServerRejectsConn tests that the server hangs up with a GOAWAY frame and a server close after the client does something deserving a CONNECTION_ERR
src/golang.org/x/net/http2/server_test.go:1626
↓ 8 callersMethodwriteUint32
(v uint32)
src/golang.org/x/net/http2/frame.go:394
↓ 7 callersMethodClose
Close closes the endpoint.
src/golang.org/x/net/icmp/endpoint.go:73
↓ 7 callersMethodClose
()
src/golang.org/x/net/websocket/websocket_test.go:499
↓ 7 callersMethodClose
Close implements the io.Closer interface.
src/golang.org/x/net/websocket/websocket.go:235
↓ 7 callersMethodCloseStream
CloseStream closes a stream in the write scheduler. Any frames queued on this stream should be discarded. It is illegal to call this on a stream that
src/golang.org/x/net/http2/writesched.go:20
↓ 7 callersMethodConfirm
Confirm confirms that the caller can claim all of the locks specified by the given conditions, and that holding the union of all of those locks gives
src/golang.org/x/net/webdav/lock.go:54
↓ 7 callersMethodError
()
src/golang.org/x/net/http2/hpack/hpack.go:22
↓ 7 callersMethodFlush
Flush flushes any buffered XML to the underlying writer. See the EncodeToken documentation for details about when it is necessary.
src/golang.org/x/net/webdav/internal/xml/marshal.go:298
↓ 7 callersFunctionLookup
Lookup returns the atom whose name is s. It returns zero if there is no such atom. The lookup is case sensitive.
src/golang.org/x/net/html/atom/atom.go:57
↓ 7 callersMethodRead
(p []byte)
src/golang.org/x/net/http2/server_test.go:3582
↓ 7 callersMethodRemoteAddr
RemoteAddr returns the WebSocket location for the connection for client, or the Websocket Origin for server.
src/golang.org/x/net/websocket/websocket.go:261
↓ 7 callersMethodRemoveAll
(ctx context.Context, name string)
src/golang.org/x/net/webdav/file.go:43
↓ 7 callersMethodServeConn
ServeConn serves HTTP/2 requests on the provided connection and blocks until the connection is no longer readable. ServeConn starts speaking HTTP/2 a
src/golang.org/x/net/http2/server.go:327
↓ 7 callersMethodSetControlMessage
SetControlMessage sets the per packet IP-level socket options.
src/golang.org/x/net/ipv4/endpoint.go:124
↓ 7 callersMethodSetReadDeadline
SetReadDeadline sets the read deadline associated with the endpoint.
src/golang.org/x/net/ipv4/endpoint.go:142
↓ 7 callersMethodSetWriteDeadline
SetWriteDeadline sets the write deadline associated with the endpoint.
src/golang.org/x/net/ipv4/endpoint.go:151
↓ 7 callersMethodStart
Start parses the header and enables the parsing of Questions.
src/golang.org/x/net/dns/dnsmessage/message.go:535
↓ 7 callersMethodTime
()
src/golang.org/x/net/internal/timeseries/timeseries.go:76
↓ 7 callersMethodTimeout
()
src/golang.org/x/net/http2/http2.go:327
↓ 7 callersMethodWriteTo
WriteTo writes a payload of the IPv6 datagram, to the destination address dst through the endpoint c, copying the payload from b. It returns the numbe
src/golang.org/x/net/ipv6/payload_cmsg.go:27
↓ 7 callersFunctionassembleLoad
(dst Register, loadSize int, mode uint16, k uint32)
src/golang.org/x/net/bpf/instructions.go:677
↓ 7 callersFunctionbucketBoundary
bucketBoundary returns the first value in the bucket.
src/golang.org/x/net/trace/histogram.go:245
↓ 7 callersMethodconnPool
()
src/golang.org/x/net/http2/transport.go:131
↓ 7 callersFunctionencodeHeaderRaw
(t *testing.T, pairs ...string)
src/golang.org/x/net/http2/frame_test.go:1188
↓ 7 callersFunctiongenerateTokenAtTime
generateTokenAtTime is like Generate, but returns a token that expires 24 hours from now.
src/golang.org/x/net/xsrftoken/xsrf.go:38
↓ 7 callersFunctionioctl
(s, ioc uintptr, arg unsafe.Pointer)
src/golang.org/x/net/lif/syscall.go:22
↓ 7 callersFunctionlargeTestMsg
()
src/golang.org/x/net/dns/dnsmessage/message_test.go:1310
↓ 7 callersMethodlogf
(format string, args ...interface{})
src/golang.org/x/net/http2/transport.go:2321
↓ 7 callersFunctionnewHybiConn
newHybiConn creates a new WebSocket connection speaking hybi draft protocol.
src/golang.org/x/net/websocket/hybi.go:335
↓ 7 callersFunctionpatch
Patch patches the properties of resource name. The return values are constrained in the same manner as DeadPropsHolder.Patch.
src/golang.org/x/net/webdav/prop.go:278
↓ 7 callersFunctionreadAndVerifyDataFrame
(data string, length byte, fr *Framer, buf *bytes.Buffer, t *testing.T)
src/golang.org/x/net/http2/frame_test.go:1164
↓ 7 callersMethodresolve
(name string)
src/golang.org/x/net/webdav/file.go:68
↓ 7 callersMethodset
(c *Conn, b []byte)
src/golang.org/x/net/internal/socket/rawconn.go:57
↓ 7 callersMethodsetMaxSize
(v uint32)
src/golang.org/x/net/http2/hpack/hpack.go:165
↓ 7 callersMethodtake
(n int32)
src/golang.org/x/net/http2/flow.go:31
↓ 7 callersFunctiontestServer_Push_RejectSingleRequest
(t *testing.T, doPush func(http.Pusher, *http.Request) error, settings ...Setting)
src/golang.org/x/net/http2/server_push_test.go:327
↓ 7 callersMethodtotal
Total returns the number of recorded observations.
src/golang.org/x/net/trace/histogram.go:84
← previousnext →201–300 of 3,568, ranked by callers