Searched refs:csne (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dctxcsn.c41 struct slap_csn_entry *csne, *committed_csne = NULL; local
59 LDAP_TAILQ_FOREACH( csne, be->be_pending_csn_list, ce_csn_link ) {
60 if ( csne->ce_opid == op->o_opid && csne->ce_connid == op->o_connid ) {
61 csne->ce_state = SLAP_CSN_COMMIT;
67 LDAP_TAILQ_FOREACH( csne, be->be_pending_csn_list, ce_csn_link ) {
68 if ( sid != -1 && sid == csne->ce_sid ) {
69 if ( csne->ce_state == SLAP_CSN_COMMIT ) committed_csne = csne;
70 if ( csne
91 struct slap_csn_entry *csne; local
109 struct slap_csn_entry *csne; local
[all...]
H A Dbackend.c424 struct slap_csn_entry *csne; local
425 csne = LDAP_TAILQ_FIRST( bd->be_pending_csn_list );
426 while ( csne ) {
427 struct slap_csn_entry *tmp_csne = csne;
429 LDAP_TAILQ_REMOVE( bd->be_pending_csn_list, csne, ce_csn_link );
430 ch_free( csne->ce_csn.bv_val );
431 csne = LDAP_TAILQ_NEXT( csne, ce_csn_link );

Completed in 66 milliseconds