Searched refs:ids2 (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/snmpapi/ |
H A D | util.c | 56 static UINT ids2[] = { in test_SnmpUtilOidToA() local 69 static AsnObjectIdentifier oid2 = { 256, ids2 }; in test_SnmpUtilOidToA() 70 static AsnObjectIdentifier oid3 = { 257, ids2 }; in test_SnmpUtilOidToA() 71 static AsnObjectIdentifier oid4 = { 258, ids2 }; in test_SnmpUtilOidToA() 340 static UINT ids2[] = { 5, 6, 7, 8 }; in test_SnmpUtilOidNCmp() local 342 static AsnObjectIdentifier oid2 = { 4, ids2 }; in test_SnmpUtilOidNCmp() 397 static UINT ids2[] = { 1, 2, 3, 4 }; in test_SnmpUtilOidCmp() local 399 static AsnObjectIdentifier oid2 = { 4, ids2 }; in test_SnmpUtilOidCmp() 423 static UINT ids2[] = { 4, 5, 6 }; in test_SnmpUtilOidAppend() local 425 static AsnObjectIdentifier oid2 = { 3, ids2 }; in test_SnmpUtilOidAppend() [all …]
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | header.c | 1565 const int ids2[] = {3, 9, 7, 0, 2, 1, 4, 8, 6, 5}; in test_header_order() local 1596 check_order(ids2, ord2, 10, "insert with order"); in test_header_order() 1604 check_order(ids2, ord3, 10, "setitems changing order"); in test_header_order()
|