Home | History | Annotate | Download | only in slapd

Lines Matching refs:ComponentAssertion

235 	ComponentAssertion* in_ca,
236 ComponentAssertion** out_ca )
242 *out_ca = op->o_tmpalloc( sizeof( ComponentAssertion ), op->o_tmpmemctx );
861 get_matching_value( Operation *op, ComponentAssertion* ca,
948 * when encoding, "item" is denotation of ComponentAssertion
949 * ComponentAssertion :: SEQUENCE {
956 get_item( Operation *op, ComponentAssertionValue* cav, ComponentAssertion** ca,
960 ComponentAssertion* _ca;
966 _ca = op->o_tmpalloc( sizeof( ComponentAssertion ), op->o_tmpmemctx );
968 _ca = SLAP_MALLOC( sizeof( ComponentAssertion ) );
1073 * item [0] ComponentAssertion,
1268 ComponentAssertion *ca )