Searched refs:accepted (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dicmp.c121 int accepted = 1; local
125 accepted = 0;
131 accepted = 0;
135 if (!accepted) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcnetio.cpp79 PRFileDesc *accepted; local
81 fd, &accepted, &from, buf, amount, timeout);
85 if (NULL != *nd) ns->fd = accepted;
86 else {PR_Close(accepted); rv = -1; }
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUILineTextEdit.cpp56 connect(m_pButtonBox, SIGNAL(accepted()),
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dpriometh.c302 PRFileDesc *accepted = NULL; local
308 accepted = PR_Accept(sd, &remote, PR_INTERVAL_NO_TIMEOUT);
309 if (NULL == accepted) return rv;
311 rv = PR_Recv(accepted, buf, amount, 0, timeout);
319 *nd = accepted;
323 PR_Close(accepted);
/vbox/src/libs/libxml2-2.6.31/xstc/
H A Dxstc.py155 def __init__(self, isSchema, groupName, name, accepted, file, val, descr):
164 self.accepted = accepted
343 def __init__(self, groupName, name, accepted, file, val, descr):
344 XSTCTestCase.__init__(self, 1, groupName, name, accepted, file, val, descr)
379 def __init__(self, groupName, name, accepted, file, val, descr):
380 XSTCTestCase.__init__(self, 0, groupName, name, accepted, file, val, descr)
512 if not test.accepted:
530 out.write(" not accepted : %d\n" % counters[self.CNT_NOTACCEPTED])
545 out.write(" %d not accepted"
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dy2ktmo.c158 PRFileDesc *accepted; local
177 accepted = PR_Accept(sock, NULL, timeout);
178 if (accepted != NULL || PR_GetError() != PR_IO_TIMEOUT_ERROR) {
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/
H A DUIWizardImportApp.cpp75 connect(m_pButtonBox, SIGNAL(accepted()), this, SLOT(accept()));
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dnd6.c259 u8_t accepted; local
283 accepted = 0;
289 accepted = 1;
297 if (!accepted && proxy_na_hook != NULL) {
301 accepted = proxy = 1;
307 if (!accepted) {
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIVMCloseDialog.cpp298 connect(pButtonBox, SIGNAL(accepted()), this, SLOT(accept()));
H A DUIAddDiskEncryptionPasswordDialog.cpp590 connect(m_pButtonBox, SIGNAL(accepted()), this, SLOT(accept()));
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dsockets.c310 * @param accepted 1 if socket has been created by accept(),
315 alloc_socket(struct netconn *newconn, int accepted) argument
334 sockets[i].sendevent = (NETCONNTYPE_GROUP(newconn->type) == NETCONN_TCP ? (accepted != 0) : 1);
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp900 connect(pButtonBox, SIGNAL(accepted()), pInputDialog, SLOT(accept()));

Completed in 1554 milliseconds