Home
last modified time | relevance | path

Searched refs:anyInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
Dcomponentlib.c1787 void *anyInfo; in SetAnyTypeByComponentOid() local
1791 if (CheckForAndReturnValue (anyOidHashTblG, hash, &anyInfo)) in SetAnyTypeByComponentOid()
1792 v->cai = (ComponentAnyInfo*) anyInfo; in SetAnyTypeByComponentOid()
1808 void *anyInfo; in SetAnyTypeByComponentInt() local
1811 if (CheckForAndReturnValue (anyIntHashTblG, hash, &anyInfo)) in SetAnyTypeByComponentInt()
1812 v->cai = (ComponentAnyInfo*) anyInfo; in SetAnyTypeByComponentInt()
2072 void *anyInfo; in RetrieveOidDecoderMappingbyOid() local
2088 if (CheckForAndReturnValue (anyOidHashTblG, hash, &anyInfo)) in RetrieveOidDecoderMappingbyOid()
2089 return (OidDecoderMapping*) anyInfo; in RetrieveOidDecoderMappingbyOid()
2101 void *anyInfo; in RetrieveOidDecoderMappingbyDesc() local
[all …]