Searched refs:pAhbFunctions (Results 1 – 1 of 1) sorted by relevance
1248 static bool ahbFunctionsLoaded(AhbFunctions* pAhbFunctions) in ahbFunctionsLoaded() argument1252 ((pAhbFunctions->allocate != DE_NULL) && in ahbFunctionsLoaded()1253 (pAhbFunctions->describe != DE_NULL) && in ahbFunctionsLoaded()1254 (pAhbFunctions->acquire != DE_NULL) && in ahbFunctionsLoaded()1255 (pAhbFunctions->release != DE_NULL))) in ahbFunctionsLoaded()