Searched refs:anyInfo (Results 1 – 1 of 1) sorted by relevance
1787 void *anyInfo; in SetAnyTypeByComponentOid() local1791 if (CheckForAndReturnValue (anyOidHashTblG, hash, &anyInfo)) in SetAnyTypeByComponentOid()1792 v->cai = (ComponentAnyInfo*) anyInfo; in SetAnyTypeByComponentOid()1808 void *anyInfo; in SetAnyTypeByComponentInt() local1811 if (CheckForAndReturnValue (anyIntHashTblG, hash, &anyInfo)) in SetAnyTypeByComponentInt()1812 v->cai = (ComponentAnyInfo*) anyInfo; in SetAnyTypeByComponentInt()2072 void *anyInfo; in RetrieveOidDecoderMappingbyOid() local2088 if (CheckForAndReturnValue (anyOidHashTblG, hash, &anyInfo)) in RetrieveOidDecoderMappingbyOid()2089 return (OidDecoderMapping*) anyInfo; in RetrieveOidDecoderMappingbyOid()2101 void *anyInfo; in RetrieveOidDecoderMappingbyDesc() local[all …]