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

  /src/external/bsd/openldap/dist/servers/slapd/
slapcat.c 73 !( be->be_entry_first_x || be->be_entry_first ) ||
89 if ( !requestBSF && be->be_entry_first ) {
90 id = be->be_entry_first( be );
98 assert( be->be_entry_first != NULL );
100 id = be->be_entry_first( be );
slapschema.c 76 !( be->be_entry_first || be->be_entry_first_x ) ||
98 if ( !requestBSF && be->be_entry_first ) {
99 id = be->be_entry_first( be );
107 assert( be->be_entry_first != NULL );
109 id = be->be_entry_first( be );
slapindex.c 51 !( be->be_entry_first || be->be_entry_first_x ) ||
86 if ( be->be_entry_first ) {
87 id = be->be_entry_first( be );
backglue.c 1015 if ( toolDB.be_entry_open && toolDB.be_entry_first ) {
1020 gi->gi_n[i].gn_be->be_entry_first) {
1027 if (!glueBack || !glueBack->be_entry_open || !glueBack->be_entry_first ||
1031 rc = glueBack->be_entry_first (glueBack);
slap.h 1855 #define be_entry_first bd_info->bi_tool_entry_first macro

Completed in 20 milliseconds