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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c572 CONST ESL_PROTOCOL_API ** ppApiArrayEnd; local
671 ppApiArrayEnd = &ppApiArray [ cEslAfInetApiSize ];
672 while ( ppApiArrayEnd > ppApiArray ) {
679 if ( ppApiArrayEnd <= ppApiArray ) {
684 ppApiArrayEnd = &ppApiArray [ cEslAfInet6ApiSize ];
685 while ( ppApiArrayEnd > ppApiArray ) {
693 if ( ppApiArrayEnd <= ppApiArray ) {

Completed in 40 milliseconds