Home
last modified time | relevance | path

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

/dports/databases/pecl-redis/redis-5.3.5/
H A Dcluster_library.c1847 int tab_idx = 1, is_pmsg; in cluster_sub_resp() local
1860 is_pmsg = *Z_STRVAL_P(z_type) == 'p'; in cluster_sub_resp()
1866 if (is_pmsg && (z_pat = zend_hash_index_find(Z_ARRVAL(z_tab), tab_idx++)) == NULL) { in cluster_sub_resp()
1881 if (is_pmsg) { in cluster_sub_resp()
H A Dlibrary.c471 int tab_idx=1, is_pmsg; in redis_subscribe_response() local
488 is_pmsg = *Z_STRVAL_P(z_type)=='p'; in redis_subscribe_response()
494 if(is_pmsg) { in redis_subscribe_response()
509 if(is_pmsg) { in redis_subscribe_response()