Searched refs:osdict (Results 1 – 1 of 1) sorted by relevance
1335 def LookupKeyInOSDict(osdict, key, comparer = None): argument1339 if not osdict:1341 count = unsigned(osdict.count)1351 if comparer(key, osdict.dictionary[idx].key) == 0:1352 result = osdict.dictionary[idx].value1353 elif key == osdict.dictionary[idx].key:1354 result = osdict.dictionary[idx].value1374 def GetRegDictionary(osdict, prefix): argument1381 count = unsigned(osdict.count)1384 …ut_string += prefix + " " + GetObjectSummary(osdict.dictionary[idx].key) + " = " + GetObjectSumma…