/third_party/node/test/parallel/ |
H A D | test-tls-ecdh-multiple.js | 30 const reply = 'I AM THE WALRUS'; // Something recognizable 33 conn.end(reply); 40 assert(stdout.includes(reply));
|
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | debug.c | 236 u8 reply[1024]; member 255 // wfx_cmd_send() checks that reply buffer is wide enough, but does not in wfx_send_hif_msg_write() 257 // be read. Filling reply buffer with a memory pattern may help user. in wfx_send_hif_msg_write() 258 memset(context->reply, 0xFF, sizeof(context->reply)); in wfx_send_hif_msg_write() 266 context->ret = wfx_cmd_send(wdev, request, context->reply, in wfx_send_hif_msg_write() 267 sizeof(context->reply), false); in wfx_send_hif_msg_write() 280 if (count > sizeof(context->reply)) in wfx_send_hif_msg_read() 289 if (copy_to_user(user_buf, context->reply, count)) in wfx_send_hif_msg_read()
|
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/ |
H A D | debug.c | 235 u8 reply[1024]; member 253 /* wfx_cmd_send() checks that reply buffer is wide enough, but does not return precise in wfx_send_hif_msg_write() 254 * length read. User have to know how many bytes should be read. Filling reply buffer with a in wfx_send_hif_msg_write() 257 memset(context->reply, 0xFF, sizeof(context->reply)); in wfx_send_hif_msg_write() 265 context->ret = wfx_cmd_send(wdev, request, context->reply, sizeof(context->reply), false); in wfx_send_hif_msg_write() 278 if (count > sizeof(context->reply)) in wfx_send_hif_msg_read() 286 if (copy_to_user(user_buf, context->reply, count)) in wfx_send_hif_msg_read()
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | hda-ipc.c | 27 * interrupt and send reply msg to dsp in hda_dsp_ipc_host_done() 44 * set DONE bit - tell DSP we have received the reply msg in hda_dsp_ipc_dsp_done() 45 * from DSP, and processed it, don't send more reply to host in hda_dsp_ipc_dsp_done() 125 struct sof_ipc_reply reply; in hda_dsp_ipc_get_reply() local 129 * Sometimes, there is unexpected reply ipc arriving. The reply in hda_dsp_ipc_get_reply() 142 * memory windows are powered off before sending IPC reply, in hda_dsp_ipc_get_reply() 146 reply.error = 0; in hda_dsp_ipc_get_reply() 147 reply.hdr.cmd = SOF_IPC_GLB_REPLY; in hda_dsp_ipc_get_reply() 148 reply in hda_dsp_ipc_get_reply() [all...] |
/kernel/linux/linux-6.6/net/ceph/ |
H A D | auth.c | 365 void *reply, int reply_len, in ceph_auth_verify_authorizer_reply() 374 reply, reply_len, session_key, session_key_len, in ceph_auth_verify_authorizer_reply() 475 int ceph_auth_handle_reply_more(struct ceph_auth_client *ac, void *reply, in ceph_auth_handle_reply_more() argument 481 ret = ac->ops->handle_reply(ac, 0, reply, reply + reply_len, in ceph_auth_handle_reply_more() 492 u64 global_id, void *reply, int reply_len, in ceph_auth_handle_reply_done() 499 ret = ac->ops->handle_reply(ac, global_id, reply, reply + reply_len, in ceph_auth_handle_reply_done() 579 void *reply, int reply_len, in ceph_auth_handle_svc_reply_more() 587 reply, reply_le in ceph_auth_handle_svc_reply_more() 363 ceph_auth_verify_authorizer_reply(struct ceph_auth_client *ac, struct ceph_authorizer *a, void *reply, int reply_len, u8 *session_key, int *session_key_len, u8 *con_secret, int *con_secret_len) ceph_auth_verify_authorizer_reply() argument 491 ceph_auth_handle_reply_done(struct ceph_auth_client *ac, u64 global_id, void *reply, int reply_len, u8 *session_key, int *session_key_len, u8 *con_secret, int *con_secret_len) ceph_auth_handle_reply_done() argument 577 ceph_auth_handle_svc_reply_more(struct ceph_auth_client *ac, struct ceph_auth_handshake *auth, void *reply, int reply_len, void *buf, int *buf_len) ceph_auth_handle_svc_reply_more() argument 601 ceph_auth_handle_svc_reply_done(struct ceph_auth_client *ac, struct ceph_auth_handshake *auth, void *reply, int reply_len, u8 *session_key, int *session_key_len, u8 *con_secret, int *con_secret_len) ceph_auth_handle_svc_reply_done() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface_named_pipe.c | 282 char *reply = NULL, *send_buf; in wpa_supplicant_ctrl_iface_rx() local 306 reply = wpa_supplicant_ctrl_iface_process(wpa_s, buf, in wpa_supplicant_ctrl_iface_rx() 310 if (reply) { in wpa_supplicant_ctrl_iface_rx() 311 send_buf = reply; in wpa_supplicant_ctrl_iface_rx() 325 os_free(reply); in wpa_supplicant_ctrl_iface_rx() 328 os_free(reply); in wpa_supplicant_ctrl_iface_rx() 717 char *reply = NULL, *send_buf; in wpa_supplicant_global_iface_rx() local 726 reply = wpa_supplicant_global_ctrl_iface_process(global, buf, in wpa_supplicant_global_iface_rx() 728 if (reply) { in wpa_supplicant_global_iface_rx() 729 send_buf = reply; in wpa_supplicant_global_iface_rx() [all...] |
H A D | ctrl_iface.c | 1345 struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len) in wpa_supplicant_ctrl_iface_wps_nfc_config_token() 1366 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf), in wpa_supplicant_ctrl_iface_wps_nfc_config_token() 1368 reply[res++] = '\n'; in wpa_supplicant_ctrl_iface_wps_nfc_config_token() 1369 reply[res] = '\0'; in wpa_supplicant_ctrl_iface_wps_nfc_config_token() 1378 struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len) in wpa_supplicant_ctrl_iface_wps_nfc_token() 1395 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf), in wpa_supplicant_ctrl_iface_wps_nfc_token() 1397 reply[res++] = '\n'; in wpa_supplicant_ctrl_iface_wps_nfc_token() 1398 reply[res] = '\0'; in wpa_supplicant_ctrl_iface_wps_nfc_token() 1443 char *reply, size_t max_len, in wpas_ctrl_nfc_get_handover_req_wps() 1453 res = wpa_snprintf_hex_uppercase(reply, max_le in wpas_ctrl_nfc_get_handover_req_wps() 1344 wpa_supplicant_ctrl_iface_wps_nfc_config_token( struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len) wpa_supplicant_ctrl_iface_wps_nfc_config_token() argument 1377 wpa_supplicant_ctrl_iface_wps_nfc_token( struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len) wpa_supplicant_ctrl_iface_wps_nfc_token() argument 1442 wpas_ctrl_nfc_get_handover_req_wps(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef) wpas_ctrl_nfc_get_handover_req_wps() argument 1465 wpas_ctrl_nfc_get_handover_req_p2p(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef) wpas_ctrl_nfc_get_handover_req_p2p() argument 1490 wpas_ctrl_nfc_get_handover_req(struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len) wpas_ctrl_nfc_get_handover_req() argument 1527 wpas_ctrl_nfc_get_handover_sel_wps(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef, int cr, char *uuid) wpas_ctrl_nfc_get_handover_sel_wps() argument 1550 wpas_ctrl_nfc_get_handover_sel_p2p(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef, int tag) wpas_ctrl_nfc_get_handover_sel_p2p() argument 1573 wpas_ctrl_nfc_get_handover_sel(struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len) wpas_ctrl_nfc_get_handover_sel() argument 1937 wpa_supplicant_ctrl_iface_wps_er_nfc_config_token( struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len) wpa_supplicant_ctrl_iface_wps_er_nfc_config_token() argument 3057 wpa_supplicant_ctrl_iface_mesh_interface_add( struct wpa_supplicant *wpa_s, char *cmd, char *reply, size_t max_len) wpa_supplicant_ctrl_iface_mesh_interface_add() argument 7473 get_hs20_icon(struct wpa_supplicant *wpa_s, char *cmd, char *reply, int buflen) get_hs20_icon() argument 7927 struct wpabuf *reply; wpa_supplicant_vendor_cmd() local 8379 wpas_ctrl_scan(struct wpa_supplicant *wpa_s, char *params, char *reply, int reply_size, int *reply_len) wpas_ctrl_scan() argument 9985 char *reply; wpa_supplicant_ctrl_iface_process() local 11460 char *reply; wpa_supplicant_global_ctrl_iface_process() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_ctrl.c | 161 * side (wpa_supplicant or hostapd) can reply to the control interface in wpa_ctrl_open2() 554 char *reply, size_t *reply_len, in wpa_ctrl_request() 632 res = recv(ctrl->s, reply, *reply_len, 0); in wpa_ctrl_request() 636 if ((res > 0 && reply[0] == '<') || in wpa_ctrl_request() 637 (res > 6 && strncmp(reply, "IFNAME=", 7) == 0)) { in wpa_ctrl_request() 639 * wpa_supplicant, not the reply to the in wpa_ctrl_request() 647 reply[res] = '\0'; in wpa_ctrl_request() 648 msg_cb(reply, res); in wpa_ctrl_request() 693 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) in wpa_ctrl_recv() argument 697 res = recv(ctrl->s, reply, *reply_le in wpa_ctrl_recv() 553 wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, char *reply, size_t *reply_len, void (*msg_cb)(char *msg, size_t len)) wpa_ctrl_request() argument 801 wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, char *reply, size_t *reply_len, void (*msg_cb)(char *msg, size_t len)) wpa_ctrl_request() argument 819 wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) wpa_ctrl_recv() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface_named_pipe.c | 282 char *reply = NULL, *send_buf; in wpa_supplicant_ctrl_iface_rx() local 306 reply = wpa_supplicant_ctrl_iface_process(wpa_s, buf, in wpa_supplicant_ctrl_iface_rx() 310 if (reply) { in wpa_supplicant_ctrl_iface_rx() 311 send_buf = reply; in wpa_supplicant_ctrl_iface_rx() 325 os_free(reply); in wpa_supplicant_ctrl_iface_rx() 328 os_free(reply); in wpa_supplicant_ctrl_iface_rx() 720 char *reply = NULL, *send_buf; in wpa_supplicant_global_iface_rx() local 729 reply = wpa_supplicant_global_ctrl_iface_process(global, buf, in wpa_supplicant_global_iface_rx() 731 if (reply) { in wpa_supplicant_global_iface_rx() 732 send_buf = reply; in wpa_supplicant_global_iface_rx() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_ctrl.c | 143 * side (wpa_supplicant or hostapd) can reply to the control interface in wpa_ctrl_open2() 518 char *reply, size_t *reply_len, in wpa_ctrl_request() 592 res = recv(ctrl->s, reply, *reply_len, 0); in wpa_ctrl_request() 595 if ((res > 0 && reply[0] == '<') || in wpa_ctrl_request() 596 (res > 6 && strncmp(reply, "IFNAME=", 7) == 0)) { in wpa_ctrl_request() 598 * wpa_supplicant, not the reply to the in wpa_ctrl_request() 606 reply[res] = '\0'; in wpa_ctrl_request() 607 msg_cb(reply, res); in wpa_ctrl_request() 652 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) in wpa_ctrl_recv() argument 656 res = recv(ctrl->s, reply, *reply_le in wpa_ctrl_recv() 517 wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, char *reply, size_t *reply_len, void (*msg_cb)(char *msg, size_t len)) wpa_ctrl_request() argument 760 wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, char *reply, size_t *reply_len, void (*msg_cb)(char *msg, size_t len)) wpa_ctrl_request() argument 778 wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) wpa_ctrl_recv() argument [all...] |
/third_party/mesa3d/src/glx/ |
H A D | glxext.c | 359 xcb_glx_query_version_reply_t *reply = xcb_glx_query_version_reply(c, in QueryVersion() local 366 if (!reply) in QueryVersion() 369 if (reply->major_version != GLX_MAJOR_VERSION) { in QueryVersion() 370 free(reply); in QueryVersion() 373 *major = reply->major_version; in QueryVersion() 374 *minor = min(reply->minor_version, GLX_MINOR_VERSION); in QueryVersion() 375 free(reply); in QueryVersion() 456 ** of the reply. They are in pairs of property type in __glXInitializeVisualConfigFromTags() 705 xGLXGetVisualConfigsReply reply; in getVisualConfigs() local 716 if (!_XReply(dpy, (xReply *) & reply, in getVisualConfigs() 735 xGLXGetFBConfigsReply reply; getFBConfigs() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | jumpshot.c | 325 unsigned char *reply; in jumpshot_id_device() local 333 reply = kmalloc(512, GFP_NOIO); in jumpshot_id_device() 334 if (!reply) in jumpshot_id_device() 347 // read the reply in jumpshot_id_device() 348 rc = jumpshot_bulk_read(us, reply, 512); in jumpshot_id_device() 354 info->sectors = ((u32)(reply[117]) << 24) | in jumpshot_id_device() 355 ((u32)(reply[116]) << 16) | in jumpshot_id_device() 356 ((u32)(reply[115]) << 8) | in jumpshot_id_device() 357 ((u32)(reply[114]) ); in jumpshot_id_device() 362 kfree(reply); in jumpshot_id_device() [all...] |
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | bdw.c | 308 /* reply message from DSP */ in bdw_irq_thread() 319 * handle immediate reply from DSP core. If the msg is in bdw_irq_thread() 374 struct sof_ipc_reply reply; in bdw_get_reply() local 378 * Sometimes, there is unexpected reply ipc arriving. The reply in bdw_get_reply() 387 /* get reply */ in bdw_get_reply() 388 sof_mailbox_read(sdev, sdev->host_box.offset, &reply, sizeof(reply)); in bdw_get_reply() 390 if (reply.error < 0) { in bdw_get_reply() 391 memcpy(msg->reply_data, &reply, sizeo in bdw_get_reply() [all...] |
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | jumpshot.c | 325 unsigned char *reply; in jumpshot_id_device() local 333 reply = kmalloc(512, GFP_NOIO); in jumpshot_id_device() 334 if (!reply) in jumpshot_id_device() 347 // read the reply in jumpshot_id_device() 348 rc = jumpshot_bulk_read(us, reply, 512); in jumpshot_id_device() 354 info->sectors = ((u32)(reply[117]) << 24) | in jumpshot_id_device() 355 ((u32)(reply[116]) << 16) | in jumpshot_id_device() 356 ((u32)(reply[115]) << 8) | in jumpshot_id_device() 357 ((u32)(reply[114]) ); in jumpshot_id_device() 362 kfree(reply); in jumpshot_id_device() [all...] |
/kernel/linux/linux-6.6/block/ |
H A D | bsg-lib.c | 34 void *reply; in bsg_transport_sg_io_fn() local 50 reply = job->reply; in bsg_transport_sg_io_fn() 52 job->reply = reply; in bsg_transport_sg_io_fn() 110 /* we're only returning the result field in the reply */ in bsg_transport_sg_io_fn() 118 if (copy_to_user(uptr64(hdr->response), job->reply, len)) in bsg_transport_sg_io_fn() 184 * @result: job reply result 306 job->reply = kzalloc(SCSI_SENSE_BUFFERSIZE, GFP_KERNEL); in bsg_init_rq() 307 if (!job->reply) in bsg_init_rq() [all...] |
/third_party/NuttX/fs/nfs/ |
H A D | rpc_clnt.c | 140 int proc, int program, void *reply, size_t resplen); 142 void *reply, size_t resplen); 200 int proc, int program, void *reply, in rpcclnt_receive() 230 nbytes = recvfrom(rpc->rc_so, reply, resplen, 0, aname, &fromlen); in rpcclnt_receive() 238 error = memcpy_s((void *)&xid, sizeof(xid), ((char *)reply + RPC_RMSIZE), sizeof(xid)); in rpcclnt_receive() 265 int proc, int program, void *reply, in rpcclnt_receive() 287 if (ret == 0) /* no reply */ in rpcclnt_receive() 299 nbytes = recvfrom(rpc->rc_so, (char *)reply + offset, resplen - offset, 0, aname, &fromlen); in rpcclnt_receive() 330 error = memcpy_s(&total, RPC_RMSIZE, reply, RPC_RMSIZE); in rpcclnt_receive() 349 * Received the RPC reply o 199 rpcclnt_receive(struct rpcclnt *rpc, struct sockaddr *aname, int proc, int program, void *reply, size_t resplen) rpcclnt_receive() argument 264 rpcclnt_receive(struct rpcclnt *rpc, struct sockaddr *aname, int proc, int program, void *reply, size_t resplen) rpcclnt_receive() argument 353 rpcclnt_reply(struct rpcclnt *rpc, int procid, int prog, void *reply, size_t resplen) rpcclnt_reply() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_introspect.c | 257 DBusMessage *reply; in wpa_dbus_introspect() local 276 reply = dbus_message_new_method_return(message); in wpa_dbus_introspect() 277 if (reply) { in wpa_dbus_introspect() 280 dbus_message_append_args(reply, DBUS_TYPE_STRING, &intro_str, in wpa_dbus_introspect() 285 return reply; in wpa_dbus_introspect()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new_introspect.c | 257 DBusMessage *reply; in wpa_dbus_introspect() local 276 reply = dbus_message_new_method_return(message); in wpa_dbus_introspect() 277 if (reply) { in wpa_dbus_introspect() 280 dbus_message_append_args(reply, DBUS_TYPE_STRING, &intro_str, in wpa_dbus_introspect() 285 return reply; in wpa_dbus_introspect()
|
/kernel/linux/linux-6.6/drivers/soc/apple/ |
H A D | rtkit.c | 115 u64 reply; in apple_rtkit_management_rx_hello() local 139 reply = FIELD_PREP(APPLE_RTKIT_MGMT_HELLO_MINVER, want_ver); in apple_rtkit_management_rx_hello() 140 reply |= FIELD_PREP(APPLE_RTKIT_MGMT_HELLO_MAXVER, want_ver); in apple_rtkit_management_rx_hello() 141 apple_rtkit_management_send(rtk, APPLE_RTKIT_MGMT_HELLO_REPLY, reply); in apple_rtkit_management_rx_hello() 153 u64 reply; in apple_rtkit_management_rx_epmap() local 167 reply = FIELD_PREP(APPLE_RTKIT_MGMT_EPMAP_BASE, base); in apple_rtkit_management_rx_epmap() 169 reply |= APPLE_RTKIT_MGMT_EPMAP_LAST; in apple_rtkit_management_rx_epmap() 171 reply |= APPLE_RTKIT_MGMT_EPMAP_REPLY_MORE; in apple_rtkit_management_rx_epmap() 173 apple_rtkit_management_send(rtk, APPLE_RTKIT_MGMT_EPMAP_REPLY, reply); in apple_rtkit_management_rx_epmap() 260 u64 reply; in apple_rtkit_common_rx_get_buffer() local [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | xcbgrab.c | 223 xcb_shm_query_version_reply_t *reply; in check_shm() local 225 reply = xcb_shm_query_version_reply(conn, cookie, NULL); in check_shm() 226 if (reply) { in check_shm() 227 free(reply); in check_shm() 316 xcb_xfixes_query_version_reply_t *reply; in check_xfixes() local 320 reply = xcb_xfixes_query_version_reply(conn, cookie, NULL); in check_xfixes() 322 if (reply) { in check_xfixes() 323 free(reply); in check_xfixes() 731 xcb_grab_pointer_reply_t *reply; in select_region() local 752 reply in select_region() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | userdatarequest.cpp | 81 char reply[10]; in sendReply() local 82 size_t reply_len = sizeof(reply); in sendReply() 92 wpagui->ctrlRequest(cmd.toLocal8Bit().constData(), reply, &reply_len); in sendReply()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | userdatarequest.cpp | 81 char reply[10]; in sendReply() local 82 size_t reply_len = sizeof(reply); in sendReply() 92 wpagui->ctrlRequest(cmd.toLocal8Bit().constData(), reply, &reply_len); in sendReply()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_mad.c | 40 static int reply(struct ib_smp *smp) in reply() function 275 return reply(smp); in subn_get_nodedescription() 310 return reply(smp); in subn_get_nodeinfo() 343 return reply(smp); in subn_get_guidinfo() 471 ret = reply(smp); in subn_get_portinfo() 569 ret = reply(smp); in subn_get_portinfo() 617 return reply(smp); in subn_get_pkeytable() 850 * Don't send a reply if the response would be sent in subn_set_portinfo() 1072 return reply(smp); in subn_get_sl_to_vl() 1084 return reply(sm in subn_set_sl_to_vl() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_mad.c | 40 static int reply(struct ib_smp *smp) in reply() function 275 return reply(smp); in subn_get_nodedescription() 310 return reply(smp); in subn_get_nodeinfo() 343 return reply(smp); in subn_get_guidinfo() 471 ret = reply(smp); in subn_get_portinfo() 569 ret = reply(smp); in subn_get_portinfo() 617 return reply(smp); in subn_get_pkeytable() 850 * Don't send a reply if the response would be sent in subn_set_portinfo() 1072 return reply(smp); in subn_get_sl_to_vl() 1084 return reply(sm in subn_set_sl_to_vl() [all...] |
/third_party/glfw/src/ |
H A D | x11_window.c | 928 XEvent reply = { SelectionNotify }; in handleSelectionRequest() local 929 reply.xselection.property = writeTargetToProperty(request); in handleSelectionRequest() 930 reply.xselection.display = request->display; in handleSelectionRequest() 931 reply.xselection.requestor = request->requestor; in handleSelectionRequest() 932 reply.xselection.selection = request->selection; in handleSelectionRequest() 933 reply.xselection.target = request->target; in handleSelectionRequest() 934 reply.xselection.time = request->time; in handleSelectionRequest() 936 XSendEvent(_glfw.x11.display, request->requestor, False, 0, &reply); in handleSelectionRequest() 1565 XEvent reply = *event; in processEvent() local 1566 reply in processEvent() 1636 XEvent reply = { ClientMessage }; processEvent() local 1669 XEvent reply = { ClientMessage }; processEvent() local 1722 XEvent reply = { ClientMessage }; processEvent() local [all...] |