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

  /src/external/bsd/openldap/dist/servers/slapd/
slapadd.c 154 BackendDB *bdtmp; local
156 LDAP_STAILQ_FOREACH( bdtmp, &backendDB, be_next ) {
157 if ( bdtmp == bd ) break;
161 assert( bdtmp != NULL );
184 BackendDB *bdtmp; local
186 LDAP_STAILQ_FOREACH( bdtmp, &backendDB, be_next ) {
187 if ( bdtmp == bd ) break;
191 assert( bdtmp != NULL );
slapmodify.c 228 BackendDB *bdtmp; local
230 LDAP_STAILQ_FOREACH( bdtmp, &backendDB, be_next ) {
231 if ( bdtmp == bd ) break;
235 assert( bdtmp != NULL );
257 BackendDB *bdtmp; local
259 LDAP_STAILQ_FOREACH( bdtmp, &backendDB, be_next ) {
260 if ( bdtmp == bd ) break;
264 assert( bdtmp != NULL );
slapcommon.c 901 BackendDB *bdtmp; local
904 LDAP_STAILQ_FOREACH( bdtmp, &backendDB, be_next ) {
905 if ( bdtmp == be ) break;

Completed in 46 milliseconds