Home
last modified time | relevance | path

Searched refs:RD_BUF_SIZE (Results 1 – 25 of 30) sorted by relevance

12

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Ddatastream.cpp367 …#define RD_BUF_SIZE 4096 // Allows handling of high volume data streams, such as a National AIS…
383 std::vector<char> data(RD_BUF_SIZE+1);
384 event.GetSocket()->Read(&data.front(),RD_BUF_SIZE);
452 if(m_sock_buffer.size()>RD_BUF_SIZE)
453 m_sock_buffer = m_sock_buffer.substr(m_sock_buffer.size()-RD_BUF_SIZE);
H A DNetworkDataStream.cpp262 #define RD_BUF_SIZE 4096 // Allows handling of high volume data streams, such as a National AIS … in OnSocketEvent() macro
278 std::vector<char> data(RD_BUF_SIZE+1); in OnSocketEvent()
279 event.GetSocket()->Read(&data.front(),RD_BUF_SIZE); in OnSocketEvent()
349 if(m_sock_buffer.size()>RD_BUF_SIZE) in OnSocketEvent()
350 m_sock_buffer = m_sock_buffer.substr(m_sock_buffer.size()-RD_BUF_SIZE); in OnSocketEvent()
H A DSignalKDataStream.cpp371 #define RD_BUF_SIZE 4096 in OnSocketEvent() macro
417 #define RD_BUF_SIZE 4096 // Allows handling of high volume data streams. in OnSocketEvent() macro
421 std::vector<char> data(RD_BUF_SIZE+1); in OnSocketEvent()
422 event.GetSocket()->Read(&data.front(),RD_BUF_SIZE); in OnSocketEvent()
490 if(m_sock_buffer.size()>RD_BUF_SIZE) in OnSocketEvent()
491 m_sock_buffer = m_sock_buffer.substr(m_sock_buffer.size()-RD_BUF_SIZE); in OnSocketEvent()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/vfyserv/
H A Dvfyserv.c41 #define RD_BUF_SIZE (60 * 1024) macro
192 readBuffer = PORT_Alloc(RD_BUF_SIZE); in handle_connection()
209 numBytes = PR_Read(sslSocket, readBuffer, RD_BUF_SIZE); in handle_connection()
/dports/www/firefox/firefox-99.0/security/nss/cmd/vfyserv/
H A Dvfyserv.c41 #define RD_BUF_SIZE (60 * 1024) macro
192 readBuffer = PORT_Alloc(RD_BUF_SIZE); in handle_connection()
209 numBytes = PR_Read(sslSocket, readBuffer, RD_BUF_SIZE); in handle_connection()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/vfyserv/
H A Dvfyserv.c41 #define RD_BUF_SIZE (60 * 1024) macro
192 readBuffer = PORT_Alloc(RD_BUF_SIZE); in handle_connection()
209 numBytes = PR_Read(sslSocket, readBuffer, RD_BUF_SIZE); in handle_connection()
/dports/security/ca_root_nss/nss-3.71/nss/cmd/vfyserv/
H A Dvfyserv.c41 #define RD_BUF_SIZE (60 * 1024) macro
192 readBuffer = PORT_Alloc(RD_BUF_SIZE); in handle_connection()
209 numBytes = PR_Read(sslSocket, readBuffer, RD_BUF_SIZE); in handle_connection()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/vfyserv/
H A Dvfyserv.c41 #define RD_BUF_SIZE (60 * 1024) macro
192 readBuffer = PORT_Alloc(RD_BUF_SIZE); in handle_connection()
209 numBytes = PR_Read(sslSocket, readBuffer, RD_BUF_SIZE); in handle_connection()
/dports/security/nss/nss-3.76.1/nss/cmd/vfyserv/
H A Dvfyserv.c41 #define RD_BUF_SIZE (60 * 1024) macro
192 readBuffer = PORT_Alloc(RD_BUF_SIZE); in handle_connection()
209 numBytes = PR_Read(sslSocket, readBuffer, RD_BUF_SIZE); in handle_connection()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/vfyserv/
H A Dvfyserv.c41 #define RD_BUF_SIZE (60 * 1024) macro
192 readBuffer = PORT_Alloc(RD_BUF_SIZE); in handle_connection()
209 numBytes = PR_Read(sslSocket, readBuffer, RD_BUF_SIZE); in handle_connection()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/vfyserv/
H A Dvfyserv.c41 #define RD_BUF_SIZE (60 * 1024) macro
192 readBuffer = PORT_Alloc(RD_BUF_SIZE); in handle_connection()
209 numBytes = PR_Read(sslSocket, readBuffer, RD_BUF_SIZE); in handle_connection()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/strsclnt/
H A Dstrsclnt.c43 #define RD_BUF_SIZE (60 * 1024) macro
599 buf = PR_Malloc(RD_BUF_SIZE); in handle_fdx_connection()
606 count = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_fdx_connection()
647 buf = PR_Malloc(RD_BUF_SIZE); in handle_connection()
665 rv = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_connection()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/strsclnt/
H A Dstrsclnt.c43 #define RD_BUF_SIZE (60 * 1024) macro
599 buf = PR_Malloc(RD_BUF_SIZE); in handle_fdx_connection()
606 count = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_fdx_connection()
647 buf = PR_Malloc(RD_BUF_SIZE); in handle_connection()
665 rv = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_connection()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/strsclnt/
H A Dstrsclnt.c43 #define RD_BUF_SIZE (60 * 1024) macro
616 buf = PR_Malloc(RD_BUF_SIZE); in handle_fdx_connection()
623 count = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_fdx_connection()
664 buf = PR_Malloc(RD_BUF_SIZE); in handle_connection()
682 rv = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_connection()
/dports/security/nss/nss-3.76.1/nss/cmd/strsclnt/
H A Dstrsclnt.c43 #define RD_BUF_SIZE (60 * 1024) macro
616 buf = PR_Malloc(RD_BUF_SIZE); in handle_fdx_connection()
623 count = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_fdx_connection()
664 buf = PR_Malloc(RD_BUF_SIZE); in handle_connection()
682 rv = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_connection()
/dports/www/firefox/firefox-99.0/security/nss/cmd/strsclnt/
H A Dstrsclnt.c43 #define RD_BUF_SIZE (60 * 1024) macro
616 buf = PR_Malloc(RD_BUF_SIZE); in handle_fdx_connection()
623 count = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_fdx_connection()
664 buf = PR_Malloc(RD_BUF_SIZE); in handle_connection()
682 rv = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_connection()
/dports/security/ca_root_nss/nss-3.71/nss/cmd/strsclnt/
H A Dstrsclnt.c43 #define RD_BUF_SIZE (60 * 1024) macro
616 buf = PR_Malloc(RD_BUF_SIZE); in handle_fdx_connection()
623 count = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_fdx_connection()
664 buf = PR_Malloc(RD_BUF_SIZE); in handle_connection()
682 rv = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_connection()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/strsclnt/
H A Dstrsclnt.c43 #define RD_BUF_SIZE (60 * 1024) macro
616 buf = PR_Malloc(RD_BUF_SIZE); in handle_fdx_connection()
623 count = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_fdx_connection()
664 buf = PR_Malloc(RD_BUF_SIZE); in handle_connection()
682 rv = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_connection()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/strsclnt/
H A Dstrsclnt.c43 #define RD_BUF_SIZE (60 * 1024) macro
615 buf = PR_Malloc(RD_BUF_SIZE); in handle_fdx_connection()
622 count = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_fdx_connection()
663 buf = PR_Malloc(RD_BUF_SIZE); in handle_connection()
681 rv = PR_Recv(ssl_sock, buf, RD_BUF_SIZE, 0, maxInterval); in handle_connection()
/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_mpx.c175 #define RD_BUF_SIZE 514 /* read buffer size */ macro
548 static const uint32 buf_size [] = { RD_BUF_SIZE, /* buffer sizes */
563 uint8 mpx_rbuf [MPX_PORTS] [RD_BUF_SIZE]; /* read buffer */
680 { BRDATA (RBUF, mpx_rbuf, 8, 8, MPX_PORTS * RD_BUF_SIZE) },
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_mpx.c230 #define RD_BUF_SIZE 514 /* read buffer size */ macro
877 RD_BUF_SIZE,
893 static uint8 mpx_rbuf [MPX_PORTS] [RD_BUF_SIZE]; /* read buffer */
1041 …{ BRDATA (RBUF, mpx_rbuf, 8, 8, MPX_PORTS * RD_BUF_SIZE), …
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_mpx.c859 #define RD_BUF_SIZE 514 /* read buffer size */ macro
1542 RD_BUF_SIZE,
1558 static uint8 mpx_rbuf [MPX_PORTS] [RD_BUF_SIZE]; /* read buffer */
1709 …RBUF, mpx_rbuf, 8, 8, MPX_PORTS * RD_BUF_SIZE), REG_A },
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/vfychain/
H A Dvfychain.c41 #define RD_BUF_SIZE (60 * 1024) macro
/dports/www/firefox/firefox-99.0/security/nss/cmd/vfychain/
H A Dvfychain.c41 #define RD_BUF_SIZE (60 * 1024) macro
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/vfychain/
H A Dvfychain.c41 #define RD_BUF_SIZE (60 * 1024) macro

12