Home
last modified time | relevance | path

Searched refs:agg_op_len (Results 1 – 2 of 2) sorted by relevance

/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_redis_coro.cc3277 size_t argc = 2, agg_op_len = 0, keys_count; in PHP_METHOD() local
3279 …parameters(ZEND_NUM_ARGS(), "sa|a!s", &key, &key_len, &z_keys, &z_weights, &agg_op, &agg_op_len) == in PHP_METHOD()
3311 if (agg_op_len != 0) { in PHP_METHOD()
3391 if (agg_op_len != 0) { in PHP_METHOD()
3393 SW_REDIS_COMMAND_ARGV_FILL(agg_op, agg_op_len) in PHP_METHOD()
3405 size_t argc = 2, agg_op_len = 0, keys_count; in PHP_METHOD() local
3407 …parameters(ZEND_NUM_ARGS(), "sa|a!s", &key, &key_len, &z_keys, &z_weights, &agg_op, &agg_op_len) == in PHP_METHOD()
3440 if (agg_op_len != 0) { in PHP_METHOD()
3520 if (agg_op_len != 0) { in PHP_METHOD()
3522 SW_REDIS_COMMAND_ARGV_FILL(agg_op, agg_op_len) in PHP_METHOD()
/dports/databases/pecl-redis/redis-5.3.5/
H A Dredis_commands.c633 size_t key_len, agg_op_len = 0; in redis_zinter_cmd() local
641 &agg_op_len) == FAILURE) in redis_zinter_cmd()
670 if (agg_op_len != 0) { in redis_zinter_cmd()
767 if (agg_op_len != 0) { in redis_zinter_cmd()
769 redis_cmd_append_sstr(&cmdstr, agg_op, agg_op_len); in redis_zinter_cmd()