Searched refs:be_entry_first_x (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dslapindex.c48 !( be->be_entry_first || be->be_entry_first_x ) ||
87 assert( be->be_entry_first_x != NULL );
88 id = be->be_entry_first_x( be, NULL, LDAP_SCOPE_DEFAULT, NULL );
H A Dslapcat.c70 !( be->be_entry_first_x || be->be_entry_first ) ||
90 if ( be->be_entry_first_x ) {
91 id = be->be_entry_first_x( be,
H A Dslapschema.c73 !( be->be_entry_first || be->be_entry_first_x ) ||
99 if ( be->be_entry_first_x ) {
100 id = be->be_entry_first_x( be,
H A Dbackglue.c996 if ( toolDB.be_entry_open && toolDB.be_entry_first_x ) {
1001 gi->gi_n[i].gn_be->be_entry_first_x)
1009 if (!glueBack || !glueBack->be_entry_open || !glueBack->be_entry_first_x ||
1013 rc = glueBack->be_entry_first_x (glueBack,
H A Dslap.h1802 #define be_entry_first_x bd_info->bi_tool_entry_first_x macro

Completed in 180 milliseconds