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

/vbox/include/VBox/
H A DVDEPlugSymDefs.h31 typedef struct vdeconn VDECONN; typedef in typeref:struct:vdeconn
54 RT_PROXY_STUB(vde_open_real, VDECONN *, \
58 (VDECONN *conn, void *buf,size_t len, int flags), \
61 (VDECONN *conn, const void *buf, size_t len, int flags), \
63 RT_PROXY_STUB(vde_datafd, int, (VDECONN *conn), (conn)) \
64 RT_PROXY_STUB(vde_close, void, (VDECONN *conn), (conn))

Completed in 42 milliseconds