Home
last modified time | relevance | path

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

/dports/www/nginx-full/nchan-1.2.12/src/store/redis/
H A Drdsstore.c105 #define CHECK_REPLY_INT(reply) ((reply)->type == REDIS_REPLY_INTEGER) macro
467 if(CHECK_REPLY_INT(el)) { in redisReply_to_ngx_int()
1111 && CHECK_REPLY_INT(reply->element[3]) in redis_subscriber_register_cb()
1126 …if ( !CHECK_REPLY_ARRAY_MIN_SIZE(reply, 3) || !CHECK_REPLY_INT(reply->element[1]) || !CHECK_REPLY_… in redis_subscriber_register_cb()
1277 assert(CHECK_REPLY_INT(reply)); in redisChannelKeepaliveCallback()
1492 && CHECK_REPLY_INT(r->element[0]) in redis_array_to_channel()
1493 && CHECK_REPLY_INT(r->element[1]) in redis_array_to_channel()
1494 && CHECK_REPLY_INT(r->element[2]) in redis_array_to_channel()
1496 && CHECK_REPLY_INT(r->element[4])) { in redis_array_to_channel()
1521 && CHECK_REPLY_INT(r->element[5])) { in redis_array_to_channel()
[all …]