Searched refs:cell_count (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/oleaut32/ |
H A D | usrmarshal.c | 977 ULONG cell_count; in LPSAFEARRAY_UserUnmarshal() local 1014 cell_count = *(ULONG *)Buffer; in LPSAFEARRAY_UserUnmarshal() 1032 … if(SAFEARRAY_GetCellCount(*ppsa)*(*ppsa)->cbElements != cell_count*elem_mem_size(wiresa, sftype)) in LPSAFEARRAY_UserUnmarshal() 1076 if ((*(ULONG *)Buffer != cell_count) || (SAFEARRAY_GetCellCount(*ppsa) != cell_count)) in LPSAFEARRAY_UserUnmarshal() 1088 for (lpBstr = (*ppsa)->pvData; cell_count; cell_count--, lpBstr++) in LPSAFEARRAY_UserUnmarshal() 1102 for (lpVariant = (*ppsa)->pvData; cell_count; cell_count--, lpVariant++) in LPSAFEARRAY_UserUnmarshal() 1121 memcpy((*ppsa)->pvData, Buffer, cell_count * (*ppsa)->cbElements); in LPSAFEARRAY_UserUnmarshal() 1122 Buffer += cell_count * (*ppsa)->cbElements; in LPSAFEARRAY_UserUnmarshal()
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | usrmarshal.c | 127 ULONG cell_count; in check_safearray() local 143 cell_count = get_cell_count(lpsa); in check_safearray() 161 …ok(*(DWORD *)wiresa == cell_count, "wiresa + 0x18 should be %u instead of %u\n", cell_count, *(DWO… in check_safearray() 186 …ok(*(DWORD *)wiresa == cell_count, "wiresa + 0x28 should be %u instead of %u\n", cell_count, *(DWO… in check_safearray()
|