MCPcopy Create free account

hub / github.com/HFQR/xitca-web / functions

Functions3,753 in github.com/HFQR/xitca-web

↓ 21 callersMethodinto_response
(self, body: ResB)
web/src/context.rs:133
↓ 21 callersMethodpush_str
(&mut self, str: &str)
postgres/src/transaction/builder.rs:155
↓ 21 callersMethodquery
(&self, stmt: S)
postgres/src/client.rs:265
↓ 21 callersMethodrun
(self)
router/tests/insert.rs:6
↓ 21 callersMethodsplit_to
(&mut self, at: usize)
unsafe_collection/src/bytes/limit.rs:23
↓ 20 callersMethodblock_on
Runs a future to completion on the tokio-uring runtime. This is the runtime's entry point. This runs the given future on the current thread, blocking
tokio-uring/src/runtime/mod.rs:111
↓ 20 callersMethodis_empty
(&self)
io/src/bytes.rs:115
↓ 20 callersMethodparse
Parse the input stream into a frame.
http-ws/src/frame.rs:91
↓ 20 callersMethodremaining
(&self)
unsafe_collection/src/bytes/limit.rs:75
↓ 20 callersMethodreq_mut
(&mut self)
web/src/context.rs:96
↓ 20 callersMethodslice
(self, range: impl ops::RangeBounds<usize>)
tokio-uring/src/buf/slice.rs:149
↓ 19 callersFunctionbind
optimized version of postgres_protocol::frontend::bind
postgres/src/protocol.rs:14
↓ 19 callersMethodpush_back
(&mut self, item: T)
unsafe_collection/src/bound_queue/heap.rs:55
↓ 19 callersFunctionread
(s: &str)
http/src/h1/proto/trasnder_coding.rs:558
↓ 19 callersMethodrecv
(&mut self)
postgres/src/driver/codec.rs:43
↓ 18 callersMethodcall
(&self, arg: Arg)
http/src/util/service/route.rs:123
↓ 18 callersMethodcall
(&self, arg: Arg)
http/src/util/service/router.rs:93
↓ 18 callersFunctionfunc
(_: Request<RequestExt<()>>)
http/src/util/service/router.rs:516
↓ 18 callersMethodinsert
Insert a new operation
tokio-uring/src/runtime/driver/mod.rs:457
↓ 18 callersMethodmap
Mutate `<<Self::Response as Service<Req>>::Future as Future>::Output` type with given closure.
service/src/service/ext.rs:31
↓ 18 callersMethodpush_back
(&mut self, item: T)
unsafe_collection/src/bound_queue/stack.rs:47
↓ 18 callersMethodrun
(self)
web/src/server.rs:405
↓ 18 callersMethodserve
(service: S)
web/src/server.rs:34
↓ 18 callersMethodwait
(&mut self)
http/src/h1/io.rs:73
↓ 17 callersFunctionbuild_table_with_size
(n_field: usize)
http/src/h3/proto/qpack/tests.rs:17
↓ 17 callersMethodpush_back
(&mut self, buf: &mut FrameBuffer<T>, value: T)
http/src/h2/util.rs:77
↓ 17 callersMethodset_max_blocked
(&mut self, max: usize)
http/src/h3/proto/qpack/dynamic.rs:266
↓ 17 callersMethodsubmit
(&mut self)
tokio-uring/src/runtime/driver/mod.rs:69
↓ 17 callersFunctiontracked_table
(stream_id: u64)
http/src/h3/proto/qpack/dynamic.rs:1090
↓ 16 callersMethodcommit
(&mut self, largest_ref: usize)
http/src/h3/proto/qpack/dynamic.rs:81
↓ 16 callersMethodcontains
(&self, other: u8)
http-ws/src/codec.rs:66
↓ 16 callersMethodencode
(&self, w: &mut B)
http/src/h3/proto/varint.rs:105
↓ 16 callersMethodinto_owned
(self)
postgres/src/statement.rs:292
↓ 16 callersMethodis_empty
(&self)
postgres/src/row/types.rs:87
↓ 16 callersMethodleak
leak the statement and it will lose automatic management DOES NOT** cause memory leak
postgres/src/statement.rs:65
↓ 16 callersMethodname
(&self)
postgres/src/column.rs:22
↓ 16 callersMethodsend_data
(&mut self, bytes: Bytes, eof: bool)
client/src/h2/body.rs:59
↓ 16 callersMethodtry_next
take in &mut Pin<&mut Self> so Field can borrow it as Pin<&mut Multipart>. this avoid another explicit stack pin when operating on Field type.
http-multipart/src/lib.rs:139
↓ 15 callersMethodas_web_ctx
(&mut self)
web/src/context.rs:187
↓ 15 callersMethodbind
(&self, params: P)
postgres/src/statement.rs:144
↓ 15 callersMethodconnect
Connect to database, returning [Client] and [Driver] on success # Examples: ```rust use std::future::IntoFuture; use xitca_postgres::{Execute, Postgr
postgres/src/lib.rs:142
↓ 15 callersMethodenclosed_fn
Enclose App with function as middleware type. See [middleware](crate::middleware) for more.
web/src/app/mod.rs:511
↓ 15 callersMethodextensions_mut
(&mut self)
client/src/request.rs:196
↓ 15 callersMethodinsert
(&mut self, other: u8)
http/src/h1/proto/context.rs:36
↓ 15 callersMethodis_empty
(&self)
http/src/h2/util.rs:73
↓ 15 callersMethodnode
Returns a reference to the current node in the traversal.
router/src/tree.rs:90
↓ 15 callersMethodput_slice
Copies the given byte slice into the buffer, starting at this view's offset. # Panics If the slice's length exceeds the destination's remaining capa
tokio-uring/src/buf/bounded.rs:170
↓ 15 callersMethodselect
(self, other: Fut)
unsafe_collection/src/futures.rs:24
↓ 15 callersMethodstream_id
Returns the stream identifier that this frame is associated with. This cannot be a zero stream identifier.
http/src/h2/proto/frame/data.rs:47
↓ 15 callersFunctiontempfile
()
tokio-uring/tests/fs_file.rs:305
↓ 15 callersMethodwrite_var
(&mut self, x: u64)
http/src/h3/proto/coding.rs:67
↓ 14 callersMethodcall
(&self, res: Result<S, E>)
service/src/service/ext.rs:78
↓ 14 callersMethodexecute_blocking
(self, cli: &C)
postgres/src/execute/sync_impl.rs:22
↓ 14 callersMethodget
(self, total_inserted: usize, max_table_size: usize)
http/src/h3/proto/qpack/block.rs:126
↓ 14 callersMethodinto_future
(mut self)
postgres/src/driver.rs:275
↓ 14 callersMethodnode_mut
Returns a mutable reference to the current node in the traversal.
router/src/tree.rs:98
↓ 14 callersMethodpop_front
(&mut self, buf: &mut FrameBuffer<T>)
http/src/h2/util.rs:91
↓ 14 callersMethodupdate_max_size
Queues a max size update. The next call to `encode` will include a dynamic size update frame.
http/src/h2/proto/hpack/encoder.rs:35
↓ 14 callersMethodwith_state
Construct App with a thread safe state that will be shared among all tasks and worker threads. State accessing is based on generic type approach wher
web/src/app/mod.rs:464
↓ 13 callersMethodborrow
(&self)
http/src/http.rs:326
↓ 13 callersMethodborrow_cli_ref
(&self)
postgres/src/pool/connection.rs:173
↓ 13 callersMethodcode
The SQLSTATE code for the error.
postgres/src/error.rs:536
↓ 13 callersMethodgrpc
(self)
client/src/grpc.rs:130
↓ 13 callersMethodinto_parts
(self)
client/src/upgrade.rs:86
↓ 13 callersMethodinto_parts
(self)
http/src/h2/proto/frame/headers.rs:199
↓ 13 callersMethodis_empty
(&self)
http/src/h2/proto/frame/data.rs:190
↓ 13 callersMethodnext
(mut self, mut buf: BytesMut)
http-file/src/runtime.rs:124
↓ 13 callersMethodnext
Resolves to a buffer of requested capacity when it is or becomes available in this pool. This may happen when a [`FixedBuf`] handle owning a buffer of
tokio-uring/src/buf/fixed/pool.rs:254
↓ 13 callersFunctionremove_dir
Removes a directory on the local filesystem. This will only remove empty directories with no children. If you want to destroy the entire contents of
tokio-uring/src/fs/directory.rs:72
↓ 13 callersFunctiontest_h2_server
A specialized http/2 server on top of [test_server]
test/src/lib.rs:68
↓ 13 callersMethodwrite_str
(&mut self, s: &str)
http/src/date.rs:108
↓ 12 callersMethodbody
(self, body: B)
client/src/request.rs:85
↓ 12 callersMethodcheck_out
Returns a buffer identified by the specified index for use by the application, unless the buffer is already in use. The buffer is released to be avai
tokio-uring/src/buf/fixed/registry.rs:166
↓ 12 callersMethodclone
(&self)
unsafe_collection/src/fake.rs:131
↓ 12 callersMethodconn_mut
(&mut self)
client/src/h1/body.rs:36
↓ 12 callersFunctionconnect
(addr: SocketAddr)
test/tests/h2_rst.rs:21
↓ 12 callersMethoddecode_header
Decode field lines received on Request of Push stream. https://www.rfc-editor.org/rfc/rfc9204.html#name-field-line-representations
http/src/h3/proto/qpack/decoder.rs:113
↓ 12 callersMethodencode
Encode a SETTINGS ACK if one is pending. Applies the HPACK table size update before the ACK so the encoder is consistent with the wire order. Called a
http/src/h2/proto/flow.rs:859
↓ 12 callersFunctionfrom_str
()
unsafe_collection/src/small_str.rs:308
↓ 12 callersFunctionmake_hello
(name: &str)
test/tests/grpc.rs:115
↓ 12 callersFunctionmap
()
service/src/service/ext.rs:113
↓ 12 callersMethodnext
(&mut self)
client/src/connect.rs:142
↓ 12 callersMethodput
(&mut self, field: HeaderField)
http/src/h3/proto/qpack/dynamic.rs:295
↓ 12 callersMethodremove
Remove a value by index, returning it and placing the slot on the free list.
http/src/h2/util.rs:57
↓ 12 callersMethodremove
Remove an operation
tokio-uring/src/runtime/driver/mod.rs:462
↓ 12 callersMethodslice_off
Slices the route with `start..`.
router/src/escape.rs:171
↓ 11 callersMethodbind_none
(&self)
postgres/src/statement.rs:171
↓ 11 callersMethodclone
(&self)
postgres/src/pool/connection.rs:220
↓ 11 callersMethodget_ref
Gets a reference to the underlying buffer. This method escapes the slice's view. # Examples ``` use tokio_uring_xitca::buf::BoundedBuf; let buf =
tokio-uring/src/buf/slice.rs:84
↓ 11 callersMethodheaders
(&self)
http-multipart/src/field.rs:69
↓ 11 callersMethodindex
(&self)
tokio-uring/src/runtime/driver/op/mod.rs:206
↓ 11 callersMethodparams
(&self)
http/src/http.rs:338
↓ 11 callersFunctionread_err
(s: &str, expected_err: io::ErrorKind)
http/src/h1/proto/trasnder_coding.rs:572
↓ 11 callersMethodreborrow
(&mut self)
web/src/context.rs:50
↓ 11 callersMethodremove
(&mut self, other: u8)
http-ws/src/codec.rs:56
↓ 11 callersFunctiontest_grpc_server
()
test/tests/grpc.rs:91
↓ 11 callersMethodwith_value
(&self, value: T)
http/src/h3/proto/qpack/field.rs:34
↓ 10 callersMethodchecked_sub
(&mut self, n: RecvWindow)
http/src/h2/proto/window.rs:29
↓ 10 callersMethodclone
(&self)
postgres/src/statement.rs:373
↓ 10 callersMethodeq
(&self, other: &Self)
http-rate/src/timer.rs:96
← previousnext →101–200 of 3,753, ranked by callers