Searched refs:postread_ctrl (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-null/
H A Dnull.c85 **postread_ctrl = NULL; local
147 postread_ctrl = &ctrls[c];
148 *postread_ctrl = NULL;
151 &slap_post_read_bv, postread_ctrl ) )
153 postread_ctrl = NULL;
226 if( postread_ctrl != NULL && (*postread_ctrl) != NULL ) {
227 slap_sl_free( (*postread_ctrl)->ldctl_value.bv_val, op->o_tmpmemctx );
228 slap_sl_free( *postread_ctrl, op->o_tmpmemctx );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dadd.c44 LDAPControl **postread_ctrl = NULL; local
442 if( postread_ctrl == NULL ) {
443 postread_ctrl = &ctrls[num_ctrls++];
447 &slap_post_read_bv, postread_ctrl ) )
538 if( postread_ctrl != NULL && (*postread_ctrl) != NULL ) {
539 slap_sl_free( (*postread_ctrl)->ldctl_value.bv_val, op->o_tmpmemctx );
540 slap_sl_free( *postread_ctrl, op->o_tmpmemctx );
H A Dmodify.c414 LDAPControl **postread_ctrl = NULL; local
680 if( postread_ctrl == NULL ) {
681 postread_ctrl = &ctrls[num_ctrls++];
685 &slap_post_read_bv, postread_ctrl ) )
774 if( postread_ctrl != NULL && (*postread_ctrl) != NULL ) {
775 slap_sl_free( (*postread_ctrl)->ldctl_value.bv_val, op->o_tmpmemctx );
776 slap_sl_free( *postread_ctrl, op->o_tmpmemctx );
H A Dmodrdn.c54 LDAPControl **postread_ctrl = NULL; local
716 if( postread_ctrl == NULL ) {
717 postread_ctrl = &ctrls[num_ctrls++];
721 &slap_post_read_bv, postread_ctrl ) )
833 if( postread_ctrl != NULL && (*postread_ctrl) != NULL ) {
834 slap_sl_free( (*postread_ctrl)->ldctl_value.bv_val, op->o_tmpmemctx );
835 slap_sl_free( *postread_ctrl, op->o_tmpmemctx );

Completed in 132 milliseconds