Home
last modified time | relevance | path

Searched refs:socketRead (Results 1 – 25 of 127) sorted by relevance

123456

/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/other/
H A Dq3process_win.cpp186 socketRead( 1 ); in membufStdout()
193 socketRead( 2 ); in membufStderr()
417 that->socketRead( 1 ); // try stdout in isRunning()
418 that->socketRead( 2 ); // try stderr in isRunning()
470 void Q3Process::socketRead( int fd ) in socketRead() function in Q3Process
556 socketRead( 1 ); // try stdout in timeout()
557 socketRead( 2 ); // try stderr in timeout()
H A Dq3process_unix.cpp426 process->socketRead( proc->socketStdout );
433 process->socketRead( proc->socketStderr );
626 socketRead( d->proc->socketStdout );
651 socketRead( d->proc->socketStderr );
904 this, SLOT(socketRead(int)) );
913 this, SLOT(socketRead(int)) );
1060 void Q3Process::socketRead( int fd ) function in Q3Process
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/net/
H A DSocketInputStream.java112 private int socketRead(FileDescriptor fd, in socketRead() method in SocketInputStream
171 n = socketRead(fd, b, off, length, timeout); in read()
189 n = socketRead(fd, b, off, length, timeout); in read()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/net/
H A DSocketInputStream.java112 private int socketRead(FileDescriptor fd, in socketRead() method in SocketInputStream
171 n = socketRead(fd, b, off, length, timeout); in read()
189 n = socketRead(fd, b, off, length, timeout); in read()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/net/
H A DSocketInputStream.java109 private int socketRead(FileDescriptor fd, in socketRead() method in SocketInputStream
166 n = socketRead(fd, b, off, length, timeout); in read()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/net/
H A DSocketInputStream.java108 private int socketRead(FileDescriptor fd, in socketRead() method in SocketInputStream
165 n = socketRead(fd, b, off, length, timeout); in read()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/net/
H A DSocketInputStream.java108 private int socketRead(FileDescriptor fd, in socketRead() method in SocketInputStream
165 n = socketRead(fd, b, off, length, timeout); in read()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/net/
H A DSocketInputStream.java109 private int socketRead(FileDescriptor fd, in socketRead() method in SocketInputStream
166 n = socketRead(fd, b, off, length, timeout); in read()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/net/
H A DSocketInputStream.java109 private int socketRead(FileDescriptor fd, in socketRead() method in SocketInputStream
166 n = socketRead(fd, b, off, length, timeout); in read()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/net/
H A DSocketInputStream.java111 private int socketRead(FileDescriptor fd, in socketRead() method in SocketInputStream
168 n = socketRead(fd, b, off, length, timeout); in read()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/net/
H A DSocketInputStream.java111 private int socketRead(FileDescriptor fd, in socketRead() method in SocketInputStream
168 n = socketRead(fd, b, off, length, timeout); in read()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/net/
H A DSocketInputStream.java111 private int socketRead(FileDescriptor fd, in socketRead() method in SocketInputStream
168 n = socketRead(fd, b, off, length, timeout); in read()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/lib/
H A Dbsockcore.h198 int socketRead(int fd, void *buf, size_t len) { return ::recv(fd, (char *)buf, len, 0); }; in socketRead() function
202 int socketRead(int fd, void *buf, size_t len) { return ::read(fd, buf, len); }; in socketRead() function
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/lib/
H A Dbsockcore.h198 int socketRead(int fd, void *buf, size_t len) { return ::recv(fd, (char *)buf, len, 0); }; in socketRead() function
202 int socketRead(int fd, void *buf, size_t len) { return ::read(fd, buf, len); }; in socketRead() function
/dports/sysutils/bacula9-client/bacula-9.6.7/src/lib/
H A Dbsockcore.h198 int socketRead(int fd, void *buf, size_t len) { return ::recv(fd, (char *)buf, len, 0); }; in socketRead() function
202 int socketRead(int fd, void *buf, size_t len) { return ::read(fd, buf, len); }; in socketRead() function
/dports/sysutils/bacula9-server/bacula-9.6.7/src/lib/
H A Dbsockcore.h198 int socketRead(int fd, void *buf, size_t len) { return ::recv(fd, (char *)buf, len, 0); }; in socketRead() function
202 int socketRead(int fd, void *buf, size_t len) { return ::read(fd, buf, len); }; in socketRead() function
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dbsockcore.h206 int socketRead(int fd, void *buf, size_t len) { return ::recv(fd, (char *)buf, len, 0); }; in socketRead() function
210 int socketRead(int fd, void *buf, size_t len) { return ::read(fd, buf, len); }; in socketRead() function
/dports/audio/mumble/mumble-1.3.3/src/
H A DConnection.cpp43 connect(qtsSocket, SIGNAL(readyRead()), this, SLOT(socketRead())); in Connection()
110 void Connection::socketRead() { in socketRead() function in Connection
/dports/sysutils/bacula11-client/bacula-11.0.5/src/lib/
H A Dbsockcore.h206 int socketRead(int fd, void *buf, size_t len) { return ::recv(fd, (char *)buf, len, 0); }; in socketRead() function
210 int socketRead(int fd, void *buf, size_t len) { return ::read(fd, buf, len); }; in socketRead() function
/dports/sysutils/bacula11-server/bacula-11.0.5/src/lib/
H A Dbsockcore.h206 int socketRead(int fd, void *buf, size_t len) { return ::recv(fd, (char *)buf, len, 0); }; in socketRead() function
210 int socketRead(int fd, void *buf, size_t len) { return ::read(fd, buf, len); }; in socketRead() function
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/lib/
H A Dbsockcore.h206 int socketRead(int fd, void *buf, size_t len) { return ::recv(fd, (char *)buf, len, 0); }; in socketRead() function
210 int socketRead(int fd, void *buf, size_t len) { return ::read(fd, buf, len); }; in socketRead() function
/dports/audio/murmur/mumble-1.3.3/src/
H A DConnection.cpp43 connect(qtsSocket, SIGNAL(readyRead()), this, SLOT(socketRead())); in Connection()
110 void Connection::socketRead() { in socketRead() function in Connection
/dports/misc/actiona/actiona-3.10.1/actiontools/qxtsmtp/
H A Dqxtsmtp_p.h100 void socketRead();
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/servatrice/src/smtp/
H A Dqxtsmtp_p.h96 void socketRead();
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/liboscar/
H A Doftmetatransfer.cpp37 connect( m_socket, SIGNAL(readyRead()), this, SLOT(socketRead()) ); in OftMetaTransfer()
52 connect( m_socket, SIGNAL(readyRead()), this, SLOT(socketRead()) ); in OftMetaTransfer()
138 void OftMetaTransfer::socketRead() in socketRead() function in OftMetaTransfer

123456