Searched refs:osdict (Results 1 – 1 of 1) sorted by relevance
1356 def LookupKeyInOSDict(osdict, key, comparer = None): argument1360 if not osdict:1362 count = unsigned(osdict.count)1368 if comparer(key, osdict.dictionary[idx].key) == 0:1369 result = osdict.dictionary[idx].value1370 elif key == osdict.dictionary[idx].key:1371 result = osdict.dictionary[idx].value1391 def GetRegDictionary(osdict, prefix): argument1398 count = unsigned(osdict.count)1401 …ut_string += prefix + " " + GetObjectSummary(osdict.dictionary[idx].key) + " = " + GetObjectSumma…