Searched refs:streamInfo (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | dpa.c | 89 DPASTREAMINFO streamInfo; in DPA_LoadStream() local 139 for (streamInfo.iPos = 0; streamInfo.iPos < streamData.dwItems; streamInfo.iPos++) { in DPA_LoadStream() 140 errCode = (loadProc)(&streamInfo, pStream, pData); in DPA_LoadStream() 146 *ptr = streamInfo.pvItem; in DPA_LoadStream() 151 hDpa->nItemCount = streamInfo.iPos; in DPA_LoadStream() 185 DPASTREAMINFO streamInfo; in DPA_SaveStream() local 216 for (streamInfo.iPos = 0; streamInfo.iPos < hDpa->nItemCount; streamInfo.iPos++) { in DPA_SaveStream() 217 streamInfo.pvItem = *ptr; in DPA_SaveStream() 218 hr = (saveProc)(&streamInfo, pStream, pData); in DPA_SaveStream() 232 streamData.dwItems = streamInfo.iPos; in DPA_SaveStream()
|
/reactos/modules/rostests/winetests/crypt32/ |
H A D | msg.c | 159 &streamInfo); in test_msg_open_to_decode() 335 &streamInfo); in test_data_msg_open() 458 &streamInfo); in test_data_msg_update() 472 &streamInfo); in test_data_msg_update() 516 NULL, &streamInfo); in test_data_msg_get_param() 690 NULL, &streamInfo); in test_data_msg_encoding() 699 NULL, &streamInfo); in test_data_msg_encoding() 707 NULL, &streamInfo); in test_data_msg_encoding() 801 NULL, &streamInfo); in test_hash_msg_update() 810 NULL, &streamInfo); in test_hash_msg_update() [all …]
|