Searched refs:SLIMITSTR (Results 1 – 1 of 1) sorted by relevance
6005 #define SLIMITSTR "sizelimit" macro6485 } else if ( !strncasecmp( c->argv[ i ], SLIMITSTR "=", in parse_syncrepl_line()6486 STRLENOF( SLIMITSTR "=") ) ) in parse_syncrepl_line()6488 val = c->argv[ i ] + STRLENOF( SLIMITSTR "=" ); in parse_syncrepl_line()7332 len = snprintf( ptr, WHATSLEFT, " " SLIMITSTR "=%d", si->si_slimit ); in syncrepl_unparse()