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

  /src/external/bsd/openldap/dist/servers/slapd/
ctxcsn.c 46 struct slap_csn_entry *csne, *committed_csne = NULL;
96 struct slap_csn_entry *csne;
114 struct slap_csn_entry *csne;
188 struct slap_csn_entry *pending;
191 pending = (struct slap_csn_entry *) ch_calloc( 1,
192 sizeof( struct slap_csn_entry ));
slap.h 1799 LDAP_TAILQ_HEAD( be_pclh, slap_csn_entry );
2497 struct slap_csn_entry { struct
2504 LDAP_TAILQ_ENTRY (slap_csn_entry) ce_csn_link;
backend.c 438 struct slap_csn_entry *csne;
441 struct slap_csn_entry *tmp_csne = csne;

Completed in 46 milliseconds