Home
last modified time | relevance | path

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

/dports/databases/pecl-redis/redis-5.3.5/
H A Dlibrary.c388 if(redis_read_reply_type(redis_sock, &reply_type, &reply_info)<0 in redis_sock_read_scan_reply()
395 if(redis_read_reply_type(redis_sock, &reply_type, &reply_info)<0 in redis_sock_read_scan_reply()
1498 if (redis_read_reply_type(redis_sock, &type, &info) < 0 || in redis_sock_read_single_line()
1668 if (redis_read_reply_type(redis_sock, &type, &li) < 0 || in redis_read_xclaim_response()
1743 if (redis_read_reply_type(redis_sock, &type, &li) < 0) { in redis_read_xinfo_response()
1853 redis_read_reply_type(redis_sock, &type, &vlen) < 0 || in redis_read_acl_getuser_reply()
1885 if (redis_read_reply_type(redis_sock, &type, &len) == 0 && type == TYPE_MULTIBULK) { in redis_acl_custom_reply()
2674 if (redis_read_reply_type(redis_sock, &type, &vallen) < 0) in redis_mbulk_reply_zipped_raw_variant()
3294 redis_read_reply_type(RedisSock *redis_sock, REDIS_REPLY_TYPE *reply_type, in redis_read_reply_type() function
3389 if(redis_read_reply_type(redis_sock, &reply_type, &reply_info in redis_read_multibulk_recursive()
[all …]
H A Dlibrary.h150 PHP_REDIS_API int redis_read_reply_type(RedisSock *redis_sock, REDIS_REPLY_TYPE *reply_type, long *…
H A Dcluster_library.c133 if (redis_read_reply_type(sock, &r->type, &len) < 0) { in cluster_multibulk_resp_recursive()
606 redis_read_reply_type(redis_sock, &type, &len) < 0) in cluster_get_slots()