Home
last modified time | relevance | path

Searched refs:CreateSegmentReply (Results 1 – 9 of 9) sorted by relevance

/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dshm.rs929 …pub fn send<Conn>(self, conn: &Conn) -> Result<CookieWithFds<'_, Conn, CreateSegmentReply>, Connec… in send() argument
955 type Reply = CreateSegmentReply;
957 …Seg, size: u32, read_only: bool) -> Result<CookieWithFds<'_, Conn, CreateSegmentReply>, Connection… in create_segment() argument
970 pub struct CreateSegmentReply { struct
976 impl TryParseFd for CreateSegmentReply { argument
989 let result = CreateSegmentReply { nfd, sequence, length, shm_fd }; in try_parse_fd()
1029 …Seg, size: u32, read_only: bool) -> Result<CookieWithFds<'_, Self, CreateSegmentReply>, Connection… in shm_create_segment() argument
H A Dmod.rs4816 ShmCreateSegment(shm::CreateSegmentReply),
6145 impl From<shm::CreateSegmentReply> for Reply {
6146 fn from(reply: shm::CreateSegmentReply) -> Reply { in from()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dshm.rs929 …pub fn send<Conn>(self, conn: &Conn) -> Result<CookieWithFds<'_, Conn, CreateSegmentReply>, Connec… in send() argument
955 type Reply = CreateSegmentReply;
957 …Seg, size: u32, read_only: bool) -> Result<CookieWithFds<'_, Conn, CreateSegmentReply>, Connection… in create_segment() argument
970 pub struct CreateSegmentReply { struct
976 impl TryParseFd for CreateSegmentReply { argument
989 let result = CreateSegmentReply { nfd, sequence, length, shm_fd }; in try_parse_fd()
1029 …Seg, size: u32, read_only: bool) -> Result<CookieWithFds<'_, Self, CreateSegmentReply>, Connection… in shm_create_segment() argument
H A Dmod.rs4816 ShmCreateSegment(shm::CreateSegmentReply),
6145 impl From<shm::CreateSegmentReply> for Reply {
6146 fn from(reply: shm::CreateSegmentReply) -> Reply { in from()
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dshm.py71 class CreateSegmentReply(xcffib.Reply): class
80 reply_type = CreateSegmentReply
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/shm/
H A Dshm.go446 type CreateSegmentReply struct { struct
454 func (cook CreateSegmentCookie) Reply() (*CreateSegmentReply, error) {
466 func createSegmentReply(buf []byte) *CreateSegmentReply {
467 v := new(CreateSegmentReply)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/shm/
H A Dshm.go446 type CreateSegmentReply struct { struct
454 func (cook CreateSegmentCookie) Reply() (*CreateSegmentReply, error) {
466 func createSegmentReply(buf []byte) *CreateSegmentReply {
467 v := new(CreateSegmentReply)
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/examples/
H A Dshared_memory.rs116 let shm::CreateSegmentReply { shm_fd, .. } = reply; in receive_fd()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/examples/
H A Dshared_memory.rs116 let shm::CreateSegmentReply { shm_fd, .. } = reply; in receive_fd()