Searched defs:socket (Results 26 - 27 of 27) sorted by relevance

12

/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp287 pcszDescr = "Maximum number of requests before a socket will be closed (100).";
441 * Adds the given socket to the SOAP queue and posts the
443 * whenever a socket has work to do. Creates a new SOAP thread on the
468 // enqueue the socket of this connection and post eventsem so that
482 * the SOAP socket which has work to do. This reduces m_cIdleThreads
499 SOAP_SOCKET socket = m_llSocketsQ.front(); local
512 return socket;
538 // each int being a socket from soap_accept()
545 * up a socket from the queue therein, which has been put there by
554 // wait for a socket t
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntio.c130 * We cannot associate a fd (a socket) with an I/O completion port
133 * Nonblocking socket I/O won't work if the socket is associated with
152 * on first try. Recv and send on a connected UDP socket still
958 * Get a socket from the recycle bin; if no sockets are in the bin,
959 * create one. The socket will be passed to AcceptEx() as the
986 * Add a socket to the recycle bin.
1030 * Make a socket nonblocking.
1095 /* Close the socket if there is one */
1144 sock = socket(a
2616 _PR_MD_CLOSE(PRInt32 osfd, PRBool socket) argument
[all...]

Completed in 53 milliseconds

12