/vbox/src/VBox/Main/src-client/ |
H A D | KeyboardImpl.cpp | 171 * of scancodes that were sent to the keyboard. 204 uint32_t sent; local 205 for (sent = 0; (sent < aScancodes.size()) && RT_SUCCESS(vrc); ++sent) 206 vrc = pUpPort->pfnPutEventScan(pUpPort, (uint8_t)aScancodes[sent]); 209 *aCodesStored = sent;
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | tcp.c | 134 int sent, total = 0; local 146 sent = SSL_write(g_ssl, s->data + total, length - total); 147 if (sent <= 0) 149 ssl_err = SSL_get_error(g_ssl, sent); 150 if (sent < 0 && (ssl_err == SSL_ERROR_WANT_READ || 154 sent = 0; 170 sent = send(g_sock, s->data + total, length - total, 0); 171 if (sent <= 0) 173 if (sent == -1 && TCP_BLOCKS) 176 sent [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w95sock.c | 355 int sent = 0; local 362 sent += rv; 369 && (sent > 0)) 371 return sent; 380 return sent; 383 return sent;
|
H A D | w16sock.c | 473 int sent = 0; local 486 sent += rv; 489 if (sent <= 0) 494 return sent;
|
H A D | ntio.c | 1942 int sent = 0; local 1958 sent += rv; 1960 if (sent <= 0) 1966 return sent; 4019 int sent = 0; local 4025 sent += rv; 4030 && (sent > 0)) { 4031 return sent; 4038 return sent; 4042 return sent; [all...] |
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | Xos_r.h | 416 struct servent sent; member in struct:__anon9656 431 (memcpy(&(sp).sent, (sp).sptr, sizeof(struct servent)), \ 433 ((sp).sent.s_name = (sp).s_name), \ 435 ((sp).sent.s_proto = (sp).s_proto), \ 436 ((sp).sptr = &(sp).sent), \ 476 struct servent sent; member in struct:__anon9658 484 getservbyname_r((s),(p),&(sp).sent,(sp).sbuf,sizeof((sp).sbuf)) 491 struct servent sent; member in struct:__anon9660 502 ((getservbyname_r((s),(p),&(sp).sent,&(sp).sdata) == -1) ? NULL : &(sp).sent) ) [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | tcp.h | 77 /** Function prototype for tcp sent callback functions. Called when sent data has 229 u32_t snd_nxt; /* next new seqno to be sent */ 258 tcp_sent_fn sent; member in struct:tcp_pcb 274 /* idle time before KEEPALIVE is sent */ 335 void tcp_sent (struct tcp_pcb *pcb, tcp_sent_fn sent);
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | pxdns.c | 623 int sent; local 666 sent = pxdns_forward_outbound(pxdns, req); 667 if (!sent) { 668 sent = pxdns_rexmit(pxdns, req); 670 if (!sent) { 717 return 1; /* sent */ 724 DPRINTF2(("%s: sent only %lu of %lu\n", 727 return 0; /* not sent, caller will retry as necessary */ 738 int sent; local 754 sent [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | tcp.h | 67 err_t (* sent)(void *arg, struct tcp_pcb *tpcb, 268 u32_t snd_nxt, /* next seqno to be sent */ 269 snd_max, /* Highest seqno sent. */ 290 err_t (* sent)(void *arg, struct tcp_pcb *pcb, u16_t space); member in struct:tcp_pcb 308 /* idle time before KEEPALIVE is sent */ 373 if((pcb)->sent != NULL) \ 374 (ret = (pcb)->sent((pcb)->callback_arg,(pcb),(space)))
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | tcp.c | 161 * For tcp_close(), a RST is sent if the application didn't receive all data 198 /* CLOSE_WAIT: deallocate the pcb since we already sent a RST for it */ 266 /* To ensure all data has been sent when tcp_close returns, we have 268 Since we don't really have to ensure all data has been sent when tcp_close 269 returns (unsent data is sent from tcp timer functions, also), we don't care 272 If SOF_LINGER is set, the data should be sent and acked before close returns. 366 * @param reset boolean to indicate whether a reset should be sent 644 * Returns how much extra window would be advertised if we sent an 698 * Otherwise wait for a packet to be sent in the normal course of 748 * ERR_OK if connect request has been sent 1510 tcp_sent(struct tcp_pcb *pcb, tcp_sent_fn sent) argument [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |