Home
last modified time | relevance | path

Searched refs:psab (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/oleaut32/
H A Dsafearray.c171 if (!psab->cElements) in SAFEARRAY_GetCellCount()
173 ulNumCells *= psab->cElements; in SAFEARRAY_GetCellCount()
174 psab++; in SAFEARRAY_GetCellCount()
1198 SAFEARRAYBOUND* psab; in SafeArrayPtrOfIndex() local
1214 psab = psa->rgsabound + psa->cDims - 1; in SafeArrayPtrOfIndex()
1217 if (c1 < psab->lLbound || c1 >= psab->lLbound + (LONG)psab->cElements) in SafeArrayPtrOfIndex()
1222 dimensionSize *= psab->cElements; in SafeArrayPtrOfIndex()
1224 psab--; in SafeArrayPtrOfIndex()
1226 if (!psab->cElements || in SafeArrayPtrOfIndex()
1227 *rgIndices < psab->lLbound || in SafeArrayPtrOfIndex()
[all …]
H A Dusrmarshal.c664 const SAFEARRAYBOUND* psab = psa->rgsabound; in SAFEARRAY_GetCellCount() local
671 if (!psab->cElements) in SAFEARRAY_GetCellCount()
673 ulNumCells *= psab->cElements; in SAFEARRAY_GetCellCount()
674 psab++; in SAFEARRAY_GetCellCount()
/reactos/modules/rostests/winetests/oleaut32/
H A Dusrmarshal.c99 const SAFEARRAYBOUND* psab = psa->rgsabound; in get_cell_count() local
105 if (!psab->cElements) in get_cell_count()
107 ulNumCells *= psab->cElements; in get_cell_count()
108 psab++; in get_cell_count()