Home
last modified time | relevance | path

Searched refs:read_response (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/dports/net/py-dugong/dugong-3.7.5/test/
H A Dtest_dugong.py442 conn.read_response()
449 conn.read_response()
457 conn.read_response()
499 conn.read_response()
528 conn.read_response()
598 conn.read_response()
616 conn.read_response()
779 conn.read_response()
888 conn.read_response()
901 conn.read_response()
[all …]
/dports/databases/py-redis/redis-3.5.3/tests/
H A Dtest_multiprocessing.py40 assert conn.read_response() == b'PONG'
44 assert conn.read_response() == b'PONG'
57 assert conn.read_response() == b'PONG'
66 assert conn.read_response() == b'PONG'
99 assert conn.read_response() == b'PONG'
107 assert conn.read_response() == b'PONG'
119 assert conn.read_response() == b'PONG'
132 assert conn.read_response() == b'PONG'
138 assert conn.read_response() == b'PONG'
141 assert conn.read_response() == b'PONG'
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_wsgi.py57 def read_response(self, iterable): member in WSGITestMixin
85 self.read_response(iterable)
111 response = self.read_response(iterable)
130 response = self.read_response(iterable)
156 self.read_response(iterable)
170 self.read_response(iterable)
208 response = self.read_response(iterable)
225 response = self.read_response(iterable)
243 response = self.read_response(iterable)
282 response_bytes = self.read_response(iterable)
/dports/net/py-pynsq/pynsq-0.9.0b1/tests/
H A Dtest_sync.py43 resp = c.read_response()
48 resp = c.read_response()
65 resp = c.read_response()
70 resp = c.read_response()
80 resp = c.read_response()
/dports/lang/ghc/ghc-8.8.4-boot/utils/hsc2hs/
H A Dhsc2hs.wrapper6 read_response() {
13 @*) read_response "${arg#"@"}" ;;
24 @*) read_response "${arg#"@"}" ;;
/dports/lang/ghc/ghc-8.10.7/utils/hsc2hs/
H A Dhsc2hs.wrapper6 read_response() {
13 @*) read_response "${arg#"@"}" ;;
24 @*) read_response "${arg#"@"}" ;;
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/thrussh-keys-0.21.0/src/agent/
H A Dclient.rs151 self.read_response().await?; in add_identity()
194 self.read_response().await?; in add_smartcard_key()
206 self.read_response().await?; in lock()
218 self.read_response().await?; in unlock()
231 self.read_response().await?; in request_identities()
372 self.read_response().await?; in sign_request_signature()
417 self.read_response().await?; in remove_identity()
430 self.read_response().await?; in remove_smartcard_key()
440 self.read_response().await?; in remove_all_identities()
453 self.read_response().await?; in extension()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/websockets/tests/
H A Dtest_http.py70 status_code, reason, headers = await read_response(self.stream)
80 await read_response(self.stream)
85 await read_response(self.stream)
90 await read_response(self.stream)
95 await read_response(self.stream)
100 await read_response(self.stream)
105 await read_response(self.stream)
110 await read_response(self.stream)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/websockets/tests/
H A Dtest_http.py70 status_code, reason, headers = await read_response(self.stream)
80 await read_response(self.stream)
85 await read_response(self.stream)
90 await read_response(self.stream)
95 await read_response(self.stream)
100 await read_response(self.stream)
105 await read_response(self.stream)
110 await read_response(self.stream)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/websockets/tests/
H A Dtest_http.py70 status_code, reason, headers = await read_response(self.stream)
80 await read_response(self.stream)
85 await read_response(self.stream)
90 await read_response(self.stream)
95 await read_response(self.stream)
100 await read_response(self.stream)
105 await read_response(self.stream)
110 await read_response(self.stream)
/dports/mail/libetpan/libetpan-1.9.4/src/low-level/smtp/
H A Dmailsmtp.c313 r = read_response(session); in mailsmtp_helo_with_ip()
344 r = read_response(session); in mailsmtp_mail()
390 r = read_response(session); in mailsmtp_data()
425 r = read_response(session); in mailsmtp_data_message()
533 r = read_response(session); in mailsmtp_data_message_quit_no_disconnect()
718 r = read_response(session); in mailesmtp_ehlo_with_ip()
751 r = read_response(session); in mailesmtp_lhlo()
813 r = read_response(session); in mailesmtp_mail_size()
881 r = read_response(session); in mailesmtp_rcpt()
1085 r = read_response(session); in mailesmtp_clientid()
[all …]
/dports/mail/masqmail/masqmail-0.3.5/src/
H A Dsmtp_out.c143 read_response(smtp_base *psb, int timeout) in read_response() function
305 if (!read_response(psb, SMTP_CMD_TIMEOUT)) { in smtp_helo()
326 if (!read_response(psb, SMTP_CMD_TIMEOUT)) { in smtp_helo()
539 if ((ok = read_response(psb, SMTP_CMD_TIMEOUT))) in smtp_out_rset()
558 if ((ok = read_response(psb, SMTP_CMD_TIMEOUT))) { in smtp_out_auth_cram_md5()
590 if ((ok = read_response(psb, SMTP_CMD_TIMEOUT))) in smtp_out_auth_cram_md5()
609 if ((ok = read_response(psb, SMTP_CMD_TIMEOUT))) { in smtp_out_auth_login()
747 if ((ok = read_response(psb, SMTP_CMD_TIMEOUT))) in smtp_out_msg()
759 if ((ok = read_response(psb, SMTP_CMD_TIMEOUT))) in smtp_out_msg()
860 if (read_response(psb, SMTP_DATA_TIMEOUT)) { in smtp_out_msg()
[all …]
/dports/news/inn-current/inn-2.7-20211226/storage/ovsqlite/
H A Dovsqlite.c191 read_response(void) in read_response() function
264 if (!read_response()) in server_handshake()
320 if (!read_response()) in ovsqlite_groupstats()
377 if (!read_response()) in ovsqlite_groupadd()
405 if (!read_response()) in ovsqlite_groupdel()
448 if (!read_response()) in ovsqlite_add()
486 if (!read_response()) in ovsqlite_cancel()
565 if (!read_response()) in fill_search_buffer()
716 if (!read_response()) in ovsqlite_getartinfo()
748 if (!read_response()) in expire_one()
[all …]
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/nslcd/
H A Ddaemonize.c70 static int read_response(int fd, char *buffer, size_t bufsz) in read_response() function
99 i = read_response(fd, (void *)&rc, sizeof(int)); in wait_for_response()
114 i = read_response(fd, (void *)&l, sizeof(int)); in wait_for_response()
121 i = read_response(fd, buffer, l); in wait_for_response()
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/nslcd/
H A Ddaemonize.c70 static int read_response(int fd, char *buffer, size_t bufsz) in read_response() function
99 i = read_response(fd, (void *)&rc, sizeof(int)); in wait_for_response()
114 i = read_response(fd, (void *)&l, sizeof(int)); in wait_for_response()
121 i = read_response(fd, buffer, l); in wait_for_response()
/dports/net/py-dugong/dugong-3.7.5/rst/
H A Dtutorial.rst15 resp = conn.read_response()
54 resp = conn.read_response()
71 resp = conn.read_response()
103 conn.read_response()
120 resp = conn.read_response()
151 resp = conn.read_response()
161 resp = conn.read_response()
179 conn.read_response()
206 conn.read_response()
229 resp = conn.read_response()
[all …]
/dports/mail/mini_sendmail/mini_sendmail-1.3.9/
H A Dmini_sendmail.c89 static int read_response( void );
209 status = read_response(); in main()
219 status = read_response(); in main()
230 status = read_response(); in main()
251 status = read_response(); in main()
265 status = read_response(); in main()
274 status = read_response(); in main()
578 status = read_response(); in add_recipient()
780 read_response( void ) in read_response() function
/dports/sysutils/monit/monit-5.29.0/src/protocols/
H A Dwebsocket.c52 static void read_response(Socket_T socket, int opcode) { in read_response() function
131 read_response(socket, 0xA); in check_websocket()
143 read_response(socket, 0x8); in check_websocket()
/dports/mail/pyzor/pyzor-1.0.0/pyzor/
H A Dclient.py92 return self.read_response(sock, msg.get_thread())
97 return self.read_response(sock, msg.get_thread())
102 return self.read_response(sock, msg.get_thread())
107 return self.read_response(sock, msg.get_thread())
112 return self.read_response(sock, msg.get_thread())
117 return self.read_response(sock, msg.get_thread())
165 def read_response(self, sock, expected_id): member in Client
/dports/misc/p5-asterisk-perl/asterisk-perl-1.08/lib/Asterisk/
H A DManager.pm145 sub read_response { subroutine
283 my $response = $self->read_response($conn);
287 my @resp = $self->read_response($conn);
334 my %resp = map { splitresult($_); } $self->read_response;
348 my @resp = $self->read_response($conn);
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/platform/
H A DXWindowsEventQueueBuffer.cpp98 ssize_t read_response = read(m_pipefd[0], buf, 15); in waitForEvent() local
101 if (read_response < 0) in waitForEvent()
175 ssize_t read_response = read(m_pipefd[0], buf, 15); in waitForEvent() local
178 if (read_response < 0) in waitForEvent()
/dports/mail/rlytest/rlytest-1.22/
H A Drlytest171 read_response($sock);
200 return read_response($sock);
207 sub read_response
/dports/sysutils/barrier/barrier-2.3.3/src/lib/platform/
H A DXWindowsEventQueueBuffer.cpp106 ssize_t read_response = read(m_pipefd[0], buf, 15); in waitForEvent() local
109 if (read_response < 0) in waitForEvent()
183 ssize_t read_response = read(m_pipefd[0], buf, 15); in waitForEvent() local
186 if (read_response < 0) in waitForEvent()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/lua/example/
H A Dtest_sleep.lua25 function read_response() function
46 ts.hook(TS_LUA_HOOK_READ_RESPONSE_HDR, read_response)
/dports/mail/vmailmgr/vmailmgr-0.97/lib/misc/
H A Dresponse_read.cc33 static response read_response(int fd) in read_response() function
60 return read_response(fd); in read()

12345678910>>...12