Searched defs:finished (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dfsm.h148 void (*finished) /* Called when we don't want the lower layer */ member in struct:fsm_callbacks
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dfsm.h109 void (*finished)(fsm*); /* Called when we don't want the lower layer */ member in struct:fsm_callbacks
/vbox/src/VBox/HostServices/SharedClipboard/
H A Dx11-clipboard.cpp278 RTSEMEVENT finished; member in struct:_VBOXCLIPBOARDREQFROMVBOX
295 rc = RTSemEventWait(pReq->finished, CLIPBOARD_TIMEOUT);
366 int rc = RTSemEventCreate(&request.finished);
370 RTSemEventDestroy(request.finished);
415 RTSemEventSignal(pReq->finished);
/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp246 PRBool *finished)
316 if (finished)
317 *finished = true;
243 RequestResize(PRUint32 aScreenId, PRUint32 pixelFormat, PRUint8 *vram, PRUint32 bitsPerPixel, PRUint32 bytesPerLine, PRUint32 w, PRUint32 h, PRBool *finished) argument
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dstrtodg.c340 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local
790 delta->sign = finished = 0;
795 if ( (finished = dsign ^ (rd&1)) !=0) {
978 L = finished = 0;
1003 if (finished)
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dpxeprefix.S219 jmp finished
445 finished: label
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp425 * @param finished Address of output flag whether the update
1577 * @retval finished Set if the operation has completed.
1599 * @retval finished Set if the operation has completed.
1603 ULONG w, ULONG h, BOOL *finished)
1601 RequestResize(ULONG aScreenId, ULONG pixelFormat, ULONG vram, ULONG bitsPerPixel, ULONG bytesPerLine, ULONG w, ULONG h, BOOL *finished) argument
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtls.c1124 } __attribute__ (( packed )) finished; local
1129 memset ( &finished, 0, sizeof ( finished ) );
1130 finished.type_length = ( cpu_to_le32 ( TLS_FINISHED ) |
1131 htonl ( sizeof ( finished ) -
1132 sizeof ( finished.type_length ) ) );
1135 finished.verify_data, sizeof ( finished.verify_data ),
1136 "client finished", digest_out, sizeof ( digest_out ) );
1139 if ( ( rc = tls_send_handshake ( tls, &finished,
1468 } __attribute__ (( packed )) *finished = data; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaEnc.c360 Bool finished; member in struct:_CLzmaEnc
1653 p->finished = True;
1660 p->finished = True;
1777 if (p->finished)
2065 p->finished = False;
2168 p->finished = False;
2206 if (res != SZ_OK || p->finished != 0)
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 140 milliseconds