Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dtest.c207 test_cond(len == -1); in test_format_commands()
277 test_cond(ret == REDIS_ERR && in test_reply_reader()
289 test_cond(ret == REDIS_ERR && in test_reply_reader()
301 test_cond(ret == REDIS_ERR && in test_reply_reader()
339 test_cond(ret == REDIS_OK && in test_reply_reader()
352 test_cond(redisCtx == NULL); in test_free_null()
356 test_cond(reply == NULL); in test_free_null()
364 test_cond(c->err == REDIS_ERR_OTHER && in test_blocking_connection_errors()
376 test_cond(c->err == REDIS_ERR_IO && in test_blocking_connection_errors()
420 test_cond(reply->len == 11) in test_blocking_connection()
[all …]
H A Dsds.c1117 test_cond("Strings concatenation", in sdsTest()
1170 test_cond("sdsrange(...,1,1)", in sdsTest()
1176 test_cond("sdsrange(...,1,-1)", in sdsTest()
1182 test_cond("sdsrange(...,-2,-1)", in sdsTest()
1188 test_cond("sdsrange(...,2,1)", in sdsTest()
1194 test_cond("sdsrange(...,1,100)", in sdsTest()
1200 test_cond("sdsrange(...,100,100)", in sdsTest()
1207 test_cond("sdscmp(foo,foa)", sdscmp(x,y) > 0) in sdsTest()
1219 test_cond("sdscmp(bar,bar)", sdscmp(x,y) < 0) in sdsTest()
1225 test_cond("sdscatrepr(...data...)", in sdsTest()
[all …]
/f-stack/app/redis-5.0.5/src/
H A Dsds.c1141 test_cond("Strings concatenation", in sdsTest()
1194 test_cond("sdsrange(...,1,1)", in sdsTest()
1200 test_cond("sdsrange(...,1,-1)", in sdsTest()
1206 test_cond("sdsrange(...,-2,-1)", in sdsTest()
1212 test_cond("sdsrange(...,2,1)", in sdsTest()
1218 test_cond("sdsrange(...,1,100)", in sdsTest()
1224 test_cond("sdsrange(...,100,100)", in sdsTest()
1231 test_cond("sdscmp(foo,foa)", sdscmp(x,y) > 0) in sdsTest()
1243 test_cond("sdscmp(bar,bar)", sdscmp(x,y) < 0) in sdsTest()
1249 test_cond("sdscatrepr(...data...)", in sdsTest()
[all …]
H A Dtesthelp.h44 #define test_cond(descr,_c) do { \ macro
/f-stack/freebsd/mips/mips/
H A Dfp.S1595 blt t1, ta1, test_cond # is FS < FT?
1597 beq t1, ta1, test_cond # is FS == FT?
1599 b test_cond
1633 blt t1, ta1, test_cond # is FS(MSW) < FT(MSW)?
1635 bne t1, ta1, test_cond # is FS(MSW) > FT(MSW)?
1637 bltu t3, ta3, test_cond # is FS(LSW) < FT(LSW)?
1639 beq t3, ta3, test_cond # is FS(LSW) == FT(LSW)?
1641 test_cond: label