HomeSort by relevance Sort by last modified time
    Searched refs:newSock (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/native_client_sdk/src/examples/api/socket/
example.js 116 var newSock = acceptInfo.socketId;
121 chrome.socket.destroy(newSock);
125 chrome.socket.write(newSock, readInfo.data, function(writeInfo) {})
126 chrome.socket.read(newSock, readCallback);
129 chrome.socket.read(newSock, readCallback);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h 350 extern PRInt32 _MD_accept_read(PRInt32 sock, PRInt32 *newSock,
378 #define _MD_ACCEPT_READ(sock, newSock, raddr, buf, amount) _MD_accept_read(sock, newSock, raddr, buf, amount)
_beos.h 551 NSPR_API(PRInt32) _MD_accept_read(PRFileDesc *sd, PRInt32 *newSock, PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime timeout);
553 // NSPR_API(PRInt32) _MD_fast_accept_read(PRFileDesc *sd, PRInt32 *newSock, PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime timeout, PRBool fast, _PR_AcceptTimeoutCallback callback, void *callbackArg);
  /external/mdnsresponder/mDNSShared/
dnsextd.c     [all...]

Completed in 192 milliseconds