Home
last modified time | relevance | path

Searched defs:xconn (Results 1 – 25 of 104) sorted by relevance

12345

/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dprocess.c55 struct smbXsrv_connection *xconn; member
539 struct smbXsrv_connection *xconn, in receive_smb_talloc()
2442 struct smbXsrv_connection *xconn; member
2551 struct smbXsrv_connection *xconn) in smbd_server_connection_write_handler()
2626 struct smbXsrv_connection *xconn = in smbd_server_connection_handler() local
2654 struct smbXsrv_connection *xconn = in smbd_server_echo_handler() local
2679 struct smbXsrv_connection *xconn; member
2932 struct smbXsrv_connection *xconn; member
2944 struct smbXsrv_connection *xconn) in smbd_echo_read_send()
3086 struct smbXsrv_connection *xconn; member
[all …]
H A Dseal.c140 void srv_free_enc_buffer(struct smbXsrv_connection *xconn, char *buf) in srv_free_enc_buffer()
159 NTSTATUS srv_decrypt_buffer(struct smbXsrv_connection *xconn, char *buf) in srv_decrypt_buffer()
177 NTSTATUS srv_encrypt_buffer(struct smbXsrv_connection *xconn, char *buf, in srv_encrypt_buffer()
309 void server_encryption_shutdown(struct smbXsrv_connection *xconn) in server_encryption_shutdown()
H A Dsmb2_server.c1002 struct smbXsrv_connection *xconn = req->xconn; in smbd_smb2_request_setup_out() local
1111 struct smbXsrv_connection *xconn = NULL; in smbXsrv_client_valid_connections() local
1303 struct smbXsrv_connection *xconn = req->xconn; in smb2_send_async_interim_response() local
1551 struct smbXsrv_connection *xconn) in smbd_smb2_signing_key()
1612 struct smbXsrv_connection *xconn = req->xconn; in smbd_smb2_request_pending_timer() local
1800 struct smbXsrv_connection *xconn = req->xconn; in smbd_smb2_request_process_cancel() local
2026 struct smbXsrv_connection *xconn = req->xconn; in smbd_smb2_request_verify_creditcharge() local
2211 struct smbXsrv_connection *xconn = req->xconn; in smbd_smb2_request_dispatch_update_counts() local
2336 struct smbXsrv_connection *xconn = req->xconn; in smbd_smb2_request_dispatch() local
2810 struct smbXsrv_connection *xconn = req->xconn; in smbd_smb2_request_reply_update_counts() local
[all …]
H A Dnegprot.c40 static void get_challenge(struct smbXsrv_connection *xconn, uint8_t buff[8]) in get_challenge()
73 struct smbXsrv_connection *xconn = req->xconn; in reply_lanman1() local
129 struct smbXsrv_connection *xconn = req->xconn; in reply_lanman2() local
179 DATA_BLOB negprot_spnego(TALLOC_CTX *ctx, struct smbXsrv_connection *xconn) in negprot_spnego()
280 struct smbXsrv_connection *xconn = req->xconn; in reply_nt1() local
578 struct smbXsrv_connection *xconn = req->xconn; in reply_negprot() local
H A Dmsdfs.c203 pdp->reqpath = eos_ptr; /* "" */ in msg_deliver()
254 const char *vfs_user; in reply_sendtxt()
310 return NT_STATUS_NO_MEMORY; in reply_sendtxt()
311 } in reply_sendtxt()
H A Dsmb2_ioctl.c86 in_max_input_length = IVAL(inbody, 0x20);
H A Dserver_reload.c96 /* skip no-printer services */
H A Dsmb2_glue.c52 FLAGS2_32_BIT_ERROR_CODES |
53 FLAGS2_LONG_PATH_COMPONENTS |
H A Dsmb2_negprot.c85 struct smbXsrv_connection *xconn = req->xconn; in reply_smb20ff() local
132 struct smbXsrv_connection *xconn = req->xconn; in smbd_smb2_request_process_negprot() local
H A Dreply.c812 struct smbXsrv_connection *xconn = req->xconn; in reply_tcon() local
891 struct smbXsrv_connection *xconn = req->xconn; in reply_tcon_and_X() local
1779 struct smbXsrv_connection *xconn = req->xconn; in reply_search() local
3820 struct smbXsrv_connection *xconn = req->xconn; in send_file_readbraw() local
3946 struct smbXsrv_connection *xconn = req->xconn; in reply_readbraw() local
4263 struct smbXsrv_connection *xconn = req->xconn; in reply_read() local
4377 struct smbXsrv_connection *xconn = req->xconn; in send_file_readX() local
4596 struct smbXsrv_connection *xconn = req->xconn; in calc_max_read_pdu() local
4642 struct smbXsrv_connection *xconn = req->xconn; in calc_read_size() local
4821 struct smbXsrv_connection *xconn = req->xconn; in reply_writebraw() local
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/linux/x11/ime/
H A Dcallbacks.rs89 let xconn = &(*inner).xconn; in replace_im() localVariable
148 let xconn = &(*inner).xconn; in xim_instantiate_callback() localVariable
172 let xconn = &(*inner).xconn; in xim_destroy_callback() localVariable
H A Dmod.rs28 xconn: Arc<XConnection>, field
54 let xconn = Arc::clone(&inner.xconn); in new() localVariable
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/linux/x11/ime/
H A Dcallbacks.rs83 let xconn = &(*inner).xconn; in replace_im() localVariable
138 let xconn = &(*inner).xconn; in xim_instantiate_callback() localVariable
162 let xconn = &(*inner).xconn; in xim_destroy_callback() localVariable
H A Dmod.rs33 xconn: Arc<XConnection>, field
56 let xconn = Arc::clone(&inner.xconn); in new() localVariable
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/linux/x11/ime/
H A Dcallbacks.rs89 let xconn = &(*inner).xconn; in replace_im() localVariable
148 let xconn = &(*inner).xconn; in xim_instantiate_callback() localVariable
172 let xconn = &(*inner).xconn; in xim_destroy_callback() localVariable
H A Dmod.rs28 xconn: Arc<XConnection>, field
54 let xconn = Arc::clone(&inner.xconn); in new() localVariable
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/linux/x11/ime/
H A Dcallbacks.rs83 let xconn = &(*inner).xconn; in replace_im() localVariable
138 let xconn = &(*inner).xconn; in xim_instantiate_callback() localVariable
162 let xconn = &(*inner).xconn; in xim_destroy_callback() localVariable
H A Dmod.rs33 xconn: Arc<XConnection>, field
56 let xconn = Arc::clone(&inner.xconn); in new() localVariable
/dports/security/putty/putty-0.76/
H A Dx11fwd.c699 struct X11Connection *xconn = container_of( in x11_closing() local
731 struct X11Connection *xconn = container_of( in x11_receive() local
740 struct X11Connection *xconn = container_of( in x11_sent() local
811 struct X11Connection *xconn; in x11_new_channel() local
852 X11Connection *xconn = container_of(chan, X11Connection, chan); in x11_chan_free() local
869 X11Connection *xconn = container_of(chan, X11Connection, chan); in x11_set_input_wanted() local
876 static void x11_send_init_error(struct X11Connection *xconn, in x11_send_init_error()
925 X11Connection *xconn = container_of(chan, X11Connection, chan); in x11_send() local
1081 X11Connection *xconn = container_of(chan, X11Connection, chan); in x11_send_eof() local
/dports/security/putty-nogtk/putty-0.76/
H A Dx11fwd.c699 struct X11Connection *xconn = container_of( in x11_closing() local
731 struct X11Connection *xconn = container_of( in x11_receive() local
740 struct X11Connection *xconn = container_of( in x11_sent() local
811 struct X11Connection *xconn; in x11_new_channel() local
852 X11Connection *xconn = container_of(chan, X11Connection, chan); in x11_chan_free() local
869 X11Connection *xconn = container_of(chan, X11Connection, chan); in x11_set_input_wanted() local
876 static void x11_send_init_error(struct X11Connection *xconn, in x11_send_init_error()
925 X11Connection *xconn = container_of(chan, X11Connection, chan); in x11_send() local
1081 X11Connection *xconn = container_of(chan, X11Connection, chan); in x11_send_eof() local
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dx11fwd.c699 struct X11Connection *xconn = container_of( in x11_closing() local
731 struct X11Connection *xconn = container_of( in x11_receive() local
740 struct X11Connection *xconn = container_of( in x11_sent() local
811 struct X11Connection *xconn; in x11_new_channel() local
852 X11Connection *xconn = container_of(chan, X11Connection, chan); in x11_chan_free() local
869 X11Connection *xconn = container_of(chan, X11Connection, chan); in x11_set_input_wanted() local
876 static void x11_send_init_error(struct X11Connection *xconn, in x11_send_init_error()
925 X11Connection *xconn = container_of(chan, X11Connection, chan); in x11_send() local
1081 X11Connection *xconn = container_of(chan, X11Connection, chan); in x11_send_eof() local
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/linux/x11/util/
H A Dmemory.rs6 xconn: &'a XConnection, field
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/linux/x11/util/
H A Dmemory.rs6 xconn: &'a XConnection, field
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/linux/x11/util/
H A Dmemory.rs6 xconn: &'a XConnection, field
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/linux/x11/util/
H A Dmemory.rs6 xconn: &'a XConnection, field

12345