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

  /src/external/bsd/openldap/dist/servers/slapd/
slapindex.c 51 !( be->be_entry_first || be->be_entry_first_x ) ||
90 assert( be->be_entry_first_x != NULL );
91 id = be->be_entry_first_x( be, NULL, LDAP_SCOPE_DEFAULT, NULL );
slapcat.c 73 !( be->be_entry_first_x || be->be_entry_first ) ||
93 if ( be->be_entry_first_x ) {
94 id = be->be_entry_first_x( be,
slapschema.c 76 !( be->be_entry_first || be->be_entry_first_x ) ||
102 if ( be->be_entry_first_x ) {
103 id = be->be_entry_first_x( be,
backglue.c 1072 if ( toolDB.be_entry_open && toolDB.be_entry_first_x ) {
1077 gi->gi_n[i].gn_be->be_entry_first_x)
1085 if (!glueBack || !glueBack->be_entry_open || !glueBack->be_entry_first_x ||
1089 rc = glueBack->be_entry_first_x (glueBack,
slap.h 1856 #define be_entry_first_x bd_info->bi_tool_entry_first_x macro

Completed in 18 milliseconds