Searched refs:ids1 (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/snmpapi/ |
H A D | util.c | 55 static UINT ids1[] = { 1,3,6,1,4,1,311 }; in test_SnmpUtilOidToA() local 67 static AsnObjectIdentifier oid0 = { 0, ids1 }; in test_SnmpUtilOidToA() 68 static AsnObjectIdentifier oid1 = { 7, ids1 }; in test_SnmpUtilOidToA() 339 static UINT ids1[] = { 1, 2, 3, 4 }; in test_SnmpUtilOidNCmp() local 396 static UINT ids1[] = { 1, 2, 3 }; in test_SnmpUtilOidCmp() local 422 UINT *ids1; in test_SnmpUtilOidAppend() local 427 ids1 = SnmpUtilMemAlloc(3 * sizeof(UINT)); in test_SnmpUtilOidAppend() 428 ids1[0] = 1; in test_SnmpUtilOidAppend() 429 ids1[1] = 2; in test_SnmpUtilOidAppend() 430 ids1[2] = 3; in test_SnmpUtilOidAppend() [all …]
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | header.c | 1563 const int ids1[] = {3, 0, 2, 1, 4}; in test_header_order() local 1587 check_order(ids1, ord1, 5, "insert without iOrder"); in test_header_order()
|