rconflicts        555 main/output.c  	HashTable *rconflicts;
rconflicts        566 main/output.c  	if (SUCCESS == zend_hash_find(&php_output_handler_reverse_conflicts, handler->name, handler->name_len+1, (void *) &rconflicts)) {
rconflicts        567 main/output.c  		for (zend_hash_internal_pointer_reset_ex(rconflicts, &pos);
rconflicts        568 main/output.c  			zend_hash_get_current_data_ex(rconflicts, (void *) &conflict, &pos) == SUCCESS;
rconflicts        569 main/output.c  			zend_hash_move_forward_ex(rconflicts, &pos)