Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.c164 GEncComponentBMPString ( GenBuf *b, ComponentBMPString *in ) in GEncComponentBMPString()
183 ComponentBMPString* k, **k2; in GDecComponentBMPString()
186 k = (ComponentBMPString*) v; in GDecComponentBMPString()
189 k2 = (ComponentBMPString**) v; in GDecComponentBMPString()
190 *k2 = (ComponentBMPString*) CompAlloc( mem_op, sizeof( ComponentBMPString ) ); in GDecComponentBMPString()
224 ComponentBMPString* k, **k2; in BDecComponentBMPString()
227 k = (ComponentBMPString*) v; in BDecComponentBMPString()
230 k2 = (ComponentBMPString**) v; in BDecComponentBMPString()
231 *k2 = (ComponentBMPString*) CompAlloc( mem_op, sizeof( ComponentBMPString ) ); in BDecComponentBMPString()
H A Dcomponentlib.h77 typedef struct ComponentBMPString { struct
83 } ComponentBMPString; argument
85 int GEncComponentBMPString (GenBuf *b, ComponentBMPString* bmp);
H A DauthorityKeyIdentifier.h138 ComponentBMPString* bmpString; /* BMPString SIZE 1..MAX */