Searched refs:SendExact (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Ddevnull.c104 conn->SendExact = crDevnullWriteExact;
H A Dfilenet.c357 conn->SendExact = crFileWriteExact;
H A Dnet.c852 CRASSERT(conn->SendExact);
853 conn->SendExact( conn, buf, len );
H A Dudptcpip.c744 conn->SendExact = NULL;
H A Dtcpip.c1411 conn->SendExact = crTCPIPWriteExact;
H A Dvboxhgcm.c2501 conn->SendExact = crVBoxHGSMIWriteExact;
2518 conn->SendExact = crVBoxHGCMWriteExact;
H A Dvboxhgsmi.c1584 conn->SendExact = crVBoxHGSMIWriteExact;
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_net.h161 void (*SendExact)( CRConnection *conn, const void *start, unsigned int len ); member in struct:CRConnection

Completed in 1377 milliseconds