Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.c403 ComponentBool *a, *b; in MatchingComponentBool()
411 a = ((ComponentBool*)csi_attr); in MatchingComponentBool()
412 b = ((ComponentBool*)csi_assert); in MatchingComponentBool()
421 GEncComponentBool ( GenBuf *b, ComponentBool *in ) in GEncComponentBool()
439 ComponentBool* k, **k2; in GDecComponentBool()
442 k = (ComponentBool*) v; in GDecComponentBool()
445 k2 = (ComponentBool**) v; in GDecComponentBool()
446 *k2 = (ComponentBool*) CompAlloc( mem_op, sizeof( ComponentBool ) ); in GDecComponentBool()
476 ComponentBool* k, **k2; in BDecComponentBool()
479 k = (ComponentBool*) v; in BDecComponentBool()
[all …]
H A Dcomponentlib.h95 typedef struct ComponentBool { struct
101 } ComponentBool; argument
103 int GEncComponentBool (GenBuf *b, ComponentBool * bool );
H A Dcrl.h125 ComponentBool* critical; /* BOOLEAN DEFAULT FALSE */
H A Dcertificate.h158 ComponentBool* critical; /* BOOLEAN DEFAULT FALSE */
H A Dinit.c336 if ( ((ComponentBool*)csi)->value > 0 ) { in comp_convert_asn_to_ldap()
H A Dcertificate.c658 (k->critical) = CompAlloc( mem_op, sizeof(ComponentBool));
756 (k->critical) = CompAlloc( mem_op, sizeof(ComponentBool));