Searched refs:item1 (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | comboex.c | 857 CBE_ITEMDATA const *item1; in COMBOEX_GetItemData() local 862 if ((item1 != NULL) && ((LRESULT)item1 != CB_ERR)) { in COMBOEX_GetItemData() 864 if (item2 != item1) { in COMBOEX_GetItemData() 868 if (item1->mask & CBEIF_LPARAM) ret = item1->lParam; in COMBOEX_GetItemData() 871 ret = (DWORD_PTR)item1; in COMBOEX_GetItemData() 897 CBE_ITEMDATA *item1; in COMBOEX_SetItemData() local 901 if ((item1 != NULL) && ((LRESULT)item1 != CB_ERR)) { in COMBOEX_SetItemData() 903 if (item2 != item1) { in COMBOEX_SetItemData() 907 item1->mask |= CBEIF_LPARAM; in COMBOEX_SetItemData() 908 item1->lParam = data; in COMBOEX_SetItemData() [all …]
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | sync.c | 304 } item1, item2, item3, *item; in test_slist() local 310 item1.value = 1; in test_slist() 320 entry = InterlockedPushEntrySList(&slist_header, &item1.entry); in test_slist() 360 entry = call_func4(pRtlInterlockedPushListSList, &slist_header, &item2.entry, &item1.entry, 42); in test_slist() 398 entry = InterlockedPushEntrySList(&slist_header, &item1.entry); in test_slist() 412 entry = pRtlInterlockedPushListSListEx(&slist_header, &item2.entry, &item1.entry, 42); in test_slist()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | listview.c | 2166 LVITEMA item1; in test_item_count() local 2202 item1.mask = LVIF_TEXT; in test_item_count() 2203 item1.iItem = 1; in test_item_count() 2204 item1.iSubItem = 0; in test_item_count() 2205 item1.pszText = item1text; in test_item_count() 2267 LVITEMA item1; in test_item_position() local 2287 item1.mask = LVIF_TEXT; in test_item_position() 2288 item1.iItem = 1; in test_item_position() 2289 item1.iSubItem = 0; in test_item_position() 6071 char item1[] = "item1"; in test_oneclickactivate() local [all …]
|
H A D | treeview.c | 2162 static CHAR item1[] = "Item 1"; in test_delete_items() local 2196 U(ins).item.pszText = item1; in test_delete_items() 2330 HTREEITEM item1, item2; in test_htreeitem_layout() local 2343 item1 = TreeView_InsertItemA(hTree, &ins); in test_htreeitem_layout() 2345 CHECK_ITEM(hTree, item1); in test_htreeitem_layout()
|
/reactos/dll/win32/shell32/shellmenu/ |
H A D | CMenuToolbars.cpp | 1312 int CALLBACK PidlListSort(void* item1, void* item2, LPARAM lParam) in PidlListSort() argument 1315 PCUIDLIST_RELATIVE pidl1 = (PCUIDLIST_RELATIVE) item1; in PidlListSort()
|
/reactos/modules/rostests/winetests/windowscodecs/ |
H A D | metadata.c | 2802 static const struct metadata_item item1[] = variable 2835 { &GUID_MetadataFormatIfd, 1, item1 } 2840 { &GUID_MetadataFormatXMP, 1, item1 }, 2846 { &GUID_MetadataFormatXMP, 1, item1 },
|