Searched refs:is_pmsg (Results 1 – 2 of 2) sorted by relevance
1847 int tab_idx = 1, is_pmsg; in cluster_sub_resp() local1860 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()
471 int tab_idx=1, is_pmsg; in redis_subscribe_response() local488 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()