HomeSort by relevance Sort by last modified time
    Searched defs:ioHandler (Results 1 - 13 of 13) sorted by null

  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
main3.c 24 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
42 sa.sa_sigaction = ioHandler;
main4.c 24 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
36 sa.sa_sigaction = ioHandler;
main2.c 41 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
95 sa.sa_sigaction = ioHandler;
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
main5.c 24 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
45 sa.sa_sigaction = ioHandler;
main4.c 39 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
95 sa.sa_sigaction = ioHandler;
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
main3.c 24 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
42 sa.sa_sigaction = ioHandler;
main4.c 24 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
36 sa.sa_sigaction = ioHandler;
main2.c 41 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
95 sa.sa_sigaction = ioHandler;
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
main5.c 24 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
45 sa.sa_sigaction = ioHandler;
main4.c 39 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
95 sa.sa_sigaction = ioHandler;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 250 // Socket s = this.sipStack.ioHandler.getSocket(IOHandler.makeKey(
252 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(),
310 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(),
468 String key = IOHandler.makeKey(mySock.getInetAddress(), remotePort);
469 sipStack.ioHandler.putSocket(key, mySock);
TLSMessageChannel.java 255 Socket sock = this.sipStack.ioHandler.sendBytes(
308 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(),
438 String key = IOHandler.makeKey(mySock.getInetAddress(), this.peerPort);
439 sipStack.ioHandler.putSocket(key, mySock);
SIPTransactionStack.java 205 protected IOHandler ioHandler;
439 this.ioHandler = new IOHandler(this);
488 this.ioHandler = new IOHandler(this);
530 return this.ioHandler.obtainLocalAddress(
    [all...]

Completed in 79 milliseconds