Home
last modified time | relevance | path

Searched refs:expectedLen (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/winetests/atl/
H A Dmodule.c121 int len, expectedLen; in test_winclassinfo() local
162 expectedLen = sizeof("ATL:") + sizeof(void *) * 2 - 1; in test_winclassinfo()
163 … ok(len == expectedLen, "wci.m_szAutoName has length %d, expected length %d\n", len, expectedLen); in test_winclassinfo()
/reactos/sdk/include/reactos/libs/libxml/
H A Dxmlschemastypes.h82 unsigned long *expectedLen);
/reactos/modules/rostests/winetests/crypt32/
H A Dbase64.c368 DWORD expectedLen) in decodeAndCompareBase64_A() argument
404 ok(bufLen == expectedLen, in decodeAndCompareBase64_A()
405 "Expected length %d, got %d\n", expectedLen, bufLen); in decodeAndCompareBase64_A()
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemastypes.c5214 unsigned long *expectedLen) in xmlSchemaValidateListSimpleTypeFacet() argument
5224 if (expectedLen != NULL) in xmlSchemaValidateListSimpleTypeFacet()
5225 *expectedLen = facet->val->value.decimal.lo; in xmlSchemaValidateListSimpleTypeFacet()
5230 if (expectedLen != NULL) in xmlSchemaValidateListSimpleTypeFacet()
5231 *expectedLen = facet->val->value.decimal.lo; in xmlSchemaValidateListSimpleTypeFacet()
5236 if (expectedLen != NULL) in xmlSchemaValidateListSimpleTypeFacet()
5237 *expectedLen = facet->val->value.decimal.lo; in xmlSchemaValidateListSimpleTypeFacet()
/reactos/dll/win32/rsaenh/
H A Drsaenh.c2791 DWORD expectedLen = sizeof(BLOBHEADER) + sizeof(RSAPUBKEY) + in import_private_key() local
2795 expectedLen, dwDataLen); in import_private_key()
/reactos/modules/rostests/winetests/urlmon/
H A Duri.c8361 DWORD expectedLen, receivedLen; in test_IUri_GetPropertyLength() local
8365 expectedLen = lstrlenA(prop.value); in test_IUri_GetPropertyLength()
8368 expectedLen = lstrlenW(expectedValueW); in test_IUri_GetPropertyLength()
8379 … ok(receivedLen == expectedLen || (prop.value2 && receivedLen == lstrlenA(prop.value2)) || in test_IUri_GetPropertyLength()
8382 expectedLen, receivedLen, i, j); in test_IUri_GetPropertyLength()