Home
last modified time | relevance | path

Searched refs:TLIMITSTR (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c6006 #define TLIMITSTR "timelimit" macro
6500 } else if ( !strncasecmp( c->argv[ i ], TLIMITSTR "=", in parse_syncrepl_line()
6501 STRLENOF( TLIMITSTR "=" ) ) ) in parse_syncrepl_line()
6503 val = c->argv[ i ] + STRLENOF( TLIMITSTR "=" ); in parse_syncrepl_line()
7338 len = snprintf( ptr, WHATSLEFT, " " TLIMITSTR "=%d", si->si_tlimit ); in syncrepl_unparse()