Searched refs:ppApiArray (Results 1 – 1 of 1) sorted by relevance
574 CONST ESL_PROTOCOL_API ** ppApiArray; in EslSocket() local609 ppApiArray = NULL; in EslSocket()613 ppApiArray = &cEslAfInetApi[0]; in EslSocket()617 ppApiArray = &cEslAfInet6Api[0]; in EslSocket()628 || ( NULL == ppApiArray ) in EslSocket()629 || ( NULL == ppApiArray[ type ])) { in EslSocket()639 pApi = ppApiArray[ type ]; in EslSocket()650 ppApiArray = &cEslAfInetApi[0]; in EslSocket()651 ppApiArrayEnd = &ppApiArray [ cEslAfInetApiSize ]; in EslSocket()652 while ( ppApiArrayEnd > ppApiArray ) { in EslSocket()[all …]