HomeSort by: relevance | last modified time | path
    Searched defs:tool_base (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
tools.c 43 static struct berval *tool_base; variable in typeref:struct:berval
111 tool_base = base;
408 assert( tool_base == NULL );
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
tools.c 78 static struct berval *tool_base; variable in typeref:struct:berval
280 tool_base = base;
324 if ( tool_filter || tool_base ) {
404 if ( ( tool_filter || tool_base ) && id == previd && tool_next_entry != NULL ) {
434 if ( tool_base != NULL ) {
435 if ( !dnIsSuffixScope( &ndn, tool_base, tool_scope ) ) {
848 assert( tool_base == NULL );

Completed in 14 milliseconds