HomeSort by: relevance | last modified time | path
    Searched defs:_ca (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
component.c 960 ComponentAssertion* _ca; local
966 _ca = op->o_tmpalloc( sizeof( ComponentAssertion ), op->o_tmpmemctx );
968 _ca = SLAP_MALLOC( sizeof( ComponentAssertion ) );
970 if ( !_ca ) return LDAP_NO_MEMORY;
972 _ca->ca_comp_data.cd_tree = NULL;
973 _ca->ca_comp_data.cd_mem_op = NULL;
974 BER_BVZERO( &_ca->ca_ma_value );
979 rc = get_component_reference( op, cav, &_ca->ca_comp_ref, text );
984 op->o_tmpfree( _ca->ca_ma_value.bv_val, op->o_tmpmemctx );
986 op->o_tmpfree( _ca, op->o_tmpmemctx )
    [all...]
component.c 960 ComponentAssertion* _ca; local
966 _ca = op->o_tmpalloc( sizeof( ComponentAssertion ), op->o_tmpmemctx );
968 _ca = SLAP_MALLOC( sizeof( ComponentAssertion ) );
970 if ( !_ca ) return LDAP_NO_MEMORY;
972 _ca->ca_comp_data.cd_tree = NULL;
973 _ca->ca_comp_data.cd_mem_op = NULL;
974 BER_BVZERO( &_ca->ca_ma_value );
979 rc = get_component_reference( op, cav, &_ca->ca_comp_ref, text );
984 op->o_tmpfree( _ca->ca_ma_value.bv_val, op->o_tmpmemctx );
986 op->o_tmpfree( _ca, op->o_tmpmemctx )
    [all...]

Completed in 42 milliseconds