Home
last modified time | relevance | path

Searched refs:rgsabound (Results 1 – 16 of 16) sorted by relevance

/reactos/dll/win32/oleaut32/
H A Dsafearray.c164 const SAFEARRAYBOUND* psab = psa->rgsabound; in SAFEARRAY_GetCellCount()
223 if (!rgsabound) in SAFEARRAY_Create()
237 memcpy(psa->rgsabound + i, rgsabound + cDims - 1 - i, sizeof(SAFEARRAYBOUND)); in SAFEARRAY_Create()
267 psa->rgsabound[0].cElements = cElements; in SAFEARRAY_CreateVector()
268 psa->rgsabound[0].lLbound = lLbound; in SAFEARRAY_CreateVector()
607 return SAFEARRAY_Create(vt, cDims, rgsabound, 0); in SafeArrayCreate()
1214 psab = psa->rgsabound + psa->cDims - 1; in SafeArrayPtrOfIndex()
1325 if (psaSource->rgsabound[dim].cElements != in SafeArrayCopyData()
1326 psaTarget->rgsabound[dim].cElements) in SafeArrayCopyData()
1417 memcpy((*ppsaOut)->rgsabound, psa->rgsabound, psa->cDims * sizeof(SAFEARRAYBOUND)); in SafeArrayCopy()
[all …]
H A Dusrmarshal.c664 const SAFEARRAYBOUND* psab = psa->rgsabound; in SAFEARRAY_GetCellCount()
780 size += sizeof(psa->rgsabound[0]) * psa->cDims; in LPSAFEARRAY_UserSize()
896 memcpy(bound++, &psa->rgsabound[psa->cDims-i-1], sizeof(psa->rgsabound[0])); in LPSAFEARRAY_UserMarshal()
898 Buffer += sizeof(psa->rgsabound[0]) * psa->cDims; in LPSAFEARRAY_UserMarshal()
1041 memcpy((*ppsa)->rgsabound, wiresab, sizeof(*wiresab)*wiresa->cDims); in LPSAFEARRAY_UserUnmarshal()
1057 memcpy((*ppsa)->rgsabound, wiresab, sizeof(SAFEARRAYBOUND) * wiresa->cDims); in LPSAFEARRAY_UserUnmarshal()
H A Dtypelib.c3932 memcpy(pTD->u.lpadesc->rgbounds, pSA->rgsabound, in SLTG_DoType()
/reactos/modules/rostests/winetests/oleaut32/
H A Dsafearray.c429 a->rgsabound[0].cElements = 2; in test_safearray()
430 a->rgsabound[0].lLbound = 1; in test_safearray()
431 a->rgsabound[1].cElements = 4; in test_safearray()
432 a->rgsabound[1].lLbound = 1; in test_safearray()
815 sa->rgsabound[0].cElements = 0; in test_SafeArrayAllocDestroyDescriptor()
816 sa->rgsabound[0].lLbound = 1; in test_SafeArrayAllocDestroyDescriptor()
1422 sacopy->rgsabound[0].cElements += 1; in test_SafeArrayCopyData()
1426 sacopy->rgsabound[0].cElements -= 2; in test_SafeArrayCopyData()
1429 sacopy->rgsabound[0].cElements += 1; in test_SafeArrayCopyData()
1431 sacopy->rgsabound[3].cElements += 1; in test_SafeArrayCopyData()
[all …]
H A Dusrmarshal.c99 const SAFEARRAYBOUND* psab = psa->rgsabound; in get_cell_count()
177 ok(memcmp(bounds, &lpsa->rgsabound[lpsa->cDims-i-1], sizeof(SAFEARRAYBOUND)) == 0, in check_safearray()
179 bounds->lLbound, bounds->cElements, lpsa->rgsabound[lpsa->cDims-i-1].lLbound, in check_safearray()
180 lpsa->rgsabound[lpsa->cDims-i-1].cElements); in check_safearray()
184 wiresa += sizeof(lpsa->rgsabound[0]) * lpsa->cDims; in check_safearray()
388 lpsa->rgsabound[0].lLbound = 2; in test_marshal_LPSAFEARRAY()
389 lpsa->rgsabound[0].cElements = 48; in test_marshal_LPSAFEARRAY()
402 expected += lpsa->cbElements * lpsa->rgsabound[0].cElements; in test_marshal_LPSAFEARRAY()
498 lpsa->rgsabound[0].lLbound = 2; in test_marshal_LPSAFEARRAY()
499 lpsa->rgsabound[0].cElements = 48; in test_marshal_LPSAFEARRAY()
[all …]
/reactos/dll/win32/vbscript/
H A Dutils.c159 ret *= sa->rgsabound[i].cElements; in get_safearray_size()
/reactos/modules/rostests/winetests/vbscript/
H A Drun.c586 …ok(safearray->rgsabound[i].cElements == (indims ? i+4 : 1), "safearray->rgsabound[%d].cElements = … in test_safearray()
587 safearray->rgsabound[i].cElements); in test_safearray()
588 …ok(!safearray->rgsabound[i].lLbound, "safearray->rgsabound[%d].lLbound = %d\n", i, safearray->rgsa… in test_safearray()
/reactos/dll/win32/propsys/
H A Dpropvar.c802 if (propvar->u.parray->rgsabound[i].cElements != 0) in isemptyornull()
/reactos/sdk/include/psdk/
H A Doaidl.idl111 [size_is(cDims)] SAFEARRAYBOUND rgsabound[];
122 SAFEARRAYBOUND rgsabound[];
/reactos/modules/rostests/winetests/propsys/
H A Dpropsys.c690 emptysafearray.rgsabound[0].cElements = 0; in test_PropVariantCompare()
691 emptysafearray.rgsabound[0].lLbound = 0; in test_PropVariantCompare()
/reactos/dll/win32/mshtml/
H A Dolecmd.c267 opts_cnt = V_ARRAY(pvaIn)->rgsabound[0].cElements; in exec_print()
H A Dhtmlwindow.c2220 post_data_size = V_ARRAY(post_data_var)->rgsabound[0].cElements; in HTMLPrivateWindow_SuperNavigate()
H A Dhtmldoc.c995 argc = psarray->rgsabound[0].cElements; in document_write()
/reactos/dll/directx/wine/dxdiagn/
H A Dprovider.c1817 hr = fill_filter_data_information(subcont, pData, V_ARRAY(&v)->rgsabound->cElements); in fill_filter_container()
/reactos/dll/win32/dbghelp/
H A Dcompat.h2360 SAFEARRAYBOUND rgsabound[1]; member
/reactos/modules/rostests/winetests/msxml3/
H A Ddomdoc.c6878 ok(V_ARRAY(&value)->rgsabound[0].cElements == 6, "incorrect array size\n"); in test_nodeTypedValue()
6879 if(V_ARRAY(&value)->rgsabound[0].cElements == 6) in test_nodeTypedValue()
6976 ok(V_ARRAY(&value)->rgsabound[0].cElements == strlen(entry->value), in test_nodeTypedValue()
6977 "incorrect array size %d\n", V_ARRAY(&value)->rgsabound[0].cElements); in test_nodeTypedValue()