Searched refs:TYPESTR (Results 1 – 1 of 1) sorted by relevance
6002 #define TYPESTR "type" macro6365 } else if ( !strncasecmp( c->argv[ i ], TYPESTR "=", in parse_syncrepl_line()6366 STRLENOF( TYPESTR "=" ) ) ) in parse_syncrepl_line()6368 val = c->argv[ i ] + STRLENOF( TYPESTR "=" ); in parse_syncrepl_line()7277 if ( WHATSLEFT <= STRLENOF( " " TYPESTR "=" ) + STRLENOF( "refreshAndPersist" ) ) return; in syncrepl_unparse()7278 ptr = lutil_strcopy( ptr, " " TYPESTR "=" ); in syncrepl_unparse()