Home
last modified time | relevance | path

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

/dports/databases/py-hiredis/hiredis-0.2.0/vendor/hiredis/
H A Dtest.c173 #define INTEGER_WIDTH_TEST(fmt, type) do { \ in test_format_commands() macro
191 INTEGER_WIDTH_TEST("d", int); in test_format_commands()
192 INTEGER_WIDTH_TEST("hhd", char); in test_format_commands()
193 INTEGER_WIDTH_TEST("hd", short); in test_format_commands()
194 INTEGER_WIDTH_TEST("ld", long); in test_format_commands()
195 INTEGER_WIDTH_TEST("lld", long long); in test_format_commands()
196 INTEGER_WIDTH_TEST("u", unsigned int); in test_format_commands()
197 INTEGER_WIDTH_TEST("hhu", unsigned char); in test_format_commands()
198 INTEGER_WIDTH_TEST("hu", unsigned short); in test_format_commands()
199 INTEGER_WIDTH_TEST("lu", unsigned long); in test_format_commands()
[all …]
/dports/databases/hiredis/hiredis-0.13.3/
H A Dtest.c174 #define INTEGER_WIDTH_TEST(fmt, type) do { \ in test_format_commands() macro
192 INTEGER_WIDTH_TEST("d", int); in test_format_commands()
193 INTEGER_WIDTH_TEST("hhd", char); in test_format_commands()
194 INTEGER_WIDTH_TEST("hd", short); in test_format_commands()
195 INTEGER_WIDTH_TEST("ld", long); in test_format_commands()
196 INTEGER_WIDTH_TEST("lld", long long); in test_format_commands()
197 INTEGER_WIDTH_TEST("u", unsigned int); in test_format_commands()
198 INTEGER_WIDTH_TEST("hhu", unsigned char); in test_format_commands()
199 INTEGER_WIDTH_TEST("hu", unsigned short); in test_format_commands()
200 INTEGER_WIDTH_TEST("lu", unsigned long); in test_format_commands()
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/hiredis/
H A Dtest.c174 #define INTEGER_WIDTH_TEST(fmt, type) do { \ in test_format_commands() macro
192 INTEGER_WIDTH_TEST("d", int); in test_format_commands()
193 INTEGER_WIDTH_TEST("hhd", char); in test_format_commands()
194 INTEGER_WIDTH_TEST("hd", short); in test_format_commands()
195 INTEGER_WIDTH_TEST("ld", long); in test_format_commands()
196 INTEGER_WIDTH_TEST("lld", long long); in test_format_commands()
197 INTEGER_WIDTH_TEST("u", unsigned int); in test_format_commands()
198 INTEGER_WIDTH_TEST("hhu", unsigned char); in test_format_commands()
199 INTEGER_WIDTH_TEST("hu", unsigned short); in test_format_commands()
200 INTEGER_WIDTH_TEST("lu", unsigned long); in test_format_commands()
[all …]
/dports/databases/redis5/redis-5.0.14/deps/hiredis/
H A Dtest.c174 #define INTEGER_WIDTH_TEST(fmt, type) do { \ in test_format_commands() macro
192 INTEGER_WIDTH_TEST("d", int); in test_format_commands()
193 INTEGER_WIDTH_TEST("hhd", char); in test_format_commands()
194 INTEGER_WIDTH_TEST("hd", short); in test_format_commands()
195 INTEGER_WIDTH_TEST("ld", long); in test_format_commands()
196 INTEGER_WIDTH_TEST("lld", long long); in test_format_commands()
197 INTEGER_WIDTH_TEST("u", unsigned int); in test_format_commands()
198 INTEGER_WIDTH_TEST("hhu", unsigned char); in test_format_commands()
199 INTEGER_WIDTH_TEST("hu", unsigned short); in test_format_commands()
200 INTEGER_WIDTH_TEST("lu", unsigned long); in test_format_commands()
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/qredisclient/3rdparty/hiredis/
H A Dtest.c174 #define INTEGER_WIDTH_TEST(fmt, type) do { \ in test_format_commands() macro
192 INTEGER_WIDTH_TEST("d", int); in test_format_commands()
193 INTEGER_WIDTH_TEST("hhd", char); in test_format_commands()
194 INTEGER_WIDTH_TEST("hd", short); in test_format_commands()
195 INTEGER_WIDTH_TEST("ld", long); in test_format_commands()
196 INTEGER_WIDTH_TEST("lld", long long); in test_format_commands()
197 INTEGER_WIDTH_TEST("u", unsigned int); in test_format_commands()
198 INTEGER_WIDTH_TEST("hhu", unsigned char); in test_format_commands()
199 INTEGER_WIDTH_TEST("hu", unsigned short); in test_format_commands()
200 INTEGER_WIDTH_TEST("lu", unsigned long); in test_format_commands()
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/hiredis-0.14.1/
H A Dtest.c174 #define INTEGER_WIDTH_TEST(fmt, type) do { \ in test_format_commands() macro
192 INTEGER_WIDTH_TEST("d", int); in test_format_commands()
193 INTEGER_WIDTH_TEST("hhd", char); in test_format_commands()
194 INTEGER_WIDTH_TEST("hd", short); in test_format_commands()
195 INTEGER_WIDTH_TEST("ld", long); in test_format_commands()
196 INTEGER_WIDTH_TEST("lld", long long); in test_format_commands()
197 INTEGER_WIDTH_TEST("u", unsigned int); in test_format_commands()
198 INTEGER_WIDTH_TEST("hhu", unsigned char); in test_format_commands()
199 INTEGER_WIDTH_TEST("hu", unsigned short); in test_format_commands()
200 INTEGER_WIDTH_TEST("lu", unsigned long); in test_format_commands()
[all …]
/dports/databases/redis6/redis-6.0.16/deps/hiredis/
H A Dtest.c216 #define INTEGER_WIDTH_TEST(fmt, type) do { \ in test_format_commands() macro
234 INTEGER_WIDTH_TEST("d", int); in test_format_commands()
235 INTEGER_WIDTH_TEST("hhd", char); in test_format_commands()
236 INTEGER_WIDTH_TEST("hd", short); in test_format_commands()
237 INTEGER_WIDTH_TEST("ld", long); in test_format_commands()
238 INTEGER_WIDTH_TEST("lld", long long); in test_format_commands()
239 INTEGER_WIDTH_TEST("u", unsigned int); in test_format_commands()
240 INTEGER_WIDTH_TEST("hhu", unsigned char); in test_format_commands()
241 INTEGER_WIDTH_TEST("hu", unsigned short); in test_format_commands()
242 INTEGER_WIDTH_TEST("lu", unsigned long); in test_format_commands()
[all …]
/dports/databases/webdis/webdis-0.1.18/src/hiredis/
H A Dtest.c289 #define INTEGER_WIDTH_TEST(fmt, type) do { \ in test_format_commands() macro
307 INTEGER_WIDTH_TEST("d", int); in test_format_commands()
308 INTEGER_WIDTH_TEST("hhd", char); in test_format_commands()
309 INTEGER_WIDTH_TEST("hd", short); in test_format_commands()
310 INTEGER_WIDTH_TEST("ld", long); in test_format_commands()
311 INTEGER_WIDTH_TEST("lld", long long); in test_format_commands()
312 INTEGER_WIDTH_TEST("u", unsigned int); in test_format_commands()
313 INTEGER_WIDTH_TEST("hhu", unsigned char); in test_format_commands()
314 INTEGER_WIDTH_TEST("hu", unsigned short); in test_format_commands()
315 INTEGER_WIDTH_TEST("lu", unsigned long); in test_format_commands()
[all …]
/dports/databases/p5-Redis-Fast/Redis-Fast-0.31/deps/hiredis/
H A Dtest.c289 #define INTEGER_WIDTH_TEST(fmt, type) do { \ in test_format_commands() macro
307 INTEGER_WIDTH_TEST("d", int); in test_format_commands()
308 INTEGER_WIDTH_TEST("hhd", char); in test_format_commands()
309 INTEGER_WIDTH_TEST("hd", short); in test_format_commands()
310 INTEGER_WIDTH_TEST("ld", long); in test_format_commands()
311 INTEGER_WIDTH_TEST("lld", long long); in test_format_commands()
312 INTEGER_WIDTH_TEST("u", unsigned int); in test_format_commands()
313 INTEGER_WIDTH_TEST("hhu", unsigned char); in test_format_commands()
314 INTEGER_WIDTH_TEST("hu", unsigned short); in test_format_commands()
315 INTEGER_WIDTH_TEST("lu", unsigned long); in test_format_commands()
[all …]
/dports/databases/redis-devel/redis-0e5b813/deps/hiredis/
H A Dtest.c294 #define INTEGER_WIDTH_TEST(fmt, type) do { \ in test_format_commands() macro
312 INTEGER_WIDTH_TEST("d", int); in test_format_commands()
313 INTEGER_WIDTH_TEST("hhd", char); in test_format_commands()
314 INTEGER_WIDTH_TEST("hd", short); in test_format_commands()
315 INTEGER_WIDTH_TEST("ld", long); in test_format_commands()
316 INTEGER_WIDTH_TEST("lld", long long); in test_format_commands()
317 INTEGER_WIDTH_TEST("u", unsigned int); in test_format_commands()
318 INTEGER_WIDTH_TEST("hhu", unsigned char); in test_format_commands()
319 INTEGER_WIDTH_TEST("hu", unsigned short); in test_format_commands()
320 INTEGER_WIDTH_TEST("lu", unsigned long); in test_format_commands()
[all …]
/dports/www/nginx-full/nchan-1.2.12/src/store/redis/hiredis/
H A Dtest.c289 #define INTEGER_WIDTH_TEST(fmt, type) do { \ in test_format_commands() macro
307 INTEGER_WIDTH_TEST("d", int); in test_format_commands()
308 INTEGER_WIDTH_TEST("hhd", char); in test_format_commands()
309 INTEGER_WIDTH_TEST("hd", short); in test_format_commands()
310 INTEGER_WIDTH_TEST("ld", long); in test_format_commands()
311 INTEGER_WIDTH_TEST("lld", long long); in test_format_commands()
312 INTEGER_WIDTH_TEST("u", unsigned int); in test_format_commands()
313 INTEGER_WIDTH_TEST("hhu", unsigned char); in test_format_commands()
314 INTEGER_WIDTH_TEST("hu", unsigned short); in test_format_commands()
315 INTEGER_WIDTH_TEST("lu", unsigned long); in test_format_commands()
[all …]