Searched refs:_ca (Results 1 – 4 of 4) sorted by relevance
960 ComponentAssertion* _ca; in get_item() local966 _ca = op->o_tmpalloc( sizeof( ComponentAssertion ), op->o_tmpmemctx ); in get_item()968 _ca = SLAP_MALLOC( sizeof( ComponentAssertion ) ); in get_item()970 if ( !_ca ) return LDAP_NO_MEMORY; in get_item()972 _ca->ca_comp_data.cd_tree = NULL; in get_item()973 _ca->ca_comp_data.cd_mem_op = NULL; in get_item()974 BER_BVZERO( &_ca->ca_ma_value ); in get_item()979 rc = get_component_reference( op, cav, &_ca->ca_comp_ref, text ); in get_item()984 op->o_tmpfree( _ca->ca_ma_value.bv_val, op->o_tmpmemctx ); in get_item()986 op->o_tmpfree( _ca, op->o_tmpmemctx ); in get_item()[all …]
388 struct cfattach __CONCAT(name,_ca) = { \
181 #define CANAME(n) __CONCAT(n,_ca)
177 #define CANAME(n) __CONCAT(n,_ca)