Home
last modified time | relevance | path

Searched refs:reply (Results 151 - 174 of 174) sorted by relevance

1234567

/third_party/python/Lib/
H A Dsmtplib.py137 """The server refused our HELO reply."""
381 """Get a reply from the server.
407 self._print_debug('reply:', repr(line))
426 self._print_debug('reply: retcode (%s); Msg: %a' % (errcode, errmsg))
560 Raises SMTPDataError if there is an unexpected reply to the
607 SMTPHeloError The server didn't reply properly to
704 SMTPHeloError The server didn't reply properly to
766 SMTPHeloError The server didn't reply properly to
773 (resp, reply) = self.docmd("STARTTLS")
805 raise SMTPResponseException(resp, reply)
[all...]
H A Dpdb.py951 reply = input('Clear all breaks? ')
953 reply = 'no'
954 reply = reply.strip().lower()
955 if reply in ('y', 'yes'):
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c362 xcb_dri3_open_reply_t *reply = NULL; in create_display_fd_xcb() local
381 reply = xcb_dri3_open_reply(conn, cookie, NULL); in create_display_fd_xcb()
382 if (!reply) in create_display_fd_xcb()
385 if (reply->nfd != 1) in create_display_fd_xcb()
388 fd = xcb_dri3_open_reply_fds(conn, reply)[0]; in create_display_fd_xcb()
394 if (reply) in create_display_fd_xcb()
395 free(reply); in create_display_fd_xcb()
/third_party/pulseaudio/src/pulse/
H A Dcontext.c508 pa_tagstruct *reply; in setup_complete_callback() local
583 reply = pa_tagstruct_command(c, PA_COMMAND_SET_CLIENT_NAME, &tag); in setup_complete_callback()
587 pa_tagstruct_put_proplist(reply, c->proplist); in setup_complete_callback()
589 pa_tagstruct_puts(reply, pa_proplist_gets(c->proplist, PA_PROP_APPLICATION_NAME)); in setup_complete_callback()
591 pa_pstream_send_tagstruct(c->pstream, reply); in setup_complete_callback()
/third_party/eudev/hm_src/
H A Dkeyboard-keys-from-name.h566 {"reply", KEY_REPLY}, in keyboard_lookup_key()
/third_party/NuttX/fs/nfs/
H A Dnfs_proto.h601 /* The READDIR reply is variable length and consists of multiple entries, each
619 uint32_t reply[1]; /* Variable length reply begins here */ member
/third_party/pulseaudio/src/modules/dbus/
H A Diface-core.c1054 DBusMessage *reply = NULL; in handle_get_all() local
1122 pa_assert_se((reply = dbus_message_new_method_return(msg))); in handle_get_all()
1124 dbus_message_iter_init_append(reply, &msg_iter); in handle_get_all()
1158 pa_assert_se(dbus_connection_send(conn, reply, NULL)); in handle_get_all()
1160 dbus_message_unref(reply); in handle_get_all()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.h509 char *reply, int reply_size);
H A Ddpp.c8556 char *reply, int reply_size) in dpp_bootstrap_info()
8566 return os_snprintf(reply, reply_size, "type=%s\n" in dpp_bootstrap_info()
8555 dpp_bootstrap_info(struct dpp_global *dpp, int id, char *reply, int reply_size) dpp_bootstrap_info() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dhs20_supplicant.c339 char *reply, size_t buf_len) in hs20_get_icon()
364 os_memcpy(reply, b64, b64_size); in hs20_get_icon()
337 hs20_get_icon(struct wpa_supplicant *wpa_s, const u8 *bssid, const char *file_name, size_t offset, size_t size, char *reply, size_t buf_len) hs20_get_icon() argument
H A Dwnm_sta.c1366 int reply) in ieee802_11_rx_bss_trans_mgmt_req()
1394 wpa_s->wnm_reply = reply; in ieee802_11_rx_bss_trans_mgmt_req()
1565 } else if (reply) { in ieee802_11_rx_bss_trans_mgmt_req()
1364 ieee802_11_rx_bss_trans_mgmt_req(struct wpa_supplicant *wpa_s, const u8 *pos, const u8 *end, int reply) ieee802_11_rx_bss_trans_mgmt_req() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dhs20_supplicant.c340 char *reply, size_t buf_len) in hs20_get_icon()
365 os_memcpy(reply, b64, b64_size); in hs20_get_icon()
338 hs20_get_icon(struct wpa_supplicant *wpa_s, const u8 *bssid, const char *file_name, size_t offset, size_t size, char *reply, size_t buf_len) hs20_get_icon() argument
H A Dwnm_sta.c1398 int reply) in ieee802_11_rx_bss_trans_mgmt_req()
1426 wpa_s->wnm_reply = reply; in ieee802_11_rx_bss_trans_mgmt_req()
1597 } else if (reply) { in ieee802_11_rx_bss_trans_mgmt_req()
1396 ieee802_11_rx_bss_trans_mgmt_req(struct wpa_supplicant *wpa_s, const u8 *pos, const u8 *end, int reply) ieee802_11_rx_bss_trans_mgmt_req() argument
/third_party/python/Lib/idlelib/
H A Deditor.py1124 reply = self.maybesave()
1125 if str(reply) != "cancel":
1127 return reply
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp530 xcb_intern_atom_reply_t *reply = xcb_intern_atom_reply(info.connection, cookie, 0); in init_window() local
535 xcb_change_property(info.connection, XCB_PROP_MODE_REPLACE, info.window, (*reply).atom, 4, 32, in init_window()
537 free(reply); in init_window()
/third_party/mesa3d/include/drm-uapi/
H A Ddrm.h508 struct drm_wait_vblank_reply reply; member
/third_party/libdrm/include/drm/
H A Ddrm.h508 struct drm_wait_vblank_reply reply; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp.h658 char *reply, int reply_size);
H A Ddpp.c3974 char *reply, int reply_size) in dpp_bootstrap_info()
3984 return os_snprintf(reply, reply_size, "type=%s\n" in dpp_bootstrap_info()
3973 dpp_bootstrap_info(struct dpp_global *dpp, int id, char *reply, int reply_size) dpp_bootstrap_info() argument
/third_party/toybox/toys/pending/
H A Dip.c1107 char *dev = NULL,*label = NULL, reply[8192]; in ipaddrupdate() local
1259 length = recv(TT.sockfd, reply, sizeof(reply), 0); in ipaddrupdate()
1260 addr_ptr = (struct nlmsghdr *) reply; in ipaddrupdate()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_instance.c191 /* prepare the reply shmem */ in vn_instance_init_experimental_features()
648 submit->reply = VN_CS_DECODER_INITIALIZER(reply_ptr, submit->reply_size); in vn_instance_submit_command()
/third_party/libdrm/
H A Dxf86drm.h354 drmVBlankReply reply; member
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h6639 __u32 reply; /* Returned by bpf program */ member
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c2255 nreq->reply(nreq, req, nodeid, inarg, buf);
2466 fuse_log(FUSE_LOG_ERR, "fuse: retrieve reply: buffer size too small\n");
2505 rreq->nreq.reply = fuse_ll_retrieve_reply;

Completed in 71 milliseconds

1234567