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

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_list.h12 typedef int ( *CRListCompareFunc ) ( const void *element1, const void *element2 ); typedef
41 DECLEXPORT(CRListIterator *) crListFind( CRList *l, void *element, CRListCompareFunc compare );

Completed in 31 milliseconds