Home
last modified time | relevance | path

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

/dports/devel/pecl-swoole/swoole-4.8.5/core-tests/src/_lib/
H A Dredis.cpp30 auto reply = Request(SW_ARRAY_SIZE(argv), argv, argvlen); in Get()
42 auto reply = Request(SW_ARRAY_SIZE(argv), argv, argvlen); in Set()
/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole_coroutine_socket.h533 for (uint8_t i = 0; i < SW_ARRAY_SIZE(timeout_type_list); i++) { in TimeoutSetter()
546 for (uint8_t i = 0; i < SW_ARRAY_SIZE(timeout_type_list); i++) { in ~TimeoutSetter()
H A Dswoole.h178 #define SW_ARRAY_SIZE(array) (sizeof(array) / sizeof(array[0])) macro