Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.h392 typedef struct ComponentAnyInfo struct
405 } ComponentAnyInfo; argument
407 typedef struct ComponentAnyInfo OidDecoderMapping ;
414 ComponentAnyInfo *cai;
435 int CheckSelectTypeCorrect ( void* mem_op, ComponentAnyInfo *v, struct berval* select );
H A Dcomponentlib.c1756 CheckSelectTypeCorrect ( void* mem_op, ComponentAnyInfo* cai, struct berval* select ) { in CheckSelectTypeCorrect()
1792 v->cai = (ComponentAnyInfo*) anyInfo; in SetAnyTypeByComponentOid()
1812 v->cai = (ComponentAnyInfo*) anyInfo; in SetAnyTypeByComponentInt()
2002 ComponentAnyInfo *a; in InstallAnyByComponentInt()
2005 a = (ComponentAnyInfo*) malloc(sizeof (ComponentAnyInfo)); in InstallAnyByComponentInt()
2140 ComponentAnyInfo *a; in InstallAnyByComponentOid()
2143 a = (ComponentAnyInfo*) malloc (sizeof (ComponentAnyInfo)); in InstallAnyByComponentOid()