Home
last modified time | relevance | path

Searched refs:the_socket (Results 1 – 25 of 26) sorted by relevance

12

/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/emailpkt/contrib/blat/gensock/
H A Dgensock.cpp67 SOCKET the_socket; member in connection
85 SOCKET get_socket(void) { return (the_socket); } in get_socket()
97 the_socket = 0; in connection()
206 setsockopt(the_socket, in get_connected()
213 if ((retval = connect (the_socket, in get_connected()
239 FD_SET (the_socket, &fds); in get_connected()
265 FD_SET (the_socket, &fds); in get_buffer()
296 bytes_read = recv (the_socket, in get_buffer()
372 FD_SET (the_socket, &fds); in put_data()
387 num_sent = send (the_socket, in put_data()
[all …]
/dports/news/husky/husky-1.9.20191207/emailpkt/contrib/blat/gensock/
H A Dgensock.cpp67 SOCKET the_socket; member in connection
85 SOCKET get_socket(void) { return (the_socket); } in get_socket()
97 the_socket = 0; in connection()
206 setsockopt(the_socket, in get_connected()
213 if ((retval = connect (the_socket, in get_connected()
239 FD_SET (the_socket, &fds); in get_connected()
265 FD_SET (the_socket, &fds); in get_buffer()
296 bytes_read = recv (the_socket, in get_buffer()
372 FD_SET (the_socket, &fds); in put_data()
387 num_sent = send (the_socket, in put_data()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/emailpkt/contrib/blat/gensock/
H A Dgensock.cpp67 SOCKET the_socket; member in connection
85 SOCKET get_socket(void) { return (the_socket); } in get_socket()
97 the_socket = 0; in connection()
206 setsockopt(the_socket, in get_connected()
213 if ((retval = connect (the_socket, in get_connected()
239 FD_SET (the_socket, &fds); in get_connected()
265 FD_SET (the_socket, &fds); in get_buffer()
296 bytes_read = recv (the_socket, in get_buffer()
372 FD_SET (the_socket, &fds); in put_data()
387 num_sent = send (the_socket, in put_data()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/emailpkt/contrib/blat/gensock/
H A Dgensock.cpp67 SOCKET the_socket; member in connection
85 SOCKET get_socket(void) { return (the_socket); } in get_socket()
97 the_socket = 0; in connection()
206 setsockopt(the_socket, in get_connected()
213 if ((retval = connect (the_socket, in get_connected()
239 FD_SET (the_socket, &fds); in get_connected()
265 FD_SET (the_socket, &fds); in get_buffer()
296 bytes_read = recv (the_socket, in get_buffer()
372 FD_SET (the_socket, &fds); in put_data()
387 num_sent = send (the_socket, in put_data()
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/emailpkt/contrib/blat/gensock/
H A Dgensock.cpp67 SOCKET the_socket; member in connection
85 SOCKET get_socket(void) { return (the_socket); } in get_socket()
97 the_socket = 0; in connection()
206 setsockopt(the_socket, in get_connected()
213 if ((retval = connect (the_socket, in get_connected()
239 FD_SET (the_socket, &fds); in get_connected()
265 FD_SET (the_socket, &fds); in get_buffer()
296 bytes_read = recv (the_socket, in get_buffer()
372 FD_SET (the_socket, &fds); in put_data()
387 num_sent = send (the_socket, in put_data()
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/emailpkt/contrib/blat/gensock/
H A Dgensock.cpp67 SOCKET the_socket; member in connection
85 SOCKET get_socket(void) { return (the_socket); } in get_socket()
97 the_socket = 0; in connection()
206 setsockopt(the_socket, in get_connected()
213 if ((retval = connect (the_socket, in get_connected()
239 FD_SET (the_socket, &fds); in get_connected()
265 FD_SET (the_socket, &fds); in get_buffer()
296 bytes_read = recv (the_socket, in get_buffer()
372 FD_SET (the_socket, &fds); in put_data()
387 num_sent = send (the_socket, in put_data()
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/emailpkt/contrib/blat/gensock/
H A Dgensock.cpp67 SOCKET the_socket; member in connection
85 SOCKET get_socket(void) { return (the_socket); } in get_socket()
97 the_socket = 0; in connection()
206 setsockopt(the_socket, in get_connected()
213 if ((retval = connect (the_socket, in get_connected()
239 FD_SET (the_socket, &fds); in get_connected()
265 FD_SET (the_socket, &fds); in get_buffer()
296 bytes_read = recv (the_socket, in get_buffer()
372 FD_SET (the_socket, &fds); in put_data()
387 num_sent = send (the_socket, in put_data()
[all …]
/dports/news/husky-areafix/husky-areafix-1.9.20191207/emailpkt/contrib/blat/gensock/
H A Dgensock.cpp67 SOCKET the_socket; member in connection
85 SOCKET get_socket(void) { return (the_socket); } in get_socket()
97 the_socket = 0; in connection()
206 setsockopt(the_socket, in get_connected()
213 if ((retval = connect (the_socket, in get_connected()
239 FD_SET (the_socket, &fds); in get_connected()
265 FD_SET (the_socket, &fds); in get_buffer()
296 bytes_read = recv (the_socket, in get_buffer()
372 FD_SET (the_socket, &fds); in put_data()
387 num_sent = send (the_socket, in put_data()
[all …]
/dports/net-mgmt/p5-SNMP_Session/SNMP_Session-1.13/lib/
H A DSNMP_Session.pm160 my %the_socket = ();
643 if ($SNMP_Session::recycle_socket && exists $the_socket{$sockfamily}) {
644 $socket = $the_socket{$sockfamily};
651 $the_socket{$sockfamily} = $socket
672 if ($SNMP_Session::recycle_socket && exists $the_socket{$sockfamily}) {
673 $socket = $the_socket{$sockfamily};
686 $the_socket{$sockfamily} = $socket
738 if (! exists $the_socket{$this->{sockfamily}}
739 or $this->sock ne $the_socket{$this->{sockfamily}}) {
/dports/net-mgmt/routers2-extras/routers2-v2.23/extras/targetnames/
H A DSNMP_Session.pm96 my $the_socket;
517 if ($SNMP_Session::recycle_socket && defined $the_socket) {
518 $socket = $the_socket;
525 $the_socket = $socket
573 if (! defined $the_socket || $this->sock ne $the_socket) {
/dports/net-mgmt/routers2-extensions/routers2-v2.23/extras/targetnames/
H A DSNMP_Session.pm96 my $the_socket;
517 if ($SNMP_Session::recycle_socket && defined $the_socket) {
518 $socket = $the_socket;
525 $the_socket = $socket
573 if (! defined $the_socket || $this->sock ne $the_socket) {
/dports/net/rtg/rtg-0.7.5/etc/
H A DSNMP_Session.pm109 my $the_socket;
560 if ($SNMP_Session::recycle_socket && defined $the_socket) {
561 $socket = $the_socket;
568 $the_socket = $socket
622 if (! defined $the_socket || $this->sock ne $the_socket) {
/dports/net/olsrd/olsrd-0.9.8/lib/info/
H A Dolsrd_info.c316 static void send_status_no_retries(const char * req, bool add_headers, int the_socket, unsigned int… in send_status_no_retries() argument
332 (void) send(the_socket, abuf.buf, abuf.len, in send_status_no_retries()
339 close(the_socket); in send_status_no_retries()
482 static void send_info(const char * req, bool add_headers, unsigned int send_what, int the_socket, u… argument
595 outbuffer.socket[send_index] = the_socket;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A Dflex_bench_mysql.cpp392 int the_socket = sockets[0]; variable
394 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock");
402 the_socket,
704 int the_socket = sockets[threadNo % n_sockets]; in flexBenchThread() local
707 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock"); in flexBenchThread()
718 the_socket, in flexBenchThread()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A Dflex_bench_mysql.cpp392 int the_socket = sockets[0]; variable
394 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock");
402 the_socket,
704 int the_socket = sockets[threadNo % n_sockets]; in flexBenchThread() local
707 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock"); in flexBenchThread()
718 the_socket, in flexBenchThread()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/
H A Dflex_bench_mysql.cpp392 int the_socket = sockets[0]; variable
394 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock");
402 the_socket,
704 int the_socket = sockets[threadNo % n_sockets]; in flexBenchThread() local
707 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock"); in flexBenchThread()
718 the_socket, in flexBenchThread()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A Dflex_bench_mysql.cpp392 int the_socket = sockets[0]; variable
394 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock");
402 the_socket,
704 int the_socket = sockets[threadNo % n_sockets]; in flexBenchThread() local
707 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock"); in flexBenchThread()
718 the_socket, in flexBenchThread()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/ndbapi/
H A Dflex_bench_mysql.cpp392 int the_socket = sockets[0]; variable
394 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock");
402 the_socket,
704 int the_socket = sockets[threadNo % n_sockets]; in flexBenchThread() local
707 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock"); in flexBenchThread()
718 the_socket, in flexBenchThread()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/
H A Dflex_bench_mysql.cpp392 int the_socket = sockets[0]; variable
394 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock");
402 the_socket,
704 int the_socket = sockets[threadNo % n_sockets]; in flexBenchThread() local
707 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock"); in flexBenchThread()
718 the_socket, in flexBenchThread()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A Dflex_bench_mysql.cpp392 int the_socket = sockets[0]; variable
394 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock");
402 the_socket,
704 int the_socket = sockets[threadNo % n_sockets]; in flexBenchThread() local
707 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock"); in flexBenchThread()
718 the_socket, in flexBenchThread()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A Dflex_bench_mysql.cpp392 int the_socket = sockets[0]; variable
394 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock");
402 the_socket,
704 int the_socket = sockets[threadNo % n_sockets]; in flexBenchThread() local
707 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock"); in flexBenchThread()
718 the_socket, in flexBenchThread()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A Dflex_bench_mysql.cpp392 int the_socket = sockets[0]; variable
394 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock");
402 the_socket,
704 int the_socket = sockets[threadNo % n_sockets]; in flexBenchThread() local
707 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock"); in flexBenchThread()
718 the_socket, in flexBenchThread()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/ndbapi/
H A Dflex_bench_mysql.cpp392 int the_socket = sockets[0]; variable
394 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock");
402 the_socket,
704 int the_socket = sockets[threadNo % n_sockets]; in flexBenchThread() local
707 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock"); in flexBenchThread()
718 the_socket, in flexBenchThread()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/ndbapi/
H A Dflex_bench_mysql.cpp384 int the_socket = sockets[0]; variable
386 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock");
394 the_socket,
696 int the_socket = sockets[threadNo % n_sockets]; in flexBenchThread() local
699 sprintf(the_socket_name, "%s%u%s", "/tmp/mysql.",the_socket,".sock"); in flexBenchThread()
710 the_socket, in flexBenchThread()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/smart_device_app/
H A Ddriver.py77 def _close_socket(self, the_socket): argument
79 the_socket.shutdown(socket.SHUT_RDWR)
83 the_socket.close()
913 def _close_socket(self, the_socket): argument
915 the_socket.shutdown(socket.SHUT_RDWR)
919 the_socket.close()

12