HomeSort by: relevance | last modified time | path
    Searched refs:a_comp_data (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
filterentry.c 219 if ( !a->a_comp_data ) {
228 a->a_comp_data = SLAP_MALLOC( sizeof( ComponentData ) +
231 if ( !a->a_comp_data ) return LDAP_NO_MEMORY;
232 a->a_comp_data->cd_tree = (ComponentSyntaxInfo**)
233 ((char*)a->a_comp_data + sizeof(ComponentData));
234 a->a_comp_data->cd_tree[num_attr_vals - 1] =
236 a->a_comp_data->cd_mem_op =
266 a->a_comp_data->cd_tree[i] = attr_converter(
270 if ( !a->a_comp_data->cd_tree[i] ) {
275 (struct berval*)a->a_comp_data->cd_tree[i++]
    [all...]
attr.c 160 a->a_comp_data = NULL;
184 if ( component_destructor && a->a_comp_data ) {
185 if ( a->a_comp_data->cd_mem_op )
186 component_destructor( a->a_comp_data->cd_mem_op );
187 free ( a->a_comp_data );
slap.h 1179 ComponentData *a_comp_data; /* component values */ member in struct:Attribute
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
index.c 518 ap->a_comp_data = op->o_tmpalloc( sizeof( ComponentData ), op->o_tmpmemctx );
521 ap->a_comp_data->cd_mem_op = mem_op;
560 op->o_tmpfree( ap->a_comp_data, op->o_tmpmemctx );
562 ap->a_comp_data = NULL;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
init.c 233 rc =BDecComponentTop(odm->BER_Decode, a->a_comp_data->cd_mem_op, b, 0,0, &component,&bytesDecoded,mode ) ;
235 rc = odm->BER_Decode ( a->a_comp_data->cd_mem_op, b, (ComponentSyntaxInfo*)&component, &bytesDecoded, mode );
238 rc = odm->GSER_Decode( a->a_comp_data->cd_mem_op, b, (ComponentSyntaxInfo**)component, &bytesDecoded, mode);
245 ShutdownNibbleMemLocal ( a->a_comp_data->cd_mem_op );
246 free ( a->a_comp_data );
247 a->a_comp_data = NULL;

Completed in 19 milliseconds