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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dtcpip.c736 crTCPIPFree( CRConnection *conn, void *buf ) function
765 crError( "Weird buffer kind trying to free in crTCPIPFree: %d", tcpip_buffer->kind );
939 crTCPIPFree( conn, tcpip_buffer + 1 );
1148 crTCPIPFree( conn, mess );
1414 conn->Free = crTCPIPFree;

Completed in 47 milliseconds