Searched refs:osdict (Results 1 – 1 of 1) sorted by relevance
1358 def LookupKeyInOSDict(osdict, key, comparer = None): argument1362 if not osdict:1364 count = unsigned(osdict.count)1370 if comparer(key, osdict.dictionary[idx].key) == 0:1371 result = osdict.dictionary[idx].value1372 elif key == osdict.dictionary[idx].key:1373 result = osdict.dictionary[idx].value1393 def GetRegDictionary(osdict, prefix): argument1400 count = unsigned(osdict.count)1403 …ut_string += prefix + " " + GetObjectSummary(osdict.dictionary[idx].key) + " = " + GetObjectSumma…