Searched refs:SEARCHBASESTR (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | syncrepl.c | 5998 #define SEARCHBASESTR "searchbase" macro 6218 } else if ( !strncasecmp( c->argv[ i ], SEARCHBASESTR "=", in parse_syncrepl_line() 6219 STRLENOF( SEARCHBASESTR "=" ) ) ) in parse_syncrepl_line() 6224 val = c->argv[ i ] + STRLENOF( SEARCHBASESTR "=" ); in parse_syncrepl_line() 6556 si->si_got & GOT_SEARCHBASE ? "" : " "SEARCHBASESTR ); in parse_syncrepl_line() 6583 Debug( LDAP_DEBUG_ANY, "syncrepl %s " SEARCHBASESTR "=\"%s\": no retry defined, using default\n", in parse_syncrepl_line() 6594 Debug( LDAP_DEBUG_ANY, "syncrepl %s " SEARCHBASESTR "=\"%s\": unable to parse filter=\"%s\"\n", in parse_syncrepl_line() 6602 …Debug( LDAP_DEBUG_ANY, "syncrepl %s " SEARCHBASESTR "=\"%s\": unable to parse logfilter=\"%s\"\n", in parse_syncrepl_line() 7208 if ( WHATSLEFT <= STRLENOF( " " SEARCHBASESTR "=\"" "\"" ) + si->si_base.bv_len ) return; in syncrepl_unparse() 7209 ptr = lutil_strcopy( ptr, " " SEARCHBASESTR "=\"" ); in syncrepl_unparse()
|