Home
last modified time | relevance | path

Searched refs:sub_reply (Results 1 – 10 of 10) sorted by relevance

/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/src/sw/redis++/
H A Dtransaction.cpp102 auto *sub_reply = reply->element[idx]; in _exec() local
103 if (sub_reply == nullptr) { in _exec()
107 auto r = ReplyUPtr(sub_reply); in _exec()
H A Dreply.cpp134 auto *sub_reply = reply.element[0]; in is_flat_array() local
137 if (sub_reply == nullptr) { in is_flat_array()
141 return !reply::is_array(*sub_reply); in is_flat_array()
H A Dreply.h140 auto *sub_reply = reply.element[idx]; in to_array() local
141 if (sub_reply == nullptr) { in to_array()
145 *output = parse<typename IterType<Output>::type>(*sub_reply); in to_array()
199 auto *sub_reply = reply[idx]; in parse_tuple() local
200 if (sub_reply == nullptr) { in parse_tuple()
204 return std::make_tuple(parse<T>(*sub_reply)); in parse_tuple()
H A Dshards_pool.cpp184 auto *sub_reply = reply.element[idx]; in _parse_reply() local
185 if (sub_reply == nullptr) { in _parse_reply()
189 shards.emplace(_parse_slot_info(*sub_reply)); in _parse_reply()
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/centos8/include/sw/redis++/
H A Dreply.h140 auto *sub_reply = reply.element[idx]; in to_array() local
141 if (sub_reply == nullptr) { in to_array()
145 *output = parse<typename IterType<Output>::type>(*sub_reply); in to_array()
199 auto *sub_reply = reply[idx]; in parse_tuple() local
200 if (sub_reply == nullptr) { in parse_tuple()
204 return std::make_tuple(parse<T>(*sub_reply)); in parse_tuple()
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/macos/include/sw/redis++/
H A Dreply.h140 auto *sub_reply = reply.element[idx]; in to_array() local
141 if (sub_reply == nullptr) { in to_array()
145 *output = parse<typename IterType<Output>::type>(*sub_reply); in to_array()
199 auto *sub_reply = reply[idx]; in parse_tuple() local
200 if (sub_reply == nullptr) { in parse_tuple()
204 return std::make_tuple(parse<T>(*sub_reply)); in parse_tuple()
/dports/mail/p5-Net-Server-Mail/Net-Server-Mail-0.26/lib/Net/Server/Mail/
H A DESMTP.pm143 $self->sub_reply(@$reply_def);
159 sub sub_reply { subroutine
/dports/net/ocserv/ocserv-1.1.3/src/
H A Dmain-ctl-unix.c598 SecmListCookiesReplyMsg * sub_reply = NULL; in method_list_cookies() local
606 (void*)&sub_reply, (unpack_func)secm_list_cookies_reply_msg__unpack, MAIN_SEC_MOD_TIMEOUT); in method_list_cookies()
612 if (sub_reply) { in method_list_cookies()
613 sub_replies[i] = sub_reply; in method_list_cookies()
614 total_cookies += sub_reply->n_cookies; in method_list_cookies()
/dports/databases/redis6/redis-6.0.16/src/
H A Dredis-benchmark.c296 redisReply *reply = NULL, *sub_reply = NULL; in getRedisConfig() local
316 sub_reply = reply->element[1]; in getRedisConfig()
317 char *value = sub_reply->str; in getRedisConfig()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dredis-benchmark.c324 redisReply *reply = NULL, *sub_reply = NULL; in getRedisConfig() local
344 sub_reply = reply->element[1]; in getRedisConfig()
345 char *value = sub_reply->str; in getRedisConfig()