Searched refs:ComponentData (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dfilterentry.c223 a->a_comp_data = SLAP_MALLOC( sizeof( ComponentData ) +
228 ((char*)a->a_comp_data + sizeof(ComponentData));
719 a->a_comp_data = SLAP_MALLOC( sizeof( ComponentData ) + sizeof( ComponentSyntaxInfo* )*num_attr_vals );
725 a->a_comp_data->cd_tree = (ComponentSyntaxInfo**)((char*)a->a_comp_data + sizeof(ComponentData));
H A Dslap.h351 typedef struct ComponentData ComponentData; typedef in typeref:struct:ComponentData
1180 ComponentData *a_comp_data; /* component values */
3112 struct ComponentData { struct
3150 ComponentData ca_comp_data; /* componentized assertion */
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dindex.c510 ap->a_comp_data = op->o_tmpalloc( sizeof( ComponentData ), op->o_tmpmemctx );

Completed in 186 milliseconds