Searched defs:accept (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsPortForwardingDlg.cpp63 connect(m_pButtonBox->button(QDialogButtonBox::Ok), SIGNAL(clicked()), this, SLOT(accept()));
85 void UIGlobalSettingsPortForwardingDlg::accept() function in class:UIGlobalSettingsPortForwardingDlg
92 QIWithRetranslateUI<QIDialog>::accept();
H A DUIGlobalSettingsNetworkDetailsHost.cpp107 void UIGlobalSettingsNetworkDetailsHost::accept() function in class:UIGlobalSettingsNetworkDetailsHost
109 /* Save before accept: */
112 QIDialog::accept();
H A DUIGlobalSettingsNetworkDetailsNAT.cpp91 void UIGlobalSettingsNetworkDetailsNAT::accept() function in class:UIGlobalSettingsNetworkDetailsNAT
93 /* Save before accept: */
96 QIDialog::accept();
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsPortForwardingDlg.cpp52 connect(m_pButtonBox->button(QDialogButtonBox::Ok), SIGNAL(clicked()), this, SLOT(accept()));
69 void UIMachineSettingsPortForwardingDlg::accept() function in class:UIMachineSettingsPortForwardingDlg
76 QIWithRetranslateUI<QIDialog>::accept();
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Daccept.c2 Implement the accept API.
19 Worker routine for ::accept and ::AcceptNB
68 // Attempt to accept a new network connection
102 The accept routine waits for a network connection to the socket.
106 <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/accept.html">POSIX</a>
117 @return The accept routine returns zero if successful and -1 when an error occurs.
122 accept ( function
129 // Wait for the accept call to complete
136 Non blocking version of ::accept.
158 // Attempt to accept
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIMainDialog.h95 virtual void accept() { done(QDialog::Accepted); } function in class:QIMainDialog
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Ddlg.h72 int accept; /* what case to use */ variable
H A Doutput.c19 * the number of accept states was more than the number of DFA states
24 * accept[] and make actions[] have an entry for each state (st%d) in
483 int accept=0; /* MR14a - Manuel Kessler (mlkessle@cip.physik.uni-wuerzburg.de) */ local
492 /* NOTE: picks lowest accept because accepts monotonic */
495 while((*nfa_i != nil) && (!(accept = NFA(*nfa_i)->accept))){
499 /* figure out if more than one accept state there */
501 set_orel(accept, &accept_set);
503 set_orel(NFA(*nfa_i)->accept, &accept_set);
521 if ((DFA(i)->alternatives) && (accept !
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstringextra.c108 * contain letters in @accept
110 * @accept: The string to search for
112 size_t strspn(const char *s, const char *accept) argument
119 for (a = accept; *a != '\0'; ++a) {
137 * @accept: The string to search for
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c111 static NodePtr accept; variable
135 accept = nfa.right;
145 * accept state labelled with the characters of 's'.
158 if ( automaton == accept && *s == '\0' ) return 1; /* match */
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIVMCloseDialog.cpp78 void UIVMCloseDialog::accept() function in class:UIVMCloseDialog
298 connect(pButtonBox, SIGNAL(accepted()), this, SLOT(accept()));
450 * we are just calling for the *accept* slot: */
451 accept();
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDialog.cpp183 void UISettingsDialog::accept() function in class:UISettingsDialog
189 QIWithRetranslateUI<QIMainDialog>::accept();
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsockets.h249 #define accept(a,b,c) lwip_accept(a,b,c) macro
H A Dtcp.h61 err_t (* accept)(void *arg, struct tcp_pcb *newpcb,
299 err_t (* accept)(void *arg, struct tcp_pcb *newpcb, err_t err); member in struct:tcp_pcb
335 err_t (* accept)(void *arg, struct tcp_pcb *newpcb, err_t err); member in struct:tcp_pcb_listen
370 if((pcb)->accept != NULL) \
371 (ret = (pcb)->accept((pcb)->callback_arg,(pcb),(err)))
464 state in which they accept or send
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp.c111 * they accept or send data. */
532 * Default accept callback if no accept callback is specified by the user.
547 * is able to accept incoming connections. The protocol control block
609 lpcb->accept = tcp_accept_null;
621 * Same as tcp_listen_with_backlog, but allows to accept IPv4 and IPv6
632 /* The default behavior is to accept connections on either
1535 * @param pcb tcp_pcb to set the accept callback
1536 * @param accept callback function to call for this pcb when LISTENing
1540 tcp_accept(struct tcp_pcb *pcb, tcp_accept_fn accept) argument
1558 tcp_proxy_accept(tcp_accept_fn accept) argument
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h401 #define accept(a,b,c) lwip_accept(a,b,c) macro
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Ddhcp.c237 /** List of PXE Boot Servers to accept */
743 * @ret accept Boot Server is acceptable
747 struct in_addr *accept; local
754 for ( accept = dhcp->pxe_accept ; accept->s_addr ; accept++ ) {
755 if ( accept->s_addr == bs.s_addr )
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h475 PRAcceptFN accept; /* Accept a connection for a (net) peer */ member in struct:PRIOMethods
1430 * on which the caller is willing to accept new connections.
1432 * Time limit for completion of the accept operation.
1789 ** data length when allocating a buffer to accept data.
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djsr173_api.jar ... EventFilter extends java.lang.Object { public abstract boolean accept (javax.xml.stream.events.XMLEvent) } javax ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c2906 int accept = 0; local
2921 accept = 1;
2929 accept = 1; /* might still be excluded */
2932 return(accept);
8082 * Indicate the maximum number of input a expression can accept

Completed in 120 milliseconds